Skip to content

Commit ff4f528

Browse files
committed
Merge tag '6.0.0' into develop
Tagging version 6.0.0 6.0.0
2 parents c07cfd3 + 8544b45 commit ff4f528

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ You can enable caching for the plugin in the extension manager settings, if you
3939

4040
| Version | Date | State | Description |
4141
| ---------- | ---------- | ---------- | ---------------------------------------------------------------------------- |
42+
| 6.0.0 | 2022-10-18 | Task | Add TYPO3 12 and drop TYPO3 10 compatibility |
4243
| 5.0.0 | 2021-05-06 | Task | Add TYPO3 11 compatibility |
4344
| 4.0.1 | 2021-03-17 | Task | Add extension key to composer.json |
4445
| 4.0.0 | 2021-01-26 | Task | Modernizing update (new icon, auto releases, reduced technical dept, etc... |

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "typo3-cms-extension",
1313
"license": "GPL-3.0",
1414
"require": {
15-
"typo3/cms-core": ">=11.5.0 <13.0.0"
15+
"typo3/cms-core": "^11.5 || ^12.0"
1616
},
1717
"replace": {
1818
"typo3-ter/typoscript2ce": "self.version"

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'title' => 'typoscript2contentelement',
55
'description' => 'typoscript2contentelement allows you to show the result of typoscript (e.g. HMENU) as a contentelement - a simple thing...',
66
'category' => 'plugin',
7-
'version' => '5.0.0',
7+
'version' => '6.0.0',
88
'state' => 'stable',
99
'author' => 'Alex Kellner',
1010
'author_email' => 'alexander.kellner@in2code.de',

0 commit comments

Comments
 (0)