Releases: zephir/kirby-cookieconsent
Releases · zephir/kirby-cookieconsent
3.2.1
3.2.0
- Removed unnecessary console.log #9
- Sync categories with translations, thanks to @andrepimpao #5 #7
- Polish translations by @andrepimpao #8
3.1.0
3.0.0
- Updated CookieConsent JS to Version 3.0
- Completely updated configuration, options and translations
- Updated Readme for new version
Full Compare: 2.0.0...3.0.0
2.0.0
- Replace array_merge with array_replace for options merging, might break existing setups: https://github.com/zephir/kirby-cookieconsent/blob/main/src/Options.php#L23
- Added new event
cookieConsentInitialized
which returns thecc
object with which you can call functions likeshow()
andshowSettings()
1.0.2
- Cookieconsent 2.9.2
- French translation
- Readme section on callbacks