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
@@ -34,7 +34,7 @@ v3.5.0
34
34
* [#433](https://github.com/onelogin/php-saml/issues/443) Fix Incorrect Destination in LogoutResponse when using responseUrl #443
35
35
* Update xmlseclibs to 3.1.1
36
36
* Add support for SMARTCARD_PKI and RSA_TOKEN Auth Contexts
37
-
* Get lib path dinamically
37
+
* Get lib path dynamically
38
38
* Check for x509Cert of the IdP when loading settings, even if the security index was not provided
39
39
* Support Statements with Attribute elements with the same name enabling the allowRepeatAttributeName setting
40
40
@@ -57,7 +57,7 @@ v.3.3.1
57
57
58
58
v.3.3.0
59
59
* Set true as the default value for strict setting
60
-
* Relax comparision of false on SignMetadata
60
+
* Relax comparison of false on SignMetadata
61
61
* Fix CI
62
62
63
63
v.3.2.1
@@ -139,7 +139,7 @@ v.2.12.0
139
139
* [#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.
140
140
141
141
v.2.11.0
142
-
* [#236](https://github.com/onelogin/php-saml/pull/236) Exclude unnecesary files from Composer production downloads
142
+
* [#236](https://github.com/onelogin/php-saml/pull/236) Exclude unnecessary files from Composer production downloads
143
143
* [#226](https://github.com/onelogin/php-saml/pull/226) Add possibility to handle nameId NameQualifier attribute in SLO Request
144
144
* Improve logout documentation on Readme.
145
145
* Improve multi-certificate support
@@ -252,7 +252,7 @@ v.2.6.1
252
252
-------
253
253
* Fix bug on cacheDuration of the Metadata XML generated.
254
254
* Make SPNameQualifier optional on the generateNameId method. Avoid the use of SPNameQualifier when generating the NameID on the LogoutRequest builder.
255
-
* Allows the authn comparsion attribute to be set via config.
255
+
* Allows the authn comparison attribute to be set via config.
256
256
* Retrieve Session Timeout after processResponse with getSessionExpiration().
257
257
* Improve readme readability.
258
258
* 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.
@@ -270,8 +270,8 @@ v.2.6.0
270
270
271
271
v.2.5.0
272
272
-------
273
-
* Do accesible the ID of the object Logout Request (id attribute).
274
-
* Add note about the fact that PHP 5.3 is unssuported.
273
+
* Do accessible the ID of the object Logout Request (id attribute).
274
+
* Add note about the fact that PHP 5.3 is unsupported.
275
275
* Add fingerprint algorithm support.
276
276
* Add dependences to composer.
277
277
@@ -299,7 +299,7 @@ v.2.2.0
299
299
-------
300
300
* Fix bug with Encrypted nameID on LogoutRequest.
301
301
* Fixed usability bug. SP will inform about AuthFail status after process a Response.
302
-
* Added SessionIndex support on LogoutRequest, and know is accesible from the Auth class.
302
+
* Added SessionIndex support on LogoutRequest, and know is accessible from the Auth class.
303
303
* LogoutRequest and LogoutResponse classes now accept non deflated xml.
304
304
* Improved the XML metadata/ Decrypted Assertion output. (prettyprint).
305
305
* Fix bug in formatPrivateKey method, the key could be not RSA.
0 commit comments