From e3d2fb49d978096c46d81c2918c67fba702cd2bf Mon Sep 17 00:00:00 2001 From: Alec Geatches Date: Wed, 7 Jan 2026 10:37:59 -0700 Subject: [PATCH 1/2] Remove "v" prefix from release tag for vip-go-mu-plugins-ext --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 400518c..6614e3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,6 +46,6 @@ jobs: if: steps.version_check.outputs.new_version uses: softprops/action-gh-release@v2 with: - tag_name: v${{ steps.version_check.outputs.new_version }} + tag_name: ${{ steps.version_check.outputs.new_version }} files: vip-block-data-api-${{ steps.version_check.outputs.new_version }}.zip generate_release_notes: true From 941dc43a4c5943872c95cb6c9558b1c336632bdd Mon Sep 17 00:00:00 2001 From: Alec Geatches Date: Wed, 7 Jan 2026 10:38:08 -0700 Subject: [PATCH 2/2] Bump version to 1.4.7 --- 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 3afcdea..428bc59 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.6 + * Version: 1.4.7 * 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.6' ); + define( 'WPCOMVIP__BLOCK_DATA_API__PLUGIN_VERSION', '1.4.7' ); define( 'WPCOMVIP__BLOCK_DATA_API__REST_ROUTE', 'vip-block-data-api/v1' ); // Analytics related configs.