Increment version and update readme

isekai
Robert Staddon 9 years ago
parent 65d4115145
commit 8852c9d52e

@ -3,7 +3,7 @@
Plugin Name: OpenID Connect - Generic Client
Plugin URI: https://github.com/daggerhart/openid-connect-generic
Description: Connect to an OpenID Connect identity provider with Authorization Code Flow
Version: 3.0.3
Version: 3.0.5
Author: daggerhart
Author URI: http://www.daggerhart.com
License: GPLv2 Copyright (c) 2015 daggerhart

@ -34,6 +34,15 @@ Replace `example.com` with your domain name and path to WordPress.
### Changelog
**3.0.5**
* Added [openid_connect_generic_login_button] shortcode to allow the login button to be placed anywhere
* Added setting to "Redirect Back to Origin Page" after a successful login instead of redirecting to the home page.
**3.0.4**
* Added setting to allow linking existing WordPress user accounts with newly-authenticated OpenID Connect login
**3.0.3**
* Using WordPresss's is_ssl() for setcookie()'s "secure" parameter

@ -40,6 +40,15 @@ Replace `example.com` with your domain name and path to WordPress.
== Changelog ==
= 3.0.5 =
* Added [openid_connect_generic_login_button] shortcode to allow the login button to be placed anywhere
* Added setting to "Redirect Back to Origin Page" after a successful login instead of redirecting to the home page.
= 3.0.4 =
* Added setting to allow linking existing WordPress user accounts with newly-authenticated OpenID Connect login
= 3.0.3 =
* Using WordPresss's is_ssl() for setcookie()'s "secure" parameter

Loading…
Cancel
Save