diff --git a/README.md b/README.md index 65d73c5..9a6d258 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.15.0 +**Stable tag:** 0.16.0 **Requires PHP:** 5.6 **License:** MIT **License URI:** http://opensource.org/licenses/MIT @@ -88,9 +88,13 @@ 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). -### v.next ### +### 0.16.0 ### +* Add "Outgoing Mentions" ([#213](https://github.com/pfefferle/wordpress-activitypub/pull/213)) props [@akirk](https://github.com/akirk) * Add configuration item for number of images to attach. props [@mexon](https://github.com/mexon) +* Use shortcodes instead of custom templates, to setup the Activity Post-Content. props [@toolstack](https://github.com/toolstack) +* Remove custom REST Server, because the needed changes are now merged into Core. +* Fix hashtags. props [@akirk](https://github.com/akirk) ### 0.15.0 ### diff --git a/readme.txt b/readme.txt index e889ce9..65f02b3 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://notiz.blog/donate/ Tags: OStatus, fediverse, activitypub, activitystream Requires at least: 4.7 Tested up to: 6.1 -Stable tag: 0.15.0 +Stable tag: 0.16.0 Requires PHP: 5.6 License: MIT License URI: http://opensource.org/licenses/MIT @@ -88,10 +88,13 @@ 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). -= v.next = += 0.16.0 = +* Add "Outgoing Mentions" ([#213](https://github.com/pfefferle/wordpress-activitypub/pull/213)) props [@akirk](https://github.com/akirk) * Add configuration item for number of images to attach. props [@mexon](https://github.com/mexon) * Use shortcodes instead of custom templates, to setup the Activity Post-Content. props [@toolstack](https://github.com/toolstack) +* Remove custom REST Server, because the needed changes are now merged into Core. +* Fix hashtags. props [@akirk](https://github.com/akirk) = 0.15.0 =