diff --git a/RELEASE.md b/RELEASE.md index 5b5dcee..d6d2181 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -3,7 +3,7 @@ ## 1. Bump plugin version 1. When the version is ready for release, bump the version number in `vip-block-data-api.php`. Change plugin header and `WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION` to match new version. -2. PR version changes and merge to `trunk`. On version change, the release workflow will generate a new tag and release ZIP. +2. PR version changes (e.g. "Release 1.2.3") and merge to `trunk`. When a version change is detected, the `release` workflow will generate a new tag and release ZIP. ## 2. Update integrations diff --git a/vip-block-data-api.php b/vip-block-data-api.php index 1ff542d..3afcdea 100644 --- a/vip-block-data-api.php +++ b/vip-block-data-api.php @@ -5,7 +5,7 @@ * Description: Access Gutenberg block data in JSON via the REST API. * Author: WordPress VIP * Text Domain: vip-block-data-api - * Version: 1.4.5 + * Version: 1.4.6 * Requires at least: 6.0 * Tested up to: 6.8 * Requires PHP: 8.1 @@ -33,7 +33,7 @@ return; } - define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.4.5' ); + define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.4.6' ); define( 'WPCOMVIP__BLOCK_DATA_API__REST_ROUTE', 'vip-block-data-api/v1' ); // Analytics related configs.