Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit f747ede

Browse files
committed
Update versions
1 parent 4df6c2f commit f747ede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

woocommerce-gutenberg-products-block.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Text Domain: woo-gutenberg-products-block
1010
* Requires at least: 6.0
1111
* Requires PHP: 7.0
12-
* WC requires at least: 6.4
12+
* WC requires at least: 6.5
1313
* WC tested up to: 6.6
1414
*
1515
* @package WooCommerce\Blocks
@@ -18,7 +18,7 @@
1818

1919
defined( 'ABSPATH' ) || exit;
2020

21-
$minimum_wp_version = '5.9';
21+
$minimum_wp_version = '6.0';
2222

2323
if ( ! defined( 'WC_BLOCKS_IS_FEATURE_PLUGIN' ) ) {
2424
define( 'WC_BLOCKS_IS_FEATURE_PLUGIN', true );

0 commit comments

Comments
 (0)