From 9a38f2f5692627891385b05556abe331b2df1e5d Mon Sep 17 00:00:00 2001 From: Sixto Martin Date: Thu, 12 May 2016 10:29:36 +0200 Subject: [PATCH] Release 2.4.1 --- onelogin-saml-sso/onelogin_saml.php | 2 +- onelogin-saml-sso/readme.txt | 3 +++ onelogin-saml-sso/version.json | 8 ++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/onelogin-saml-sso/onelogin_saml.php b/onelogin-saml-sso/onelogin_saml.php index b267989..8480675 100644 --- a/onelogin-saml-sso/onelogin_saml.php +++ b/onelogin-saml-sso/onelogin_saml.php @@ -4,7 +4,7 @@ Plugin URI: http://support.onelogin.com/entries/383540 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.0 +Version: 2.4.1 Author URI: http://www.onelogin.com */ diff --git a/onelogin-saml-sso/readme.txt b/onelogin-saml-sso/readme.txt index 7c24f33..7903867 100644 --- a/onelogin-saml-sso/readme.txt +++ b/onelogin-saml-sso/readme.txt @@ -19,6 +19,9 @@ This SAML plugin eliminates passwords and allows you to authenticate WordPress u == Changelog == += 2.4.1 = + * Update php-saml library to 2.8.0 + = 2.4.0 = * Use the worpress roles API to generate the options for the mappings a nd use these mappings to set the user role. Add Role precedence support. * Add alternative ACS URL (WPEngine compatible) diff --git a/onelogin-saml-sso/version.json b/onelogin-saml-sso/version.json index 82f91ee..ed3f44d 100644 --- a/onelogin-saml-sso/version.json +++ b/onelogin-saml-sso/version.json @@ -1,12 +1,12 @@ { "php-saml": { - "version": "2.7.0", - "released": "15/02/2016" + "version": "2.8.0", + "released": "12/05/2016" }, "plugin": { "app": "wordpress", "name": "onelogin-saml-sso", - "version": "2.4.0", - "released": "05/05/2016" + "version": "2.4.1", + "released": "12/05/2016" } }