diff --git a/README.md b/README.md
index bc450033..dce067a9 100644
--- a/README.md
+++ b/README.md
@@ -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
@@ -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.
@@ -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
diff --git a/activitypub.php b/activitypub.php
index abc84ccf..2845a265 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.2.0
+ * Version: 0.2.1
* Author: Matthias Pfefferle
* Author URI: https://notiz.blog/
* License: MIT
diff --git a/languages/activitypub.pot b/languages/activitypub.pot
index e4da6c56..6712783d 100644
--- a/languages/activitypub.pot
+++ b/languages/activitypub.pot
@@ -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"
@@ -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 "
@@ -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 "Test Suite"
msgstr ""
-#: includes/class-activitypub-admin.php:71
+#: includes/class-activitypub-admin.php:78
msgid "W3C Spec"
msgstr ""
-#: includes/class-activitypub-admin.php:72
+#: includes/class-activitypub-admin.php:79
msgid ""
"Give "
"us feedback"
msgstr ""
-#: includes/class-activitypub-admin.php:74
+#: includes/class-activitypub-admin.php:81
msgid "Donate"
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
@@ -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 ""
@@ -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 donation?"
diff --git a/readme.txt b/readme.txt
index adfd54cf..bc842f2b 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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
@@ -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.
@@ -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