Releases: b13/container
[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
[RELEASE] Version 1.3.1
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
1.3.0 [RELEASE] Add compatibility with TYPO3 v11
[RELEASE] Version 1.2.0 is out
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
1.1.1 [BUGFIX] Update extension title
[RELEASE] New Icons, Registration API, Simplified TypoScript DataProcessor, Free Mode Restrictions
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 replaceRegistry->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:integrityinstead ofintegrity: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