Skip to content

Releases: a-digital/cookie-consent-banner

v2.0.1

27 Feb 09:40
385905f
Compare
Choose a tag to compare

Changed

  • Added Craft Cloud compatibility (via Pixel and Tonic) - #48
  • Merged pull request to correct minimum version number - #40

Craft 4 Release

11 Aug 15:33
Compare
Choose a tag to compare

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

24 Nov 15:18
Compare
Choose a tag to compare
  • 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

28 May 16:45
Compare
Choose a tag to compare

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

10 Sep 15:11
Compare
Choose a tag to compare

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

25 Mar 09:24
Compare
Choose a tag to compare

Fixed

  • Ensure entry variable is instance of craft elements entry

Support for doNotTrack headers

20 Jan 16:57
Compare
Choose a tag to compare

Added

  • Support for detecting/honouring doNotTrack headers

Changed

  • Refactor validateCookiesAccepted() into validateCookieConsentSet()

Correct function calls when banner type is opt out and consent not given

20 Jan 12:07
Compare
Choose a tag to compare

Fixed

  • Resolved issue with incorrect JS functions called when banner type is opt out and consent not given

Resolve issue with plugin variable

09 Dec 15:02
Compare
Choose a tag to compare

Fixed

  • Resolved issue with migration where table prefix incorrectly assumed

Increase required Craft version

29 Nov 16:10
Compare
Choose a tag to compare

Changed

  • Increased required Craft version to 3.1.0