Skip to content

Commit b063220

Browse files
committed
version bump
1 parent 6de740a commit b063220

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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 ###

languages/activitypub.pot

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This file is distributed under the MIT.
33
msgid ""
44
msgstr ""
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
3738
msgid "User not found"
3839
msgstr ""
3940

@@ -45,6 +46,14 @@ msgstr ""
4546
msgid "This method is not yet implemented"
4647
msgstr ""
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
4958
msgid "Blog"
5059
msgstr ""

readme.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: pfefferle
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 =

0 commit comments

Comments
 (0)