Skip to content

Commit 1017afe

Browse files
committed
Release 2.10.1
1 parent 91c2510 commit 1017afe

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
CHANGELOG
22
=========
3+
v.2.10.1
4+
* Fix error message on SignMetadata process
5+
* Fix issue on Assertion Signature validation when the assertion contains no namespace and it was encrypted
6+
37
v.2.10.0
48
* Several security improvements:
59
* Conditions element required and unique.

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.0",
5+
"version": "2.10.1",
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.0",
4-
"released": "14/10/2016"
3+
"version": "2.10.1",
4+
"released": "26/10/2016"
55
}
66
}

0 commit comments

Comments
 (0)