Skip to content

0.21.1 - Release pipeline fix

Choose a tag to compare

@embold-tyler embold-tyler released this 09 Jul 17:07
· 52 commits to master since this release

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"), breaking composer install and wp 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/checkout v4→v5 and actions/cache v3→v4.

Full Changelog: 0.21.0...0.21.1