Skip to content

Commit

Permalink
Release 2.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed May 19, 2017
1 parent 61c2a98 commit b41f731
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,5 +1,9 @@
CHANGELOG
=========
v.2.10.7
* Fix IdPMetadataParser. The SingleLogoutService retrieved method was wrong
* [#201](https://github.com/onelogin/php-saml/issues/201) Fix issues with SP entity_id, acs url and sls url that contains &

v.2.10.6
* [#206](https://github.com/onelogin/php-saml/pull/206)Be able to register future SP x509cert on the settings and publish it on SP metadata
* [#206](https://github.com/onelogin/php-saml/pull/206) Be able to register more than 1 Identity Provider x509cert, linked with an specific use (signing or encryption)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -2,7 +2,7 @@
"name": "onelogin/php-saml",
"description": "OneLogin PHP SAML Toolkit",
"license": "MIT",
"version": "2.10.6",
"version": "2.10.7",
"homepage": "https://onelogin.zendesk.com/hc/en-us/sections/200245634-SAML-Toolkits",
"keywords": ["saml", "saml2", "onelogin"],
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions lib/Saml2/version.json
@@ -1,6 +1,6 @@
{
"php-saml": {
"version": "2.10.6",
"released": "18/05/2017"
"version": "2.10.7",
"released": "19/05/2017"
}
}

0 comments on commit b41f731

Please sign in to comment.