Releases: zeroastro/sqz-cookie-handler
Releases · zeroastro/sqz-cookie-handler
SQZ Cookie Handler v2.1.0
SQZ Cookie Handler v2.0.1
Fixed the dependencies, now the minimum version of PHP is 7.0
SQZ Cookie Handler v2.0.0
- Minimum PHP version is now 7.1
Cookieclass has now setter functions for each variableCookieexpiration 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
CookieCryptographyclass which performs simple OpenSSL encryption/decryption is provided. - An interface to create a custom cryptography class is provided
First Release
This is the very first release of SQZ Cookie Handler