Skip to content

cookieconsent v2.8.0

Compare
Choose a tag to compare
@orestbida orestbida released this 15 Jan 19:01
· 872 commits to master since this release
69bddf8

What's Changed

  • Clear unused cookies onFirstAction by @orestbida in #169
  • data-cc attribute now supports: accept-all, accept-necessary and accept-selection values by @orestbida in #170

    <!--- Example -->
    <button type="button" data-cc="accept-all">Accept all categories</button>
  • Added new mode option: opt-in/opt-out by @orestbida in #173
  • Added .updateLanguage(<lang>) method by @orestbida in #174
  • Allow .getConfig() to retrieve all config. properties by @orestbida in #197
  • Allow .updateLanguage(<lang>, <force>) to forcefully refresh current modals by @orestbida in #199
  • Minor code refactoring by @orestbida in #198

Bugfixes

New Contributors

Full Changelog: v2.7.2...v2.8.0