From 7e35c1e8b974adae7df76649a5b0214425d58b58 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Fri, 12 Jan 2024 16:07:56 +0100 Subject: [PATCH] version bump --- README.md | 9 ++++++++- activitypub.php | 2 +- readme.txt | 9 ++++++++- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b0499a69..10b290856 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.0 +**Stable tag:** 2.0.1 **Requires PHP:** 5.6 **License:** MIT **License URI:** http://opensource.org/licenses/MIT @@ -109,6 +109,13 @@ In that case you don't need the redirect, because the index.php will take care o Project maintained on GitHub at [automattic/wordpress-activitypub](https://github.com/automattic/wordpress-activitypub). +### 2.0.1 ### + +* Fixed: Comment `Update` Federation +* Workaround: Re-Added Post Model Class because of some weird caching issues +* Fixed: WebFinger check +* Fixed: Classic editor image finding for large images + ### 2.0.0 ### * Added: Bidirectional Comment Federation diff --git a/activitypub.php b/activitypub.php index c23e5eb30..6c170a0ca 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.0 + * Version: 2.0.1 * Author: Matthias Pfefferle & Automattic * Author URI: https://automattic.com/ * License: MIT diff --git a/readme.txt b/readme.txt index bedb00d57..eac5397f3 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.0 +Stable tag: 2.0.1 Requires PHP: 5.6 License: MIT License URI: http://opensource.org/licenses/MIT @@ -109,6 +109,13 @@ In that case you don't need the redirect, because the index.php will take care o Project maintained on GitHub at [automattic/wordpress-activitypub](https://github.com/automattic/wordpress-activitypub). += 2.0.1 = + +* Fixed: Comment `Update` Federation +* Workaround: Re-Added Post Model Class because of some weird caching issues +* Fixed: WebFinger check +* Fixed: Classic editor image finding for large images + = 2.0.0 = * Added: Bidirectional Comment Federation