Skip to content

Commit

Permalink
Create new 2.2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Oct 2, 2014
1 parent 2f1ec84 commit 294238c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
CHANGELOG
=========

v.2.2.0
-------
* Fix bug with Encrypted nameID on LogoutRequest
* Fixed usability bug. SP will inform about AuthFail status after process a Response.
* Added SessionIndex support on LogoutRequest, and know is accesible from the Auth class.
* LogoutRequest and LogoutResponse classes now accept non deflated xml
* Improved the XML metadata/ Decrypted Assertion output. (prettyprint)
* Fix bug in formatPrivateKey method, the key could be not RSA
* Explicit warning message for signed element problem
* Decrypt method improved
* Support more algorithm at the SigAlg in the Signed LogoutRequests and LogoutResponses
* AuthNRequest now stores ID (it can be retrieved later)
* Fixed a typo on the 'NameIdPolicy' attribute that appeared at the README and settings_example file.

v.2.1.0
-------

Expand Down
4 changes: 2 additions & 2 deletions lib/Saml2/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"php-saml": {
"version": "2.1.0",
"released": "03/07/2014"
"version": "2.2.0",
"released": "01/10/2014"
}
}

0 comments on commit 294238c

Please sign in to comment.