0.21.1 - Release pipeline fix
Maintenance release. No functional changes to the plugin since 0.21.0.
Repairs the automated build/release workflow so distribution archives publish correctly again:
- Disable Composer's
github-oauth, which Composer 2.10 rejected ("invalid characters"), breakingcomposer installandwp package install. - Install WP-CLI directly from the official phar instead of relying on
setup-php's flaky tool fetch. - Only run version-sync (
--fix) on tag pushes, so branch/manual runs can be used as smoke tests. - Bump
actions/checkoutv4→v5 andactions/cachev3→v4.
Full Changelog: 0.21.0...0.21.1