|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +### 5.0.0 |
| 4 | +* [!!!][TASK] Prepare development for next major version by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/377 |
| 5 | +* [BUGFIX] Refactor to ProcessingInstruction lost DeepL mode information by @calien666 in https://github.com/web-vision/deepltranslate-core/pull/381 |
| 6 | +* [TASK] Cleanup removed TYPO3 v11 support by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/383 |
| 7 | +* [TASK] Ensure failing `php-cs-fixer` within Github Action pipeline by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/384 |
| 8 | +* [TASK] Ensure `TestCase::setUp()` parent call chain in tests by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/386 |
| 9 | +* [TASK] Ensure to define all depending extension in functional tests by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/387 |
| 10 | +* [TASK] Upgrade to typo3/testing-framework 8.x by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/389 |
| 11 | +* [TASK] Improve local ddev setup handling - first round by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/391 |
| 12 | +* [TASK] Mitigate renamed doctrine exception class by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/392 |
| 13 | +* [TASK] Avoid obsolete `version` in `.ddev/docker-compose.deeplmockserver.yml` by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/393 |
| 14 | +* [TASK] Migrate upgrade wizards registration by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/394 |
| 15 | +* [TASK] Avoid using deprecated `SiteLanguage->getTwoLetterCode()` by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/396 |
| 16 | +* [BUGFIX] Ender preview translated flag information in TYPO3 v12 (5.x) by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/398 |
| 17 | +* [!!!][TASK] Remove obsolete `DeeplPreviewFlagGeneratePageHook` by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/399 |
| 18 | +* [TASK] Add regression test for issue #395 by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/400 |
| 19 | +* [TASK] Add `sbuerk/typo3-cms-styleguide-version-sync` development dependency by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/401 |
| 20 | +* [!!!][TASK] Extract glossary related functionality into new addon `webvision/deepltranslate-glossary` by @calien666 in https://github.com/web-vision/deepltranslate-core/pull/405 |
| 21 | +* [TASK] Allow installation in TYPO3 v13 instances by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/407 |
| 22 | +* [TASK] Adjust tooling for v13 compatibility by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/408 |
| 23 | +* [TASK] Add table exclude event for DeepL translate buttons by @calien666 in https://github.com/web-vision/deepltranslate-core/pull/409 |
| 24 | +* [TASK] Use simplified backend module template for `UsageWidget` by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/410 |
| 25 | +* [!!!][TASK] Mitigate depecated flash message severity by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/411 |
| 26 | +* [TASK] Make functional tests executable for both core versions by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/412 |
| 27 | +* [!!!][TASK] Move glossary access registration into `EXT:deepltranslate_glossary` by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/413 |
| 28 | +* [TASK] Use custom DataHandler command instead of invalid cmdMap by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/414 |
| 29 | +* [TASK] Enable temporarly disabled GitHub Action checks by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/415 |
| 30 | +* [TASK] Update `deeplcom/deepl-php:^1.10.1` by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/416 |
| 31 | +* [!!!][TASK] Remove TYPO3 v11 backend JavaScript by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/418 |
| 32 | +* [TASK] Add glossary add-on section to README by @calien666 in https://github.com/web-vision/deepltranslate-core/pull/417 |
| 33 | +* [TASK] Redefine composer dependencies by @calien666 in https://github.com/web-vision/deepltranslate-core/pull/419 |
| 34 | +* [TASK] Ensure working PageLayout localization modal for v13 by @sbuerk in https://github.com/web-vision/deepltranslate-core/pull/420 |
| 35 | +* [TASK] Define classic mode autoloader in `ext_emconf.php` for depending and shipped packages by @calien666 in https://github.com/web-vision/deepltranslate-core/pull/421 |
| 36 | +* [TASK] Move glossary related documentation to `deepltranslate-glossary` by @calien666 in https://github.com/web-vision/deepltranslate-core/pull/422 |
| 37 | + |
3 | 38 | ### 4.4.0
|
4 | 39 |
|
5 | 40 | * [BUGFIX] Detected current page right for pages by @Mabahe in https://github.com/web-vision/wv_deepltranslate/pull/329
|
|
0 commit comments