Skip to content

Release 2.0.0 #120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Release 2.0.0
  • Loading branch information
ashfame committed Jan 6, 2025
commit ea7fcc7f67a28fb19597f9da6ff9d8bc6c9e549e
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Tested up to: 6.5
- Requires PHP: 7.4
- License: [GPLv2](http://www.gnu.org/licenses/gpl-2.0.html)
- Stable tag: 1.3.4
- Stable tag: 2.0.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
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.4",
"version": "2.0.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.3.4
* Version: 2.0.0
* Requires at least: 6.0
* Requires PHP: 7.4
* Author: WordPress.Org Community
Expand Down
Loading