Skip to content

Commit c839083

Browse files
committed
Merges branch 'main' into dev
2 parents 76c824a + 14dbc06 commit c839083

File tree

7 files changed

+22
-10
lines changed

7 files changed

+22
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# OpenId Connect Generic Changelog
22

3+
3.8.2
4+
5+
* Fix: @timnolte - Fixed reported XSS vulnerability on WordPress login screen.
6+
37
3.8.1
48

59
* Fix: @timnolte - Prevent SSO redirect on password protected posts.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Tags:** security, login, oauth2, openidconnect, apps, authentication, autologin, sso
55
**Requires at least:** 4.9
66
**Tested up to:** 5.6
7-
**Stable tag:** 3.8.1
7+
**Stable tag:** 3.8.2
88
**Requires PHP:** 7.1
99
**License:** GPLv2 or later
1010
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
@@ -51,6 +51,10 @@ On the settings page for this plugin (Dashboard > Settings > OpenID Connect Gene
5151

5252
## Changelog ##
5353

54+
### 3.8.2 ###
55+
56+
* Fix: @timnolte - Fixed reported XSS vulnerability on WordPress login screen.
57+
5458
### 3.8.1 ###
5559

5660
* Fix: @timnolte - Prevent SSO redirect on password protected posts.

languages/openid-connect-generic.pot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# This file is distributed under the GPL-2.0+.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: OpenID Connect Generic 3.8.1\n"
5+
"Project-Id-Version: OpenID Connect Generic 3.8.2\n"
66
"Report-Msgid-Bugs-To: "
77
"https://github.com/daggerhart/openid-connect-generic/issues\n"
8-
"POT-Creation-Date: 2021-03-22 16:22:00+00:00\n"
8+
"POT-Creation-Date: 2021-03-24 13:50:19+00:00\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=utf-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
@@ -137,11 +137,11 @@ msgstr ""
137137
msgid "Unauthorized access."
138138
msgstr ""
139139

140-
#: includes/openid-connect-generic-login-form.php:157
140+
#: includes/openid-connect-generic-login-form.php:158
141141
msgid "ERROR (%1$s)"
142142
msgstr ""
143143

144-
#: includes/openid-connect-generic-login-form.php:173
144+
#: includes/openid-connect-generic-login-form.php:174
145145
msgid "Login with OpenID Connect"
146146
msgstr ""
147147

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/daggerhart/openid-connect-generic
1818
* Description: Connect to an OpenID Connect generic client using Authorization Code Flow.
19-
* Version: 3.8.1
19+
* Version: 3.8.2
2020
* Author: daggerhart
2121
* Author URI: http://www.daggerhart.com
2222
* Text Domain: daggerhart-openid-connect-generic
@@ -80,7 +80,7 @@ class OpenID_Connect_Generic {
8080
*
8181
* @var
8282
*/
83-
const VERSION = '3.8.1';
83+
const VERSION = '3.8.2';
8484

8585
/**
8686
* Plugin settings.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.8.1",
3+
"version": "3.8.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
@@ -4,7 +4,7 @@ Donate link: http://www.daggerhart.com/
44
Tags: security, login, oauth2, openidconnect, apps, authentication, autologin, sso
55
Requires at least: 4.9
66
Tested up to: 5.6
7-
Stable tag: 3.8.1
7+
Stable tag: 3.8.2
88
Requires PHP: 7.1
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -51,6 +51,10 @@ On the settings page for this plugin (Dashboard > Settings > OpenID Connect Gene
5151

5252
== Changelog ==
5353

54+
= 3.8.2 =
55+
56+
* Fix: @timnolte - Fixed reported XSS vulnerability on WordPress login screen.
57+
5458
= 3.8.1 =
5559

5660
* Fix: @timnolte - Prevent SSO redirect on password protected posts.

0 commit comments

Comments
 (0)