Releases: bouvet-apps/app-cookie-panel
Releases · bouvet-apps/app-cookie-panel
1.1.0
The main goal of this release is to make the cookie panel compatible with full page caching services (Cloudflare, Fastly or Enonic's Booster app for example) by moving all the cookie checks and creation from the back-end controller to the client-side.
- The cookie panel resources are now always added on every page load.
- The control cookie value will be checked/created client-side, to determine whether or not the popup should be shown.
- The "decline all cookies" button is now optional and only visible if the label value has been set.
IMPORTANT: This version only runs the runOnCookieConsent() function when a user first approves cookies. If you want your script to be loaded in on subsequent page loads, you will need to update your code to check it's cookie approval in the front-end and run/add the script then.
Required XP version: 7.9.0
1.0.1
Required XP version: 7.9.0