From f3c75b20022c8afd4c28f35b47f978aa621b810a Mon Sep 17 00:00:00 2001 From: nebrot Date: Mon, 7 Oct 2024 08:33:42 +0200 Subject: [PATCH 1/6] [TASK] Add TYPO3 13 compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5e328b3..db29b0d 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": "^12.4 || ^13.0" }, "replace": { "typo3-ter/typoscript2ce": "self.version" From fe9d72280bd4e7fe1e0962da1901ae285ed9e099 Mon Sep 17 00:00:00 2001 From: nebrot Date: Mon, 7 Oct 2024 08:34:29 +0200 Subject: [PATCH 2/6] [TASK] Add TYPO3 13 compatibility --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 560b2a3..6e35f98 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,7 +11,7 @@ 'author_company' => 'in2code.de', 'constraints' => [ 'depends' => [ - 'typo3' => '11.5.0-12.4.99' + 'typo3' => '12.4.0-13.4.99' ], 'conflicts' => [], 'suggests' => [], From ae83323983947bfda8cfac02555c9078b8e12032 Mon Sep 17 00:00:00 2001 From: nebrot Date: Mon, 7 Oct 2024 08:37:00 +0200 Subject: [PATCH 3/6] [TASK] Remove deprecated TCEforms FlexForm tag https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Deprecation-97126-TCEformsRemovedInFlexForm.html https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Breaking-100963-DeprecatedFunctionalityRemoved.html --- Configuration/FlexForms/FlexFormPi1.xml | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) 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 + From acff64fe97374be5dbef46278e8e26e6067236cc Mon Sep 17 00:00:00 2001 From: nebrot Date: Mon, 7 Oct 2024 10:39:50 +0200 Subject: [PATCH 4/6] [TASK] Add TYPO3 11 compatibility again --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index db29b0d..da8ec18 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "type": "typo3-cms-extension", "license": "GPL-3.0", "require": { - "typo3/cms-core": "^12.4 || ^13.0" + "typo3/cms-core": "^11.5 || ^12.4 || ^13.0" }, "replace": { "typo3-ter/typoscript2ce": "self.version" From 272a34be19b32a51a503372ba4e9fbe906aa49cf Mon Sep 17 00:00:00 2001 From: nebrot Date: Mon, 7 Oct 2024 10:40:32 +0200 Subject: [PATCH 5/6] [TASK] Add TYPO3 11 compatibility again --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 6e35f98..f150424 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,7 +11,7 @@ 'author_company' => 'in2code.de', 'constraints' => [ 'depends' => [ - 'typo3' => '12.4.0-13.4.99' + 'typo3' => '11.5.0-13.4.99' ], 'conflicts' => [], 'suggests' => [], From b5729779a945dc2f4a3bbf66b7e99431f79dab34 Mon Sep 17 00:00:00 2001 From: Alexander Kellner Date: Mon, 7 Oct 2024 10:48:39 +0200 Subject: [PATCH 6/6] [TASK] Release preparations --- README.md | 41 +++++++++++++++++++++-------------------- ext_emconf.php | 2 +- 2 files changed, 22 insertions(+), 21 deletions(-) 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/ext_emconf.php b/ext_emconf.php index f150424..0447cf1 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ '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',