Noting changes and bumping version for next release

isekai
Jonathan Daggerhart 6 years ago
parent 6dfb0fafa5
commit 9a204ebcae

@ -3,7 +3,7 @@
Plugin Name: OpenID Connect Generic Plugin Name: OpenID Connect Generic
Plugin URI: https://github.com/daggerhart/openid-connect-generic Plugin URI: https://github.com/daggerhart/openid-connect-generic
Description: Connect to an OpenID Connect generic client using Authorization Code Flow Description: Connect to an OpenID Connect generic client using Authorization Code Flow
Version: 3.4.1 Version: 3.5.0
Author: daggerhart Author: daggerhart
Author URI: http://www.daggerhart.com Author URI: http://www.daggerhart.com
License: GPLv2 Copyright (c) 2015 daggerhart License: GPLv2 Copyright (c) 2015 daggerhart
@ -43,7 +43,7 @@ Notes
class OpenID_Connect_Generic { class OpenID_Connect_Generic {
// plugin version // plugin version
const VERSION = '3.4.1'; const VERSION = '3.5.0';
// plugin settings // plugin settings
private $settings; private $settings;

@ -3,7 +3,7 @@ Contributors: daggerhart
Donate link: http://www.daggerhart.com/ Donate link: http://www.daggerhart.com/
Tags: security, login, oauth2, openidconnect, apps, authentication, autologin, sso Tags: security, login, oauth2, openidconnect, apps, authentication, autologin, sso
Requires at least: 4 Requires at least: 4
Tested up to: 4.9.8 Tested up to: 5.1.1
Stable tag: trunk Stable tag: trunk
License: GPLv2 or later License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
@ -50,6 +50,14 @@ On the settings page for this plugin (Dashboard > Settings > OpenID Connect Gene
== Changelog == == Changelog ==
= 3.5.0 =
* Readme fix: @thijskh - Fix syntax error in example openid-connect-generic-login-button-text
* Feature: @slavicd - Allow override of the plugin by posting credentials to wp-login.php
* Fix: @daggerhart - Avoid double question marks in auth url query string
* Fix: @drzraf - wp-cli bootstrap must not inhibit custom rewrite rules
* Syntax change: @mullikine - Change PHP keywords to comply with PSR2
= 3.4.1 = = 3.4.1 =
* Minor documentation update and additional error checking. * Minor documentation update and additional error checking.

Loading…
Cancel
Save