From c521305efb7910dd39de0996ebe259110efc65de Mon Sep 17 00:00:00 2001 From: chriszarate Date: Thu, 24 Oct 2024 11:36:05 -0500 Subject: [PATCH] Update for new blueprint format --- blueprint.json | 3 +-- blueprint.local.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/blueprint.json b/blueprint.json index 2cfb3890..36bb317e 100644 --- a/blueprint.json +++ b/blueprint.json @@ -11,7 +11,6 @@ }, "landingPage": "/wp-admin/admin.php?page=remote-data-blocks-settings", "login": true, - "phpExtensionBundles": [ "light" ], "preferredVersions": { "php": "8.2", "wp": "latest" @@ -35,7 +34,7 @@ "options": { "activate": true }, - "pluginZipFile": { + "pluginData": { "caption": "Installing Remote Data Blocks", "resource": "url", "url": "https://github-proxy.com/proxy/?repo=Automattic/remote-data-blocks&release=latest&asset=remote-data-blocks.zip" diff --git a/blueprint.local.json b/blueprint.local.json index f7fd51dd..b40c89fe 100644 --- a/blueprint.local.json +++ b/blueprint.local.json @@ -11,7 +11,6 @@ }, "landingPage": "/wp-admin/admin.php?page=remote-data-blocks-settings", "login": true, - "phpExtensionBundles": [ "light" ], "preferredVersions": { "php": "8.2", "wp": "latest" @@ -29,7 +28,7 @@ "options": { "activate": true }, - "pluginZipFile": { + "pluginData": { "resource": "wordpress.org/plugins", "slug": "query-monitor" }