Skip to content

Releases: whitecube/laravel-cookie-consent

v1.2.5

29 Nov 15:31
2d92077
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.4

28 Oct 10:03
3ed05b0
Compare
Choose a tag to compare

What's Changed

  • Add Portuguese (pt) translation by @tiagocpeixoto in #65
  • Update Spanish (es) translation + error in Google analytics when anonymizeIp is false by @slgo99 in #66

New Contributors

Full Changelog: v1.2.3...v1.2.4

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!