Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Jan 16, 2019
1 parent e8d2508 commit e3dcf6c
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 41 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Tags:** OStatus, fediverse, activitypub, activitystream
**Requires at least:** 4.7
**Tested up to:** 5.0.2
**Stable tag:** 0.2.0
**Stable tag:** 0.2.1
**Requires PHP:** 5.6
**License:** MIT
**License URI:** http://opensource.org/licenses/MIT
Expand Down Expand Up @@ -43,10 +43,6 @@ To implement:

### What are the differences between this plugin and Pterotype? ###

**PHP Version**

*ActivityPub for WordPress* needs PHP 5.6, *Pterotype* requires 7.2.x

**Compatibility**

*ActivityPub for WordPress* is compatible with OStatus and IndieWeb plugin suites. *Pterotype* is incompatible with the standalone [WebFinger plugin](https://wordpress.org/plugins/webfinger/) plugin, so it can't be run together with OStatus.
Expand All @@ -59,6 +55,11 @@ To implement:

Project maintained on github at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub).

### 0.2.1 ###

* customizable backlink (permalink or shorturl)
* show profile-identifiers also on profile settings

### 0.2.0 ###

* added option to switch between content and excerpt
Expand Down
2 changes: 1 addition & 1 deletion activitypub.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
* Version: 0.2.1
* Author: Matthias Pfefferle
* Author URI: https://notiz.blog/
* License: MIT
Expand Down
72 changes: 42 additions & 30 deletions languages/activitypub.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the MIT.
msgid ""
msgstr ""
"Project-Id-Version: ActivityPub 0.2.0\n"
"Project-Id-Version: ActivityPub 0.2.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/activitypub\n"
"POT-Creation-Date: 2019-01-04 18:55:11+00:00\n"
"POT-Creation-Date: 2019-01-16 20:52:51+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand All @@ -21,11 +21,15 @@ msgstr ""
msgid "The Activity-Object-Type"
msgstr ""

#: includes/class-activitypub-admin.php:62
#: includes/class-activitypub-admin.php:59 templates/settings-page.php:34
msgid "Use the Shortlink instead of the permalink"
msgstr ""

#: includes/class-activitypub-admin.php:69
msgid "Overview"
msgstr ""

#: includes/class-activitypub-admin.php:64
#: includes/class-activitypub-admin.php:71
msgid ""
"ActivityPub is a decentralized social networking protocol based on the "
"ActivityStreams 2.0 data format. ActivityPub is an official W3C recommended "
Expand All @@ -35,28 +39,32 @@ msgid ""
"subscribing to content."
msgstr ""

#: includes/class-activitypub-admin.php:69
#: includes/class-activitypub-admin.php:76
msgid "For more information:"
msgstr ""

#: includes/class-activitypub-admin.php:70
#: includes/class-activitypub-admin.php:77
msgid "<a href=\"https://activitypub.rocks/\">Test Suite</a>"
msgstr ""

#: includes/class-activitypub-admin.php:71
#: includes/class-activitypub-admin.php:78
msgid "<a href=\"https://www.w3.org/TR/activitypub/\">W3C Spec</a>"
msgstr ""

#: includes/class-activitypub-admin.php:72
#: includes/class-activitypub-admin.php:79
msgid ""
"<a href=\"https://github.com/pfefferle/wordpress-activitypub/issues\">Give "
"us feedback</a>"
msgstr ""

#: includes/class-activitypub-admin.php:74
#: includes/class-activitypub-admin.php:81
msgid "<a href=\"https://notiz.blog/donate\">Donate</a>"
msgstr ""

#: includes/class-activitypub-admin.php:87
msgid "Fediverse"
msgstr ""

#: includes/class-rest-activitypub-followers.php:24
#: includes/class-rest-activitypub-followers.php:26
#: includes/class-rest-activitypub-outbox.php:35
Expand Down Expand Up @@ -104,11 +112,19 @@ msgstr ""
msgid "No \"Public-Key\" found"
msgstr ""

