Skip to content

Commit

Permalink
Additional readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerhart committed Nov 3, 2018
1 parent 0a2572e commit aca202f
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,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.
Expand Down
4 changes: 2 additions & 2 deletions openid-connect-generic.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -43,7 +43,7 @@

class OpenID_Connect_Generic {
// plugin version
const VERSION = '3.4.0';
const VERSION = '3.4.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 @@ -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.
Expand Down

0 comments on commit aca202f

Please sign in to comment.