auto generate README.md
@jeherve there is a grunt task to auto generate the readme.md from the readme.txt simply run `npm install` and then `grunt` in your terminal.
This commit is contained in:
parent
ef369e8ca8
commit
7ac2533940
1 changed files with 14 additions and 12 deletions
10
README.md
10
README.md
|
@ -116,13 +116,15 @@ Project maintained on GitHub at [automattic/wordpress-activitypub](https://githu
|
|||
|
||||
### 1.0.0 ###
|
||||
|
||||
* Update: Improved linter (PHPCS)
|
||||
* Add: Simple caching
|
||||
* Add: blog-wide Account (catchall, like `mydomain.com@mydomain.com`)
|
||||
* 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 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.3.
|
||||
* Compatibility: avoid PHP notice on sites using PHP 8.2.
|
||||
|
||||
### 0.17.0 ###
|
||||
|
||||
|
|
Loading…
Reference in a new issue