Skip to content

Releases: duncanmcclean/cookie-notice

v8.0.3

16 May 17:15
a22e350
Compare
Choose a tag to compare

What's fixed

  • Fixed Vite build issues once and for all #68 #72 #73

v8.0.2

12 May 15:31
b6162aa
Compare
Choose a tag to compare

What's fixed

v8.0.1

10 May 12:13
b6bba84
Compare
Choose a tag to compare

What's fixed

  • Fixed an issue with Vite assets not being published correctly #65

v8.0.0

28 Apr 10:41
60e6d64
Compare
Choose a tag to compare

What's new

  • Cookie Notice v8 now supports Statamic 4 #61
  • Now using Vite to build assets internally #60

Upgrade guide

  1. In your site's composer.json file, replace doublethreedigital/cookie-notice with duncanmcclean/cookie-notice
  2. Then, change the addon's version constraint to ^8.0

v7.1.1

27 Jan 21:10
4055f43
Compare
Choose a tag to compare

What's new

  • Statamic 3.4 Support

v7.1.0

07 Jan 23:35
0513a71
Compare
Choose a tag to compare

What's improved

  • There's been a few small design changes to the notice
  • CSS for the notice are now loaded inline, rather than via an external stylesheet (prevents it from not being displayed with some ad-blockers)

What's fixed

  • Fixed a JavaScript issue when loading the notice for the first time
  • Fixed an issue where text on 'Manage Cookies' button sometimes wouldn't show
  • Fixed an issue where the CSS file in public/vendor/cookie-notice wouldn't be included in your site's Git repository

v7.0.0

29 Dec 12:18
7146141
Compare
Choose a tag to compare

The supported versions of PHP/Statamic/Laravel used alongside this addon have changed, the supported versions are now:

  • PHP 8.1 & 8.2
  • Statamic 3.3
  • Laravel 9

v6.0.2

14 Oct 22:30
244e9aa
Compare
Choose a tag to compare

What's improved

  • You can now click the buttons on the cookie notice widget while the page is still loading #55 #56

v6.0.1

10 Oct 12:12
Compare
Choose a tag to compare

What's fixed

  • Fixed an issue for new users providing consent

v6.0.0

26 Sep 17:50
Compare
Choose a tag to compare

What's new

  • Cookie Notice now has events! You can listen to them to detect consent changes, then trigger the relevant third-party scripts. #54