From cdbd04c5f058d212b38e902b48574f288732cc1d Mon Sep 17 00:00:00 2001 From: Paulo Pinto Date: Thu, 14 Sep 2023 18:02:30 +0100 Subject: [PATCH 1/2] Add changelog entry --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eee5a2e..6b1e1a8 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,10 @@ You can report any issues you encounter directly on [Github repo: Automattic/wp- ## Changelog +### 1.3.1 + +- Add debug logging to identify potential issue [[#95](https://github.com/Automattic/wp-openid-connect-server/pull/95)] + ### 1.3.0 - Return `display_name` as the `name` property [[#87](https://github.com/Automattic/wp-openid-connect-server/pull/87)] From f291902ef509cee4a773a66d298f80df0b7e425c Mon Sep 17 00:00:00 2001 From: Paulo Pinto Date: Thu, 14 Sep 2023 18:00:19 +0100 Subject: [PATCH 2/2] Release 1.3.1 --- README.md | 2 +- composer.json | 2 +- openid-connect-server.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b1e1a8..a520a63 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - Tested up to: 6.2 - Requires PHP: 7.4 - License: [GPLv2](http://www.gnu.org/licenses/gpl-2.0.html) -- Stable tag: 1.3.0 +- Stable tag: 1.3.1 - GitHub Plugin URI: https://github.com/Automattic/wp-openid-connect-server Use OpenID Connect to log in to other webservices using your own WordPress. diff --git a/composer.json b/composer.json index 0e5f451..57dcf74 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "version": "1.3.0", + "version": "1.3.1", "require": { "ext-json": "*", "ext-openssl": "*", diff --git a/openid-connect-server.php b/openid-connect-server.php index cf63dad..4a6d8f8 100644 --- a/openid-connect-server.php +++ b/openid-connect-server.php @@ -3,7 +3,7 @@ * Plugin Name: OpenID Connect Server * Plugin URI: https://github.com/Automattic/wp-openid-connect-server * Description: Use OpenID Connect to log in to other webservices using your own WordPress. - * Version: 1.3.0 + * Version: 1.3.1 * Requires at least: 6.0 * Requires PHP: 7.4 * Author: WordPress.Org Community