version bump

This commit is contained in:
Matthias Pfefferle 2020-12-17 18:28:56 +01:00
parent 97b4f33a92
commit bae36e1a60
4 changed files with 25 additions and 327 deletions

View file

@ -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

View file

@ -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

View file

@ -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 <LL@li.org>\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 "<a href=\"https://activitypub.rocks/\">Test Suite</a>"
msgstr ""
#: includes/class-admin.php:133
msgid "<a href=\"https://www.w3.org/TR/activitypub/\">W3C Spec</a>"
msgstr ""
#: includes/class-admin.php:134
msgid ""
"<a href=\"https://github.com/pfefferle/wordpress-activitypub/issues\">Give "
"us feedback</a>"
msgstr ""
#: includes/class-admin.php:136
msgid "<a href=\"https://notiz.blog/donate\">Donate</a>"
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 "
"<code>#tag</code> 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 <code>http://</code> "
"and without <code>www.</code>. For example <code>example.com</code>."
msgstr ""
#: templates/settings.php:138
msgid ""
"If you like this plugin, what about a small <a "
"href=\"https://notiz.blog/donate\">donation</a>?"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://github.com/pfefferle/wordpress-activitypub/"
msgstr ""

View file

@ -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