Skip to content

Releases: elleracompany/craft-cookie-consent

Bugfix #109 - Redirect after cookie group deletion

02 May 05:49
b2f3610
Compare
Choose a tag to compare

5.0.1 - 2024-05-02

Bugfix

  • Wrong redirect URL after deletion of cookie group (#109)

Support for Craft 5

19 Apr 11:49
9fed4d3
Compare
Choose a tag to compare
Feature/craft 5 update (#108)

* Ran Rector for C5

* phpstan fixes

* Fixed version constraints

* Added phpstan config file

* Deprecated before-body-end-hook

* Comments and return type cleanup

* Updated site-picker for multisites

* Minor updates

---------

Co-authored-by: Jørgen Ellingsen <jorgenellingsen@Jrgen-sin-MacBook-Pro.local>

v4.0.4

30 Sep 06:12
Compare
Choose a tag to compare
  • Added add, reorder and delete on cookie table (PR #93 from mikewink), fixing #90 and #91.

v4.0.3

21 Jun 06:10
1d9d702
Compare
Choose a tag to compare

Switching between sites in multisite installs no longer sends you to the readme-page (#85)

v4.0.2

21 Jun 05:32
dc8df68
Compare
Choose a tag to compare

Fixed permissions for Craft 4 (#86)

Version 4.0.1

27 May 06:28
bff1c4c
Compare
Choose a tag to compare

Fixed #83 : Adjusted for new CP routing for multisites

Version 4.0.0

23 May 16:25
1f16865
Compare
Choose a tag to compare

Upgraded to work with Craft 4

v1.6.1

18 Oct 18:07
6d5879e
Compare
Choose a tag to compare

Fixed javascript for custom templates where some elements are missing (#56)

v1.6.0

28 Sep 07:26
89d9136
Compare
Choose a tag to compare

Added

  • Added ability to modify slug of cookie groups (#68)
  • Added a javascript object window.ccc that contains all consents for a user (#65)

Enhancement

  • Changed the heading from H1 to H3 in the default template (#67)

Bugfixes

  • Made refresh_time default to 500ms if left blank (#66)

v1.5.0

08 Jul 12:25
befa5ca
Compare
Choose a tag to compare

Long over-due update.

  • Added invalidation logic. TODO: Permissions
  • Added hooks for after-body-start to reflect the best position for the template rendering. before-body-end will still work as of this version. (#52)
  • Updated the ip column in consents to 39 characters to allow IPv6 (#51)
  • Removed duplicate settings field (@mikewink)
  • Added missing translations (@mikewink)