Comment: Indicate min WP version for WooCommerce Core, not Blocks.
Woo Core supports WP L1, and we support L0. We added this comment because it can be confusing since the info can only be found on the release instructions
This commit is contained in:
parent
b66ceecf7f
commit
ddc3474355
|
@ -8,6 +8,10 @@
|
|||
<exclude-pattern>languages/woo-gutenberg-products-block.php</exclude-pattern>
|
||||
|
||||
<!-- Configs -->
|
||||
<!--
|
||||
It shoudld match the minimum WP version supported by WooCommerce Core
|
||||
(see https://github.com/woocommerce/woocommerce-blocks/blob/trunk/.github/release-initial-checklist.md#initial-preparation)
|
||||
-->
|
||||
<config name="minimum_supported_wp_version" value="6.2" />
|
||||
<config name="testVersion" value="7.3-" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue