WordPress.org reviewer feedback (round 1) addressed:
-
Requires Plugins: woocommerceheader added — WP 6.5+ uses this to enforce the WooCommerce dependency at activation time. BumpsRequires at least: 6.5to match. -
SDK pinned to stable
v0.1.1— was effectivelydev-maindue to a leftovervcsrepositories block incomposer.jsonthat took precedence over Packagist. The block has been removed;composer.locknow resolves tov0.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.