From 42d525c904e2fcf2e275614f81cdde9526f6873c Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Mon, 11 Sep 2023 15:19:27 +0200 Subject: [PATCH] update readme --- README.md | 1 + readme.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 364ed9e..1ce0fe4 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ Project maintained on GitHub at [automattic/wordpress-activitypub](https://githu * Add: a Followers Block (show off your Followers) * Add: Simple caching * Add: Collection endpoints for Featured Tags and Featured Posts +* Add: Better handling of Hashtags in mobile apps * Update: Complete rewrite of the Follower-System based on Custom Post Types * Update: Improved linter (PHPCS) * Compatibility: Add a new conditional, `\Activitypub\is_activitypub_request()`, to allow third-party plugins to detect ActivityPub requests diff --git a/readme.txt b/readme.txt index 2bda237..804b229 100644 --- a/readme.txt +++ b/readme.txt @@ -113,6 +113,7 @@ Project maintained on GitHub at [automattic/wordpress-activitypub](https://githu * Add: a Followers Block (show off your Followers) * Add: Simple caching * Add: Collection endpoints for Featured Tags and Featured Posts +* Add: Better handling of Hashtags in mobile apps * Update: Complete rewrite of the Follower-System based on Custom Post Types * Update: Improved linter (PHPCS) * Compatibility: Add a new conditional, `\Activitypub\is_activitypub_request()`, to allow third-party plugins to detect ActivityPub requests