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

Commit 9c909ba

Browse files
committed
Update minimal WordPress version to the latest 6.2
1 parent d15477a commit 9c909ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

woocommerce-gutenberg-products-block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

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

21-
$minimum_wp_version = '6.1';
21+
$minimum_wp_version = '6.2';
2222

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

0 commit comments

Comments
 (0)