Skip to content

v0.6.2 — WP-org reviewer feedback round 1

Latest

Choose a tag to compare

@ejosterberg ejosterberg released this 17 May 17:16
· 7 commits to main since this release

WordPress.org reviewer feedback (round 1) addressed:

  1. Requires Plugins: woocommerce header added — WP 6.5+ uses this to enforce the WooCommerce dependency at activation time. Bumps Requires at least: 6.5 to match.

  2. SDK pinned to stable v0.1.1 — was effectively dev-main due to a leftover vcs repositories block in composer.json that took precedence over Packagist. The block has been removed; composer.lock now resolves to v0.1.1 (2026-05-15) from Packagist directly. The plugin ZIP attached here ships the stable SDK release.

No runtime / functional changes vs v0.6.1. This release only fixes the plugin header + dependency lockfile + (as a side benefit) the build-time bug where prior ZIPs accidentally bundled dev dependencies (PHPUnit, PHPStan, etc.) — the new ZIP runs through composer install --no-dev for ~58% size reduction.

See CHANGELOG.md for full details.