From 73b5615ee645cfcd2e8bffdb4336d0fbab69ce2e Mon Sep 17 00:00:00 2001 From: Paulo Pinto Date: Tue, 9 May 2023 11:03:34 +0100 Subject: [PATCH 1/2] Add changelog for 1.2.1 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e32ad64..019406c 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.2.1 + +- No user facing changes + ### 1.2.0 - Add `oidc_user_claims` filter [[#82](https://github.com/Automattic/wp-openid-connect-server/pull/82)] From feef5c94333014d147c6887573ccac199d79bf8d Mon Sep 17 00:00:00 2001 From: Paulo Pinto Date: Tue, 9 May 2023 11:02:46 +0100 Subject: [PATCH 2/2] Release 1.2.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 019406c..63c4ec6 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.2.0 +- Stable tag: 1.2.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 4454567..544c5b0 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "version": "1.2.0", + "version": "1.2.1", "require": { "ext-json": "*", "ext-openssl": "*", diff --git a/openid-connect-server.php b/openid-connect-server.php index fcc43a8..738d5df 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.2.0 + * Version: 1.2.1 * Requires at least: 6.0 * Requires PHP: 7.4 * Author: WordPress.Org Community