All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.0.1 — 2022-08-24
- Update plugin icon
3.0.0 — 2022-06-28
- Honor the
moreInfoLink
&readMoreLink
settings
2.4.1 - 2021-07-27
- Update tarteaucitron.js to 1.9.3
- Automatic tarteaucitron translation selection on Craft sites using a "complex" locale (country + language)
2.4.0 - 2021-01-26
- Add
craft.tarteaucitron.javascriptImportTag()
to output the tarteaucitron.js import tag. See #9. - Add
craft.tarteaucitron.javascriptConfigTag()
to output the tarteaucitron.js configuration inline JS tag. See #9. - Add
craft.tarteaucitron.stylesheetTag()
to output the tarteaucitron.js stylesheet import tag. See #9.
craft.tarteaucitron.initScript()
now renders tarteaucitron.js import tag & tarteaucitron.js configuration inline JS tag in place. It used to render at the end of the<body>
tag, no matter where it was called in the source.
- Honor the
useExternalCss
setting. See #9.
2.3.1 - 2020-12-01
- Fix reference error when reCaptcha service is enabled
2.3.0 - 2020-11-25
- Add support for the FACIL'iti tarteaucitron.js service
2.2.0 - 2020-11-13
- Add support for new tarteaucitron.js settings:
privacyUrl
,cookieName
,showIcon
,iconPosition
,DenyAllCta
,moreInfoLink
,readmoreLink
, &mandatory
- Force tarteaucitron.js to use the same language as Craft by default (may be disabled to get the old behavior)
- Updated tarteaucitron.js
- Merge dependabot PRs
- A bug that prevented forcing tarteaucitron.js language
2.1.1 - 2020-09-07
- Merge dependabot PRs
2.1.0 - 2020-09-07
- Support Youtube Js API tarteaucitron.js service
- Updated tarteaucitron.js
- Typo in french translation
2.0.2 - 2020-06-24
- Updated tarteaucitron.js
- Fix a composer deprecation notice (due to a filename classname case mismatch)
2.0.1 - 2020-03-19
Updated tarteaucitron.js (we're currently using the nstCactus/tarteaucitron.js fork until the following PRs are merged:
2.0.0 - 2020-31-01
First public release