You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
CHANGELOG
2
2
=========
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
+
3
13
v.2.11.0
4
14
* [#236](https://github.com/onelogin/php-saml/pull/236) Exclude unnecesary files from Composer production downloads
5
15
* [#226](https://github.com/onelogin/php-saml/pull/226) Add possibility to handle nameId NameQualifier attribute in SLO Request
0 commit comments