Skip to content

Commit 3c5f3aa

Browse files
authored
Merge pull request #109 from Automattic/release-1.3.3
Release 1.3.3
2 parents c49ec95 + 5117381 commit 3c5f3aa

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- Tested up to: 6.2
77
- Requires PHP: 7.4
88
- License: [GPLv2](http://www.gnu.org/licenses/gpl-2.0.html)
9-
- Stable tag: 1.3.2
9+
- Stable tag: 1.3.3
1010
- GitHub Plugin URI: https://github.com/Automattic/wp-openid-connect-server
1111

1212
Use OpenID Connect to log in to other webservices using your own WordPress.
@@ -75,6 +75,11 @@ You can report any issues you encounter directly on [Github repo: Automattic/wp-
7575

7676
## Changelog
7777

78+
### 1.3.3
79+
80+
- Fix failing login when Authorize form is non-English [[#108](https://github.com/Automattic/wp-openid-connect-server/pull/108)]
81+
- 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)]
82+
7883
### 1.3.2
7984

8085
- Prevent userinfo endpoint from being cached [[#99](https://github.com/Automattic/wp-openid-connect-server/pull/99)]

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.2",
2+
"version": "1.3.3",
33
"require": {
44
"ext-json": "*",
55
"ext-openssl": "*",

openid-connect-server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: OpenID Connect Server
44
* Plugin URI: https://github.com/Automattic/wp-openid-connect-server
55
* Description: Use OpenID Connect to log in to other webservices using your own WordPress.
6-
* Version: 1.3.2
6+
* Version: 1.3.3
77
* Requires at least: 6.0
88
* Requires PHP: 7.4
99
* Author: WordPress.Org Community

0 commit comments

Comments
 (0)