Skip to content

Commit 9902479

Browse files
committed
update readme
1 parent 24648d6 commit 9902479

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Tags:** OStatus, fediverse, activitypub, activitystream
55
**Requires at least:** 4.7
66
**Tested up to:** 6.1
7-
**Stable tag:** 0.15.0
7+
**Stable tag:** 0.16.0
88
**Requires PHP:** 5.6
99
**License:** MIT
1010
**License URI:** http://opensource.org/licenses/MIT
@@ -88,9 +88,13 @@ Where 'blog' is the path to the subdirectory at which your blog resides.
8888

8989
Project maintained on GitHub at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub).
9090

91-
### v.next ###
91+
### 0.16.0 ###
9292

93+
* Add "Outgoing Mentions" ([#213](https://github.com/pfefferle/wordpress-activitypub/pull/213)) props [@akirk](https://github.com/akirk)
9394
* Add configuration item for number of images to attach. props [@mexon](https://github.com/mexon)
95+
* Use shortcodes instead of custom templates, to setup the Activity Post-Content. props [@toolstack](https://github.com/toolstack)
96+
* Remove custom REST Server, because the needed changes are now merged into Core.
97+
* Fix hashtags. props [@akirk](https://github.com/akirk)
9498

9599
### 0.15.0 ###
96100

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://notiz.blog/donate/
44
Tags: OStatus, fediverse, activitypub, activitystream
55
Requires at least: 4.7
66
Tested up to: 6.1
7-
Stable tag: 0.15.0
7+
Stable tag: 0.16.0
88
Requires PHP: 5.6
99
License: MIT
1010
License URI: http://opensource.org/licenses/MIT
@@ -88,10 +88,13 @@ Where 'blog' is the path to the subdirectory at which your blog resides.
8888

8989
Project maintained on GitHub at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub).
9090

91-
= v.next =
91+
= 0.16.0 =
9292

93+
* Add "Outgoing Mentions" ([#213](https://github.com/pfefferle/wordpress-activitypub/pull/213)) props [@akirk](https://github.com/akirk)
9394
* Add configuration item for number of images to attach. props [@mexon](https://github.com/mexon)
9495
* Use shortcodes instead of custom templates, to setup the Activity Post-Content. props [@toolstack](https://github.com/toolstack)
96+
* Remove custom REST Server, because the needed changes are now merged into Core.
97+
* Fix hashtags. props [@akirk](https://github.com/akirk)
9598

9699
= 0.15.0 =
97100

0 commit comments

Comments
 (0)