🔖 Release preparations for 2.0.0

This commit is contained in:
Marcel Kapfer 2023-05-06 13:01:31 +02:00
parent 8264969c61
commit cff6ac1849
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
2 changed files with 7 additions and 1 deletions

View File

@ -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)

View File

@ -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',