summaryrefslogtreecommitdiff
path: root/daggerhart-openid-connect-generic/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'daggerhart-openid-connect-generic/readme.txt')
-rw-r--r--[-rwxr-xr-x]daggerhart-openid-connect-generic/readme.txt36
1 files changed, 27 insertions, 9 deletions
diff --git a/daggerhart-openid-connect-generic/readme.txt b/daggerhart-openid-connect-generic/readme.txt
index 93da2f8..39da427 100755..100644
--- a/daggerhart-openid-connect-generic/readme.txt
+++ b/daggerhart-openid-connect-generic/readme.txt
@@ -1,10 +1,11 @@
=== OpenID Connect Generic Client ===
-Contributors: daggerhart
+Contributors: daggerhart, tnolte
Donate link: http://www.daggerhart.com/
-Tags: security, login, oauth2, openidconnect, apps, authentication, autologin, sso
-Requires at least: 4
-Tested up to: 5.2.2
-Stable tag: trunk
+Tags: security, login, oauth2, openidconnect, apps, authentication, autologin, sso
+Requires at least: 4.9
+Tested up to: 5.4.2
+Stable tag: 3.8.0
+Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -14,7 +15,7 @@ A simple client that provides SSO or opt-in authentication against a generic OAu
This plugin allows to authenticate users against OpenID Connect OAuth2 API with Authorization Code Flow.
Once installed, it can be configured to automatically authenticate users (SSO), or provide a "Login with OpenID Connect"
-button on the login form. After consent has been obtained, an existing user is automatically logged into WordPress, while
+button on the login form. After consent has been obtained, an existing user is automatically logged into WordPress, while
new users are created in WordPress database.
Much of the documentation can be found on the Settings > OpenID Connect Generic dashboard page.
@@ -50,6 +51,23 @@ On the settings page for this plugin (Dashboard > Settings > OpenID Connect Gene
== Changelog ==
+= 3.8.0 =
+
+* Feature: @timnolte - Ability to use 6 new constants for setting client configuration instead of storing in the DB.
+* Improvement: @timnolte - Plugin development & contribution updates.
+* Improvement: @timnolte - Refactored to meet WordPress coding standards.
+* Improvement: @timnolte - Refactored to provide localization.
+
+= 3.7.1 =
+
+* Fix: Release Version Number.
+
+= 3.7.0 =
+
+* Feature: @timnolte - Ability to enable/disable token refresh. Useful for IDPs that don't support token refresh.
+* Feature: @timnolte - Support custom redirect URL(`redirect_to`) with the authentication URL & login button shortcodes.
+ - Supports additional attribute overrides including login `button_text`, `endpoint_login`, `scope`, `redirect_uri`.
+
= 3.6.0 =
* Improvement: @RobjS - Improved error messages during login state failure.
@@ -108,7 +126,7 @@ On the settings page for this plugin (Dashboard > Settings > OpenID Connect Gene
= 3.1.0 =
-* Feature: @rwasef1830 - Refresh tokens
+* Feature: @rwasef1830 - Refresh tokens
* Feature: @rwasef1830 - Integrated logout support with end_session endpoint
* Feature: May use an alternate redirect_uri that doesn't rely on admin-ajax
* Feature: @ahatherly - Support for IDP behind reverse proxy
@@ -125,8 +143,8 @@ On the settings page for this plugin (Dashboard > Settings > OpenID Connect Gene
= 3.0.7 =
-* Bug fix: @wgengarelly - When requesting userinfo, send the access token using the Authorization header field as recommended in
-section 5.3.1 of the specs.
+* Bug fix: @wgengarelly - When requesting userinfo, send the access token using the Authorization header field as recommended in
+section 5.3.1 of the specs.
= 3.0.6 =