1.2.2
QIT CLI 1.2.2 Release Notes
Bug Fixes
Restored previous --extension_set behavior for test runs
Restores the previous --extension_set behavior when running tests, which enqueues run:woo-api, run:woo-e2e, and run:activation on QIT servers. This allows compatibility-set extensions to be resolved by QIT Manager, including restricted WooCommerce.com plugins such as woocommerce-gift-cards, while preserving the existing local test-package behavior when --extension_set is not used.
qit run:woo-api my-plugin --extension_set=compatibility
qit run:woo-e2e my-plugin --zip=my-plugin.zip --extension_set=compatibility --wait
CLI options that only apply to local test-package runs now fail clearly when combined with --extension_set, instead of being silently ignored.
Support and Feedback
If you have any questions, encounter issues, or have suggestions, please visit our GitHub Issues Page or run qit feedback "your message".
What's Changed
- Address extension set compatibility unable to resolve error by @zhongruige in #462
Full Changelog: 1.2.1...1.2.2