0.1.0
Initial release of the Abilities REST Adapter.
Define Abilities API abilities by reusing existing REST API routes — schema, validation, permission check, and handler — via rest_do_request().
Installation
Composer (plugin developers):
```bash
composer require galatanovidiu/abilities-rest-adapter
```
WordPress plugin (site-wide):
Install the abilities-rest-adapter.zip asset from this release, or:
```bash
wp plugin install https://github.com/galatanovidiu/abilities-rest-adapter/releases/download/v0.1.0/abilities-rest-adapter.zip --activate
```
See README and docs/usage.md for details.