prepare 0.14.0
This commit is contained in:
parent
58c19de374
commit
cf9736ec67
3 changed files with 23 additions and 7 deletions
14
README.md
14
README.md
|
@ -1,10 +1,10 @@
|
||||||
# ActivityPub #
|
# ActivityPub #
|
||||||
**Contributors:** [pfefferle](https://profiles.wordpress.org/pfefferle/), [mediaformat](https://profiles.wordpress.org/mediaformat/)
|
**Contributors:** [pfefferle](https://profiles.wordpress.org/pfefferle/), [mediaformat](https://profiles.wordpress.org/mediaformat/), [akirk](https://profiles.wordpress.org/akirk/)
|
||||||
**Donate link:** https://notiz.blog/donate/
|
**Donate link:** https://notiz.blog/donate/
|
||||||
**Tags:** OStatus, fediverse, activitypub, activitystream
|
**Tags:** OStatus, fediverse, activitypub, activitystream
|
||||||
**Requires at least:** 4.7
|
**Requires at least:** 4.7
|
||||||
**Tested up to:** 6.0
|
**Tested up to:** 6.1
|
||||||
**Stable tag:** 0.13.4
|
**Stable tag:** 0.14.0
|
||||||
**Requires PHP:** 5.6
|
**Requires PHP:** 5.6
|
||||||
**License:** MIT
|
**License:** MIT
|
||||||
**License URI:** http://opensource.org/licenses/MIT
|
**License URI:** http://opensource.org/licenses/MIT
|
||||||
|
@ -88,6 +88,14 @@ 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).
|
Project maintained on GitHub at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub).
|
||||||
|
|
||||||
|
### 0.14.0 ###
|
||||||
|
|
||||||
|
* Friends support: https://wordpress.org/plugins/friends/ props [@akirk](https://github.com/akirk)
|
||||||
|
* Massive guidance improvements. props [mediaformat](https://github.com/mediaformat) & [@akirk](https://github.com/akirk)
|
||||||
|
* Add Custom Post Type support to outbox API. props [blueset](https://github.com/blueset)
|
||||||
|
* Better hash-tag support. props [bocops](https://github.com/bocops)
|
||||||
|
* Fix user-count (NodeInfo). props [mediaformat](https://github.com/mediaformat)
|
||||||
|
|
||||||
### 0.13.4 ###
|
### 0.13.4 ###
|
||||||
|
|
||||||
* fix webfinger for email identifiers
|
* fix webfinger for email identifiers
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Plugin Name: ActivityPub
|
* Plugin Name: ActivityPub
|
||||||
* Plugin URI: https://github.com/pfefferle/wordpress-activitypub/
|
* Plugin URI: https://github.com/pfefferle/wordpress-activitypub/
|
||||||
* Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.
|
* Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.
|
||||||
* Version: 0.13.4
|
* Version: 0.14.0
|
||||||
* Author: Matthias Pfefferle
|
* Author: Matthias Pfefferle
|
||||||
* Author URI: https://notiz.blog/
|
* Author URI: https://notiz.blog/
|
||||||
* License: MIT
|
* License: MIT
|
||||||
|
|
14
readme.txt
14
readme.txt
|
@ -1,10 +1,10 @@
|
||||||
=== ActivityPub ===
|
=== ActivityPub ===
|
||||||
Contributors: pfefferle, mediaformat
|
Contributors: pfefferle, mediaformat, akirk
|
||||||
Donate link: https://notiz.blog/donate/
|
Donate link: https://notiz.blog/donate/
|
||||||
Tags: OStatus, fediverse, activitypub, activitystream
|
Tags: OStatus, fediverse, activitypub, activitystream
|
||||||
Requires at least: 4.7
|
Requires at least: 4.7
|
||||||
Tested up to: 6.0
|
Tested up to: 6.1
|
||||||
Stable tag: 0.13.4
|
Stable tag: 0.14.0
|
||||||
Requires PHP: 5.6
|
Requires PHP: 5.6
|
||||||
License: MIT
|
License: MIT
|
||||||
License URI: http://opensource.org/licenses/MIT
|
License URI: http://opensource.org/licenses/MIT
|
||||||
|
@ -88,6 +88,14 @@ 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).
|
Project maintained on GitHub at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub).
|
||||||
|
|
||||||
|
= 0.14.0 =
|
||||||
|
|
||||||
|
* Friends support: https://wordpress.org/plugins/friends/ props [@akirk](https://github.com/akirk)
|
||||||
|
* Massive guidance improvements. props [mediaformat](https://github.com/mediaformat) & [@akirk](https://github.com/akirk)
|
||||||
|
* Add Custom Post Type support to outbox API. props [blueset](https://github.com/blueset)
|
||||||
|
* Better hash-tag support. props [bocops](https://github.com/bocops)
|
||||||
|
* Fix user-count (NodeInfo). props [mediaformat](https://github.com/mediaformat)
|
||||||
|
|
||||||
= 0.13.4 =
|
= 0.13.4 =
|
||||||
|
|
||||||
* fix webfinger for email identifiers
|
* fix webfinger for email identifiers
|
||||||
|
|
Loading…
Reference in a new issue