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 1c5ef3b commit 83474cfCopy full SHA for 83474cf
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.2.1
+ * Version: 1.2.2
9
* Requires at least: 5.9.0
10
* Tested up to: 6.4
11
* Requires PHP: 8.0
@@ -20,7 +20,7 @@
20
if ( ! defined( 'VIP_BLOCK_DATA_API_LOADED' ) ) {
21
define( 'VIP_BLOCK_DATA_API_LOADED', true );
22
23
- define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.2.1' );
+ define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.2.2' );
24
define( 'WPCOMVIP__BLOCK_DATA_API__REST_ROUTE', 'vip-block-data-api/v1' );
25
26
// Analytics related configs.
0 commit comments