Update minimal WordPress version to the latest 6.2

This commit is contained in:
Karol Manijak 2023-05-11 14:08:30 +02:00
parent 379bb41e9b
commit c3e4321cb6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
defined( 'ABSPATH' ) || exit;
$minimum_wp_version = '6.1';
$minimum_wp_version = '6.2';
if ( ! defined( 'WC_BLOCKS_IS_FEATURE_PLUGIN' ) ) {
define( 'WC_BLOCKS_IS_FEATURE_PLUGIN', true );