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 774808a commit e3fd40cCopy full SHA for e3fd40c
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.3
+ * Version: 1.4.4
9
* Requires at least: 6.0
10
* Tested up to: 6.7
11
* Requires PHP: 8.0
@@ -33,7 +33,7 @@
33
return;
34
}
35
36
- define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.4.3' );
+ define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.4.4' );
37
define( 'WPCOMVIP__BLOCK_DATA_API__REST_ROUTE', 'vip-block-data-api/v1' );
38
39
// Analytics related configs.
0 commit comments