Maintenance Release Preperation

- Bumps version to next patch level.
- Updates CHANGELOG & readmes.
- Generates new translations file.
isekai
Tim Nolte 4 years ago
parent 68f37dbee1
commit a824c53bb4
No known key found for this signature in database
GPG Key ID: E39A73942DB70E71

@ -1,5 +1,10 @@
# OpenId Connect Generic Changelog # OpenId Connect Generic Changelog
3.8.5
* Fix: @timnolte - Fixes missing URL request validation before use & ensure proper current page URL is setup for Redirect Back.
* Fix: @timnolte - Fixes Redirect URL Logic to Handle Sub-directory Installs.
* Fix: @timnolte - Fixes to provide proper redirect user back for the openid_connect_generic_auth_url shortcode.
3.8.4 3.8.4
* Fix: @timnolte - Fixed invalid State object access for redirection handling. * Fix: @timnolte - Fixed invalid State object access for redirection handling.
* Improvement: @timnolte - Fixed local wp-env Docker development environment. * Improvement: @timnolte - Fixed local wp-env Docker development environment.

@ -3,8 +3,8 @@
**Donate link:** http://www.daggerhart.com/ **Donate link:** http://www.daggerhart.com/
**Tags:** security, login, oauth2, openidconnect, apps, authentication, autologin, sso **Tags:** security, login, oauth2, openidconnect, apps, authentication, autologin, sso
**Requires at least:** 4.9 **Requires at least:** 4.9
**Tested up to:** 5.6 **Tested up to:** 5.7.1
**Stable tag:** 3.8.4 **Stable tag:** 3.8.5
**Requires PHP:** 7.1 **Requires PHP:** 7.1
**License:** GPLv2 or later **License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
@ -51,6 +51,12 @@ On the settings page for this plugin (Dashboard > Settings > OpenID Connect Gene
## Changelog ## ## Changelog ##
### 3.8.5
* Fix: @timnolte - Fixes missing URL request validation before use & ensure proper current page URL is setup for Redirect Back.
* Fix: @timnolte - Fixes Redirect URL Logic to Handle Sub-directory Installs.
* Fix: @timnolte - Fixes to provide proper redirect user back for the openid_connect_generic_auth_url shortcode.
###
### 3.8.4 ### ### 3.8.4 ###
* Fix: @timnolte - Fixed invalid State object access for redirection handling. * Fix: @timnolte - Fixed invalid State object access for redirection handling.

@ -2,10 +2,10 @@
# This file is distributed under the GPL-2.0+. # This file is distributed under the GPL-2.0+.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: OpenID Connect Generic 3.8.4\n" "Project-Id-Version: OpenID Connect Generic 3.8.5\n"
"Report-Msgid-Bugs-To: " "Report-Msgid-Bugs-To: "
"https://github.com/daggerhart/openid-connect-generic/issues\n" "https://github.com/daggerhart/openid-connect-generic/issues\n"
"POT-Creation-Date: 2021-04-10 20:38:53+00:00\n" "POT-Creation-Date: 2021-04-16 03:38:39+00:00\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
@ -25,131 +25,131 @@ msgstr ""
"X-Textdomain-Support: yes\n" "X-Textdomain-Support: yes\n"
"X-Generator: grunt-wp-i18n 1.0.3\n" "X-Generator: grunt-wp-i18n 1.0.3\n"
#: includes/openid-connect-generic-client-wrapper.php:194 #: includes/openid-connect-generic-client-wrapper.php:277
msgid "Session expired. Please login again." msgid "Session expired. Please login again."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client-wrapper.php:437 #: includes/openid-connect-generic-client-wrapper.php:520
msgid "User identity is not linked to an existing WordPress user." msgid "User identity is not linked to an existing WordPress user."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client-wrapper.php:493 #: includes/openid-connect-generic-client-wrapper.php:576
msgid "Invalid user." msgid "Invalid user."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client-wrapper.php:612 #: includes/openid-connect-generic-client-wrapper.php:695
msgid "No appropriate username found." msgid "No appropriate username found."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client-wrapper.php:620 #: includes/openid-connect-generic-client-wrapper.php:703
#. translators: $1$s is a username from the IDP. #. translators: $1$s is a username from the IDP.
msgid "Username %1$s could not be transliterated." msgid "Username %1$s could not be transliterated."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client-wrapper.php:625 #: includes/openid-connect-generic-client-wrapper.php:708
#. translators: %1$s is the ASCII version of the username from the IDP. #. translators: %1$s is the ASCII version of the username from the IDP.
msgid "Username %1$s could not be normalized." msgid "Username %1$s could not be normalized."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client-wrapper.php:659 #: includes/openid-connect-generic-client-wrapper.php:742
#. translators: %1$s is the configured User Claim nickname key. #. translators: %1$s is the configured User Claim nickname key.
msgid "No nickname found in user claim using key: %1$s." msgid "No nickname found in user claim using key: %1$s."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client-wrapper.php:686 #: includes/openid-connect-generic-client-wrapper.php:769
msgid "User claim incomplete." msgid "User claim incomplete."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client-wrapper.php:788 #: includes/openid-connect-generic-client-wrapper.php:871
msgid "Bad user claim result." msgid "Bad user claim result."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client-wrapper.php:843 #: includes/openid-connect-generic-client-wrapper.php:926
msgid "Can not authorize." msgid "Can not authorize."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client-wrapper.php:862 #: includes/openid-connect-generic-client-wrapper.php:945
msgid "Failed user creation." msgid "Failed user creation."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client.php:191 #: includes/openid-connect-generic-client.php:165
msgid "Missing state." msgid "Missing state."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client.php:195 #: includes/openid-connect-generic-client.php:169
msgid "Invalid state." msgid "Invalid state."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client.php:210 #: includes/openid-connect-generic-client.php:184
msgid "Missing authentication code." msgid "Missing authentication code."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client.php:249 #: includes/openid-connect-generic-client.php:223
msgid "Request for authentication token failed." msgid "Request for authentication token failed."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client.php:280 #: includes/openid-connect-generic-client.php:254
msgid "Refresh token failed." msgid "Refresh token failed."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client.php:295 #: includes/openid-connect-generic-client.php:269
msgid "Missing token body." msgid "Missing token body."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client.php:303 #: includes/openid-connect-generic-client.php:277
msgid "Invalid token." msgid "Invalid token."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client.php:354 #: includes/openid-connect-generic-client.php:328
msgid "Request for userinfo failed." msgid "Request for userinfo failed."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client.php:414 #: includes/openid-connect-generic-client.php:388
msgid "Missing authentication state." msgid "Missing authentication state."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client.php:451 #: includes/openid-connect-generic-client.php:425
msgid "No identity token." msgid "No identity token."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client.php:458 #: includes/openid-connect-generic-client.php:432
msgid "Missing identity token." msgid "Missing identity token."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client.php:485 #: includes/openid-connect-generic-client.php:459
msgid "Bad ID token claim." msgid "Bad ID token claim."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client.php:490 #: includes/openid-connect-generic-client.php:464
msgid "No subject identity." msgid "No subject identity."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client.php:509 #: includes/openid-connect-generic-client.php:483
msgid "Bad user claim." msgid "Bad user claim."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client.php:529 #: includes/openid-connect-generic-client.php:503
msgid "Invalid user claim." msgid "Invalid user claim."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client.php:534 #: includes/openid-connect-generic-client.php:508
msgid "Error from the IDP." msgid "Error from the IDP."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client.php:543 #: includes/openid-connect-generic-client.php:517
msgid "Incorrect user claim." msgid "Incorrect user claim."
msgstr "" msgstr ""
#: includes/openid-connect-generic-client.php:550 #: includes/openid-connect-generic-client.php:524
msgid "Unauthorized access." msgid "Unauthorized access."
msgstr "" msgstr ""
#: includes/openid-connect-generic-login-form.php:169 #: includes/openid-connect-generic-login-form.php:123
#. translators: %1$s is the error code from the IDP. #. translators: %1$s is the error code from the IDP.
msgid "ERROR (%1$s)" msgid "ERROR (%1$s)"
msgstr "" msgstr ""
#: includes/openid-connect-generic-login-form.php:188 #: includes/openid-connect-generic-login-form.php:142
msgid "Login with OpenID Connect" msgid "Login with OpenID Connect"
msgstr "" msgstr ""

@ -16,7 +16,7 @@
* Plugin Name: OpenID Connect Generic * Plugin Name: OpenID Connect Generic
* Plugin URI: https://github.com/daggerhart/openid-connect-generic * Plugin URI: https://github.com/daggerhart/openid-connect-generic
* Description: Connect to an OpenID Connect generic client using Authorization Code Flow. * Description: Connect to an OpenID Connect generic client using Authorization Code Flow.
* Version: 3.8.4 * Version: 3.8.5
* Author: daggerhart * Author: daggerhart
* Author URI: http://www.daggerhart.com * Author URI: http://www.daggerhart.com
* Text Domain: daggerhart-openid-connect-generic * Text Domain: daggerhart-openid-connect-generic
@ -80,7 +80,7 @@ class OpenID_Connect_Generic {
* *
* @var * @var
*/ */
const VERSION = '3.8.4'; const VERSION = '3.8.5';
/** /**
* Plugin settings. * Plugin settings.

2
package-lock.json generated

@ -1,6 +1,6 @@
{ {
"name": "openid-connect-generic", "name": "openid-connect-generic",
"version": "3.8.4", "version": "3.8.5",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

@ -1,6 +1,6 @@
{ {
"name": "openid-connect-generic", "name": "openid-connect-generic",
"version": "3.8.4", "version": "3.8.5",
"description": "OpenID Connect generic WordPress plugin.", "description": "OpenID Connect generic WordPress plugin.",
"main": "Gruntfile.js", "main": "Gruntfile.js",
"repository": { "repository": {

@ -3,8 +3,8 @@ Contributors: daggerhart, tnolte
Donate link: http://www.daggerhart.com/ Donate link: http://www.daggerhart.com/
Tags: security, login, oauth2, openidconnect, apps, authentication, autologin, sso Tags: security, login, oauth2, openidconnect, apps, authentication, autologin, sso
Requires at least: 4.9 Requires at least: 4.9
Tested up to: 5.6 Tested up to: 5.7.1
Stable tag: 3.8.4 Stable tag: 3.8.5
Requires PHP: 7.1 Requires PHP: 7.1
License: GPLv2 or later License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
@ -51,6 +51,12 @@ On the settings page for this plugin (Dashboard > Settings > OpenID Connect Gene
== Changelog == == Changelog ==
= 3.8.5
* Fix: @timnolte - Fixes missing URL request validation before use & ensure proper current page URL is setup for Redirect Back.
* Fix: @timnolte - Fixes Redirect URL Logic to Handle Sub-directory Installs.
* Fix: @timnolte - Fixes to provide proper redirect user back for the openid_connect_generic_auth_url shortcode.
= 3.8.4 = = 3.8.4 =
* Fix: @timnolte - Fixed invalid State object access for redirection handling. * Fix: @timnolte - Fixed invalid State object access for redirection handling.

Loading…
Cancel
Save