Releases: vanilla/jsConnectPHP
Releases · vanilla/jsConnectPHP
4.0.1 - Extend supported versions back to PHP 7.4
What's Changed
Full Changelog: v4.0.0...v4.0.1
Version 4.0.0 - Updated JWT library, PHP >= 8.x
What's Changed
- Fix typo in doc by @gpapin in #26
- Updating to use firebase JWT 6.4 version by @thundrax in #31
- Formatted the codebase with prettier
- Bumped minimum PHP version to 8.0
- CI now runs with Github Actions
New Contributors
Full Changelog: v3.2.2...v4.0.0
Version 3.2.2
This is a minor release that addresses an issue where user fields are lowercased during SSO.
Version 3.2.1
This version has minor bug fixes around cookie re-use.
Version 3.2
This version allows you to re-use the state token generated by a previous JsConnectServer call.
Version 3.1
This version makes some of the JWT methods public. You don't need to upgrade to this release unless you need that functionality.
Version 3.0
This version is a complete rewrite that includes support for a new JWT redirect based protocol.