Skip to content

Commit 4a46679

Browse files
committed
Release 2.8.0 version
1 parent cbbcab7 commit 4a46679

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG

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

4+
v.2.8.0
5+
-------
6+
* Make NameIDPolicy of AuthNRequest optional
7+
* Make nameID requirement on SAMLResponse optional
8+
* Fix empty URI support
9+
* Symmetric encryption key support
10+
* Add more Auth Context options to the constant class
11+
* Fix DSA_SHA1 constant on xmlseclibs
12+
* Set none requestedAuthnContext as default behaviour
13+
* Update xmlseclibs lib
14+
* Improve formatPrivateKey method
15+
* Fix bug when signing metadata, the SignatureMethod was not provided
16+
* Fix getter for lastRequestID parameter in OneLogin_Saml2_Auth class
17+
* Add $wantEncrypted parameter on addX509KeyDescriptors method that will allow to set KeyDescriptor[use='encryption'] if wantNameIdEncrypted or wantAssertionsEncrypted enabled
18+
* Add $stay parameter on redirectTo method. (login/logout supports $stay but I forgot add this on previous 2.7.0 version)
19+
* Improve code style
20+
421
v.2.7.0
522
-------
623
* Trim acs, slo and issuer urls.

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.7.0",
5+
"version": "2.8.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.7.0",
4-
"released": "15/02/2016"
3+
"version": "2.8.0",
4+
"released": "12/05/2016"
55
}
66
}

0 commit comments

Comments
 (0)