Releases: Veriteworks/CookieFix
Releases · Veriteworks/CookieFix
3.1.2
Revert PHPSESSID
Revert PHPSESSID into affected_keys.
Update
Tested on PHP8.3 and Magento 2.4.7.
Removed PHP7.3 support.
Added plugin for session.
Removed PHPSESSID for affected_keys.
Update
Fix unit test case return type hinting.
Fix store switcher issue
Update
stable release.
compatible with 2.3.6-p1 and later / 2.4.1 and later.
From this release, you can change below cookies samesite attribute.
- PHPSESSID
- form_key
- private_content_version
- X-Magento-Vary
of course, you can change above keys via config.xml
Magento 2.4.1 compatible beta release
Re-implement rewrite and plugins.
Added Samesite cookie value configuration.
Avoiding wrong install for Magento 2.4.1
Magento 2.4.1 has SameSite cookie implementation by default. Until our next major release for 2.4.1 and later, the module shouldn't install for Magento 2.4.1.
Improvement
Replace Config preference into plugin.
Fix missing browser compatibility check on Plugin\Session\AddSameSite.php
Update composer.json for 2.3.x
Merge pull request #12 from vovsky/composer-install-issues add ability to install on Magento 2.3.x via composer