Skip to content

Releases: b13/container

[RELEASE] 2.1.1

03 Nov 13:55

Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

[RELEASE] 2.1.0 Add TYPO3 v12 Support

12 Oct 11:40

Choose a tag to compare

What's Changed

Full Changelog: 2.0.5...2.1.0

[RELEASE] 2.0.5

23 Sep 09:31

Choose a tag to compare

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

09 Sep 13:54

Choose a tag to compare

What's Changed

Full Changelog: 2.0.3...2.0.4

[RELEASE] 2.0.3

09 Sep 10:28

Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.0.3

[RELEASE] 2.0.2

30 Aug 09:39

Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

[RELEASE] 2.0.1

18 Aug 09:21

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

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

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

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