Skip to content

Releases: b13/container

[RELEASE] 2.0.3

09 Sep 10:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.0.3

[RELEASE] 2.0.2

30 Aug 09:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

[RELEASE] 2.0.1

18 Aug 09:21
Compare
Choose a tag to compare

Bugfix Release regarding

  • [BUGFIX] Backend Upgrade Wizards
  • [BUGFIX] downgrade doctrine fetch methods

Full Changelog: 2.0.0...2.0.1

[!!!][RELEASE] Container v2.0

11 Aug 14:47
Compare
Choose a tag to compare

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

18 May 11:00
Compare
Choose a tag to compare

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

Full Changelog: 1.6.0...1.6.1

[RELEASE] 1.6.0

19 Apr 08:59
Compare
Choose a tag to compare
  • 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

New Contributors

Full Changelog: 1.5.0...1.6.0

[RELEASE] 1.5.0

03 Feb 16:05
Compare
Choose a tag to compare

Improve EXT:content_defender Integration

1.4.2 PHP8 Bugfix release

17 Nov 07:41
Compare
Choose a tag to compare
[RELEASE] 1.4.2 Bugfix release

[RELEASE] 1.4.1 Bugfix release

11 Nov 16:20
Compare
Choose a tag to compare
  • PHP8 bugfix
  • hidden translated content elements

[RELEASE] Version 1.4.0 PHP8 Support

08 Nov 13:47
Compare
Choose a tag to compare
  • PHP 8 Support
  • small other bugfixes and improvements
  • testing improvements