diff --git a/Changelog.md b/Changelog.md index ad2ebcb..8c25021 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +# Version 4.0.1 (2022-11-11) +- [TASK] Update dependency to new version of ext:news. + +All changes +https://github.com/cdaecke/md_unreadnews/compare/4.0.0...4.0.1 + # Version 4.0.0 (2021-12-29) - [FEATURE] TYPO3 11 compatibility - [TASK] Dependency to ext:numbered_pagination was added. diff --git a/Configuration/TypoScript/constants.typoscript b/Configuration/TypoScript/constants.typoscript index b813fec..107088b 100644 --- a/Configuration/TypoScript/constants.typoscript +++ b/Configuration/TypoScript/constants.typoscript @@ -15,7 +15,7 @@ plugin.tx_mdunreadnews_unread { settings { # cat=plugin.tx_mdunreadnews_unread//a; type=int+; label=Uid of storage page for table tx_mdunreadnews_domain_model_unreadnews - storagePid = + storagePid = # cat=plugin.tx_mdunreadnews_unread//a; type=string; label=Categories, which should be considered categories = diff --git a/composer.json b/composer.json index 65a06c8..092434f 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require": { "typo3/cms-core": "^10.4 || ^11.5", - "georgringer/news": ">=7.0,<10.0", + "georgringer/news": ">=7.0,<11.0", "georgringer/numbered-pagination": ">=1.0.1,<2.0.0" }, "autoload": { diff --git a/ext_emconf.php b/ext_emconf.php index 166252d..f06778f 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' => '10.4.0-11.5.99', - 'news' => '7.0.0-9.99.99', + 'news' => '7.0.0-10.99.99', 'numbered_pagination' => '1.0.1-1.99.99', ], 'conflicts' => [],