- 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
- Rewrite content elements to fragment controller
- Allow
symfony/templating ^5.0
- Avoid potential security issues of
symfony/dependency-injection
- Panel single element is not rendered in the backend
- Fix broken add image to panel single element
- Add missing role attributes to accordion group, panel single and panel start element
- Add new class
ContaoBootstrap\Panel\Components\ContentElement\AbstractPanelStartElement
- Add new panel single content element
- Fix travis configuration
- Fix missing css id of group element if no custom id is given (@kehr-solutions)
- Fix expanded checking in panel start template (@kehr-solutions)
- Add css id and class to panel start element (@kehr-solutions)
- Require netzmacht/contao-toolkit and rewrite content elements to achieve Symfony v4 support.
- Mark classes as final. Infrastructure classes are not meant to be inherited.
- Fix missing closing div tag for panel group.
- Fix invalid CHANGELOG.md (leftover copy of grid)
- Fix broken headline tag in ce_bs_panel_start