From 80632540e72106ebd51c751ce4a0c5fe6e32a8fe Mon Sep 17 00:00:00 2001 From: Alec Geatches Date: Wed, 31 Dec 2025 10:38:06 -0700 Subject: [PATCH 1/2] Bump version to 1.4.6 --- vip-block-data-api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. From b9c559a9ec152aa42f0833486850cf512f6c540c Mon Sep 17 00:00:00 2001 From: Alec Geatches Date: Wed, 31 Dec 2025 10:40:08 -0700 Subject: [PATCH 2/2] Tweak RELEASE.md --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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