From d8690ff33aada4573198cdd633c9bbdbb1dfcba6 Mon Sep 17 00:00:00 2001 From: Sixto Martin Date: Tue, 3 Jul 2018 01:09:15 +0200 Subject: [PATCH] Release 2.8.0 --- onelogin-saml-sso/onelogin_saml.php | 2 +- onelogin-saml-sso/readme.txt | 5 +++++ onelogin-saml-sso/version.json | 8 ++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/onelogin-saml-sso/onelogin_saml.php b/onelogin-saml-sso/onelogin_saml.php index a1212bb..7dcc661 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.7.1 +Version: 2.8.0 Author URI: http://www.onelogin.com */ diff --git a/onelogin-saml-sso/readme.txt b/onelogin-saml-sso/readme.txt index 0af0a9d..815421c 100644 --- a/onelogin-saml-sso/readme.txt +++ b/onelogin-saml-sso/readme.txt @@ -21,6 +21,11 @@ If you used this plugin before 2.2.0 with just-in-time provision active, Read: h To mitigate that bug, place the script at the root of wordpress and execute it (later remove it) https://gist.github.com/pitbulk/a8223c90a3534e9a7d5e0a93009a094f == Changelog == + += 2.8.0 = +* Update php-saml to 2.14.0 +* Remove the use of screen_icon method + = 2.7.1 = * Fix is_saml_enabled method diff --git a/onelogin-saml-sso/version.json b/onelogin-saml-sso/version.json index 5df4dc0..cae8c74 100644 --- a/onelogin-saml-sso/version.json +++ b/onelogin-saml-sso/version.json @@ -1,12 +1,12 @@ { "php-saml": { - "version": "2.13.0", - "released": "05/05/2018" + "version": "2.14.0", + "released": "07/06/2018" }, "plugin": { "app": "wordpress", "name": "onelogin-saml-sso", - "version": "2.7.1", - "released": "18/05/2018" + "version": "2.8.0", + "released": "03/07/2018" } }