Releases: ezimuel/PHP-Secure-Session
Releases · ezimuel/PHP-Secure-Session
v1.1.0
Added
- #29 added the
PHPSecureSession\Exception\AuthenticationFailedException
in case of authentication error of SecureHandler::decrypt()
.
Changed
- d39d3aa refactored the unit test removing the usage of
@runInSeparateProcess
.
Deprecated
Removed
Fixed
v1.0.1
Fixed #27 to prevent cookie key missing after two session_write_close.
v1.0.0
This is the first stable release.