diff --git a/includes/class-post-syndication.php b/includes/class-post-syndication.php index 5610b82..4ae3082 100755 --- a/includes/class-post-syndication.php +++ b/includes/class-post-syndication.php @@ -142,7 +142,7 @@ public static function admin_init() { } public static function syndication_apis_callback() { - esc_html_e( 'API Keys', 'syndication-links' ); + esc_html_e( 'For Bridgy, once you have enabled publish on your Bridgy user page, there will be a Get token button, put that into the field for the token for the service', 'syndication-links' ); } public static function register( $object ) { diff --git a/languages/syndication-links.pot b/languages/syndication-links.pot index 1c0e61d..cf8f326 100644 --- a/languages/syndication-links.pot +++ b/languages/syndication-links.pot @@ -2,19 +2,20 @@ # This file is distributed under the same license as the Syndication Links plugin. msgid "" msgstr "" -"Project-Id-Version: Syndication Links 4.4.16\n" +"Project-Id-Version: Syndication Links 4.4.20\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/syndication-links\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-02-25T10:04:48+00:00\n" +"POT-Creation-Date: 2024-05-12T08:12:44+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"X-Generator: WP-CLI 2.8.1\n" +"X-Generator: WP-CLI 2.10.0\n" "X-Domain: syndication-links\n" #. Plugin Name of the plugin +#: syndication-links.php #: includes/class-syn-config.php:305 #: includes/class-syn-config.php:306 #: includes/class-syn-config.php:430 @@ -24,18 +25,22 @@ msgid "Syndication Links" msgstr "" #. Plugin URI of the plugin +#: syndication-links.php msgid "http://wordpress.org/plugins/syndication-links" msgstr "" #. Description of the plugin +#: syndication-links.php msgid "Add Links to Syndicated Copies of Your Posts" msgstr "" #. Author of the plugin +#: syndication-links.php msgid "David Shanske" msgstr "" #. Author URI of the plugin +#: syndication-links.php msgid "http://david.shanske.com" msgstr "" @@ -101,8 +106,7 @@ msgid "Syndication API Keys" msgstr "" #: includes/class-post-syndication.php:145 -#: includes/class-syn-config.php:436 -msgid "API Keys" +msgid "For Bridgy, once you have enabled publish on your Bridgy user page, there will be a Get token button, put that into the field for the token for the service" msgstr "" #: includes/class-post-syndication.php:272 @@ -221,6 +225,10 @@ msgstr "" msgid "Providers" msgstr "" +#: includes/class-syn-config.php:436 +msgid "API Keys" +msgstr "" + #: includes/class-syn-meta.php:44 msgid "Syndication Links Plugin" msgstr "" @@ -294,7 +302,7 @@ msgstr "" msgid "Micropub Token to enable Bridgy Mastodon Publish" msgstr "" -#: includes/micropub/class-synprovider-micropub.php:210 +#: includes/micropub/class-synprovider-micropub.php:214 msgid "Invalid Post Provided" msgstr "" diff --git a/readme.md b/readme.md index 3a81590..ba09df8 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,8 @@ # Syndication Links # **Contributors:** [dshanske](https://profiles.wordpress.org/dshanske/) **Tags:** syndication, indieweb, indiewebcamp, POSSE, social media, sharing -**Tested up to:** 6.4 -**Stable tag:** 4.4.19 +**Tested up to:** 6.5 +**Stable tag:** 4.4.20 **License:** GPLv2 or later A simple way to link to copies of your [cross-posted](https://indieweb.org/cross-posting) content in other social networks or websites. Now with posting UI. @@ -169,6 +169,11 @@ In no particular order... ## Changelog ## +### Version 4.4.20 ( 2024-05-12 ) ### +* Refresh icons +* Add filtering of some HTML tags for publishing +* Update Micropub token text + ### Version 4.4.19 ( 2024-03-12 ) ### * One final tweak today diff --git a/readme.txt b/readme.txt index 960a998..1a65ca2 100755 --- a/readme.txt +++ b/readme.txt @@ -1,8 +1,8 @@ === Syndication Links === Contributors: dshanske Tags: syndication, indieweb, indiewebcamp, POSSE, social media, sharing -Tested up to: 6.4 -Stable tag: 4.4.19 +Tested up to: 6.5 +Stable tag: 4.4.20 License: GPLv2 or later A simple way to link to copies of your [cross-posted](https://indieweb.org/cross-posting) content in other social networks or websites. Now with posting UI. @@ -165,6 +165,11 @@ In no particular order... == Changelog == += Version 4.4.20 ( 2024-05-12 ) = +* Refresh icons +* Add filtering of some HTML tags for publishing +* Update Micropub token text + = Version 4.4.19 ( 2024-03-12 ) = * One final tweak today diff --git a/syndication-links.php b/syndication-links.php index 3c0e476..e69fe64 100755 --- a/syndication-links.php +++ b/syndication-links.php @@ -3,7 +3,7 @@ * Plugin Name: Syndication Links * Plugin URI: http://wordpress.org/plugins/syndication-links * Description: Add Links to Syndicated Copies of Your Posts - * Version: 4.4.19 + * Version: 4.4.20 * Requires at least: 4.9.9 * Requires PHP: 7.0 * Author: David Shanske