@ -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.
@ -17,7 +17,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.7.0
* Version: 3.7.1
* Author: daggerhart
* Author URI: http://www.daggerhart.com
* License: GPL-2.0+
@ -66,7 +66,7 @@ Notes
class OpenID_Connect_Generic {
// plugin version
const VERSION = '3.7.0';
const VERSION = '3.7.1';
// plugin settings
private $settings;
@ -51,6 +51,10 @@ On the settings page for this plugin (Dashboard > Settings > OpenID Connect Gene
== Changelog ==
= 3.7.1 =
= 3.7.0 =