Skip to content

Releases: orestbida/cookieconsent

cookieconsent v2.1

02 Mar 21:00
83a19a8
Compare
Choose a tag to compare
  • added forced consent (block page navigation until consent is given)
  • autoload_css now uses ajax to ensure the css is properly loaded
  • minor code refactoring and optimizations

cookieconsent v2

17 Feb 23:05
Compare
Choose a tag to compare

Changelog:

  • big code refactoring
  • renamed config. parameters (so that they are a bit clearer and less verbose)
  • added .onChange() method to detect when user changes preferences
  • added .allowedCategory() method to check if a certain cookie category has been accepted or not
  • added .loadScript() method to dynamically load scripts (with preload option and custom attribute support)
  • can now set cookie consent buttons actions individually (accept all, accept necessary only, accept selection, settings)
  • improved autoclear_cookies and autoload_css

cookieconsent v1.2

05 Nov 11:14
Compare
Choose a tag to compare

Changelog:

  • ✨ add support for custom expiration date with cc_cookie_expiration

  • ✨ add support for auto-removal of unused cookies based on cookiepolicy preferences with cc_autoclear_cookies

  • ✨ can now autolad css or not with cc_autoload_css

  • 🐛 fix minor bug/incoherence: cookiepolicy did not remember/retrieve saved preferences and always displayed default values

  • 🐛 fix z-index bug

  • ✨ replace innerText with innerHTML for custom html tags inside cookie policy

  • 🔥 minor code refactoring

  • 💄 minor UI update

cookieconsent v1.1 stable

23 Oct 20:12
Compare
Choose a tag to compare

Changelog:

  • add custom table headers in cookie-policy modal ✨
  • tables inside cookie-policy can now have an arbitrary number of columns defined by user
  • refactor code / remove unused code 🔥
  • minor css updates (for dark-mode)

cookieconsent v1.0 stable

01 Oct 14:02
Compare
Choose a tag to compare

First release of this plugin. Lightweight, stable, cross-browser compatible (ie8+) and fully responsive.

Main features:

  • can define your own cookie-consent and cookie-policy (it's up to you to make it gdpr compliant)
  • opt-in/out implementation for each cookie-policy section
  • standalone (no other external dependencies)