Releases: b13/container
[RELEASE] 2.1.1
What's Changed
- [BUGFIX] PHP 8 array access by @achimfritz in #322
- [BUGFIX] PHP 8 array access by @achimfritz in #325
Full Changelog: 2.1.0...2.1.1
[RELEASE] 2.1.0 Add TYPO3 v12 Support
What's Changed
- [BUGFIX] Fix typo by @ochorocho in #316
- [BUGFIX] Add array key fallback for PHP8 by @ochorocho in #315
- [TASK] Improve output of integrity command by @georgringer in #312
- [TASK] Add TYPO3 v12 Support by @achimfritz in #313
- fix php warning for tx_container_parent array by @dennismetz in #317
- [TASK] add v12 dependency to emconf by @achimfritz in #320
- [TASK] TYPO3 v12 Improvements by @achimfritz in #319
Full Changelog: 2.0.5...2.1.0
[RELEASE] 2.0.5
What's Changed
- [BUGFIX] Add missing "source" key for icon registration by @nhovratov in #304
- [BUGFIX] no content defender restriction for localized records by @achimfritz in #309
- [BUGFIX] colPos for localized records by @achimfritz in #306
Full Changelog: 2.0.4...2.0.5
[RELEASE] 2.0.4
What's Changed
- [BUGFIX] sorting of localized elements by @achimfritz in #301
Full Changelog: 2.0.3...2.0.4
[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