Skip to content

Commit 818d6ee

Browse files
committed
Release 2.11.0
1 parent 4dd776e commit 818d6ee

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
CHANGELOG
22
=========
3+
v.2.11.0
4+
* [#236](https://github.com/onelogin/php-saml/pull/236) Exclude unnecesary files from Composer production downloads
5+
* [#226](https://github.com/onelogin/php-saml/pull/226) Add possibility to handle nameId NameQualifier attribute in SLO Request
6+
* Improve logout documentation on Readme.
7+
* Improve multi-certificate support
8+
39
v.2.10.7
410
* Fix IdPMetadataParser. The SingleLogoutService retrieved method was wrong
511
* [#201](https://github.com/onelogin/php-saml/issues/201) Fix issues with SP entity_id, acs url and sls url that contains &

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "onelogin/php-saml",
33
"description": "OneLogin PHP SAML Toolkit",
44
"license": "MIT",
5-
"version": "2.10.7",
5+
"version": "2.11.0",
66
"homepage": "https://onelogin.zendesk.com/hc/en-us/sections/200245634-SAML-Toolkits",
77
"keywords": ["saml", "saml2", "onelogin"],
88
"autoload": {

lib/Saml2/version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"php-saml": {
3-
"version": "2.10.7",
4-
"released": "19/05/2017"
3+
"version": "2.11.0",
4+
"released": "21/07/2017"
55
}
66
}

0 commit comments

Comments
 (0)