Skip to content

Latest commit

 

History

History
84 lines (52 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

84 lines (52 loc) · 2.13 KB

Changelog

Unreleased

Changed

  • 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

Full Changelog

2.1.2 (2020-01-21)

Full Changelog

Changed

  • Allow symfony/templating ^5.0
  • Avoid potential security issues of symfony/dependency-injection

Fixed

  • Panel single element is not rendered in the backend

2.1.1 (2019-07-22)

Full Changelog

Fixed

  • Fix broken add image to panel single element
  • Add missing role attributes to accordion group, panel single and panel start element

2.1.0 (2019-01-29)

Full Changelog

Added

  • Add new class ContaoBootstrap\Panel\Components\ContentElement\AbstractPanelStartElement
  • Add new panel single content element

Fixed

  • Fix travis configuration

2.0.4 (2018-08-31)

Full Changelog

  • 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)

2.0.3 (2018-08-24)

Full Changelog

  • 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.

2.0.2 (2018-08-07)

Full Changelog

  • Fix missing closing div tag for panel group.
  • Fix invalid CHANGELOG.md (leftover copy of grid)

2.0.1 (2018-07-19)

  • Fix broken headline tag in ce_bs_panel_start