#: includes/functions.php:193
msgid "Profile identifier"
msgstr ""

#: includes/functions.php:197
msgid "Try to follow \"@%s\" in the mastodon/friendi.ca search field."
msgstr ""

#: templates/json-author.php:48
msgid "Blog"
msgstr ""

#: templates/json-author.php:58 templates/settings-page.php:49
#: templates/json-author.php:58 templates/settings-page.php:60
msgid "Profile"
msgstr ""

Expand Down Expand Up @@ -156,64 +172,60 @@ msgid "The full content."
msgstr ""

#: templates/settings-page.php:30
msgid "Backlink"
msgstr ""

#: templates/settings-page.php:41
msgid "Activtity-Object-Type"
msgstr ""

#: templates/settings-page.php:34
#: templates/settings-page.php:45
msgid "Note (default)"
msgstr ""

#: templates/settings-page.php:34
#: templates/settings-page.php:45
msgid "Should work with most plattforms."
msgstr ""

#: templates/settings-page.php:37
#: templates/settings-page.php:48
msgid "Article"
msgstr ""

#: templates/settings-page.php:37
#: templates/settings-page.php:48
msgid ""
"The presentation of the \"Article\" might change on different plattforms. "
"Mastodon for example shows the \"Article\" type as a simple link."
msgstr ""

#: templates/settings-page.php:40
#: templates/settings-page.php:51
msgid "WordPress Post-Format"
msgstr ""

#: templates/settings-page.php:40
#: templates/settings-page.php:51
msgid "Maps the WordPress Post-Format to the ActivityPub Object Type."
msgstr ""

#: templates/settings-page.php:51
#: templates/settings-page.php:62
msgid "All profile related settings."
msgstr ""

#: templates/settings-page.php:57
msgid "Profile identifier"
msgstr ""

#: templates/settings-page.php:61
msgid "Try to follow \"@%s\" in the mastodon/friendi.ca search field."
msgstr ""

#: templates/settings-page.php:69
#: templates/settings-page.php:68
msgid "Followers"
msgstr ""

#: templates/settings-page.php:71
#: templates/settings-page.php:70
msgid "All follower related settings."
msgstr ""

#: templates/settings-page.php:77
#: templates/settings-page.php:76
msgid "List of followers"
msgstr ""

#: templates/settings-page.php:87
#: templates/settings-page.php:86
msgid "No followers yet"
msgstr ""

#: templates/settings-page.php:102
#: templates/settings-page.php:101
msgid ""
"If you like this plugin, what about a small <a "
"href=\"https://notiz.blog/donate\">donation</a>?"
Expand Down
11 changes: 6 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://notiz.blog/donate/
Tags: OStatus, fediverse, activitypub, activitystream
Requires at least: 4.7
Tested up to: 5.0.2
Stable tag: 0.2.0
Stable tag: 0.2.1
Requires PHP: 5.6
License: MIT
License URI: http://opensource.org/licenses/MIT
Expand Down Expand Up @@ -43,10 +43,6 @@ To implement:

= What are the differences between this plugin and Pterotype? =

**PHP Version**

*ActivityPub for WordPress* needs PHP 5.6, *Pterotype* requires 7.2.x

**Compatibility**

*ActivityPub for WordPress* is compatible with OStatus and IndieWeb plugin suites. *Pterotype* is incompatible with the standalone [WebFinger plugin](https://wordpress.org/plugins/webfinger/) plugin, so it can't be run together with OStatus.
Expand All @@ -59,6 +55,11 @@ To implement:

Project maintained on github at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub).

= 0.2.1 =

* customizable backlink (permalink or shorturl)
* show profile-identifiers also on profile settings

= 0.2.0 =

* added option to switch between content and excerpt
Expand Down

0 comments on commit e3dcf6c

Please sign in to comment.