Skip to content

Releases: zeroastro/sqz-cookie-handler

SQZ Cookie Handler v2.1.0

01 Feb 20:52

Choose a tag to compare

  • Minor code refactoring
  • Namespace of CryptographerInterface is now Sqz\CookieHandler\Contracts

SQZ Cookie Handler v2.0.1

15 Jul 21:31

Choose a tag to compare

Fixed the dependencies, now the minimum version of PHP is 7.0

SQZ Cookie Handler v2.0.0

13 Jul 22:24

Choose a tag to compare

  • Minimum PHP version is now 7.1
  • Cookie class has now setter functions for each variable
  • Cookie expiration date can now be only an integer (Unix Timestamp)
  • To perform data encryption/decryption a Cryptography object has to be passed to the CookieHandler
  • A simple CookieCryptography class which performs simple OpenSSL encryption/decryption is provided.
  • An interface to create a custom cryptography class is provided

First Release

04 Oct 20:18

Choose a tag to compare

This is the very first release of SQZ Cookie Handler