diff --git a/README.md b/README.md index 465949e..55f2996 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Tags:** OStatus, fediverse, activitypub, activitystream **Requires at least:** 4.7 **Tested up to:** 6.1 -**Stable tag:** 0.14.3 +**Stable tag:** 0.15.0 **Requires PHP:** 5.6 **License:** MIT **License URI:** http://opensource.org/licenses/MIT @@ -88,6 +88,11 @@ Where 'blog' is the path to the subdirectory at which your blog resides. Project maintained on GitHub at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub). +### 0.15.0 ### + +* Enable ActivityPub only for users that can `publish_posts` +* Fix remote-delete + ### 0.14.3 ### * Better error handling. props [@akirk](https://github.com/akirk) diff --git a/readme.txt b/readme.txt index 5dd16d3..cf729ba 100644 --- a/readme.txt +++ b/readme.txt @@ -91,7 +91,7 @@ Project maintained on GitHub at [pfefferle/wordpress-activitypub](https://github = 0.15.0 = * Enable ActivityPub only for users that can `publish_posts` - +* Fix remote-delete = 0.14.3 =