From cff6ac1849b48111b5a8f3cbdf7d407e06bc231f Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 6 May 2023 13:01:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20preparations=20for=202?= =?UTF-8?q?.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ ext_emconf.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64493d6..d364f4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.0.0 - 2023-05-06 + +- 💥 Drop support for TYPO3 v10 (3563604) +- ⬆ Add support for TYPO3 v12 (2af99f3) +- ✨🐛 Resolve deprecations introduced with TYPO3 v11 and v12 (89ee94b, 8264969) + ## 1.2.0 - 2022-08-10 - [FEATURE] Add support for TYPO3 v11 and PHP 8.0 & 8.1 (25ccc28, 9c43bfc) diff --git a/ext_emconf.php b/ext_emconf.php index 580dd59..29ea66b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,7 +8,7 @@ $EM_CONF[$_EXTKEY] = [ 'author_email' => 'opensource@mmk2410.org', 'state' => 'stable', 'clearCacheOnLoad' => true, - 'version' => '1.2.0', + 'version' => '2.0.0', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-12.4.99',