Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Latest commit

 

History

History
54 lines (40 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

54 lines (40 loc) · 1.79 KB

Changelog

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/ to src/
  • 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.

4.0.0

  • First release