Releases: b13/container
[RELEASE] 2.0.3
What's Changed
- [BUGFIX] Migration with typo3-console by @achimfritz in #294
- [BUGFIX] prevent loading of CE in tx_container_parent by @achimfritz in #298
- [BUGFIX] copy container with content_defender by @achimfritz in #299
Full Changelog: 2.0.2...2.0.3
[RELEASE] 2.0.2
What's Changed
- [BUGFIX] load container pageTs before default by @achimfritz in #289
- [TASK] remove TYPO3 v9 fix for foreign table, replace TYPO3_MODE by @achimfritz in #288
- [BUGFIX] moving container to other page by @achimfritz in #293
Full Changelog: 2.0.1...2.0.2
[RELEASE] 2.0.1
Bugfix Release regarding
- [BUGFIX] Backend Upgrade Wizards
- [BUGFIX] downgrade doctrine fetch methods
Full Changelog: 2.0.0...2.0.1
[!!!][RELEASE] Container v2.0
This release is a major release due to the following changes:
- Dropped compatibility for TYPO3 v9. Support for TYPO3 v10 + v11
- Streamlined sorting functionality within containers (see a1cc4de)
The latter change requires a migration which re-sorts all elements within containers,
which can be executed via an upgrade wizard or a CLI command via:
./vendor/bin/typo3cms container:sorting --apply
If you only want to see what container migration would modify, run the CLI command without
the option --apply via:
./vendor/bin/typo3cms container:sorting
This command, which needs to be run multiple times when using nested containers, fixes
the sorting of content elements in a streamlined way which is more predictive.
Support for v1.x is discontinued and it is recommended for everybody to upgrad to EXT:container v2.
[RELEASE] 1.6.1
What's Changed
- [TASK] Tests for PHP 8.1, TYPO3 coding standard and php-cs-fixer raises, update cgl commands by @nhovratov in #252
- [BUGFIX] use uid of live workspace element for container parent by @achimfritz in #262
- [BUGFIX] deleted workspace children by @achimfritz in #261
New Contributors
- @nhovratov made their first contribution in #252
Full Changelog: 1.6.0...1.6.1
[RELEASE] 1.6.0
- Bugfixes in Localization Processes and Used Records
- Features: Add option to set tt_content_defValues and option to use Layouts in Backend Templates
- Improvements of Integrity Command (includes some "Fix-Commands")
What's Changed
- [TASK] Remove temporary phpstan entries again by @o-ba in #235
- [BUGFIX] Localize from non default language by @achimfritz in #236
- [FEATURE] Allow the tt_content_defValues to be set for a container by @nigelmann in #241
- [BUGFIX] copy nested containers to other language by @achimfritz in #246
- [FEATURE] BackendLayouts for container grids by @achimfritz in #238
- [BUGFIX] integrity and fixes by @achimfritz in #245
New Contributors
- @nigelmann made their first contribution in #241
Full Changelog: 1.5.0...1.6.0
[RELEASE] 1.5.0
Improve EXT:content_defender Integration
1.4.2 PHP8 Bugfix release
[RELEASE] 1.4.2 Bugfix release
[RELEASE] 1.4.1 Bugfix release
- PHP8 bugfix
- hidden translated content elements
[RELEASE] Version 1.4.0 PHP8 Support
- PHP 8 Support
- small other bugfixes and improvements
- testing improvements