File tree Expand file tree Collapse file tree 3 files changed +21
-8
lines changed
Expand file tree Collapse file tree 3 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 33** Donate link:** https://notiz.blog/donate/
44** Tags:** OStatus, fediverse, activitypub, activitystream
55** Requires at least:** 4.7
6- ** Tested up to:** 4.9.8
7- ** Stable tag:** 0.0.2
8- ** Requires PHP:** 5.3
6+ ** Tested up to:** 5.0
7+ ** Stable tag:** 0.1.0
8+ ** Requires PHP:** 5.6
99** License:** MIT
1010** License URI:** http://opensource.org/licenses/MIT
1111
@@ -57,6 +57,8 @@ Project maintained on github at [pfefferle/wordpress-activitypub](https://github
5757
5858### 0.1.0 ###
5959
60+ * added basic WebFinger support
61+ * added basic NodeInfo support
6062* fully functional "follow" activity
6163
6264### 0.0.2 ###
Original file line number Diff line number Diff line change 22# This file is distributed under the MIT.
33msgid ""
44msgstr ""
5- "Project-Id-Version : ActivityPub 0.0.2 \n "
5+ "Project-Id-Version : ActivityPub 0.1.0 \n "
66"Report-Msgid-Bugs-To : https://wordpress.org/support/plugin/activitypub\n "
7- "POT-Creation-Date : 2018-12-07 23:01:55 +00:00\n "
7+ "POT-Creation-Date : 2018-12-09 21:09:03 +00:00\n "
88"MIME-Version : 1.0\n "
99"Content-Type : text/plain; charset=utf-8\n "
1010"Content-Transfer-Encoding : 8bit\n "
@@ -34,6 +34,7 @@ msgstr ""
3434#: includes/class-rest-activitypub-followers.php:26
3535#: includes/class-rest-activitypub-outbox.php:28
3636#: includes/class-rest-activitypub-outbox.php:30
37+ #: includes/class-rest-activitypub-webfinger.php:45
3738msgid "User not found"
3839msgstr ""
3940
@@ -45,6 +46,14 @@ msgstr ""
4546msgid "This method is not yet implemented"
4647msgstr ""
4748
49+ #: includes/class-rest-activitypub-webfinger.php:32
50+ msgid "Resouce is invalid"
51+ msgstr ""
52+
53+ #: includes/class-rest-activitypub-webfinger.php:39
54+ msgid "Resouce host does not match blog host"
55+ msgstr ""
56+
4857#: templates/json-author.php:48
4958msgid "Blog"
5059msgstr ""
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ Contributors: pfefferle
33Donate link: https://notiz.blog/donate/
44Tags: OStatus, fediverse, activitypub, activitystream
55Requires at least: 4.7
6- Tested up to: 4.9.8
7- Stable tag: 0.0.2
8- Requires PHP: 5.3
6+ Tested up to: 5.0
7+ Stable tag: 0.1.0
8+ Requires PHP: 5.6
99License: MIT
1010License URI: http://opensource.org/licenses/MIT
1111
@@ -57,6 +57,8 @@ Project maintained on github at [pfefferle/wordpress-activitypub](https://github
5757
5858= 0.1.0 =
5959
60+ * added basic WebFinger support
61+ * added basic NodeInfo support
6062* fully functional "follow" activity
6163
6264= 0.0.2 =
You can’t perform that action at this time.
0 commit comments