Releases: 68publishers/cookie-consent
Releases · 68publishers/cookie-consent
v0.2.2
v0.2.1
v0.2.0
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
andPage 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
Dependencies:
- updated the package
vanilla-cookieconsent
to the version2.7.1
- replaced the plugin
uglifyjs-webpack-plugin
withterser-webpack-plugin
(the package has 0 vulnerabilities now)
Fixes
- updated GTM template - plugin options
revision
,delay
andcookie_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 keyconsent_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