From 0b739fc9879ab4b2864f30b7a3c7563fdbba9929 Mon Sep 17 00:00:00 2001 From: Alex Kirk Date: Wed, 26 Jun 2024 10:40:51 +0200 Subject: [PATCH 1/2] Release 1.3.4 --- 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 324894d..802dd2b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - Tested up to: 6.5 - Requires PHP: 7.4 - License: [GPLv2](http://www.gnu.org/licenses/gpl-2.0.html) -- Stable tag: 1.3.3 +- Stable tag: 1.3.4 - 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 c0e2ec1..8410c4c 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "version": "1.3.3", + "version": "1.3.4", "require": { "ext-json": "*", "ext-openssl": "*", diff --git a/openid-connect-server.php b/openid-connect-server.php index f463ca7..e8d94b4 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.3 + * Version: 1.3.4 * Requires at least: 6.0 * Requires PHP: 7.4 * Author: WordPress.Org Community From 2319805b4d7930e84194630fffe1a9be35f1c989 Mon Sep 17 00:00:00 2001 From: Alex Kirk Date: Wed, 26 Jun 2024 10:42:22 +0200 Subject: [PATCH 2/2] changelog --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 802dd2b..4cc51f1 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,9 @@ You can report any issues you encounter directly on [Github repo: Automattic/wp- ## Changelog +### 1.3.4 +- Add the autoloader to the uninstall script [#111](https://github.com/Automattic/wp-openid-connect-server/pull/111) props @MariaMozgunova + ### 1.3.3 - Fix failing login when Authorize form is non-English [[#108](https://github.com/Automattic/wp-openid-connect-server/pull/108)]