diff --git a/Changelog.md b/Changelog.md index 6958b94..3a3441e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +# Version 4.0.1 (2024-12-15) +- [FEATURE] Update dependency to ext:news (allow v12 of ext:news) + +All changes +https://github.com/cdaecke/md_newsfrontend/compare/4.0.0...4.0.1 + # Version 4.0.0 (2024-02-02) - [FEATURE] TYPO3 12 compatibility - [BREAKING] Signal slots removed diff --git a/composer.json b/composer.json index cdff1fc..4d3d86c 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require": { "typo3/cms-core": "^11.5 || ^12.4", - "georgringer/news": ">=9.0,<12.0", + "georgringer/news": ">=9.0,<13.0", "georgringer/numbered-pagination": ">=1.0.1,<3.0.0" }, "autoload": { diff --git a/ext_emconf.php b/ext_emconf.php index bb8c9d6..cbde25d 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -20,11 +20,11 @@ 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '4.0.0', + 'version' => '4.0.1', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-12.4.99', - 'news' => '9.0.0-11.99.99', + 'news' => '9.0.0-12.99.99', 'numbered_pagination' => '1.0.1-2.99.99', ], 'conflicts' => [],