Skip to content

Commit 92a2373

Browse files
committed
Version bump: 3.10.2
1 parent a9be15f commit 92a2373

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

openid-connect-generic.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: OpenID Connect Generic
1717
* Plugin URI: https://github.com/oidc-wp/openid-connect-generic
1818
* Description: Connect to an OpenID Connect identity provider using Authorization Code Flow.
19-
* Version: 3.10.1
19+
* Version: 3.10.2
2020
* Requires at least: 5.0
2121
* Requires PHP: 7.4
2222
* Author: daggerhart
@@ -93,7 +93,7 @@ class OpenID_Connect_Generic {
9393
*
9494
* @var string
9595
*/
96-
const VERSION = '3.10.1';
96+
const VERSION = '3.10.2';
9797

9898
/**
9999
* Plugin settings.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openid-connect-generic",
3-
"version": "3.10.1",
3+
"version": "3.10.2",
44
"description": "OpenID Connect generic WordPress plugin.",
55
"main": "Gruntfile.js",
66
"repository": {

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: daggerhart, tnolte
33
Tags: security, login, oauth2, openidconnect, apps, authentication, autologin, sso
44
Requires at least: 5.0
55
Tested up to: 6.9.0
6-
Stable tag: 3.10.1
6+
Stable tag: 3.10.2
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -50,6 +50,10 @@ On the settings page for this plugin (Dashboard > Settings > OpenID Connect Gene
5050

5151
== Changelog ==
5252

53+
= 3.10.2 =
54+
55+
* Fix: @socialmedialabs - Regression affecting SSO Auto Login with url handling improvement changes.
56+
5357
= 3.10.1 =
5458

5559
* Chore: @daggerhart - Readme updates and clarifications.

0 commit comments

Comments
 (0)