Remove patch version from Requires at least (https://github.com/woocommerce/woocommerce-blocks/pull/8649)
This commit is contained in:
parent
9cba7ed8ad
commit
3bbf71febb
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue