File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 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
8989Project 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Donate link: https://notiz.blog/donate/
44Tags: OStatus, fediverse, activitypub, activitystream
55Requires at least: 4.7
66Tested up to: 6.1
7- Stable tag: 0.15 .0
7+ Stable tag: 0.16 .0
88Requires PHP: 5.6
99License: MIT
1010License URI: http://opensource.org/licenses/MIT
@@ -88,10 +88,13 @@ Where 'blog' is the path to the subdirectory at which your blog resides.
8888
8989Project 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
You can’t perform that action at this time.
0 commit comments