diff --git a/onelogin-saml-sso/onelogin_saml.php b/onelogin-saml-sso/onelogin_saml.php index 789ed54..c70b2ea 100644 --- a/onelogin-saml-sso/onelogin_saml.php +++ b/onelogin-saml-sso/onelogin_saml.php @@ -4,7 +4,7 @@ Plugin URI: https://github.com/onelogin/wordpress-saml Description: Give users secure one-click access to WordPress from OneLogin. This SAML integration eliminates passwords and allows you to authenticate users against your existing Active Directory or LDAP server as well increase security using YubiKeys or VeriSign VIP Access, browser PKI certificates and OneLogin's flexible security policies. OneLogin is pre-integrated with thousands of apps and handles all of your SSO needs in the cloud and behind the firewall. Author: OneLogin, Inc. -Version: 2.4.6 +Version: 2.4.7 Author URI: http://www.onelogin.com */ diff --git a/onelogin-saml-sso/readme.txt b/onelogin-saml-sso/readme.txt index 0d53a8e..a0f09c9 100644 --- a/onelogin-saml-sso/readme.txt +++ b/onelogin-saml-sso/readme.txt @@ -22,6 +22,9 @@ To mitigate that bug, place the script at the root of wordpress and execute it ( == Changelog == += 2.4.7 = +* Fix Signature & Digest algorithm support + = 2.4.6 = * Fix validate page (debug/strict values were showed wrong) * Avoid error 500 when accesing ACS URL directly, instead print error. diff --git a/onelogin-saml-sso/version.json b/onelogin-saml-sso/version.json index b12211c..aeb36c4 100644 --- a/onelogin-saml-sso/version.json +++ b/onelogin-saml-sso/version.json @@ -6,7 +6,7 @@ "plugin": { "app": "wordpress", "name": "onelogin-saml-sso", - "version": "2.4.6", - "released": "05/05/2017" + "version": "2.4.7", + "released": "16/05/2017" } }