Skip to content

Tags: WordPress/abilities-api

Tags

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
gziolo Greg Ziółkowski
Update build files for the client package

v0.3.0-rc.2

Toggle v0.3.0-rc.2's commit message

Verified

This commit was signed with the committer’s verified signature.
gziolo Greg Ziółkowski
Update build files for the client package

v0.3.0-rc

Toggle v0.3.0-rc's commit message

Verified

This commit was signed with the committer’s verified signature.
gziolo Greg Ziółkowski
Add build files for the client package

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve the configuration for Composer package (#100)

Co-authored-by: gziolo <[email protected]>
Co-authored-by: emdashcodes <[email protected]>
Co-authored-by: budzanowski <[email protected]>

v0.2.0-rc

Toggle v0.2.0-rc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve the configuration for Composer package (#100)

Co-authored-by: gziolo <[email protected]>
Co-authored-by: emdashcodes <[email protected]>
Co-authored-by: budzanowski <[email protected]>

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix REST API initialization for composer package usage (#55)

* Fix REST API initialization for composer package usage

- Move REST API route registration from abilities-api.php to bootstrap.php
- Ensure REST API routes are initialized when used as composer package
- Prevent duplicate registration by placing hook inside class existence check
- Consolidate initialization logic in single location

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

* Remove trailing whitespace

* Use tabs for indent.

---------

Co-authored-by: Claude <[email protected]>
Co-authored-by: Greg Ziółkowski <[email protected]>

Co-authored-by: budzanowski <[email protected]>
Co-authored-by: gziolo <[email protected]>
Co-authored-by: justlevine <[email protected]>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: add installation steps for release (#48)