Skip to content

Commit 9ed35e9

Browse files
calien666sbuerk
authored andcommitted
[TASK] Release 5.0.0
1 parent af4d49c commit 9ed35e9

File tree

3 files changed

+36
-9
lines changed

3 files changed

+36
-9
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/.Build export-ignore
66
/Build/ export-ignore
77
/Tests/ export-ignore
8+
/packages/ export-ignore
89

910
# Files
1011
.editorconfig export-ignore

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

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+
338
### 4.4.0
439

540
* [BUGFIX] Detected current page right for pages by @Mabahe in https://github.com/web-vision/wv_deepltranslate/pull/329

ext_typoscript_setup.txt

-9
This file was deleted.

0 commit comments

Comments
 (0)