diff --git a/Documentation/ChangeLog/Index.rst b/Documentation/ChangeLog/Index.rst index a096822..59ac60f 100644 --- a/Documentation/ChangeLog/Index.rst +++ b/Documentation/ChangeLog/Index.rst @@ -10,6 +10,18 @@ ChangeLog .. contents:: :local: +Version 5.1.0 +============= + +* [TASK] Implement new ext and module icon specific for TYPO3 14.1 +* [TASK] Remove TYPO3 14.0 compatibility + +Version 5.0.0 +============= + +* [TASK] Add TYPO3 14 compatibility +* [TASK] Remove TYPO3 13 compatibility + Version 4.0.2 ============= diff --git a/Documentation/guides.xml b/Documentation/guides.xml index 3798182..20dfe26 100644 --- a/Documentation/guides.xml +++ b/Documentation/guides.xml @@ -14,8 +14,8 @@ typo3-core-preferred="stable" /> diff --git a/composer.json b/composer.json index 5107c7f..9352923 100644 --- a/composer.json +++ b/composer.json @@ -27,8 +27,8 @@ }, "require": { "doctrine/sql-formatter": "^1.5", - "typo3/cms-backend": "^14.0", - "typo3/cms-core": "^14.0" + "typo3/cms-backend": "^14.1", + "typo3/cms-core": "^14.1" }, "require-dev": { "ergebnis/composer-normalize": "~2.48.0", diff --git a/ext_emconf.php b/ext_emconf.php index 50ffc4b..6030b3d 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,10 +8,10 @@ 'author_email' => 'froemken@gmail.com', 'state' => 'stable', 'author_company' => '', - 'version' => '5.0.0', + 'version' => '5.1.0', 'constraints' => [ 'depends' => [ - 'typo3' => '14.0.0-14.99.99', + 'typo3' => '14.1.0-14.99.99', ], 'conflicts' => [ 'adminpanel' => '',