Merge pull request #367 from Automattic/update/1.0-changelog
This commit is contained in:
commit
99133f1143
1 changed files with 4 additions and 3 deletions
|
@ -116,10 +116,11 @@ Project maintained on GitHub at [automattic/wordpress-activitypub](https://githu
|
||||||
|
|
||||||
= 1.0.0 =
|
= 1.0.0 =
|
||||||
|
|
||||||
* Update: Improved linter (PHPCS)
|
* Add: blog-wide Account (catchall, like `mydomain.com@mydomain.com`)
|
||||||
* Add: Simple caching
|
|
||||||
* Add: Signature Verification: https://docs.joinmastodon.org/spec/security/ .
|
* Add: Signature Verification: https://docs.joinmastodon.org/spec/security/ .
|
||||||
* Update: Complete rewrite of the Follower-System based on Taxonomies.
|
* Update: Complete rewrite of the Follower-System based on Custom Post Types.
|
||||||
|
* Add: Simple caching
|
||||||
|
* Update: Improved linter (PHPCS)
|
||||||
* Compatibility: add a new conditional, `\Activitypub\is_activitypub_request()`, to allow third-party plugins to detect ActivityPub requests.
|
* 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: 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.
|
* Compatibility: indicate that the plugin is compatible and has been tested with the latest version of WordPress, 6.2.
|
||||||
|
|
Loading…
Reference in a new issue