Skip to content

Releases: b13/container

[RELEASE] 1.5.0

03 Feb 16:05

Choose a tag to compare

Improve EXT:content_defender Integration

1.4.2 PHP8 Bugfix release

17 Nov 07:41

Choose a tag to compare

[RELEASE] 1.4.2 Bugfix release

[RELEASE] 1.4.1 Bugfix release

11 Nov 16:20

Choose a tag to compare

  • PHP8 bugfix
  • hidden translated content elements

[RELEASE] Version 1.4.0 PHP8 Support

08 Nov 13:47

Choose a tag to compare

  • PHP 8 Support
  • small other bugfixes and improvements
  • testing improvements

[RELEASE] Version 1.3.1

21 Jul 10:17

Choose a tag to compare

This release contains a couple of bugfixes.

Among others, #161 is fixed, which previously lead to an exception when updating TYPO3 to > 10.4.17 / > 11.2.0, due to renamed paths in https://forge.typo3.org/issues/94343.

[RELEASE] Added compatibility for TYPO3 v11

17 Mar 09:06

Choose a tag to compare

1.3.0

[RELEASE] Add compatibility with TYPO3 v11

[RELEASE] Version 1.2.0 is out

30 Oct 07:48

Choose a tag to compare

This release ships a lot of improvements
for containers in TYPO3:

Registration

Much more flexible container configuration with Objects
used with "Registry->configureContainer()" instead of
"Registry->addContainer()". See an example
on how to migrate here:
https://github.com/b13/container-example/pull/9/files

Grouping of Containers

Containers can now be individually grouped (TYPO3 v10 only)
during the registration so they can be grouped in the selection
dropdowns and are visually separated.
Thanks to Georg Ringer for the suggestions and improvements.

Content Defender

Full support for EXT:content_defender. Thanks to Nicole
Cordes for her great support.

Multi-language and Workspaces bugfixes

A lot of bugfixes with multi-language / translations
and workspaces retrieval.

All changes are still fully backwards-compatible
but it is recommended to use the new registration
as this will be the new way for a possible v2 release.

[RELEASE] Bugfix release

24 Jul 07:12
9240fd1

Choose a tag to compare

1.1.1

[BUGFIX] Update extension title

[RELEASE] New Icons, Registration API, Simplified TypoScript DataProcessor, Free Mode Restrictions

16 Jul 13:20
b2bd02b

Choose a tag to compare

This release comes with a lot of feedback from the community, which we've integrated into EXT:container

Some highlights:

  • Registry->addContainer() is introduced to replace Registry->registerContainer() to make registration faster
  • We are shipping some default container icons to allow more rapid development
  • Elements within a Container which has no localization source are never possible to translate (children of copied containers are always copies as well, never a translation)
  • The CLI Command is now called container:integrity instead of integrity:run.
  • ContainerProcessor now automatically resolves content items and their names, so you need to write less code

Check out our blog post about EXT:container here https://b13.com/blog/flexible-containers-and-grids-for-typo3