Skip to content

Releases: nystudio107/craft-cookies

5.0.0

15 Apr 17:56
Compare
Choose a tag to compare

Added

  • Stable release for Craft CMS 5

5.0.0-beta.1

13 Feb 03:39
Compare
Choose a tag to compare
5.0.0-beta.1 Pre-release
Pre-release

Added

  • Initial beta release for Craft CMS 5

4.0.1

13 Feb 03:38
Compare
Choose a tag to compare

Added

  • Added ServicesTrait for the plugin service component registration
  • Add phpstan and ecs code linting
  • Add code-analysis.yaml GitHub action

Changed

  • Updated docs to use node 20 & a new sitemap plugin
  • PHPstan code cleanup
  • ECS code cleanup

Fixed

  • Fixed an issue where the samesite option defaulted to a bool when it should have defaulted to the string Lax

1.1.16

13 Feb 03:37
Compare
Choose a tag to compare

Added

  • Added ServicesTrait for the plugin service component registration
  • Add phpstan and ecs code linting
  • Add code-analysis.yaml GitHub action

Changed

  • Updated docs to use node 20 & a new sitemap plugin
  • PHPstan code cleanup
  • ECS code cleanup

Fixed

  • Fixed an issue where the samesite option defaulted to a bool when it should have defaulted to the string Lax

Version 4.0.0

10 May 17:14
Compare
Choose a tag to compare

Added

  • Initial Craft CMS 4 release

Fixed

  • Fixed an issue where sameSite must be of type boolean (#37)

Version 4.0.0-beta.1

09 Mar 06:12
Compare
Choose a tag to compare

Added

  • Initial Craft CMS 4 compatibility

Version 1.1.14

15 Apr 15:33
Compare
Choose a tag to compare

Changed

  • Move settings from the composer.json “extra” to the plugin main class

Fixed

  • Removed duplicate example for Setting Secure Cookies in the docs (#23)

Version 1.1.13

31 Mar 19:10
Compare
Choose a tag to compare

Added

  • Added Dockerfile & Makefile for building docs

Fixed

  • No longer hardcode secure to be true for regular cookies via PR from jedimonkey (#11)

Version 1.1.12

14 Feb 03:32
Compare
Choose a tag to compare

Changed

  • Implemented sameSite for cookies, thank to a PR from Kenny Quan

Version 1.1.11

07 Dec 01:06
Compare
Choose a tag to compare

Changed

  • Fixed an issue where getSecure() would return nothing due to an improper parameter passed to unserialize()