Skip to content

Tags: WordPress/abilities-api

Tags

v0.5.0-rc

Toggle v0.5.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.4.0

Toggle v0.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
gziolo Greg Ziółkowski
Regenerate types in the client build

v0.4.0-rc.1

Toggle v0.4.0-rc.1's commit message

Verified

This commit was signed with the committer’s verified signature.
gziolo Greg Ziółkowski
Regenerate types in the client build

v0.4.0-rc

Toggle v0.4.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.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 <gziolo@git.wordpress.org>
Co-authored-by: emdashcodes <emdashcodes@git.wordpress.org>
Co-authored-by: budzanowski <budzanowski@git.wordpress.org>

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 <gziolo@git.wordpress.org>
Co-authored-by: emdashcodes <emdashcodes@git.wordpress.org>
Co-authored-by: budzanowski <budzanowski@git.wordpress.org>

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 <noreply@anthropic.com>

* Remove trailing whitespace

* Use tabs for indent.

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Greg Ziółkowski <grzegorz@gziolo.pl>

Co-authored-by: budzanowski <budzanowski@git.wordpress.org>
Co-authored-by: gziolo <gziolo@git.wordpress.org>
Co-authored-by: justlevine <justlevine@git.wordpress.org>