- Add support for
contao_bootstrap.yaml
configuration files
- Bump minimum PHP version to 7.4
- Bump Symfony requirements to ^4.4 or ^5.4
- Bump Contao requirements to ^4.9 or ^4.13
- Changed coding standard
- Drop support for stylepicker4ward
- Removed field
tl_content.bootstrap_dataAttributes
- Define dependencies of the symfony components
- Remove doctrine/doctrine-bundle dependency but rely on doctrine/dbal instead
- Add Contao 4.6 to the build matrix
- Remove leftover template modifier, marked as being removed in 2.0.0
- Update readme (2.0.2)
- Drop leftover fields and
- Cleanu
- Make environment public temporary.
- Update translations
- Fix incompatibility with PHP 7.0
- Fix theme context was never entered
- Add Contao 4.5 to the build matrix
- Update project files
- Support Metapalettes 2.0
Bugfixes:
- Mark listeners services as public. Contao requires it.
Implemented enhancements:
- Added template pre and post render filters
- Deprecate Modifiers. Get removed in 2.0.0.
- Update readme and add changelog.