diff --git a/openid-connect-generic.php b/openid-connect-generic.php index 80c13cc..c6249a1 100644 --- a/openid-connect-generic.php +++ b/openid-connect-generic.php @@ -3,7 +3,7 @@ Plugin Name: OpenID Connect - Generic Client Plugin URI: https://github.com/daggerhart/openid-connect-generic Description: Connect to an OpenID Connect identity provider with Authorization Code Flow -Version: 3.0.5 +Version: 3.0.6 Author: daggerhart Author URI: http://www.daggerhart.com License: GPLv2 Copyright (c) 2015 daggerhart diff --git a/readme.md b/readme.md index 5911ffe..4dc538e 100644 --- a/readme.md +++ b/readme.md @@ -33,6 +33,9 @@ Replace `example.com` with your domain name and path to WordPress. ### Changelog +**3.0.6** + +* If "Link Existing Users" is enabled, allow users who login with OpenID Connect to also log in with WordPress credentials **3.0.5** diff --git a/readme.txt b/readme.txt index fcf3930..54acc01 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: daggerhart Donate link: http://www.daggerhart.com/ Tags: security, login, oauth2, openidconnect, apps, authentication, autologin, sso Requires at least: 4 -Tested up to: 4.2.2 +Tested up to: 4.5.2 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -40,6 +40,10 @@ Replace `example.com` with your domain name and path to WordPress. == Changelog == += 3.0.6 = + +* If "Link Existing Users" is enabled, allow users who login with OpenID Connect to also log in with WordPress credentials + = 3.0.5 = * Added [openid_connect_generic_login_button] shortcode to allow the login button to be placed anywhere