diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d13f39..d2b1017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # OpenId Connect Generic Changelog +3.8.4 +* Fix: @timnolte - Fixed invalid State object access for redirection handling. +* Improvement: @timnolte - Fixed local wp-env Docker development environment. +* Improvement: @timnolte - Fixed Composer scripts for linting and static analysis. + 3.8.3 * Fix: @timnolte - Fixed problems with proper redirect handling. diff --git a/README.md b/README.md index d9bfb04..673af84 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Tags:** security, login, oauth2, openidconnect, apps, authentication, autologin, sso **Requires at least:** 4.9 **Tested up to:** 5.6 -**Stable tag:** 3.8.3 +**Stable tag:** 3.8.4 **Requires PHP:** 7.1 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -51,6 +51,12 @@ On the settings page for this plugin (Dashboard > Settings > OpenID Connect Gene ## Changelog ## +### 3.8.4 ### + +* Fix: @timnolte - Fixed invalid State object access for redirection handling. +* Improvement: @timnolte - Fixed local wp-env Docker development environment. +* Improvement: @timnolte - Fixed Composer scripts for linting and static analysis. + ### 3.8.3 ### * Fix: @timnolte - Fixed problems with proper redirect handling. diff --git a/languages/openid-connect-generic.pot b/languages/openid-connect-generic.pot index 7a85e76..b415d47 100644 --- a/languages/openid-connect-generic.pot +++ b/languages/openid-connect-generic.pot @@ -2,10 +2,10 @@ # This file is distributed under the GPL-2.0+. msgid "" msgstr "" -"Project-Id-Version: OpenID Connect Generic 3.8.3\n" +"Project-Id-Version: OpenID Connect Generic 3.8.4\n" "Report-Msgid-Bugs-To: " "https://github.com/daggerhart/openid-connect-generic/issues\n" -"POT-Creation-Date: 2021-04-08 12:27:16+00:00\n" +"POT-Creation-Date: 2021-04-10 20:38:53+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/openid-connect-generic.php b/openid-connect-generic.php index 5b152fd..7887dcc 100644 --- a/openid-connect-generic.php +++ b/openid-connect-generic.php @@ -16,7 +16,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.8.3 + * Version: 3.8.4 * Author: daggerhart * Author URI: http://www.daggerhart.com * Text Domain: daggerhart-openid-connect-generic @@ -80,7 +80,7 @@ class OpenID_Connect_Generic { * * @var */ - const VERSION = '3.8.3'; + const VERSION = '3.8.4'; /** * Plugin settings. diff --git a/package-lock.json b/package-lock.json index 2f496a7..01f11ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "openid-connect-generic", - "version": "3.8.3", + "version": "3.8.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9512b6a..bafb44a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openid-connect-generic", - "version": "3.8.3", + "version": "3.8.4", "description": "OpenID Connect generic WordPress plugin.", "main": "Gruntfile.js", "repository": { diff --git a/readme.txt b/readme.txt index 57183c8..31d1fad 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: http://www.daggerhart.com/ Tags: security, login, oauth2, openidconnect, apps, authentication, autologin, sso Requires at least: 4.9 Tested up to: 5.6 -Stable tag: 3.8.3 +Stable tag: 3.8.4 Requires PHP: 7.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -51,6 +51,12 @@ On the settings page for this plugin (Dashboard > Settings > OpenID Connect Gene == Changelog == += 3.8.4 = + +* Fix: @timnolte - Fixed invalid State object access for redirection handling. +* Improvement: @timnolte - Fixed local wp-env Docker development environment. +* Improvement: @timnolte - Fixed Composer scripts for linting and static analysis. + = 3.8.3 = * Fix: @timnolte - Fixed problems with proper redirect handling. diff --git a/tools/local-env/phpunit-wp-config.php b/tools/local-env/phpunit-wp-config.php new file mode 100644 index 0000000..556672d --- /dev/null +++ b/tools/local-env/phpunit-wp-config.php @@ -0,0 +1,133 @@ +