Additional readme updates

isekai
Jonathan Daggerhart 7 years ago
parent 0a2572e781
commit aca202f5ac

@ -1,6 +1,10 @@
# OpenId Connect Generic Changelog
**3.4.1**
* Minor documentation update and additional error checking.
**3.4.0**
* Feature: @drzraf - New filter hook: ability to filter claim and derived user data before user creation.

@ -3,7 +3,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.4.0
Version: 3.4.1
Author: daggerhart
Author URI: http://www.daggerhart.com
License: GPLv2 Copyright (c) 2015 daggerhart
@ -43,7 +43,7 @@ Notes
class OpenID_Connect_Generic {
// plugin version
const VERSION = '3.4.0';
const VERSION = '3.4.1';
// plugin settings
private $settings;

@ -39,6 +39,10 @@ Replace `example.com` with your domain name and path to WordPress.
== Changelog ==
= 3.4.1 =
* Minor documentation update and additional error checking.
= 3.4.0 =
* Feature: @drzraf - New filter hook: ability to filter claim and derived user data before user creation.

Loading…
Cancel
Save