* Merges branch 'dev' into feature/coding-standards-static-analysis

isekai
Tim Nolte 4 years ago
commit ec2e37ace6
No known key found for this signature in database
GPG Key ID: 33E7CA1AD448F3B3

@ -1,5 +1,9 @@
# OpenId Connect Generic Changelog
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.

@ -16,7 +16,7 @@
* Plugin Name: OpenID Connect Generic
* Plugin URI: https://github.com/daggerhart/openid-connect-generic
* Description: Connect to an OpenID Connect generic client using Authorization Code Flow.
* Version: 3.6.0
* Version: 3.7.1
* Author: daggerhart
* Author URI: http://www.daggerhart.com
* Text Domain: daggerhart-openid-connect-generic
@ -78,7 +78,7 @@ class OpenID_Connect_Generic {
*
* @var
*/
const VERSION = '3.7.0';
const VERSION = '3.7.1';
/**
* Plugin settings.

@ -51,6 +51,10 @@ On the settings page for this plugin (Dashboard > Settings > OpenID Connect Gene
== Changelog ==
= 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.

Loading…
Cancel
Save