Releases: simplesamlphp/saml2
Releases · simplesamlphp/saml2
v3.1.0
v3.0.2
- Restored support for PHP 5.4 and 5.5.
v3.0.1
v3.0.0
- Add support for the “Metadata Profile for Algorithm Support” extension.
- Getters for NameIDs will now return an object of type
\SAML2\XML\saml\NameID
. SAML2\Utils::addNameId()
andSAML2\Utils::parseNameId()
are marked as deprecated.- Dependency on xmlseclibs is upgraded to
^2.0|3.0
to remove transitive dependency on mcrypt. - Add dependency on
ext-zlib
in composer, which is (and has always been) needed for HTTPRedirect-binding. - Various bugfixes.
- Improved testsuite.
v2.3.4
This is a bugfix release for an issue when trying to use the SOAPClient provided with the library.
v1.8.1
v2.3.3
This is a security release fixing an issue with signature validation. Please upgrade as soon as possible.
v1.10.3
This is a security release fixing an issue with signature validation. Please upgrade as soon as possible.
v1.9.1
This is a security release fixing an issue with signature validation. Please upgrade as soon as possible.
v2.3.2
Bugfix release for a namespace bug that made it impossible to parse ePTID attributes as NameIDs.