diff --git a/README.md b/README.md index 9ab834d44..36576d768 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Tags:** OStatus, fediverse, activitypub, activitystream **Requires at least:** 5.5 **Tested up to:** 6.4 -**Stable tag:** 2.0.2 +**Stable tag:** 2.1.0 **Requires PHP:** 5.6 **License:** MIT **License URI:** http://opensource.org/licenses/MIT @@ -134,10 +134,13 @@ For reasons of data protection, it is not possible to see the followers of other Project maintained on GitHub at [automattic/wordpress-activitypub](https://github.com/automattic/wordpress-activitypub). -### 2.0.2 ### +### 2.1.0 ### * Fixed: Some Federated Comment improvements * Fixed: Remove old/abandoned Crons +* Added: Various endpoints for the "Enable Mastodon Apps" plugin +* Added: Event Objects +* Improved: Post-Type support ### 2.0.1 ### diff --git a/activitypub.php b/activitypub.php index 17a7088d0..aa9ea1272 100644 --- a/activitypub.php +++ b/activitypub.php @@ -3,7 +3,7 @@ * Plugin Name: 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. - * Version: 2.0.2 + * Version: 2.1.0 * Author: Matthias Pfefferle & Automattic * Author URI: https://automattic.com/ * License: MIT diff --git a/readme.txt b/readme.txt index b36a705b9..ea19ca1ab 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: automattic, pfefferle, mediaformat, mattwiebe, akirk, jeherve, nur Tags: OStatus, fediverse, activitypub, activitystream Requires at least: 5.5 Tested up to: 6.4 -Stable tag: 2.0.2 +Stable tag: 2.1.0 Requires PHP: 5.6 License: MIT License URI: http://opensource.org/licenses/MIT @@ -134,10 +134,13 @@ For reasons of data protection, it is not possible to see the followers of other Project maintained on GitHub at [automattic/wordpress-activitypub](https://github.com/automattic/wordpress-activitypub). -= 2.0.2 = += 2.1.0 = * Fixed: Some Federated Comment improvements * Fixed: Remove old/abandoned Crons +* Added: Various endpoints for the "Enable Mastodon Apps" plugin +* Added: Event Objects +* Improved: Post-Type support = 2.0.1 =