Add followers block to the readmes changelog
This commit is contained in:
parent
1020466756
commit
5fd61b98f6
2 changed files with 12 additions and 10 deletions
11
README.md
11
README.md
|
@ -118,13 +118,14 @@ Project maintained on GitHub at [automattic/wordpress-activitypub](https://githu
|
||||||
|
|
||||||
* Add: blog-wide Account (catchall, like `mydomain.com@mydomain.com`)
|
* Add: blog-wide Account (catchall, like `mydomain.com@mydomain.com`)
|
||||||
* 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 Custom Post Types.
|
* Add: a Followers Block.
|
||||||
* Add: Simple caching
|
* Add: Simple caching
|
||||||
|
* Update: Complete rewrite of the Follower-System based on Custom Post Types.
|
||||||
* Update: Improved linter (PHPCS)
|
* 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.3.
|
* Compatibility: Indicate that the plugin is compatible and has been tested with the latest version of WordPress, 6.3.
|
||||||
* Compatibility: avoid PHP notice on sites using PHP 8.2.
|
* Compatibility: Avoid PHP notice on sites using PHP 8.2.
|
||||||
|
|
||||||
### 0.17.0 ###
|
### 0.17.0 ###
|
||||||
|
|
||||||
|
|
11
readme.txt
11
readme.txt
|
@ -118,13 +118,14 @@ Project maintained on GitHub at [automattic/wordpress-activitypub](https://githu
|
||||||
|
|
||||||
* Add: blog-wide Account (catchall, like `mydomain.com@mydomain.com`)
|
* Add: blog-wide Account (catchall, like `mydomain.com@mydomain.com`)
|
||||||
* 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 Custom Post Types.
|
* Add: a Followers Block.
|
||||||
* Add: Simple caching
|
* Add: Simple caching
|
||||||
|
* Update: Complete rewrite of the Follower-System based on Custom Post Types.
|
||||||
* Update: Improved linter (PHPCS)
|
* 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.3.
|
* Compatibility: Indicate that the plugin is compatible and has been tested with the latest version of WordPress, 6.3.
|
||||||
* Compatibility: avoid PHP notice on sites using PHP 8.2.
|
* Compatibility: Avoid PHP notice on sites using PHP 8.2.
|
||||||
|
|
||||||
= 0.17.0 =
|
= 0.17.0 =
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue