Skip to content

Commit e16161d

Browse files
committed
Release 2.16.0
1 parent 8ec4aa6 commit e16161d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
CHANGELOG
22
=========
3+
v.2.16.0
4+
* Support SLO ResponseLocation
5+
* [#344](https://github.com/onelogin/php-saml/issues/344) Raise errors on IdPMetadataParser::parseRemoteXML and IdPMetadataParser::parseFileXML
6+
* Adjusted acs endpoint to extract NameQualifier and SPNameQualifier from SAMLResponse. Adjusted single logout service to provide NameQualifier and SPNameQualifier to logout method. Add getNameIdNameQualifier to Auth and SamlResponse. Extend logout method from Auth and LogoutRequest constructor to support SPNameQualifier parameter. Align LogoutRequest constructor with SAML specs
7+
* Add support for Subjects on AuthNRequests by the new parameter
8+
* Set strict=true on config examples
39

410
v.2.15.0
511
* Security improvement suggested by Nils Engelbertz to prevent DDOS by expansion of internally defined entities (XEE)

lib/Saml2/version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"php-saml": {
3-
"version": "2.15.0",
4-
"released": "28/01/2019"
3+
"version": "2.16.0",
4+
"released": "24/06/2019"
55
}
66
}

0 commit comments

Comments
 (0)