From b228720433bb301a8057c0d1686326a8050e4f0c Mon Sep 17 00:00:00 2001 From: David Shanske Date: Wed, 14 Aug 2024 00:33:04 +0000 Subject: [PATCH] Bump version --- indieauth.php | 2 +- languages/indieauth.pot | 13 ++++++------- readme.md | 8 ++++++-- readme.txt | 8 ++++++-- 4 files changed, 19 insertions(+), 12 deletions(-) diff --git a/indieauth.php b/indieauth.php index a02585e..72bf5f3 100644 --- a/indieauth.php +++ b/indieauth.php @@ -3,7 +3,7 @@ * Plugin Name: IndieAuth * Plugin URI: https://github.com/indieweb/wordpress-indieauth/ * Description: IndieAuth is a way to allow users to use their own domain to sign into other websites and services - * Version: 4.5.0 + * Version: 4.5.1 * Author: IndieWeb WordPress Outreach Club * Author URI: https://indieweb.org/WordPress_Outreach_Club * License: MIT diff --git a/languages/indieauth.pot b/languages/indieauth.pot index 5e564e8..03ed858 100644 --- a/languages/indieauth.pot +++ b/languages/indieauth.pot @@ -2,10 +2,9 @@ # This file is distributed under the MIT. msgid "" msgstr "" -"Project-Id-Version: IndieAuth 4.5.0\n" -"Report-Msgid-Bugs-To: " -"https://wordpress.org/support/plugin/wordpress-indieauth\n" -"POT-Creation-Date: 2024-08-12 18:57:25+00:00\n" +"Project-Id-Version: IndieAuth 4.5.1\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/indieauth\n" +"POT-Creation-Date: 2024-08-14 00:32:52+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -344,7 +343,7 @@ msgid "Endpoint only accepts authorization_code grant_type" msgstr "" #: includes/class-indieauth-authorization-endpoint.php:375 -#: includes/class-indieauth-authorize.php:281 +#: includes/class-indieauth-authorize.php:280 #: includes/class-indieauth-token-endpoint.php:330 msgid "Invalid authorization code" msgstr "" @@ -366,11 +365,11 @@ msgid "" "client_id and redirect_uri match the original request." msgstr "" -#: includes/class-indieauth-authorize.php:148 +#: includes/class-indieauth-authorize.php:147 msgid "User Not Found on this Site" msgstr "" -#: includes/class-indieauth-authorize.php:252 +#: includes/class-indieauth-authorize.php:251 #: includes/class-indieauth-token-endpoint.php:141 #: includes/class-indieauth-userinfo-endpoint.php:74 msgid "Invalid access token" diff --git a/readme.md b/readme.md index 4ff3b0b..d2adc52 100644 --- a/readme.md +++ b/readme.md @@ -3,8 +3,8 @@ **Tags:** IndieAuth, IndieWeb, IndieWebCamp, login **Requires at least:** 4.9.9 **Requires PHP:** 7.2 -**Tested up to:** 6.5 -**Stable tag:** 4.5.0 +**Tested up to:** 6.6 +**Stable tag:** 4.5.1 **License:** MIT **License URI:** http://opensource.org/licenses/MIT **Donate link:** https://opencollective.com/indieweb @@ -189,6 +189,10 @@ In version 2.0, we added an IndieAuth endpoint to this plugin, which previously Project and support maintained on github at [indieweb/wordpress-indieauth](https://github.com/indieweb/wordpress-indieauth). +### 4.5.1 ### +* Fix issue with failure if logo_uri is not a URL +* Fix conflict with Jetpack plugin due not returning error property (props @janboddez) + ### 4.5.0 ### * Remove experimental manifest searching code for client discovery * Add support for client json metadata files recently added to specification with fallback to MF2 HTML diff --git a/readme.txt b/readme.txt index 51c4520..da1fe96 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: indieweb, pfefferle, dshanske Tags: IndieAuth, IndieWeb, IndieWebCamp, login Requires at least: 4.9.9 Requires PHP: 7.2 -Tested up to: 6.5 -Stable tag: 4.5.0 +Tested up to: 6.6 +Stable tag: 4.5.1 License: MIT License URI: http://opensource.org/licenses/MIT Donate link: https://opencollective.com/indieweb @@ -189,6 +189,10 @@ In version 2.0, we added an IndieAuth endpoint to this plugin, which previously Project and support maintained on github at [indieweb/wordpress-indieauth](https://github.com/indieweb/wordpress-indieauth). += 4.5.1 = +* Fix issue with failure if logo_uri is not a URL +* Fix conflict with Jetpack plugin due not returning error property (props @janboddez) + = 4.5.0 = * Remove experimental manifest searching code for client discovery * Add support for client json metadata files recently added to specification with fallback to MF2 HTML