From fc0c162ac68f44d1974916336114acced8165511 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Tue, 12 Mar 2019 22:22:59 +0100 Subject: [PATCH] version bump --- README.md | 12 ++++++++++-- activitypub.php | 2 +- languages/activitypub.pot | 9 +++++---- readme.txt | 12 ++++++++++-- 4 files changed, 26 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index dbf2b78..f45574d 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ **Donate link:** https://notiz.blog/donate/ **Tags:** OStatus, fediverse, activitypub, activitystream **Requires at least:** 4.7 -**Tested up to:** 5.1 -**Stable tag:** 0.6.0 +**Tested up to:** 5.1.1 +**Stable tag:** 0.7.0 **Requires PHP:** 5.6 **License:** MIT **License URI:** http://opensource.org/licenses/MIT @@ -55,6 +55,14 @@ To implement: Project maintained on github at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub). +### 0.7.0 ### + +* finally fixed pleroma compatibility +* added "following" endpoint +* simplified "followers" endpoint +* fixed default value problem + + ### 0.6.0 ### * add tags as hashtags to the end of each activity diff --git a/activitypub.php b/activitypub.php index aed4feb..19cda5f 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.6.0 + * Version: 0.7.0 * Author: Matthias Pfefferle * Author URI: https://notiz.blog/ * License: MIT diff --git a/languages/activitypub.pot b/languages/activitypub.pot index 9a5d781..fa28aee 100644 --- a/languages/activitypub.pot +++ b/languages/activitypub.pot @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: ActivityPub 0.6.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/activitypub\n" -"POT-Creation-Date: 2019-03-09 18:39:33+00:00\n" +"POT-Creation-Date: 2019-03-12 21:22:31+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -104,6 +104,7 @@ msgid "Try to follow \"@%s\" in the mastodon/friendi.ca search field." msgstr "" #: includes/rest/class-followers.php:46 includes/rest/class-followers.php:49 +#: includes/rest/class-following.php:46 includes/rest/class-following.php:49 #: includes/rest/class-outbox.php:47 includes/rest/class-outbox.php:50 #: includes/rest/class-webfinger.php:61 msgid "User not found" @@ -130,15 +131,15 @@ msgstr "" msgid "Resouce host does not match blog host" msgstr "" -#: templates/json-author.php:49 +#: templates/json-author.php:48 msgid "Blog" msgstr "" -#: templates/json-author.php:59 templates/settings-page.php:71 +#: templates/json-author.php:58 templates/settings-page.php:71 msgid "Profile" msgstr "" -#: templates/json-author.php:70 +#: templates/json-author.php:69 msgid "Website" msgstr "" diff --git a/readme.txt b/readme.txt index 6952be1..d540294 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: pfefferle Donate link: https://notiz.blog/donate/ Tags: OStatus, fediverse, activitypub, activitystream Requires at least: 4.7 -Tested up to: 5.1 -Stable tag: 0.6.0 +Tested up to: 5.1.1 +Stable tag: 0.7.0 Requires PHP: 5.6 License: MIT License URI: http://opensource.org/licenses/MIT @@ -55,6 +55,14 @@ To implement: Project maintained on github at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub). += 0.7.0 = + +* finally fixed pleroma compatibility +* added "following" endpoint +* simplified "followers" endpoint +* fixed default value problem + + = 0.6.0 = * add tags as hashtags to the end of each activity