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
+7-7
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ v3.5.0
64
64
* [#433](https://github.com/onelogin/php-saml/issues/443) Fix Incorrect Destination in LogoutResponse when using responseUrl #443
65
65
* Update xmlseclibs to 3.1.1
66
66
* Add support for SMARTCARD_PKI and RSA_TOKEN Auth Contexts
67
-
* Get lib path dinamically
67
+
* Get lib path dynamically
68
68
* Check for x509Cert of the IdP when loading settings, even if the security index was not provided
69
69
* Support Statements with Attribute elements with the same name enabling the allowRepeatAttributeName setting
70
70
@@ -87,7 +87,7 @@ v.3.3.1
87
87
88
88
v.3.3.0
89
89
* Set true as the default value for strict setting
90
-
* Relax comparision of false on SignMetadata
90
+
* Relax comparison of false on SignMetadata
91
91
* Fix CI
92
92
93
93
v.3.2.1
@@ -203,7 +203,7 @@ v.2.12.0
203
203
* [#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.
204
204
205
205
v.2.11.0
206
-
* [#236](https://github.com/onelogin/php-saml/pull/236) Exclude unnecesary files from Composer production downloads
206
+
* [#236](https://github.com/onelogin/php-saml/pull/236) Exclude unnecessary files from Composer production downloads
207
207
* [#226](https://github.com/onelogin/php-saml/pull/226) Add possibility to handle nameId NameQualifier attribute in SLO Request
208
208
* Improve logout documentation on Readme.
209
209
* Improve multi-certificate support
@@ -316,7 +316,7 @@ v.2.6.1
316
316
-------
317
317
* Fix bug on cacheDuration of the Metadata XML generated.
318
318
* Make SPNameQualifier optional on the generateNameId method. Avoid the use of SPNameQualifier when generating the NameID on the LogoutRequest builder.
319
-
* Allows the authn comparsion attribute to be set via config.
319
+
* Allows the authn comparison attribute to be set via config.
320
320
* Retrieve Session Timeout after processResponse with getSessionExpiration().
321
321
* Improve readme readability.
322
322
* Allow single log out to work for applications not leveraging php session_start. Added a callback parameter in order to close the session at processSLO.
@@ -334,8 +334,8 @@ v.2.6.0
334
334
335
335
v.2.5.0
336
336
-------
337
-
* Do accesible the ID of the object Logout Request (id attribute).
338
-
* Add note about the fact that PHP 5.3 is unssuported.
337
+
* Do accessible the ID of the object Logout Request (id attribute).
338
+
* Add note about the fact that PHP 5.3 is unsupported.
339
339
* Add fingerprint algorithm support.
340
340
* Add dependences to composer.
341
341
@@ -363,7 +363,7 @@ v.2.2.0
363
363
-------
364
364
* Fix bug with Encrypted nameID on LogoutRequest.
365
365
* Fixed usability bug. SP will inform about AuthFail status after process a Response.
366
-
* Added SessionIndex support on LogoutRequest, and know is accesible from the Auth class.
366
+
* Added SessionIndex support on LogoutRequest, and know is accessible from the Auth class.
367
367
* LogoutRequest and LogoutResponse classes now accept non deflated xml.
368
368
* Improved the XML metadata/ Decrypted Assertion output. (prettyprint).
369
369
* Fix bug in formatPrivateKey method, the key could be not RSA.
0 commit comments