Skip to content

Commit

Permalink
Release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Mar 3, 2015
1 parent 7c2ecc1 commit 0e2e7fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
CHANGELOG
=========

v.2.4.0
-------
* Fix wrong element order in generated metadata
* Added SLO with nameID and SessionIndex in demo1
* Improve isHTTPS method in order to support HTTP_X_FORWARDED_PORT
* Set optional the XMLvalidation (enable/disable it with wantXMLValidation security setting)

v.2.3.0
-------
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "onelogin/php-saml",
"description": "OneLogin PHP SAML Toolkit",
"license": "MIT",
"version": "2.3.0",
"version": "2.4.0",
"homepage": "https://onelogin.zendesk.com/hc/en-us/sections/200245634-SAML-Toolkits",
"keywords": ["saml", "saml2", "onelogin"],
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions lib/Saml2/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"php-saml": {
"version": "2.3.0",
"released": "13/01/2015"
"version": "2.4.0",
"released": "13/03/2015"
}
}

0 comments on commit 0e2e7fd

Please sign in to comment.