From b063220d1cb9a81d73b6e5f58814e2c7cccd76eb Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Sun, 9 Dec 2018 22:20:40 +0100 Subject: [PATCH] version bump --- README.md | 8 +++++--- languages/activitypub.pot | 13 +++++++++++-- readme.txt | 8 +++++--- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9002225..5fac62d 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ **Donate link:** https://notiz.blog/donate/ **Tags:** OStatus, fediverse, activitypub, activitystream **Requires at least:** 4.7 -**Tested up to:** 4.9.8 -**Stable tag:** 0.0.2 -**Requires PHP:** 5.3 +**Tested up to:** 5.0 +**Stable tag:** 0.1.0 +**Requires PHP:** 5.6 **License:** MIT **License URI:** http://opensource.org/licenses/MIT @@ -57,6 +57,8 @@ Project maintained on github at [pfefferle/wordpress-activitypub](https://github ### 0.1.0 ### +* added basic WebFinger support +* added basic NodeInfo support * fully functional "follow" activity ### 0.0.2 ### diff --git a/languages/activitypub.pot b/languages/activitypub.pot index 3415b83..133fa1f 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.0.2\n" +"Project-Id-Version: ActivityPub 0.1.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/activitypub\n" -"POT-Creation-Date: 2018-12-07 23:01:55+00:00\n" +"POT-Creation-Date: 2018-12-09 21:09:03+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -34,6 +34,7 @@ msgstr "" #: includes/class-rest-activitypub-followers.php:26 #: includes/class-rest-activitypub-outbox.php:28 #: includes/class-rest-activitypub-outbox.php:30 +#: includes/class-rest-activitypub-webfinger.php:45 msgid "User not found" msgstr "" @@ -45,6 +46,14 @@ msgstr "" msgid "This method is not yet implemented" msgstr "" +#: includes/class-rest-activitypub-webfinger.php:32 +msgid "Resouce is invalid" +msgstr "" + +#: includes/class-rest-activitypub-webfinger.php:39 +msgid "Resouce host does not match blog host" +msgstr "" + #: templates/json-author.php:48 msgid "Blog" msgstr "" diff --git a/readme.txt b/readme.txt index e51fb80..ca29c7a 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: pfefferle Donate link: https://notiz.blog/donate/ Tags: OStatus, fediverse, activitypub, activitystream Requires at least: 4.7 -Tested up to: 4.9.8 -Stable tag: 0.0.2 -Requires PHP: 5.3 +Tested up to: 5.0 +Stable tag: 0.1.0 +Requires PHP: 5.6 License: MIT License URI: http://opensource.org/licenses/MIT @@ -57,6 +57,8 @@ Project maintained on github at [pfefferle/wordpress-activitypub](https://github = 0.1.0 = +* added basic WebFinger support +* added basic NodeInfo support * fully functional "follow" activity = 0.0.2 =