From b4b934237dca2c018254b049e2ac9416e350dbc3 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Fri, 22 Sep 2023 09:40:45 +0200 Subject: [PATCH] version bump / changelog update --- README.md | 11 +++++++++-- activitypub.php | 2 +- readme.txt | 11 +++++++++-- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 66f6219..eef27a0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Tags:** OStatus, fediverse, activitypub, activitystream **Requires at least:** 4.7 **Tested up to:** 6.3 -**Stable tag:** 1.0.0 +**Stable tag:** 1.0.1 **Requires PHP:** 5.6 **License:** MIT **License URI:** http://opensource.org/licenses/MIT @@ -105,10 +105,17 @@ Where 'blog' is the path to the subdirectory at which your blog resides. Project maintained on GitHub at [automattic/wordpress-activitypub](https://github.com/automattic/wordpress-activitypub). -### Next ### +### 1.0.1 ### +* Update: improve image attachment detection using the block editor +* Update: better error code handling for API responses +* Update: use a tag stack instead of regex for protecting tags for Hashtags and @-Mentions +* Compatibility: better signature support for subpath-installations * Compatibility: allow deactivating blocks registered by the plugin * Compatibility: avoid Fatal Errors when using ClassicPress +* Compatibility: improve the Group-Actor to play nicely with existing implementations +* Fixed: truncate long blog titles and handles for the "Follow me" block +* Fixed: ensure that only a valid user can be selected for the "Follow me" block * Fixed: fix a typo in a hook name * Fixed: a problem with signatures when running WordPress in a sub-path diff --git a/activitypub.php b/activitypub.php index 897a928..03f0743 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: 1.0.0 + * Version: 1.0.1 * Author: Matthias Pfefferle & Automattic * Author URI: https://automattic.com/ * License: MIT diff --git a/readme.txt b/readme.txt index f9303c3..90e0011 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: 4.7 Tested up to: 6.3 -Stable tag: 1.0.0 +Stable tag: 1.0.1 Requires PHP: 5.6 License: MIT License URI: http://opensource.org/licenses/MIT @@ -105,10 +105,17 @@ Where 'blog' is the path to the subdirectory at which your blog resides. Project maintained on GitHub at [automattic/wordpress-activitypub](https://github.com/automattic/wordpress-activitypub). -= Next = += 1.0.1 = +* Update: improve image attachment detection using the block editor +* Update: better error code handling for API responses +* Update: use a tag stack instead of regex for protecting tags for Hashtags and @-Mentions +* Compatibility: better signature support for subpath-installations * Compatibility: allow deactivating blocks registered by the plugin * Compatibility: avoid Fatal Errors when using ClassicPress +* Compatibility: improve the Group-Actor to play nicely with existing implementations +* Fixed: truncate long blog titles and handles for the "Follow me" block +* Fixed: ensure that only a valid user can be selected for the "Follow me" block * Fixed: fix a typo in a hook name * Fixed: a problem with signatures when running WordPress in a sub-path