All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Version bump
- Replaced Travis with GitHub Action for build
- Version bump
- Dropping support for PHP 5.6 & 7.0
- Updated dependencies
- Updated PHPUnit to 7.5
- Added
getHandler
to the Session class for easier testing
- Added additional configuration option
cookie_parameters
(#4) - Added
getId
method. - Added
status
method. - Destroying an uninitialized session won't generate an error.
- Added automated tests.
- Bump version for UF 4.2
- Moved code from
session/
tosrc/
- Bump version for UF 4.1
- Set session existence to false in handler upon regeneration. This tells Laravel's session handlers (in particular, the DB handler) that it needs to write a new session rather than trying to update the session for the old session id.
- First release