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:
Saad Tarhi 2023-09-11 16:13:41 +01:00
parent b66ceecf7f
commit ddc3474355
1 changed files with 4 additions and 0 deletions

View File

@ -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-" />