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

Releases: userfrosting/session

4.5.0

21 Apr 00:41
0952e39
Compare
Choose a tag to compare
  • Version bump

4.4.1

28 Dec 18:50
fe27030
Compare
Choose a tag to compare
  • Replaced Travis with GitHub Action for build

4.4.0

18 Mar 00:38
0269d53
Compare
Choose a tag to compare
  • Version bump

4.3.0

22 Jun 22:11
e9e2fed
Compare
Choose a tag to compare
  • Dropping support for PHP 5.6 & 7.0
  • Updated dependencies
  • Updated PHPUnit to 7.5

4.2.2

16 Apr 01:45
4c607de
Compare
Choose a tag to compare
  • Added getHandler to the Session class for easier testing

4.2.1

25 Mar 02:45
398ef6a
Compare
Choose a tag to compare
  • 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.

4.2.0

13 Jan 22:34
2590a8a
Compare
Choose a tag to compare
  • Bump version for UF 4.2
  • Moved code from session/ to src/

4.1.0

18 Jun 19:05
Compare
Choose a tag to compare

Bump version for UF 4.1

4.0.1

31 May 04:35
Compare
Choose a tag to compare

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

23 Jul 22:16
Compare
Choose a tag to compare
1.0

add class-level comment block