Skip to content

Commit

Permalink
Merge branch 'release/7.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Oct 7, 2024
2 parents 8544b45 + b572977 commit c83df10
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 36 deletions.
22 changes: 9 additions & 13 deletions Configuration/FlexForms/FlexFormPi1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,20 @@
<sheets>
<main>
<ROOT>
<TCEforms>
<sheetTitle>LLL:EXT:typoscript2ce/Resources/Private/Language/locallang_db.xlf:flexform.main</sheetTitle>
</TCEforms>
<sheetTitle>LLL:EXT:typoscript2ce/Resources/Private/Language/locallang_db.xlf:flexform.main</sheetTitle>
<type>array</type>
<el>
<settings.typoscriptobjectpath>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:typoscript2ce/Resources/Private/Language/locallang_db.xlf:flexform.typoscriptobjectpath</label>
<config>
<type>input</type>
<size>50</size>
<eval>trim</eval>
</config>
</TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:typoscript2ce/Resources/Private/Language/locallang_db.xlf:flexform.typoscriptobjectpath</label>
<config>
<type>input</type>
<size>50</size>
<eval>trim</eval>
</config>
</settings.typoscriptobjectpath>
</el>
</ROOT>
</main>
</sheets>
</T3DataStructure>
</T3DataStructure>
41 changes: 21 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '[email protected]',
'author_company' => 'in2code.de',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.4.99'
'typo3' => '11.5.0-13.4.99'
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit c83df10

Please sign in to comment.