From a4fc338e851677befaa7b5985c71e75441d2c40c Mon Sep 17 00:00:00 2001 From: Alec Geatches Date: Wed, 7 Jan 2026 12:28:50 -0700 Subject: [PATCH 1/2] Revert "Update lowestVersion to 1.4 in config.json" This reverts commit caadb7c0c96e190bc8cea570afe82ebf2c61bd74. --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 5856df3d3..8e359a155 100644 --- a/config.json +++ b/config.json @@ -80,10 +80,11 @@ "repo": "https://github.com/Automattic/vip-block-data-api", "folderPrefix": "vip-integrations/vip-block-data-api-", "versionPrefix": "v", - "lowestVersion": "1.4", + "lowestVersion": "1.3", "skip": [], "ignore": [], "current": { + "1.3": "1.3.0", "1.4": "1.4.5" } }, From 9c5b38d15b5f0773a29b7fb05ebded7db367bcda Mon Sep 17 00:00:00 2001 From: Alec Geatches Date: Wed, 7 Jan 2026 12:28:56 -0700 Subject: [PATCH 2/2] Revert "Add versionPrefix to vip-block-data-api configuration" This reverts commit febe43e7fe291cb48529ced947c8bb3d0c23ce2b. --- config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/config.json b/config.json index 8e359a155..6e0db0427 100644 --- a/config.json +++ b/config.json @@ -79,7 +79,6 @@ "vip-block-data-api": { "repo": "https://github.com/Automattic/vip-block-data-api", "folderPrefix": "vip-integrations/vip-block-data-api-", - "versionPrefix": "v", "lowestVersion": "1.3", "skip": [], "ignore": [],