Skip to content

Commit 551f531

Browse files
authored
Merge pull request #212 from pfefferle/prepare-release
prepare 0.14.0
2 parents 58c19de + cf9736e commit 551f531

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-7
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ActivityPub #
2-
**Contributors:** [pfefferle](https://profiles.wordpress.org/pfefferle/), [mediaformat](https://profiles.wordpress.org/mediaformat/)
2+
**Contributors:** [pfefferle](https://profiles.wordpress.org/pfefferle/), [mediaformat](https://profiles.wordpress.org/mediaformat/), [akirk](https://profiles.wordpress.org/akirk/)
33
**Donate link:** https://notiz.blog/donate/
44
**Tags:** OStatus, fediverse, activitypub, activitystream
55
**Requires at least:** 4.7
6-
**Tested up to:** 6.0
7-
**Stable tag:** 0.13.4
6+
**Tested up to:** 6.1
7+
**Stable tag:** 0.14.0
88
**Requires PHP:** 5.6
99
**License:** MIT
1010
**License URI:** http://opensource.org/licenses/MIT
@@ -88,6 +88,14 @@ 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+
### 0.14.0 ###
92+
93+
* Friends support: https://wordpress.org/plugins/friends/ props [@akirk](https://github.com/akirk)
94+
* Massive guidance improvements. props [mediaformat](https://github.com/mediaformat) & [@akirk](https://github.com/akirk)
95+
* Add Custom Post Type support to outbox API. props [blueset](https://github.com/blueset)
96+
* Better hash-tag support. props [bocops](https://github.com/bocops)
97+
* Fix user-count (NodeInfo). props [mediaformat](https://github.com/mediaformat)
98+
9199
### 0.13.4 ###
92100

93101
* fix webfinger for email identifiers

activitypub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: ActivityPub
44
* Plugin URI: https://github.com/pfefferle/wordpress-activitypub/
55
* Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.
6-
* Version: 0.13.4
6+
* Version: 0.14.0
77
* Author: Matthias Pfefferle
88
* Author URI: https://notiz.blog/
99
* License: MIT

readme.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== ActivityPub ===
2-
Contributors: pfefferle, mediaformat
2+
Contributors: pfefferle, mediaformat, akirk
33
Donate link: https://notiz.blog/donate/
44
Tags: OStatus, fediverse, activitypub, activitystream
55
Requires at least: 4.7
6-
Tested up to: 6.0
7-
Stable tag: 0.13.4
6+
Tested up to: 6.1
7+
Stable tag: 0.14.0
88
Requires PHP: 5.6
99
License: MIT
1010
License URI: http://opensource.org/licenses/MIT
@@ -88,6 +88,14 @@ 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+
= 0.14.0 =
92+
93+
* Friends support: https://wordpress.org/plugins/friends/ props [@akirk](https://github.com/akirk)
94+
* Massive guidance improvements. props [mediaformat](https://github.com/mediaformat) & [@akirk](https://github.com/akirk)
95+
* Add Custom Post Type support to outbox API. props [blueset](https://github.com/blueset)
96+
* Better hash-tag support. props [bocops](https://github.com/bocops)
97+
* Fix user-count (NodeInfo). props [mediaformat](https://github.com/mediaformat)
98+
9199
= 0.13.4 =
92100

93101
* fix webfinger for email identifiers

0 commit comments

Comments
 (0)