Skip to content

Commit

Permalink
Merge pull request #204 from daggerhart/dev
Browse files Browse the repository at this point in the history
Fix Plugin Version Number in Header for New Release.
  • Loading branch information
timnolte authored Aug 13, 2020
2 parents 695d1c5 + b0cfbbe commit 705b771
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions openid-connect-generic.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down Expand Up @@ -66,7 +66,7 @@

class OpenID_Connect_Generic {
// plugin version
const VERSION = '3.7.0';
const VERSION = '3.7.1';

// plugin settings
private $settings;
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 705b771

Please sign in to comment.