Skip to content

Commit 9416fa7

Browse files
committed
Release 2.12.0
1 parent dde1d4e commit 9416fa7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
CHANGELOG
22
=========
3+
v.2.12.0
4+
* Improve Time management. Use DateTime/DateTimeZone classes.
5+
* Escape error messages in debug mode
6+
* Improve phpdoc
7+
* Add an extra filter to the url to be used on redirection
8+
9+
* [#242](https://github.com/onelogin/php-saml/pull/242) Document that SHA-1 must not be used
10+
* [#250](https://github.com/onelogin/php-saml/pull/250) Fixed issue with IdPMetadataParser only keeping 1 certificate when multiple certificates of a single type were provided.
11+
* [#263](https://github.com/onelogin/php-saml/issues/263) Fix incompatibility with ADFS on SLO. When on php saml settings NameID Format is set as unspecified but the SAMLResponse has no NameID Format, no NameID Format should be specified on LogoutRequest.
12+
313
v.2.11.0
414
* [#236](https://github.com/onelogin/php-saml/pull/236) Exclude unnecesary files from Composer production downloads
515
* [#226](https://github.com/onelogin/php-saml/pull/226) Add possibility to handle nameId NameQualifier attribute in SLO Request

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.11.0",
4-
"released": "21/07/2017"
3+
"version": "2.12.0",
4+
"released": "06/11/2017"
55
}
66
}

0 commit comments

Comments
 (0)