Skip to content

Releases: oveleon/contao-config-driver-bundle

1.4.0

02 Aug 11:30
e06022a
Compare
Choose a tag to compare

Update


Full Changelog: 1.3.1...1.4.0

1.3.1

05 Jan 16:49
566abb0
Compare
Choose a tag to compare

Bugfix

  • Correctly load toggle-fieldset for contao 5.1 and 5.2
  • Prepare stimulus data action for contao 5.3

1.3.0

21 Dec 15:21
Compare
Choose a tag to compare

New features

  • Added a feature to inject classes into fieldset legends

Usage: '{default_legend:hide your-css-class your-second-css-class}

  • Added a feature to create palette group headers

Usage:
'{default_legend:hide palette-group[global_header]}

global_header must exist in your translation file

Styled example

image

1.2.2

30 Jun 09:09
8a1622b
Compare
Choose a tag to compare
  • Fixed an issue whilst saving serialized strings

1.2.1

20 Jun 11:07
c185cbd
Compare
Choose a tag to compare

Bugfix

  • Fixed an issue where merging local configuration files would override configurations within bundles

1.2.0

09 Jun 15:04
4b89fad
Compare
Choose a tag to compare

Changes

  • Dropped Contao 4.9 Support
  • Dropped PHP 7 Support (PHP ^8.1)
  • Added simultaneous Contao 4.13 and Contao ^5.1 Support

1.1.2

07 Jun 18:08
Compare
Choose a tag to compare
  • fixed a potential PHP 8 warning

1.1.1

07 Nov 07:51
Compare
Choose a tag to compare

Bugfixes

- fixed a bug where non-existing config-fields would lead to an error https://github.com/oveleon/contao-config-driver-bundle/commit/71e5b5ba1c2b29b6976b27eaac2fe5f48f0af2b2

Changes

- refactor loading and saving config files https://github.com/oveleon/contao-config-driver-bundle/commit/a41d3de1f66ca14115a67a207866bc9e56109111

1.1.0

18 Oct 21:01
Compare
Choose a tag to compare

Update

  • changed PHP version to ^8.0
  • changed bundle structure
  • removed deprecated contao methods

1.0.2

14 Oct 07:52
Compare
Choose a tag to compare
  • PHP8 compat