Releases: a-digital/cookie-consent-banner
Releases · a-digital/cookie-consent-banner
v2.0.1
Craft 4 Release
2.0.0 - 2022-08-11
Changed
- Update plugin for Craft 4
Change how CSS and JS options are passed to resolve conflict with Craft 3.7.22
- Change how CSS and JS options are passed to resolve conflict with Craft 3.7.22 #37
Add hex to colour setting outputs in newer Craft versions
Fixed
- Add '#' to colour setting hex code outputs where these have been dropped in newer versions of Craft
Ensure entry type variable exists, merge pull requests
Fixed
- Ensure
entry
variable is instance of craft elements entry (thanks, @chrislkeefer)
Changed
- All namespaces PSR-4-compliant (thanks, @qrazi)
- Allow translation of button text (thanks, @drifteaur)
Ensure entry variable is instance of craft elements entry
Fixed
- Ensure
entry
variable is instance of craft elements entry
Support for doNotTrack headers
Added
- Support for detecting/honouring
doNotTrack
headers
Changed
- Refactor
validateCookiesAccepted()
intovalidateCookieConsentSet()
Correct function calls when banner type is opt out and consent not given
Fixed
- Resolved issue with incorrect JS functions called when banner type is opt out and consent not given
Resolve issue with plugin variable
Fixed
- Resolved issue with migration where table prefix incorrectly assumed
Increase required Craft version
Changed
- Increased required Craft version to 3.1.0