Releases: simplesamlphp/saml2
Releases · simplesamlphp/saml2
v4.0.0
This is a stable release of the SAML2 library.
The most significant changes are:
- Minimum required PHP-version is bumped to 7.2
- Fully typehinted codebase, strict_types=1
- Updated dependencies to their latest version
- Introduced Psalm static analysis
If you are a developer using this library as part of your application, make sure you read the Upgrade Notes
v3.4.1
v3.3.8
v3.3.6
v3.3.0
- All code has been converted to use the shorthand array syntax
- Getter/setter methods have been added for all public properties; properties will be marked private in the next major release.
- Added support for Conditions/AudienceRestriction/Audience in AuthnRequest (#137)
- More unit-tests have been added
- Upgraded dependencies
- Calls to SimpleSAML_ have been namespaces, deprecated calls to SimpleSAML_Utilities have been replaced by their new counterparts
- Assorted whitespace-fixes / PSR-2 fixes / minor bugfixes