Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed May 12, 2024
1 parent aaa58b7 commit 01738c9
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 12 deletions.
2 changes: 1 addition & 1 deletion includes/class-post-syndication.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down
20 changes: 14 additions & 6 deletions languages/syndication-links.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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
Expand All @@ -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 ""

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 ""
Expand Down Expand Up @@ -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 ""

Expand Down
9 changes: 7 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion syndication-links.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01738c9

Please sign in to comment.