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

Commit f78dc44

Browse files
committed
Update required and tested versions of WordPress and WooCommerce
1 parent 1476765 commit f78dc44

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<exclude-pattern>languages/woo-gutenberg-products-block.php</exclude-pattern>
99

1010
<!-- Configs -->
11-
<config name="minimum_supported_wp_version" value="6.1" />
11+
<config name="minimum_supported_wp_version" value="6.3" />
1212
<config name="testVersion" value="7.2-" />
1313

1414
<!-- Rules -->

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=== WooCommerce Blocks ===
22
Contributors: automattic, woocommerce, claudiulodro, tiagonoronha, jameskoster, ryelle, levinmedia, aljullu, mikejolley, nerrad, joshuawold, assassinateur, haszari, mppfeiffer, nielslange, opr18, ralucastn, tjcafferkey
33
Tags: gutenberg, woocommerce, woo commerce, products, blocks, woocommerce blocks
4-
Requires at least: 6.2
5-
Tested up to: 6.2
4+
Requires at least: 6.3
5+
Tested up to: 6.3
66
Requires PHP: 7.3
77
Stable tag: 10.9.0
88
License: GPLv3

woocommerce-gutenberg-products-block.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
* Text Domain: woo-gutenberg-products-block
10-
* Requires at least: 6.2
10+
* Requires at least: 6.3
1111
* Requires PHP: 7.3
12-
* WC requires at least: 7.8
13-
* WC tested up to: 7.9
12+
* WC requires at least: 7.9
13+
* WC tested up to: 8.0
1414
*
1515
* @package WooCommerce\Blocks
1616
* @internal This file is only used when running as a feature plugin.
1717
*/
1818

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

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

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

0 commit comments

Comments
 (0)