From bd9f18165ea7593dcf5f1188fbce999ced046651 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 2 Feb 2024 11:15:46 +0100 Subject: [PATCH] [RELEASE] TYPO3 v12 compatibility See changelog for all changes --- Changelog.md | 7 +++++++ ext_emconf.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index f5f2b79..6958b94 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +# Version 4.0.0 (2024-02-02) +- [FEATURE] TYPO3 12 compatibility +- [BREAKING] Signal slots removed + +All changes +https://github.com/cdaecke/md_newsfrontend/compare/3.0.3...4.0.0 + # Version 3.0.3 (2022-11-10) [TASK] Update dependency to `ext:news` diff --git a/ext_emconf.php b/ext_emconf.php index b5ff501..bb8c9d6 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -20,7 +20,7 @@ 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '3.0.3', + 'version' => '4.0.0', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-12.4.99',