From 19a75c2ac27884e45838ae6472075fef3ef78bf5 Mon Sep 17 00:00:00 2001 From: David Shanske Date: Sun, 7 Jul 2024 13:19:34 +0000 Subject: [PATCH] Bump version --- indieauth.php | 2 +- languages/indieauth.pot | 16 ++++++++++++---- readme.md | 11 ++++++++++- readme.txt | 11 ++++++++++- 4 files changed, 33 insertions(+), 7 deletions(-) diff --git a/indieauth.php b/indieauth.php index ae2f6ba..a02585e 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.4.3 + * Version: 4.5.0 * 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 7970c68..2540029 100644 --- a/languages/indieauth.pot +++ b/languages/indieauth.pot @@ -2,9 +2,9 @@ # This file is distributed under the MIT. msgid "" msgstr "" -"Project-Id-Version: IndieAuth 4.4.3\n" +"Project-Id-Version: IndieAuth 4.5.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/indieauth\n" -"POT-Creation-Date: 2024-06-17 21:55:46+00:00\n" +"POT-Creation-Date: 2024-07-07 13:19:13+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -375,14 +375,22 @@ msgstr "" msgid "Invalid access token" msgstr "" -#: includes/class-indieauth-client-discovery.php:34 +#: includes/class-indieauth-client-discovery.php:38 msgid "Failed to Retrieve IndieAuth Client Details " msgstr "" -#: includes/class-indieauth-client-discovery.php:64 +#: includes/class-indieauth-client-discovery.php:69 msgid "Failed to Retrieve Client Details" msgstr "" +#: includes/class-indieauth-client-discovery.php:100 +msgid "Discovery Has Returned an Empty JSON Document" +msgstr "" + +#: includes/class-indieauth-client-discovery.php:103 +msgid "No Client ID Found in JSON Client Metadata" +msgstr "" + #: includes/class-indieauth-client-taxonomy.php:63 msgid "Stores information in IndieAuth Client Applications" msgstr "" diff --git a/readme.md b/readme.md index fb86142..7c268ef 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ **Requires at least:** 4.9.9 **Requires PHP:** 5.6 **Tested up to:** 6.5 -**Stable tag:** 4.4.3 +**Stable tag:** 4.5.0 **License:** MIT **License URI:** http://opensource.org/licenses/MIT **Donate link:** https://opencollective.com/indieweb @@ -143,6 +143,10 @@ Since the extension is developing, there is currently not a specified way to tra ## Upgrade Notice ## +### 4.5.0 ### + +4.5.0 removes support for client discovery using a manifest file. This was never part of the official specification and has been superseded by the newly added client json metadata option. + ### 4.4.0 ### 4.4.0 removes the remote endpoint functionality, which will be archived as a separate plugin in future. It was already disabled by default. It also removes the ability to login via URL and password. Websignin login is the only login enhancement. @@ -185,6 +189,11 @@ 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.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 +* Fix declaration issue(props @janboddez) + ### 4.4.2 ### * Prevent returning 401 for other successful OAuth2 plugins diff --git a/readme.txt b/readme.txt index 095e1d1..57dc989 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: IndieAuth, IndieWeb, IndieWebCamp, login Requires at least: 4.9.9 Requires PHP: 5.6 Tested up to: 6.5 -Stable tag: 4.4.3 +Stable tag: 4.5.0 License: MIT License URI: http://opensource.org/licenses/MIT Donate link: https://opencollective.com/indieweb @@ -143,6 +143,10 @@ Since the extension is developing, there is currently not a specified way to tra == Upgrade Notice == += 4.5.0 = + +4.5.0 removes support for client discovery using a manifest file. This was never part of the official specification and has been superseded by the newly added client json metadata option. + = 4.4.0 = 4.4.0 removes the remote endpoint functionality, which will be archived as a separate plugin in future. It was already disabled by default. It also removes the ability to login via URL and password. Websignin login is the only login enhancement. @@ -185,6 +189,11 @@ 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.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 +* Fix declaration issue(props @janboddez) + = 4.4.2 = * Prevent returning 401 for other successful OAuth2 plugins