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
ServicesTraitfor the plugin service component registration - Add
phpstanandecscode linting - Add
code-analysis.yamlGitHub action
Changed
- Updated docs to use node 20 & a new sitemap plugin
- PHPstan code cleanup
- ECS code cleanup
Fixed
- Fixed an issue where the
samesiteoption defaulted to aboolwhen it should have defaulted to the stringLax
1.1.16
Added
- Added
ServicesTraitfor the plugin service component registration - Add
phpstanandecscode linting - Add
code-analysis.yamlGitHub action
Changed
- Updated docs to use node 20 & a new sitemap plugin
- PHPstan code cleanup
- ECS code cleanup
Fixed
- Fixed an issue where the
samesiteoption defaulted to aboolwhen 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
truefor regular cookies via PR from jedimonkey (#11)
Version 1.1.12
Changed
- Implemented
sameSitefor 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()