Skip to content

Commit

Permalink
Merge pull request #275 from dshanske/451
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
dshanske authored Aug 14, 2024
2 parents e810911 + b228720 commit de208bc
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion indieauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 6 additions & 7 deletions languages/indieauth.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 ""
Expand All @@ -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"
Expand Down
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit de208bc

Please sign in to comment.