Skip to content

Commit f9543a0

Browse files
committed
Release 2.10.2
1 parent 38f8965 commit f9543a0

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
CHANGELOG
22
=========
3+
v.2.10.2
4+
* [#175](https://github.com/onelogin/php-saml/pull/175) Allow overriding of host, port, protocol and url path for URL building
5+
* [#173](https://github.com/onelogin/php-saml/pull/173) Provide better support to NameIdFormat
6+
* Fix another issue on Assertion Signature validation when the assertion contains no namespace, container has saml2 namespace and it was encrypted
7+
38
v.2.10.1
49
* Fix error message on SignMetadata process
510
* Fix issue on Assertion Signature validation when the assertion contains no namespace and it was encrypted

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.1",
5+
"version": "2.10.2",
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.1",
4-
"released": "26/10/2016"
3+
"version": "2.10.2",
4+
"released": "15/11/2016"
55
}
66
}

0 commit comments

Comments
 (0)