Skip to content

Releases: oveleon/contao-cookiebar

2.0.0-RC2

06 Mar 17:13
Compare
Choose a tag to compare
2.0.0-RC2 Pre-release
Pre-release

What's Changed


Full Changelog: 2.0.0-RC1...2.0.0-RC2

1.14.1

28 Feb 16:48
Compare
Choose a tag to compare

Update

  • Removed BETA from consent-mode 8152343
  • Restored Contao 4.9 compatibility 2ebfd0a

Full Changelog: 1.14.0...1.14.1

2.0.0-RC1

16 Feb 16:17
Compare
Choose a tag to compare
2.0.0-RC1 Pre-release
Pre-release

Contao 5.x and Twig Support

Huge thanks to @xprojects-de for spending his time on adding Twig-Support for the contao-cookiebar

Disclaimer

This is a pre-release and addressed to test Twig-functionality.
It also includes all Features of the 1.13 and 1.14 releases.

THIS VERSION IS CONTAO 5.X only

The 5.x branch that has been used for Contao 5.x will be deleted soon, please do not use it within production


Upgrading

Please follow the UPGRADE.md https://github.com/oveleon/contao-cookiebar/blob/2.x/UPGRADE.md


Major changes

Changes

Features

Bugfixes


And much more - Check the full changelog below:

Full Changelog: 1.13.3...2.0.0-RC1

1.14.0

16 Feb 15:45
Compare
Choose a tag to compare

New features

Bugfixes

  • Fixed an issue where ccb-trigger would not work with script-position Head-Tag #152 92e7f72 @zoglo

  • Fixed an issue where non-supported backend languages (en, de, fr, it, sv) would result in unknown option for essential cookie group languages #186 997e82f @zoglo

Changes

  • Contao 4.13 and PHP 7.4 only 33c3117

Full Changelog: 1.13.3...1.14.0

1.13.3

15 Feb 15:13
Compare
Choose a tag to compare

Addition

  • Additionally add ga_XXX cookie when generating Google Analytics cookie tokens

Full Changelog: 1.13.2...1.13.3

1.13.2

31 Jan 16:24
74fbd04
Compare
Choose a tag to compare

What's Changed

  • Unlock newer versions of symfony/serializer by @fritzmg in #181

Full Changelog: 1.13.1...1.13.2

1.13.1

22 Aug 06:42
b443e97
Compare
Choose a tag to compare

What's Changed

  • Remove m12 class for certain fields by @fritzmg in #171
  • check the real cookie state when calling issetCookie with a token by @s6t in #172

New Contributors

  • @s6t made their first contribution in #172

Full Changelog: 1.13.0...1.13.1

1.13.0

21 Apr 08:07
6290701
Compare
Choose a tag to compare

What's Changed

  • Add word break to force a line break for long cookie enumerations in cookiebar_simple.css / cookiebar_default.css by @akroii in #160
  • Fix compilation for cookie of type "template" by @orchid-mantis in #162
  • Allow interpretation of multiple scripts from Analytic templates for cookie of type "template" by @doishub in #162
  • Enable/disable the consent log via the config by @doishub in 7cf2843 (#163)
  • Disable consent log by default

New Contributors

⚠ Attention

The consent log is disabled by default with this version. To enable it, you need to set the consent_log value within config.yaml to true. Also, the IP address is not automatically anonymized. For this, please set the value anonymize_ip to true as well.

Full Changelog: 1.12.9...1.13.0

1.12.9

13 Mar 07:48
6309839
Compare
Choose a tag to compare

Bugfixes

  • fixed a bug where blocked iframes would not work when having contao installed in a subfolder

  • fixed a bug where calling the framework outside the contao context would sometimes not work:

    • Do not initialize the contao framework in constructor #154 @fritzmg

1.12.8

09 Feb 07:17
9b71348
Compare
Choose a tag to compare
  • Added data-nosnippet attribute to prevent Google from using the cookiebar content (#149 - @av3)