Skip to content

Commit 64aff7d

Browse files
committed
Release 2.9.0
1 parent 39878dd commit 64aff7d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
=========
33

4+
v.2.9.0
5+
-------
6+
* Change the decrypt assertion process.
7+
* Add 2 extra validations to prevent Signature wrapping attacks.
8+
* Remove reference to wrong NameIDFormat: urn:oasis:names:tc:SAML:2.0:nameid-format:unspecified should be urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified
9+
* [128](https://github.com/onelogin/php-saml/pull/128) Test php7 and upgrade phpunit
10+
* Update Readme with more descriptive requestedAuthnContext description and Security Guidelines
11+
412
v.2.8.0
513
-------
614
* Make NameIDPolicy of AuthNRequest optional

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.8.0",
5+
"version": "2.9.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.8.0",
4-
"released": "12/05/2016"
3+
"version": "2.9.0",
4+
"released": "27/06/2016"
55
}
66
}

0 commit comments

Comments
 (0)