Skip to content

Releases: Veriteworks/CookieFix

3.1.2

14 May 00:23
Compare
Choose a tag to compare

merged PR #36 .

Revert PHPSESSID

22 Apr 08:25
Compare
Choose a tag to compare

Revert PHPSESSID into affected_keys.

Update

22 Apr 00:37
Compare
Choose a tag to compare

Tested on PHP8.3 and Magento 2.4.7.
Removed PHP7.3 support.
Added plugin for session.
Removed PHPSESSID for affected_keys.

Update

31 Mar 08:55
Compare
Choose a tag to compare

Fix unit test case return type hinting.

Fix store switcher issue

02 Jun 05:18
Compare
Choose a tag to compare

Merged PR #30 . Thanks @bsdnomad !

Update

15 Feb 08:37
Compare
Choose a tag to compare

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

04 Nov 09:04
Compare
Choose a tag to compare

Re-implement rewrite and plugins.
Added Samesite cookie value configuration.

Avoiding wrong install for Magento 2.4.1

26 Oct 07:11
Compare
Choose a tag to compare

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

16 Sep 03:44
Compare
Choose a tag to compare

Replace Config preference into plugin.
Fix missing browser compatibility check on Plugin\Session\AddSameSite.php

Update composer.json for 2.3.x

28 Aug 03:50
dbac2e1
Compare
Choose a tag to compare
Merge pull request #12 from vovsky/composer-install-issues

add ability to install on Magento 2.3.x via composer