From f11cf7c1f07bd44cad016947589f38478d47ae11 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Thu, 1 Jun 2023 14:50:55 +0200 Subject: [PATCH] update readme --- README.md | 2 ++ readme.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 8264b83..b8643fe 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,8 @@ Project maintained on GitHub at [automattic/wordpress-activitypub](https://githu ### Next ### +* Add: Signature Verification: https://docs.joinmastodon.org/spec/security/ . +* Update: Complete rewrite of the Follower-System based on Taxonomies. * Compatibility: add a new conditional, `\Activitypub\is_activitypub_request()`, to allow third-party plugins to detect ActivityPub requests. * Compatibility: add hooks to allow modifying images returned in ActivityPub requests. * Compatibility: indicate that the plugin is compatible and has been tested with the latest version of WordPress, 6.2. diff --git a/readme.txt b/readme.txt index 13ba977..8d1bc99 100644 --- a/readme.txt +++ b/readme.txt @@ -116,6 +116,8 @@ Project maintained on GitHub at [automattic/wordpress-activitypub](https://githu = Next = +* Add: Signature Verification: https://docs.joinmastodon.org/spec/security/ . +* Update: Complete rewrite of the Follower-System based on Taxonomies. * Compatibility: add a new conditional, `\Activitypub\is_activitypub_request()`, to allow third-party plugins to detect ActivityPub requests. * Compatibility: add hooks to allow modifying images returned in ActivityPub requests. * Compatibility: indicate that the plugin is compatible and has been tested with the latest version of WordPress, 6.2.