🔖 Release preparations for 1.2.0

This commit is contained in:
Marcel Kapfer 2022-08-10 19:01:23 +02:00
parent b704eaae5c
commit 4c81c9b694
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 1.2.0 - 2022-08-10
- [FEATURE] Add support for TYPO3 v11 and PHP 8.0 & 8.1 (25ccc28, 9c43bfc)
- [TASK] Slight Refactoring (01c8997, 09f9578, b704eaa)
## 1.1.0 - 2021-05-03
- [FEATURE] Don't add script if logged into BE (7d22f35)

View File

@ -8,7 +8,7 @@ $EM_CONF[$_EXTKEY] = [
'author_email' => 'opensource@mmk2410.org',
'state' => 'stable',
'clearCacheOnLoad' => true,
'version' => '1.1.0',
'version' => '1.2.0',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99',