Releases: xp-forge/redis-sessions
Releases · xp-forge/redis-sessions
2.1.0: XP 12 compatibility
2.0.0: Consistent naming
1.1.1: Sessions library compatibilty
- Added compatibility with
xp-forge/sessions
version 3.0 - @thekid
1.1.0: Naming
1.0.2: XP 11, library compatibility
- Made compatible with XP 11 as well as new major versions of
xp-framework/networking
andxp-forge/sessions
(@thekid)
1.0.1: Library compatibility
- Made compatible with
xp-forge/uri
version 2.0.0 - @thekid
1.0.0: Drop PHP 5
- Implemented xp-framework/rfc#334: Drop PHP 5.6. The minimum required
PHP version is now 7.0.0!
(@thekid) - Made compatible with XP 10 - @thekid
0.2.0: Extract protocol
- Merge PR #1: Extract Redis protocol implementation to its own library
https://github.com/xp-forge/redis
(@thekid) - Implement session timeout properly - @thekid
- Fixed error message when authentication fails - @thekid
0.1.0: Initial release
- Hello World! First release - @thekid