Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Aug 26, 2024
1 parent d64ad75 commit 30f6bf9
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 11 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.1
* Version: 4.5.2
* Author: IndieWeb WordPress Outreach Club
* Author URI: https://indieweb.org/WordPress_Outreach_Club
* License: MIT
Expand Down
24 changes: 16 additions & 8 deletions languages/indieauth.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the MIT.
msgid ""
msgstr ""
"Project-Id-Version: IndieAuth 4.5.1\n"
"Project-Id-Version: IndieAuth 4.5.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/indieauth\n"
"POT-Creation-Date: 2024-08-14 00:32:52+00:00\n"
"POT-Creation-Date: 2024-08-26 02:02:31+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 @@ -375,19 +375,19 @@ msgstr ""
msgid "Invalid access token"
msgstr ""

#: includes/class-indieauth-client-discovery.php:38
#: includes/class-indieauth-client-discovery.php:39
msgid "Failed to Retrieve IndieAuth Client Details "
msgstr ""

#: includes/class-indieauth-client-discovery.php:69
#: includes/class-indieauth-client-discovery.php:70
msgid "Failed to Retrieve Client Details"
msgstr ""

#: includes/class-indieauth-client-discovery.php:100
#: includes/class-indieauth-client-discovery.php:101
msgid "Discovery Has Returned an Empty JSON Document"
msgstr ""

#: includes/class-indieauth-client-discovery.php:103
#: includes/class-indieauth-client-discovery.php:104
msgid "No Client ID Found in JSON Client Metadata"
msgstr ""

Expand All @@ -399,11 +399,19 @@ msgstr ""
msgid "IndieAuth Client Application Icon"
msgstr ""

#: includes/class-indieauth-client-taxonomy.php:207
#: includes/class-indieauth-client-taxonomy.php:88
msgid "IndieAuth Client Application URI"
msgstr ""

#: includes/class-indieauth-client-taxonomy.php:100
msgid "Last Modified Client Timestamp"
msgstr ""

#: includes/class-indieauth-client-taxonomy.php:238
msgid "No Term Found"
msgstr ""

#: includes/class-indieauth-client-taxonomy.php:211
#: includes/class-indieauth-client-taxonomy.php:242
msgid "Multiple Terms Found"
msgstr ""

Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Requires at least:** 4.9.9
**Requires PHP:** 7.2
**Tested up to:** 6.6
**Stable tag:** 4.5.1
**Stable tag:** 4.5.2
**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.2 ###
* Fix issue with loop on adding new clients
* Store client_uri and last modified date for new clients.

### 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)
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: IndieAuth, IndieWeb, IndieWebCamp, login
Requires at least: 4.9.9
Requires PHP: 7.2
Tested up to: 6.6
Stable tag: 4.5.1
Stable tag: 4.5.2
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.2 =
* Fix issue with loop on adding new clients
* Store client_uri and last modified date for new clients.

= 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)
Expand Down

0 comments on commit 30f6bf9

Please sign in to comment.