diff --git a/Configuration/FlexForms/FlexFormPi1.xml b/Configuration/FlexForms/FlexFormPi1.xml index 10c3bf0..bffb619 100644 --- a/Configuration/FlexForms/FlexFormPi1.xml +++ b/Configuration/FlexForms/FlexFormPi1.xml @@ -5,24 +5,20 @@
- - LLL:EXT:typoscript2ce/Resources/Private/Language/locallang_db.xlf:flexform.main - + LLL:EXT:typoscript2ce/Resources/Private/Language/locallang_db.xlf:flexform.main array - - 1 - - - input - 50 - trim - - + 1 + + + input + 50 + trim +
- \ No newline at end of file + diff --git a/README.md b/README.md index 5f3ba2f..5aea8aa 100644 --- a/README.md +++ b/README.md @@ -37,23 +37,24 @@ You can enable caching for the plugin in the extension manager settings, if you ## Changelog -| Version | Date | State | Description | -| ---------- | ---------- | ---------- | ---------------------------------------------------------------------------- | -| 6.0.0 | 2022-10-18 | Task | Add TYPO3 12 and drop TYPO3 10 compatibility | -| 5.0.0 | 2021-05-06 | Task | Add TYPO3 11 compatibility | -| 4.0.1 | 2021-03-17 | Task | Add extension key to composer.json | -| 4.0.0 | 2021-01-26 | Task | Modernizing update (new icon, auto releases, reduced technical dept, etc... | -| 3.0.1 | 2020-05-12 | Bugfix | Update version in ext_emconf.php | -| 3.0.0 | 2020-05-08 | Task | Update for TYPO3 10 | -| 2.0.1 | 2019-02-28 | Bugfix | Remove outdated dependencies in ext_emconf.php | -| 2.0.0 | 2018-11-01 | Task | Release for TYPO3 9.5 | -| 1.2.3 | 2017-01-30 | Task | Fix a typo in composer.json | -| 1.2.2 | 2017-01-25 | Task | Bugfix in composer.json | -| 1.2.1 | 2017-01-25 | Task | Same as 1.2.0 - just a mistake with TER-upload | -| 1.2.0 | 2017-01-25 | Task | Move to github, add composer.json, Update dependencies for TYPO3 8.x | -| 1.1.1 | 2016-07-13 | Bugfix | Small bugfixes | -| 1.1.0 | 2016-01-23 | Task | Change dependencies for TYPO3 6.0-7.x and PHP5.5 | -| 1.0.2 | 2014-08-08 | Bugfix | Another manual update | -| 1.0.1 | 2014-08-05 | Bugfix | Manual update | -| 1.0.0 | 2014-07-28 | Task | Refactored with extbase and namespaces | -| 0.1.0 | 2009-03-31 | Task | Initial release | +| Version | Date | State | Description | +|---------|------------|--------|-----------------------------------------------------------------------------| +| 7.0.0 | 2024-10-07 | Task | Add TYPO3 13 compatibility | +| 6.0.0 | 2022-10-18 | Task | Add TYPO3 12 and drop TYPO3 10 compatibility | +| 5.0.0 | 2021-05-06 | Task | Add TYPO3 11 compatibility | +| 4.0.1 | 2021-03-17 | Task | Add extension key to composer.json | +| 4.0.0 | 2021-01-26 | Task | Modernizing update (new icon, auto releases, reduced technical dept, etc... | +| 3.0.1 | 2020-05-12 | Bugfix | Update version in ext_emconf.php | +| 3.0.0 | 2020-05-08 | Task | Update for TYPO3 10 | +| 2.0.1 | 2019-02-28 | Bugfix | Remove outdated dependencies in ext_emconf.php | +| 2.0.0 | 2018-11-01 | Task | Release for TYPO3 9.5 | +| 1.2.3 | 2017-01-30 | Task | Fix a typo in composer.json | +| 1.2.2 | 2017-01-25 | Task | Bugfix in composer.json | +| 1.2.1 | 2017-01-25 | Task | Same as 1.2.0 - just a mistake with TER-upload | +| 1.2.0 | 2017-01-25 | Task | Move to github, add composer.json, Update dependencies for TYPO3 8.x | +| 1.1.1 | 2016-07-13 | Bugfix | Small bugfixes | +| 1.1.0 | 2016-01-23 | Task | Change dependencies for TYPO3 6.0-7.x and PHP5.5 | +| 1.0.2 | 2014-08-08 | Bugfix | Another manual update | +| 1.0.1 | 2014-08-05 | Bugfix | Manual update | +| 1.0.0 | 2014-07-28 | Task | Refactored with extbase and namespaces | +| 0.1.0 | 2009-03-31 | Task | Initial release | diff --git a/composer.json b/composer.json index 5e328b3..da8ec18 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "type": "typo3-cms-extension", "license": "GPL-3.0", "require": { - "typo3/cms-core": "^11.5 || ^12.0" + "typo3/cms-core": "^11.5 || ^12.4 || ^13.0" }, "replace": { "typo3-ter/typoscript2ce": "self.version" diff --git a/ext_emconf.php b/ext_emconf.php index 560b2a3..0447cf1 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,14 +4,14 @@ 'title' => 'typoscript2contentelement', 'description' => 'typoscript2contentelement allows you to show the result of typoscript (e.g. HMENU) as a contentelement - a simple thing...', 'category' => 'plugin', - 'version' => '6.0.0', + 'version' => '7.0.0', 'state' => 'stable', 'author' => 'Alex Kellner', 'author_email' => 'alexander.kellner@in2code.de', 'author_company' => 'in2code.de', 'constraints' => [ 'depends' => [ - 'typo3' => '11.5.0-12.4.99' + 'typo3' => '11.5.0-13.4.99' ], 'conflicts' => [], 'suggests' => [],