Skip to content

Commit 7e85353

Browse files
committed
Bump tested WordPress version to 6.7, plugin version to 1.4.3
1 parent 8c48174 commit 7e85353

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vip-block-data-api.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
* Description: Access Gutenberg block data in JSON via the REST API.
66
* Author: WordPress VIP
77
* Text Domain: vip-block-data-api
8-
* Version: 1.4.2
8+
* Version: 1.4.3
99
* Requires at least: 6.0
10-
* Tested up to: 6.6
10+
* Tested up to: 6.7
1111
* Requires PHP: 8.0
1212
* License: GPL-3
1313
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -33,7 +33,7 @@
3333
return;
3434
}
3535

36-
define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.4.2' );
36+
define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.4.3' );
3737
define( 'WPCOMVIP__BLOCK_DATA_API__REST_ROUTE', 'vip-block-data-api/v1' );
3838

3939
// Analytics related configs.

0 commit comments

Comments
 (0)