Skip to content

Commit 2f6526c

Browse files
authored
Merge pull request #120 from Automattic/release-2.0.0
Release 2.0.0
2 parents 7c0ddc4 + 7477394 commit 2f6526c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- Tested up to: 6.5
77
- Requires PHP: 7.4
88
- License: [GPLv2](http://www.gnu.org/licenses/gpl-2.0.html)
9-
- Stable tag: 1.3.4
9+
- Stable tag: 2.0.0
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,7 +75,14 @@ You can report any issues you encounter directly on [Github repo: Automattic/wp-
7575

7676
## Changelog
7777

78+
### 2.0.0
79+
80+
- [Breaking] Add a configuration option to support clients that don't require consent [#118](https://github.com/Automattic/wp-openid-connect-server/pull/118) props @lart2150
81+
- Make client_id and client_secret optional for the token endpoint [#116](https://github.com/Automattic/wp-openid-connect-server/pull/116) props @lart2150
82+
- Update expected args specs for token endpoint as per OIDC spec [#117](https://github.com/Automattic/wp-openid-connect-server/pull/117)
83+
7884
### 1.3.4
85+
7986
- Add the autoloader to the uninstall script [#111](https://github.com/Automattic/wp-openid-connect-server/pull/111) props @MariaMozgunova
8087

8188
### 1.3.3

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.4",
2+
"version": "2.0.0",
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.4
6+
* Version: 2.0.0
77
* Requires at least: 6.0
88
* Requires PHP: 7.4
99
* Author: WordPress.Org Community

0 commit comments

Comments
 (0)