From bae36e1a60fba029a67ce422d8dbd4d53da338dd Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Thu, 17 Dec 2020 18:28:56 +0100 Subject: [PATCH] version bump --- README.md | 13 +- activitypub.php | 2 +- languages/activitypub.pot | 324 +------------------------------------- readme.txt | 13 +- 4 files changed, 25 insertions(+), 327 deletions(-) diff --git a/README.md b/README.md index 86ece1d..27b1e5a 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ **Donate link:** https://notiz.blog/donate/ **Tags:** OStatus, fediverse, activitypub, activitystream **Requires at least:** 4.7 -**Tested up to:** 5.4.1 -**Stable tag:** 0.10.1 +**Tested up to:** 5.6 +**Stable tag:** 0.11.0 **Requires PHP:** 5.6 **License:** MIT **License URI:** http://opensource.org/licenses/MIT @@ -88,6 +88,15 @@ 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.11.0 ### + +* add support for customizable post-content +* first try of a delete activity +* do not require email for AP entries. props [@akirk](https://github.com/akirk) +* fix [timezones](https://github.com/pfefferle/wordpress-activitypub/issues/63) bug. props [@mediaformat](https://github.com/mediaformat) +* fix [digest header](https://github.com/pfefferle/wordpress-activitypub/issues/104) bug. props [@mediaformat](https://github.com/mediaformat) + + ### 0.10.1 ### * fix inbox activities, like follow diff --git a/activitypub.php b/activitypub.php index eb8285b..04dc798 100644 --- a/activitypub.php +++ b/activitypub.php @@ -3,7 +3,7 @@ * Plugin Name: ActivityPub * Plugin URI: https://github.com/pfefferle/wordpress-activitypub/ * Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format. - * Version: 0.10.1 + * Version: 0.11.0 * Author: Matthias Pfefferle * Author URI: https://notiz.blog/ * License: MIT diff --git a/languages/activitypub.pot b/languages/activitypub.pot index a19d4fe..fd5cf9b 100644 --- a/languages/activitypub.pot +++ b/languages/activitypub.pot @@ -2,10 +2,10 @@ # This file is distributed under the MIT. msgid "" msgstr "" -"Project-Id-Version: ActivityPub 0.10.1\n" +"Project-Id-Version: ActivityPub 0.11.0\n" "Report-Msgid-Bugs-To: " "https://wordpress.org/support/plugin/wordpress-activitypub\n" -"POT-Creation-Date: 2020-06-03 10:11:18+00:00\n" +"POT-Creation-Date: 2020-12-17 17:27:08+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -14,330 +14,10 @@ msgstr "" "Language-Team: LANGUAGE \n" "X-Generator: grunt-wp-i18n 1.0.3\n" -#: includes/class-admin.php:33 -msgid "Followers" -msgstr "" - -#: includes/class-admin.php:33 templates/followers-list.php:2 -msgid "Followers (Fediverse)" -msgstr "" - -#: includes/class-admin.php:59 -msgid "Use title and link, summary, full or custom content" -msgstr "" - -#: includes/class-admin.php:71 -msgid "Define your own custom post template" -msgstr "" - -#: includes/class-admin.php:79 -msgid "The Activity-Object-Type" -msgstr "" - -#: includes/class-admin.php:91 -msgid "" -"Add hashtags in the content as native tags and replace the #tag with the " -"tag-link" -msgstr "" - -#: includes/class-admin.php:98 -msgid "List of HTML elements that are allowed in activities." -msgstr "" - -#: includes/class-admin.php:105 -msgid "Enable ActivityPub support for post types" -msgstr "" - -#: includes/class-admin.php:113 -msgid "Block fediverse instances" -msgstr "" - -#: includes/class-admin.php:124 -msgid "Overview" -msgstr "" - -#: includes/class-admin.php:126 -msgid "" -"ActivityPub is a decentralized social networking protocol based on the " -"ActivityStreams 2.0 data format. ActivityPub is an official W3C recommended " -"standard published by the W3C Social Web Working Group. It provides a " -"client to server API for creating, updating and deleting content, as well " -"as a federated server to server API for delivering notifications and " -"subscribing to content." -msgstr "" - -#: includes/class-admin.php:131 -msgid "For more information:" -msgstr "" - -#: includes/class-admin.php:132 -msgid "Test Suite" -msgstr "" - -#: includes/class-admin.php:133 -msgid "W3C Spec" -msgstr "" - -#: includes/class-admin.php:134 -msgid "" -"Give " -"us feedback" -msgstr "" - -#: includes/class-admin.php:136 -msgid "Donate" -msgstr "" - -#: includes/class-admin.php:146 -msgid "Fediverse" -msgstr "" - -#: includes/class-health-check.php:16 -msgid "Profile URL test" -msgstr "" - -#: includes/class-health-check.php:30 -msgid "Profile URL accessible" -msgstr "" - #. Plugin Name of the plugin/theme msgid "ActivityPub" msgstr "" -#: includes/class-health-check.php:38 -msgid "Your profile URL is accessible and do not redirect to the home page." -msgstr "" - -#: includes/class-health-check.php:48 -msgid "Profile URL is not accessible" -msgstr "" - -#: includes/class-health-check.php:51 -msgid "" -"Authorization Headers are being blocked by your hosting provider. This will " -"cause IndieAuth to fail." -msgstr "" - -#: includes/functions.php:110 -msgid "The \"actor\" is no valid URL" -msgstr "" - -#: includes/functions.php:132 -msgid "No valid JSON data" -msgstr "" - -#: includes/functions.php:160 -msgid "No \"Inbox\" found" -msgstr "" - -#: includes/functions.php:186 -msgid "No \"Public-Key\" found" -msgstr "" - -#: includes/functions.php:214 -msgid "Profile identifier" -msgstr "" - -#: includes/functions.php:219 -#. translators: the webfinger resource -msgid "Try to follow \"@%s\" in the Mastodon/Friendica search field." -msgstr "" - -#: includes/peer/class-followers.php:53 -msgid "Unknown Actor schema" -msgstr "" - -#: includes/rest/class-followers.php:46 includes/rest/class-followers.php:49 -#: includes/rest/class-following.php:46 includes/rest/class-following.php:49 -#: includes/rest/class-outbox.php:45 includes/rest/class-outbox.php:48 -#: includes/rest/class-webfinger.php:61 -msgid "User not found" -msgstr "" - -#: includes/rest/class-webfinger.php:48 -msgid "Resource is invalid" -msgstr "" - -#: includes/rest/class-webfinger.php:55 -msgid "Resource host does not match blog host" -msgstr "" - -#: includes/table/followers-list.php:11 -msgid "Identifier" -msgstr "" - -#: templates/followers-list.php:4 -msgid "You currently have %s followers." -msgstr "" - -#: templates/json-author.php:48 -msgid "Blog" -msgstr "" - -#: templates/json-author.php:58 -msgid "Profile" -msgstr "" - -#: templates/json-author.php:69 -msgid "Website" -msgstr "" - -#: templates/settings.php:2 -msgid "ActivityPub Settings" -msgstr "" - -#: templates/settings.php:4 -msgid "" -"ActivityPub turns your blog into a federated social network. This means you " -"can share and talk to everyone using the ActivityPub protocol, including " -"users of Friendica, Pleroma and Mastodon." -msgstr "" - -#: templates/settings.php:9 -msgid "Activities" -msgstr "" - -#: templates/settings.php:11 -msgid "All activity related settings." -msgstr "" - -#: templates/settings.php:17 -msgid "Post-Content" -msgstr "" - -#: templates/settings.php:21 -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:27 -msgid "Content (default)" -msgstr "" - -#: templates/settings.php:27 -msgid "The full content." -msgstr "" - -#: templates/settings.php:30 -msgid "Custom" -msgstr "" - -#: templates/settings.php:30 -msgid "Use the text-area below, to customize your activities." -msgstr "" - -#: templates/settings.php:36 -msgid "The Post-Title." -msgstr "" - -#: templates/settings.php:37 -msgid "The Post-Content." -msgstr "" - -#: templates/settings.php:38 -msgid "The Post-Excerpt (default 400 Chars)." -msgstr "" - -#: templates/settings.php:39 -msgid "The Post-Permalink." -msgstr "" - -#: templates/settings.php:41 -msgid "The Tags as Hashtags." -msgstr "" - -#: templates/settings.php:43 -msgid "%sLet me know%s if you miss a template placeholder." -msgstr "" - -#: templates/settings.php:50 -msgid "Activity-Object-Type" -msgstr "" - -#: templates/settings.php:54 -msgid "Note (default)" -msgstr "" - -#: templates/settings.php:54 -msgid "Should work with most platforms." -msgstr "" - -#: templates/settings.php:57 -msgid "Article" -msgstr "" - -#: templates/settings.php:57 -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:60 -msgid "WordPress Post-Format" -msgstr "" - -#: templates/settings.php:60 -msgid "Maps the WordPress Post-Format to the ActivityPub Object Type." -msgstr "" - -#: templates/settings.php:65 -msgid "Supported post types" -msgstr "" - -#: templates/settings.php:68 -msgid "Enable ActivityPub support for the following post types:" -msgstr "" - -#: templates/settings.php:85 -msgid "Hashtags" -msgstr "" - -#: templates/settings.php:89 -msgid "" -"Add hashtags in the content as native tags and replace the " -"#tag with the tag-link." -msgstr "" - -#: templates/settings.php:95 -msgid "HTML Whitelist" -msgstr "" - -#: templates/settings.php:107 -msgid "Server" -msgstr "" - -#: templates/settings.php:109 -msgid "Server related settings." -msgstr "" - -#: templates/settings.php:120 -msgid "Blacklist" -msgstr "" - -#: templates/settings.php:124 -msgid "" -"A list of hosts, you want to block, one host per line. Please use only the " -"host/domain of the server you want to block, without http:// " -"and without www.. For example example.com." -msgstr "" - -#: templates/settings.php:138 -msgid "" -"If you like this plugin, what about a small donation?" -msgstr "" - #. Plugin URI of the plugin/theme msgid "https://github.com/pfefferle/wordpress-activitypub/" msgstr "" diff --git a/readme.txt b/readme.txt index bda5cca..830e3df 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: pfefferle Donate link: https://notiz.blog/donate/ Tags: OStatus, fediverse, activitypub, activitystream Requires at least: 4.7 -Tested up to: 5.4.1 -Stable tag: 0.10.1 +Tested up to: 5.6 +Stable tag: 0.11.0 Requires PHP: 5.6 License: MIT License URI: http://opensource.org/licenses/MIT @@ -88,6 +88,15 @@ 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.11.0 = + +* add support for customizable post-content +* first try of a delete activity +* do not require email for AP entries. props [@akirk](https://github.com/akirk) +* fix [timezones](https://github.com/pfefferle/wordpress-activitypub/issues/63) bug. props [@mediaformat](https://github.com/mediaformat) +* fix [digest header](https://github.com/pfefferle/wordpress-activitypub/issues/104) bug. props [@mediaformat](https://github.com/mediaformat) + + = 0.10.1 = * fix inbox activities, like follow