Skip to content

Commit

Permalink
Merge pull request #109 from Automattic/release-1.3.3
Browse files Browse the repository at this point in the history
Release 1.3.3
  • Loading branch information
ashfame authored Dec 8, 2023
2 parents c49ec95 + 5117381 commit 3c5f3aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.2",
"version": "1.3.3",
"require": {
"ext-json": "*",
"ext-openssl": "*",
Expand Down
2 changes: 1 addition & 1 deletion openid-connect-server.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c5f3aa

Please sign in to comment.