Skip to content

Releases: whitecube/laravel-cookie-consent

v1.2.3

04 Sep 16:20
8692c39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

08 Jul 11:28
584c545
Compare
Choose a tag to compare

What's Changed

  • Add blade directive for cookie information injection inside a legal information page by @theokbokki in #53

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

09 Apr 09:28
e8a363b
Compare
Choose a tag to compare

What's new:

  • Added Polish language support. Thanks @piotrknapik!
  • Fixed inline JS scripts injection. Thanks @CNimmo16!
  • Fixed CookieServiceProvider stub & README example. Thanks @ubpon!

v1.2.0 (Laravel 11)

28 Mar 18:02
2a97ed4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

21 Dec 15:03
4899dc9
Compare
Choose a tag to compare
  • Added publishable CookiesServiceProvider in order to provide a recommended place to declare used cookies. #15
  • Added HR translations. Thanks @PetarKresimirCulina !

Bug fixes

08 Nov 15:13
9a4afc4
Compare
Choose a tag to compare
  • The "secure" mode for the consent cookie is now disabled for the "local" environment, preventing a development bug with Safari. Thanks @jornatf! #21
  • Added possibility to configure middleware for package routes. Thanks @birkaaa! #13

Added DE translations

16 Oct 09:40
b7b4593
Compare
Choose a tag to compare

Added ES translations

17 Jul 08:24
7aeda02
Compare
Choose a tag to compare

Changes:

  • Fixed FR translation typo.
  • Added ES translations. Thanks @JonathanRixhon!

Bug fix

04 Jul 15:50
Compare
Choose a tag to compare

Changes:

  • Fixed default Google Analytics _gid duration value.

Bug fixes & default cookie descriptions

04 Jul 15:11
Compare
Choose a tag to compare

Changes :

  • Added accurate Google Analytics cookies list (added _gid and _gat)
  • Added translated descriptions for all default cookies
  • Updated legal copy following legal expert recommendations
  • Fixed default Google Analytics cookie name using trimmed container name (#8)
  • Fixed consent configuration (#6)