From bd50323393b9d1a9e1c0c2041a2a3bb01cb4cd4d Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Sun, 28 Oct 2018 13:37:14 -0400 Subject: [PATCH] Update README for release 1.1.1 --- README.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.txt b/README.txt index 88c90ff..bc239aa 100644 --- a/README.txt +++ b/README.txt @@ -5,8 +5,15 @@ Requires at least: 4.9.8 Requires PHP: 7.2.11 License: MIT License URI: https://github.com/jdormit/pterotype/blob/master/LICENSE +Stable tag: 1.1.1 Pterotype expands your audience by giving your blog an ActivityPub stream, making it a part of the Fediverse. == Description == Pterotype expands your audience by giving your blog an ActivityPub stream, making it a part of the Fediverse. Users of Mastodon, Pleroma, and other Fediverse services will be able to follow and share your posts from the platform of their choice. + +== Changelog == + +### 1.1.1 +- Implement comment syncing between WordPress and the ActivityPub feed. This allows allows people to reply to posts from Mastodon et al. and have those replies reflected as comments in the WordPress site, and vice-versa (WordPress comments become Mastodon et al. replies). +- Fix a bug involving delivering to more than 2 ActivityPub inboxes.