Skip to content

Releases: selective-php/samesite-cookie

0.4.0

09 Sep 21:31
Compare
Choose a tag to compare

Changed

0.3.0

13 Feb 13:04
Compare
Choose a tag to compare

Changes

  • All settings are now optional
  • The SameSiteSessionMiddleware is optional

Added

  • Add SessionHandlerInterface method

Removed

  • Remove unused request attributes

0.2.2

11 Jan 07:32
Compare
Choose a tag to compare

Fixed

  • Fix PHP session handler isStarted #2

0.2.1

07 Jan 14:12
Compare
Choose a tag to compare

Fixed

  • Fix minimum PHP version to 7.2

0.2.0

06 Jan 17:17
Compare
Choose a tag to compare

Added

  • Add PHP 8 support
  • Add optional array settings to SameSiteCookieConfiguration constructor
  • Add session handler abstraction to implement your specific session handler

Changed

  • Update dependencies
  • Optimize tests

Removed

  • Removed PHP 7.1 and 7.2 support

0.1.0

16 Sep 21:29
Compare
Choose a tag to compare
Init