We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c48174 commit 7e85353Copy full SHA for 7e85353
vip-block-data-api.php
@@ -5,9 +5,9 @@
5
* Description: Access Gutenberg block data in JSON via the REST API.
6
* Author: WordPress VIP
7
* Text Domain: vip-block-data-api
8
- * Version: 1.4.2
+ * Version: 1.4.3
9
* Requires at least: 6.0
10
- * Tested up to: 6.6
+ * Tested up to: 6.7
11
* Requires PHP: 8.0
12
* License: GPL-3
13
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -33,7 +33,7 @@
33
return;
34
}
35
36
- define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.4.2' );
+ define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.4.3' );
37
define( 'WPCOMVIP__BLOCK_DATA_API__REST_ROUTE', 'vip-block-data-api/v1' );
38
39
// Analytics related configs.
0 commit comments