Releases: nystudio107/craft-cookies
Releases · nystudio107/craft-cookies
5.0.0
5.0.0-beta.1
Added
- Initial beta release for Craft CMS 5
4.0.1
Added
- Added
ServicesTrait
for the plugin service component registration - Add
phpstan
andecs
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 abool
when it should have defaulted to the stringLax
1.1.16
Added
- Added
ServicesTrait
for the plugin service component registration - Add
phpstan
andecs
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 abool
when it should have defaulted to the stringLax
Version 4.0.0
Version 4.0.0-beta.1
Added
- Initial Craft CMS 4 compatibility
Version 1.1.14
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
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
Changed
- Implemented
sameSite
for cookies, thank to a PR from Kenny Quan
Version 1.1.11
Changed
- Fixed an issue where
getSecure()
would return nothing due to an improper parameter passed tounserialize()