This commit is contained in:
Albert Juhé Lluveras 2023-03-07 09:49:26 +01:00 committed by GitHub
parent 9cba7ed8ad
commit 3bbf71febb
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
* Author: Automattic
* Author URI: https://woocommerce.com
* Text Domain: woo-gutenberg-products-block
* Requires at least: 6.1.1
* Requires at least: 6.1
* Requires PHP: 7.2
* WC requires at least: 7.3
* WC tested up to: 7.4
@ -18,7 +18,7 @@
defined( 'ABSPATH' ) || exit;
$minimum_wp_version = '6.1.1';
$minimum_wp_version = '6.1';
if ( ! defined( 'WC_BLOCKS_IS_FEATURE_PLUGIN' ) ) {
define( 'WC_BLOCKS_IS_FEATURE_PLUGIN', true );