From 04affda5e49007ca5083f2626a18295fc7224460 Mon Sep 17 00:00:00 2001 From: Ashfame Date: Fri, 8 Dec 2023 13:07:39 +0400 Subject: [PATCH 1/2] Release 1.3.3 --- 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 58e80db..a1dd29a 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.2 +- Stable tag: 1.3.3 - 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 9ef8e15..c0e2ec1 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "version": "1.3.2", + "version": "1.3.3", "require": { "ext-json": "*", "ext-openssl": "*", diff --git a/openid-connect-server.php b/openid-connect-server.php index 587c686..f463ca7 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.2 + * Version: 1.3.3 * Requires at least: 6.0 * Requires PHP: 7.4 * Author: WordPress.Org Community From 5117381bd828b09282fdbb75ecd59bf8f13ff179 Mon Sep 17 00:00:00 2001 From: Ashfame Date: Fri, 8 Dec 2023 13:18:53 +0400 Subject: [PATCH 2/2] Add changelog entry for 1.3.3 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a1dd29a..970cb25 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,11 @@ You can report any issues you encounter directly on [Github repo: Automattic/wp- ## Changelog +### 1.3.3 + +- Fix failing login when Authorize form is non-English [[#108](https://github.com/Automattic/wp-openid-connect-server/pull/108)] +- Improvements in site health tests for key detection [[#104](https://github.com/Automattic/wp-openid-connect-server/pull/104)][[#105](https://github.com/Automattic/wp-openid-connect-server/pull/105)] + ### 1.3.2 - Prevent userinfo endpoint from being cached [[#99](https://github.com/Automattic/wp-openid-connect-server/pull/99)]