diff --git a/openid-connect-generic.php b/openid-connect-generic.php index 0b9c3de..2280962 100644 --- a/openid-connect-generic.php +++ b/openid-connect-generic.php @@ -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.1 +Version: 3.0.2 Author: daggerhart Author URI: http://www.daggerhart.com License: GPLv2 Copyright (c) 2015 daggerhart diff --git a/readme.md b/readme.md index 3dc68be..787fd65 100644 --- a/readme.md +++ b/readme.md @@ -14,8 +14,7 @@ new users are created in WordPress database. Much of the documentation can be found on the Settings > OpenID Connect Generic dashboard page. -Originally based on the plugin provided by shirounagi - https://wordpress.org/plugins/generic-openid-connect/ - but -has been completely rewritten. +Originally based on the plugin provided by shirounagi - https://wordpress.org/plugins/generic-openid-connect/ ### Installation @@ -34,6 +33,14 @@ Replace `example.com` with your domain name and path to WordPress. ### Changelog +**3.0.2** + +* Added http_request_timeout setting + +**3.0.1** + +* Finalizing 3.0.x api + **3.0** * Complete rewrite to separate concerns