Releases: oveleon/contao-cookiebar
2.0.0-RC2
What's Changed
- CSP-Support by @xprojects-de in #192
- Stop using src/Resources by @zoglo in a89b799
Full Changelog: 2.0.0-RC1...2.0.0-RC2
1.14.1
2.0.0-RC1
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
- Contao 5 and Twig compatibility 45dfb3a @xprojects-de
- Removed migrations d3bdac3 @doishub
- Google Consent Mode is out of Beta 50b4949 @doishub
- Renamed class names ab3d6a6 @doishub
Changes
Features
- Twig compatibility 45dfb3a @xprojects-de @fritzmg
- Disable tracking in the backend 0e05364 @doishub
- Show enabled / disabled consent log in the backend 3421054 @zoglo
Bugfixes
- Properly count up version b68c4a8 @doishub
- Add basicentity settings 197d89b @theDyingMountain
And much more - Check the full changelog below:
Full Changelog: 1.13.3...2.0.0-RC1
1.14.0
New features
-
Added
{{cookiebar::show}}
insert-tag #187 15fc5ff @zonky2See https://github.com/oveleon/contao-cookiebar/blob/1.x/docs/MOD_CE_MISC.md#insert-tag for more info
-
Added a cache-busting option for custom scripts #167 970020c @zoglo
-
Consider new google consent modes #184 2eceb64 @zoglo
ad_user_data ad_personalization functionality_storage personalization_storage security_storage
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
Addition
- Additionally add
ga_XXX
cookie when generating Google Analytics cookie tokens
Full Changelog: 1.13.2...1.13.3
1.13.2
1.13.1
1.13.0
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
- @akroii made their first contribution in #160
- @orchid-mantis made their first contribution in #162
⚠ 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
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: