From 8ea1fd6aaeeca82c7c5346e71141cf7feda41e51 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Tue, 11 Feb 2020 10:14:30 +0100 Subject: [PATCH] prepare new version --- README.md | 7 +++++ languages/activitypub.pot | 62 ++++++++++++++++++++++----------------- readme.txt | 7 +++++ 3 files changed, 49 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index e470298..d1ddfc2 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,13 @@ Where 'blog' is the path to the subdirectory at which your blog resides. Project maintained on GitHub at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub). +### 0.10.0 ### + +* add image alt text to the ActivityStreams attachment property in a format that Mastodon can read. props [@BenLubar](https://github.com/BenLubar) +* use the "summary" property for a title as Mastodon does. props [@BenLubar](https://github.com/BenLubar) +* support authorized fetch to avoid having comments from "Anonymous". props [@BenLubar](https://github.com/BenLubar) +* add new post type: "title and link only". props [@bgcarlisle](https://github.com/bgcarlisle) + ### 0.9.1 ### * disable shared inbox diff --git a/languages/activitypub.pot b/languages/activitypub.pot index 78fdde3..11bac29 100644 --- a/languages/activitypub.pot +++ b/languages/activitypub.pot @@ -1,15 +1,15 @@ -# Copyright (C) 2019 Matthias Pfefferle +# Copyright (C) 2020 Matthias Pfefferle # This file is distributed under the MIT. msgid "" msgstr "" "Project-Id-Version: ActivityPub 0.9.1\n" "Report-Msgid-Bugs-To: " "https://wordpress.org/support/plugin/wordpress-activitypub\n" -"POT-Creation-Date: 2019-11-27 07:27:13+00:00\n" +"POT-Creation-Date: 2020-02-11 09:13:49+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "X-Generator: grunt-wp-i18n 1.0.3\n" @@ -23,14 +23,14 @@ msgid "Followers (Fediverse)" msgstr "" #: includes/class-admin.php:59 -msgid "Use summary or full content" +msgid "Use title and link, summary or full content" msgstr "" #: includes/class-admin.php:71 msgid "The Activity-Object-Type" msgstr "" -#: includes/class-admin.php:83 templates/settings.php:33 +#: includes/class-admin.php:83 templates/settings.php:36 msgid "Use the Shortlink instead of the permalink" msgstr "" @@ -92,23 +92,23 @@ msgstr "" msgid "The \"actor\" is no valid URL" msgstr "" -#: includes/functions.php:110 +#: includes/functions.php:122 msgid "No valid JSON data" msgstr "" -#: includes/functions.php:138 +#: includes/functions.php:150 msgid "No \"Inbox\" found" msgstr "" -#: includes/functions.php:164 +#: includes/functions.php:176 msgid "No \"Public-Key\" found" msgstr "" -#: includes/functions.php:192 +#: includes/functions.php:204 msgid "Profile identifier" msgstr "" -#: includes/functions.php:197 +#: includes/functions.php:209 #. translators: the webfinger resource msgid "Try to follow \"@%s\" in the Mastodon/Friendica search field." msgstr "" @@ -201,78 +201,86 @@ msgid "Post-Content" msgstr "" #: templates/settings.php:21 -msgid "Excerpt" +msgid "Title and link" msgstr "" #: templates/settings.php:21 +msgid "Only the title and a link." +msgstr "" + +#: templates/settings.php:24 +msgid "Excerpt" +msgstr "" + +#: templates/settings.php:24 msgid "A content summary, shortened to 400 characters and without markup." msgstr "" -#: templates/settings.php:24 +#: templates/settings.php:27 msgid "Content (default)" msgstr "" -#: templates/settings.php:24 +#: templates/settings.php:27 msgid "The full content." msgstr "" -#: templates/settings.php:30 +#: templates/settings.php:33 msgid "Backlink" msgstr "" -#: templates/settings.php:39 +#: templates/settings.php:42 msgid "Activity-Object-Type" msgstr "" -#: templates/settings.php:43 +#: templates/settings.php:46 msgid "Note (default)" msgstr "" -#: templates/settings.php:43 +#: templates/settings.php:46 msgid "Should work with most platforms." msgstr "" -#: templates/settings.php:46 +#: templates/settings.php:49 msgid "Article" msgstr "" -#: templates/settings.php:46 +#: templates/settings.php:49 msgid "" "The presentation of the \"Article\" might change on different platforms. " "Mastodon for example shows the \"Article\" type as a simple link." msgstr "" -#: templates/settings.php:49 +#: templates/settings.php:52 msgid "WordPress Post-Format" msgstr "" -#: templates/settings.php:49 +#: templates/settings.php:52 msgid "Maps the WordPress Post-Format to the ActivityPub Object Type." msgstr "" -#: templates/settings.php:54 +#: templates/settings.php:57 msgid "Supported post types" msgstr "" -#: templates/settings.php:57 +#: templates/settings.php:60 msgid "Enable ActivityPub support for the following post types:" msgstr "" -#: templates/settings.php:74 +#: templates/settings.php:77 msgid "Hashtags" msgstr "" -#: templates/settings.php:78 +#: templates/settings.php:81 msgid "" "Add hashtags in the content as native tags and replace the " "#tag with the tag-link." msgstr "" -#: templates/settings.php:81 +#: templates/settings.php:84 msgid "Add all tags as hashtags to the end of each activity." msgstr "" -#: templates/settings.php:96 +#: templates/settings.php:99 msgid "" "If you like this plugin, what about a small donation?" diff --git a/readme.txt b/readme.txt index b8c0e4a..402ec5f 100644 --- a/readme.txt +++ b/readme.txt @@ -88,6 +88,13 @@ Where 'blog' is the path to the subdirectory at which your blog resides. Project maintained on GitHub at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub). += 0.10.0 = + +* add image alt text to the ActivityStreams attachment property in a format that Mastodon can read. props [@BenLubar](https://github.com/BenLubar) +* use the "summary" property for a title as Mastodon does. props [@BenLubar](https://github.com/BenLubar) +* support authorized fetch to avoid having comments from "Anonymous". props [@BenLubar](https://github.com/BenLubar) +* add new post type: "title and link only". props [@bgcarlisle](https://github.com/bgcarlisle) + = 0.9.1 = * disable shared inbox