Tarteaucitron
Version 2.4.1
July 27, 2021
Changed
- Update tarteaucitron.js to 1.9.3
Fixed
- Automatic tarteaucitron translation selection on Craft sites using a "complex" locale (country + language)
Version 2.4.0
January 26, 2021
Added
- Add
craft.tarteaucitron.javascriptImportTag()
to output the tarteaucitron.js import tag. See [#9][ticket-9]. - Add
craft.tarteaucitron.javascriptConfigTag()
to output the tarteaucitron.js configuration inline JS tag. See [#9][ticket-9]. - Add
craft.tarteaucitron.stylesheetTag()
to output the tarteaucitron.js stylesheet import tag. See [#9][ticket-9].Changed
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.Fixed
- Honor the
useExternalCss
setting. See [#9][ticket-9].
Version 2.3.1
December 1, 2020
Fixed
- Fix reference error when reCaptcha service is enabled
Version 2.3.0
November 25, 2020
Added
- Add support for the FACIL'iti tarteaucitron.js service
Version 2.2.0
November 13, 2020
Added
- 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)
Changed
- Updated tarteaucitron.js
- Merge dependabot PRs
Fixed
- A bug that prevented forcing tarteaucitron.js language
Version 2.1.1
September 7, 2020
Changed
- Merge dependabot PRs
Version 2.1.0
September 7, 2020
Added
- Support Youtube Js API tarteaucitron.js service
Changed
- Updated tarteaucitron.js
Fixed
- Typo in french translation
Version 2.0.2
June 24, 2020
Changed
- Updated tarteaucitron.js
- Fix a composer deprecation notice (due to a filename classname case mismatch)
Version 2.0.0
July 1, 2022
First public release