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 11a25a3 commit 8dcefdaCopy full SHA for 8dcefda
vip-block-data-api.php
@@ -5,7 +5,7 @@
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.1
+ * Version: 1.4.2
9
* Requires at least: 6.0
10
* Tested up to: 6.6
11
* Requires PHP: 8.0
@@ -33,7 +33,7 @@
33
return;
34
}
35
36
- define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.4.1' );
+ define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.4.2' );
37
define( 'WPCOMVIP__BLOCK_DATA_API__REST_ROUTE', 'vip-block-data-api/v1' );
38
39
// Analytics related configs.
0 commit comments