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)
# 1.0.0
*2021-04-12*
## 1.0.0 - 2021-04-12
- [TASK] Initial release

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