Cookie Banner
Version 1.0.22-beta
November 22, 2026
- Fixed preferences link conditional
Version 1.0.21-beta
November 22, 2026
- Fixed javascript referencing old attribute
Version 1.0.20-beta
November 22, 2026
- Fixed anchor missing href attribute
Version 1.0.19-beta
November 6, 2026
- Changelog formatting bug
Version 1.0.18-beta
November 6, 2026
- Removed base consent script from the head.
Users should manually add
gtag('consent', 'default'event to set the inital consent for google consent mode V2 to work correctly
Version 1.0.17-beta
November 6, 2026
Features
- Detected from browser storage always took the $_COOKIE variable as input. Now it uses the cookies set on the frontend as reference via a cached value.
Bugfixes
Version 1.0.16-beta
November 6, 2026
- Fix return default object when cookie is not set from twig variable
Version 1.0.15-beta
November 6, 2026
- The
cookie-banner:consent-onloadevent now gets called when theDOMContentLoadedevent is triggered to prevent other event listeners missing it. - A craft varialbe was added so you can easily check consnent in your twig templates
{% if craft.cookieBanner.consent.necessaryCookies %}{% endif %}
Version 1.0.14-beta
July 5, 2027
- Cookie categories with no cookies are now excluded from the cookie banner
Version 1.0.13-beta
June 4, 2028
- Fixed authors missing in composer.json
- Fixed changelog formatting
Version 1.0.12-beta
May 4, 2028
- Fixed bug in the issue calculation
Version 1.0.11-beta
March 4, 2028
- Fixed bug in the issue calculation
Version 1.0.10-beta
December 4, 2027
- Cleanup method moved to a queue job
- Dashboard chart queries optimized
- Added Frontend and CP asset bundles for small download sizes on the frontend
- Chart styling improved
- Fixed a date issue where the consent records of today didn't show on the graph
- Fixed some MySQL specific queries with ANSI SQL
- Optimised the issues queries and added caching
- Fixed permissions
Version 1.0.9-beta
September 4, 2026
- Bulk import error handling
- Bulk import input sanitizing
Version 1.0.8-beta
September 4, 2027
- Added copy appearance from option to make repeated appearance configurations easy
- Fixed appearance default value
Version 1.0.7-beta
September 4, 2027
- Changed manage cookie selector from
[data-manage-consent]to links with anchor #manage-consent for easier management in the CP - Fixed appearance page code field not showing if categories/tables setting was disabled.
Version 1.0.6-beta
September 4, 2027
- Performance optimalisations + Documentation
Version 1.0.2-beta
April 4, 2027
- Fixed composer release issues
Version 1.0.1-beta
April 4, 2027
- Fixed saving settings bug
Version 1.0.0-beta
April 4, 2027
- Initial release