Releases: xp-forge/sessions
Releases · xp-forge/sessions
3.2.0: XP 12 compatibility
3.1.0: Library compatibility
3.0.0: Transport folding
This major release removes the ability to exchange the session transport and hardwires it to use cookies, making session implementations easier. Typical usage scenarios haven't included exchanging the transport, and in these situations no change to the calling code is required.
2.1.2: XP 11 compatibility
- Made compatible with XP 11 - @thekid
2.1.1: XP web 3.0 compatibility
- Made compatible with XP web 3.0, see xp-forge/web#83 - @thekid
2.1.0: Closeable
- Made
web.session.ISession
interface implementlang.Closeable
(@thekid)
2.0.0: Drop PHP 5 support
This release drops support for PHP 5 as discused in xp-framework/rfc#334. The minimum required PHP version now is PHP 7.0.0!
1.0.2: XP10 compatiblity
- Made compatible with XP 10 - @thekid
1.0.1: Cookies fix
1.0.0: Session transports
The first major release extracts session transport to its own class.