Skip to content

Releases: 68publishers/cookie-consent

v0.2.2

17 Dec 01:41
Compare
Choose a tag to compare

Added

  • The method CookieConsentWrapper.on() and an event init. The event is fired when the plugin initialization is completed or has been already completed. For example: CookieConsentWrapper.on('init' function (wrapper) { /* do something*/ }).

v0.2.1

17 Dec 01:04
Compare
Choose a tag to compare

Fixed

  • Fixed GTM template - the field locale_detection_strategy now contains an item disabled instead of "noSet" value because of problem with saving in a tag configuration.

v0.2.0

17 Dec 01:03
Compare
Choose a tag to compare

Added

  • The field hide_from_bots in GTM template.
  • The field locale_detection_strategy in GTM template.
  • The field current_locale in GTM template.
  • The field page_scripts in GTM template.
  • The field script_selector in GTM template.
  • Sections Locale detection and Page scripts in README.
  • Shortcut method CookieConsentWrapper.allowedCategor().
  • Dummy page script in the development demo.

Fixed

  • Text inside a modal trigger is translated with a locale that is resolved by the cookieconsent plugin.

v0.1.3

14 Dec 00:54
Compare
Choose a tag to compare

Dependencies:

  • updated the package vanilla-cookieconsent to the version 2.7.1
  • replaced the plugin uglifyjs-webpack-plugin with terser-webpack-plugin (the package has 0 vulnerabilities now)

Fixes

  • updated GTM template - plugin options revision, delay and cookie_expiration must be converted into integers
  • translations under the key consent_modal_revision_message are now sent into the cookieconsent plugin

Added

  • added support for the placeholder [[revision_message]] inside translations with the key consent_modal_description (the cookieconsent plugin uses {{revision_message}} by default but this notation is used for variables in GTM
  • added section How to manage revisions in the README

Other

  • added ignore files for git and npm inside a directory ~/dist
  • added file package-lock.json

v0.1.2

10 Dec 00:20
Compare
Choose a tag to compare
  • updated version of the cookieconsent package to the version 2.7
  • updated GTM template (removed a help text from the field consent_modal_position)

v0.1.1

10 Dec 00:19
Compare
Choose a tag to compare
Updated package version

v0.1

10 Dec 00:18
Compare
Choose a tag to compare
Changed version