Skip to content

Commit d4b16c1

Browse files
authored
mispelings
1 parent 33cef2d commit d4b16c1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG

+7-7
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ v.2.19.0
3030
* [#433](https://github.com/onelogin/php-saml/issues/443) Fix Incorrect Destination in LogoutResponse when using responseUrl #443
3131
* Add support for SMARTCARD_PKI and RSA_TOKEN Auth Contexts
3232
* Support Statements with Attribute elements with the same name enabling the allowRepeatAttributeName setting
33-
* Get lib path dinamically
33+
* Get lib path dynamically
3434
* Check for x509Cert of the IdP when loading settings, even if the security index was not provided
3535

3636
v.2.18.1
@@ -53,7 +53,7 @@ v.2.17.1
5353
v.2.17.0
5454
* Set true as the default value for strict setting
5555
* Support 'x509cert' and 'privateKey' on signMetadata security settings
56-
* Relax comparision of false on SignMetadata
56+
* Relax comparison of false on SignMetadata
5757
* Fix CI
5858

5959
v.2.16.0
@@ -92,7 +92,7 @@ v.2.12.0
9292
* [#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.
9393

9494
v.2.11.0
95-
* [#236](https://github.com/onelogin/php-saml/pull/236) Exclude unnecesary files from Composer production downloads
95+
* [#236](https://github.com/onelogin/php-saml/pull/236) Exclude unnecessary files from Composer production downloads
9696
* [#226](https://github.com/onelogin/php-saml/pull/226) Add possibility to handle nameId NameQualifier attribute in SLO Request
9797
* Improve logout documentation on Readme.
9898
* Improve multi-certificate support
@@ -205,7 +205,7 @@ v.2.6.1
205205
-------
206206
* Fix bug on cacheDuration of the Metadata XML generated.
207207
* Make SPNameQualifier optional on the generateNameId method. Avoid the use of SPNameQualifier when generating the NameID on the LogoutRequest builder.
208-
* Allows the authn comparsion attribute to be set via config.
208+
* Allows the authn comparison attribute to be set via config.
209209
* Retrieve Session Timeout after processResponse with getSessionExpiration().
210210
* Improve readme readability.
211211
* 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.
@@ -223,8 +223,8 @@ v.2.6.0
223223

224224
v.2.5.0
225225
-------
226-
* Do accesible the ID of the object Logout Request (id attribute).
227-
* Add note about the fact that PHP 5.3 is unssuported.
226+
* Do accessible the ID of the object Logout Request (id attribute).
227+
* Add note about the fact that PHP 5.3 is unsupported.
228228
* Add fingerprint algorithm support.
229229
* Add dependences to composer.
230230

@@ -252,7 +252,7 @@ v.2.2.0
252252
-------
253253
* Fix bug with Encrypted nameID on LogoutRequest.
254254
* Fixed usability bug. SP will inform about AuthFail status after process a Response.
255-
* Added SessionIndex support on LogoutRequest, and know is accesible from the Auth class.
255+
* Added SessionIndex support on LogoutRequest, and know is accessible from the Auth class.
256256
* LogoutRequest and LogoutResponse classes now accept non deflated xml.
257257
* Improved the XML metadata/ Decrypted Assertion output. (prettyprint).
258258
* Fix bug in formatPrivateKey method, the key could be not RSA.

0 commit comments

Comments
 (0)