Compare commits

...

2 commits

2 changed files with 9 additions and 6 deletions

View file

@ -1,11 +1,14 @@
# 1.1.0 # Changelog
*2021-05-03* ## 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) - [FEATURE] Don't add script if logged into BE (7d22f35)
# 1.0.0 ## 1.0.0 - 2021-04-12
*2021-04-12*
- [TASK] Initial release - [TASK] Initial release

View file

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