Compare commits

..

No commits in common. "4c81c9b6943afee4e033ca6c40791adf61baaa46" and "09f9578d20be68abf5134f501705ef157b8468be" have entirely different histories.

2 changed files with 6 additions and 9 deletions

View file

@ -1,14 +1,11 @@
# Changelog # 1.1.0
## 1.2.0 - 2022-08-10 *2021-05-03*
- [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 - 2021-04-12 # 1.0.0
*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.2.0', 'version' => '1.1.0',
'constraints' => [ 'constraints' => [
'depends' => [ 'depends' => [
'typo3' => '10.4.0-11.5.99', 'typo3' => '10.4.0-11.5.99',