File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,10 @@ Implemented:
7575* follow (accept follows)
7676* share posts
7777* receive comments/reactions
78+ * signature verification
7879
7980To implement:
8081
81- * signature verification
82- * better WordPress integration
8382* better configuration possibilities
8483* threaded comments support
8584
@@ -120,13 +119,16 @@ Project maintained on GitHub at [automattic/wordpress-activitypub](https://githu
120119* Add: Signature Verification: https://docs.joinmastodon.org/spec/security/ .
121120* Add: a Followers Block.
122121* Add: Simple caching
122+ * Add: Collection endpoints for Featured Tags and Featured Posts
123123* Update: Complete rewrite of the Follower-System based on Custom Post Types.
124124* Update: Improved linter (PHPCS)
125125* Compatibility: Add a new conditional, ` \Activitypub\is_activitypub_request() ` , to allow third-party plugins to detect ActivityPub requests.
126126* Compatibility: Add hooks to allow modifying images returned in ActivityPub requests.
127127* Compatibility: Indicate that the plugin is compatible and has been tested with the latest version of WordPress, 6.3.
128128* Compatibility: Avoid PHP notice on sites using PHP 8.2.
129129* Fixed: Load the plugin later in the WordPress code lifecycle to avoid errors in some requests.
130+ * Fixed: Updating posts
131+ * Fixed: Hashtag now support CamelCase and UTF-8
130132
131133### 0.17.0 ###
132134
Original file line number Diff line number Diff line change @@ -75,11 +75,10 @@ Implemented:
7575* follow (accept follows)
7676* share posts
7777* receive comments/reactions
78+ * signature verification
7879
7980To implement:
8081
81- * signature verification
82- * better WordPress integration
8382* better configuration possibilities
8483* threaded comments support
8584
@@ -120,13 +119,16 @@ Project maintained on GitHub at [automattic/wordpress-activitypub](https://githu
120119* Add: Signature Verification: https://docs.joinmastodon.org/spec/security/ .
121120* Add: a Followers Block.
122121* Add: Simple caching
122+ * Add: Collection endpoints for Featured Tags and Featured Posts
123123* Update: Complete rewrite of the Follower-System based on Custom Post Types.
124124* Update: Improved linter (PHPCS)
125125* Compatibility: Add a new conditional, `\Activitypub\is_activitypub_request()`, to allow third-party plugins to detect ActivityPub requests.
126126* Compatibility: Add hooks to allow modifying images returned in ActivityPub requests.
127127* Compatibility: Indicate that the plugin is compatible and has been tested with the latest version of WordPress, 6.3.
128128* Compatibility: Avoid PHP notice on sites using PHP 8.2.
129129* Fixed: Load the plugin later in the WordPress code lifecycle to avoid errors in some requests.
130+ * Fixed: Updating posts
131+ * Fixed: Hashtag now support CamelCase and UTF-8
130132
131133= 0.17.0 =
132134
You can’t perform that action at this time.
0 commit comments