Skip to content

Releases: whitecube/laravel-cookie-consent

v1.3.3

16 Apr 11:04
5a5fe0c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.3.3

v1.3.2

24 Mar 18:07
262fe80
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

17 Mar 11:01
b67e6e6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0 - Laravel 12

24 Feb 20:32
a94f920
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.6...v1.3.0

v1.2.6

12 Feb 09:21
7f2df97
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.5...v1.2.6

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!