From f898da2f72d545eefcc401b9a0df5e29df8e9a51 Mon Sep 17 00:00:00 2001 From: Courtney Robertson <5519705+courtneyr-dev@users.noreply.github.com> Date: Fri, 20 Feb 2026 12:39:14 -0500 Subject: [PATCH] Add installation steps for new plugins in blueprint Add beta-tester plugin to the releases --- blueprints/beta-rc/blueprint.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/blueprints/beta-rc/blueprint.json b/blueprints/beta-rc/blueprint.json index 06136a63..2bc23f7a 100644 --- a/blueprints/beta-rc/blueprint.json +++ b/blueprints/beta-rc/blueprint.json @@ -30,6 +30,16 @@ "url": "https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml" } }, + { + "step": "installPlugin", + "pluginZipFile": { + "resource": "wordpress.org/plugins", + "slug": "wordpress-beta-tester" + }, + "progress": { + "weight": 2 + } + }, { "step": "installPlugin", "pluginZipFile": {