Releases: TYPO3-Documentation/t3docs-examples
Releases · TYPO3-Documentation/t3docs-examples
13.0.1
What's Changed
- [!!!][FEATURE] Auto-registration of NewContentElementWizard via TCA by @linawolf in #292
- [FEATURE] Add a basic content element by @linawolf in #291
- [BUGFIX] CE group is called "plugins" by default by @linawolf in #293
- [CI] Lint code with PHP 8.4 by @brotkrueml in #295
- [FEATURE] Demonstrate all possible site setting types by @linawolf in #294
- [TASK] Deprecate plugin content element and plugin subtypes (list_type) by @linawolf in #297
- [TASK] Add list_type to CType Upgrade Wizards by @linawolf in #298
- [TASK] Add site setting with enum by @linawolf in #299
- [TASK] Allow TYPO3 13.4 by @linawolf in #300
Full Changelog: 12.0.7...13.0.1
12.0.8
12.0.7 (deleted)
Accidently based this on main
13.0.0
What's Changed
- [TASK] Remove duplicate tsconfig by @linawolf in #191
- !!![TASK] Drop support for TYPO3 v12 by @linawolf in #192
- [BUGFIX] Move ExtensionManagementUtility::addUserTSConfig by @linawolf in #193
- [CI] Add backport workflow by @brotkrueml in #198
- [TASK] Explicitly define PHP version constraint by @brotkrueml in #197
- [TASK] Update dev dependencies by @brotkrueml in #200
- [BUGFIX] Correct branch alias by @brotkrueml in #201
- [BUGFIX] Adjust ExampleLinkType for v13 by @brotkrueml in #203
- [CI] Add PHP 8.3 to workflow matrix by @brotkrueml in #204
- [TASK] Fix CGL after update of php-cs-fixer to v3.23.0 by @brotkrueml in #206
- [TASK] Streamline XLIFF files by @brotkrueml in #208
- [TASK] Fix CGL after update to php-cs-fixer v3.27.0 by @brotkrueml in #211
- [CI] Update actions/checkout to version 4 by @brotkrueml in #210
- [TASK] Run "composer normalize" in current version by @brotkrueml in #216
- [TASK] Remove FlexForm event listeners by @brotkrueml in #215
- [DOCS] Add v12 releases to changelog by @brotkrueml in #219
- [FEATURE] #101807 - Use Configuration/user.tsconfig by @brotkrueml in #214
- [BUGFIX] Avoid dynamic properties in ModuleController by @brotkrueml in #224
- [BUGFIX] Use correct object to call pushModuleData() method in AdminModuleController by @brotkrueml in #225
- Fix module registration for plain (non-extbase) controller by @josefglatz in #223
- [DOCS] Add changelog for bugfix #223 by @brotkrueml in #229
- [CI] Run tests on at least PHP 8.2 by @brotkrueml in #231
- [TASK] Use php-cs-fixer by @brotkrueml in #232
- [TASK] Add return type to ModuleController->initializeAction() by @brotkrueml in #233
- [TASK] Set more options for php-cs-fixer's trailing comma in multiline rule by @brotkrueml in #235
- [TASK] Use PHP attribute for tagging event listener by @brotkrueml in #236
- [TASK] Use attribute in commands by @brotkrueml in #237
- [TASK] Set PHP level to 8.2 via Rector by @brotkrueml in #238
- [TASK] Restore tagging via Services.yaml for DoSomethingCommand by @brotkrueml in #239
- [TASK] Remove outdated langDisable and langChildren tags by @fe-mohmand in #248
- Update AdminModuleController.php (Backend Module w/o Extbase) by @sandoba in #240
- [TASK] Update dev dependencies by @brotkrueml in #251
- [DOCS] Add changelog for version 12.0.3 by @brotkrueml in #250
- [DOCS] Add changelog for v12.0.4 by @brotkrueml in #255
- [BUGFIX] Avoid warning when set up extension by @brotkrueml in #256
- [TASK] Add release date to version 12.0.5 in changelog by @brotkrueml in #258
- [TASK] Create Localizations DE, FR and ES by @Alagts in #259
- [TASK] Allow Usage with TYPO3 13.1 by @linawolf in #260
- [TASK] Streamline
Build/Scripts/runTests.sh
by @sbuerk in #264 - [TASK] Add static code analyser
PHPStan
as code quality check by @linawolf in #262 - [BUGFIX] Fix creating a special field by @linawolf in #263
New Contributors
- @josefglatz made their first contribution in #223
- @fe-mohmand made their first contribution in #248
- @sandoba made their first contribution in #240
- @Alagts made their first contribution in #259
- @sbuerk made their first contribution in #264
Full Changelog: 12.0.5...13.0.0
12.0.6
What's Changed
- [BUGFIX] Move ExtensionManagementUtility::addUserTSConfig (#193) by @brotkrueml in #196
- [Backport 12.4] [TASK] Explicitly define PHP version constraint (#197) by @brotkrueml in #199
- [Backport 12.4] [TASK] Update dev dependencies by @github-actions in #202
- [TASK] Adjust TYPO3 version constraints by @brotkrueml in #195
- [Backport 12.4] [CI] Add PHP 8.3 to workflow matrix by @github-actions in #205
- [Backport 12.4] [TASK] Fix CGL after update of php-cs-fixer to v3.23.0 by @github-actions in #207
- [Backport 12.4] [TASK] Streamline XLIFF files by @github-actions in #209
- [Backport 12.4] [TASK] Fix CGL after update to php-cs-fixer v3.27.0 by @github-actions in #212
- [Backport 12.4] [CI] Update actions/checkout to version 4 by @github-actions in #213
- [Backport 12.4] [TASK] Run "composer normalize" in current version by @github-actions in #217
- [Backport 12.4] [TASK] Remove FlexForm event listeners by @github-actions in #218
- [Backport 12.4] [DOCS] Add v12 releases to changelog by @github-actions in #220
- [Backport 12.4] [BUGFIX] Avoid dynamic properties in ModuleController (#224) by @brotkrueml in #226
- [BUGFIX] Use correct object to call pushModuleData() method in AdminModuleController (#225) by @brotkrueml in #227
- [Backport 12.4] Fix module registration for plain (non-extbase) controller by @github-actions in #228
- [Backport 12.4] [DOCS] Add changelog for bugfix #223 by @github-actions in #230
- [Backport 12.4] [TASK] Use php-cs-fixer by @github-actions in #234
- [Backport 12.4] [TASK] Remove outdated langDisable and langChildren tags by @github-actions in #249
- [DOCS] Add changelog for version 12.0.3 (#250) by @brotkrueml in #252
- [BUGFIX] Avoid warning when set up extension (#256) by @brotkrueml in #257
New Contributors
- @github-actions made their first contribution in #202
Full Changelog: 13.0.0...12.0.6
12.0.5
12.0.4
Fixed:
- Use correct version in ext_emconf.php
12.0.3
Fixed:
12.0.2
What's Changed
- [TASK] Remove FlexForm event listeners by @brotkrueml in #218
- [BUGFIX] Avoid dynamic properties in ModuleController (#224) by @brotkrueml in #226
- [BUGFIX] Use correct object to call pushModuleData() method in AdminModuleController (#225) by @brotkrueml in #227
- [BUGFIX] Fix module registration for plain (non-extbase) controller by @josefglatz in #228
Full Changelog: 12.0.1...12.0.2
12.0.1
What's Changed
- [TASK] Fix CGL after update of php-cs-fixer to v3.23.0 in #207
- [TASK] Streamline XLIFF files in #209
Full Changelog: 12.0.0...12.0.1