Skip to content

Commit

Permalink
Merge pull request #84 from Automattic/release-1.2.0
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
psrpinto authored May 9, 2023
2 parents 203a44b + 2f46205 commit ded053e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 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.1.1
- Stable tag: 1.2.0
- 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 @@ -68,3 +68,9 @@ function my_oidc_clients() {

### Github Repo
You can report any issues you encounter directly on [Github repo: Automattic/wp-openid-connect-server](https://github.com/Automattic/wp-openid-connect-server)

## Changelog

### 1.2.0

- Add `oidc_user_claims` filter [[#82](https://github.com/Automattic/wp-openid-connect-server/pull/82)]
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.2.0",
"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.1.1
* Version: 1.2.0
* Requires at least: 6.0
* Requires PHP: 7.4
* Author: WordPress.Org Community
Expand Down

0 comments on commit ded053e

Please sign in to comment.