Skip to content

Commit

Permalink
Merge pull request #84 from Automattic/planned-release/1.4.3
Browse files Browse the repository at this point in the history
Bump latest supported WordPress version to 6.7
  • Loading branch information
alecgeatches authored Nov 4, 2024
2 parents 8c48174 + 7e85353 commit be82f1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vip-block-data-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* Description: Access Gutenberg block data in JSON via the REST API.
* Author: WordPress VIP
* Text Domain: vip-block-data-api
* Version: 1.4.2
* Version: 1.4.3
* Requires at least: 6.0
* Tested up to: 6.6
* Tested up to: 6.7
* Requires PHP: 8.0
* License: GPL-3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand All @@ -33,7 +33,7 @@
return;
}

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

// Analytics related configs.
Expand Down

0 comments on commit be82f1f

Please sign in to comment.