Releases: nystudio107/craft-cookies
Releases · nystudio107/craft-cookies
Version 1.1.10
Changed
- If the passed in domain is empty, use the
defaultCookieDomain
config setting - Don't unserialize any classes in secure cookie data
- Code cleanup
Version 1.1.9
Changed
- Renamed the composer package name to
craft-cookies
- Check to ensure a cookie exists before accessing it in
getSecure()
Version 1.1.8
Changed
- Fixed an issue with removing cookies
- Added try/catch so errors are logged instead of exceptions thrown
Version 1.1.7
Changed
- Updated to require craftcms/cms
^3.0.0-RC1
- Switched to
Craft::$app->view->registerTwigExtension
to register the Twig extension
Version 1.1.6
Changed
- Craft 3 beta 23 compatibility
Version 1.1.5
Changed
- Craft 3 beta 20 compatibility
Version 1.1.4
Changed
hasSettings
->hasCpSettings
for Craft 3 beta 8 compatibility
Version 1.1.3
Added
- Added
craft/cms
as a composer dependency - Added code inspection typehinting for the plugin & services
Changed
- Code refactor/cleanup
Version 1.1.2
Changed
- Code cleanup
- Added a new colored icon
Version 1.1.1
Changed
- Cleaned up
composer.json