From 905709998b1f552bc51f75c849a0990b18bea355 Mon Sep 17 00:00:00 2001 From: Bero Date: Thu, 20 Nov 2025 12:10:10 +0000 Subject: [PATCH 1/2] Add Super Cache Live Preview Blueprint --- .../.w.org-assets/blueprints/blueprint.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 projects/plugins/super-cache/.w.org-assets/blueprints/blueprint.json diff --git a/projects/plugins/super-cache/.w.org-assets/blueprints/blueprint.json b/projects/plugins/super-cache/.w.org-assets/blueprints/blueprint.json new file mode 100644 index 0000000000000..fea42594bc444 --- /dev/null +++ b/projects/plugins/super-cache/.w.org-assets/blueprints/blueprint.json @@ -0,0 +1,19 @@ +{ + "landingPage": "/wp-admin/options-general.php?page=wpsupercache", + "steps": [ + { + "step": "installPlugin", + "pluginData": { + "resource": "wordpress.org/plugins", + "slug": "wp-super-cache" + }, + "options": { + "activate": true + } + }, + { + "step": "runPHP", + "code": " Date: Fri, 21 Nov 2025 09:06:44 +0000 Subject: [PATCH 2/2] Add changelog --- .../plugins/super-cache/changelog/add-live-preview-blueprint | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 projects/plugins/super-cache/changelog/add-live-preview-blueprint diff --git a/projects/plugins/super-cache/changelog/add-live-preview-blueprint b/projects/plugins/super-cache/changelog/add-live-preview-blueprint new file mode 100644 index 0000000000000..eedf3399dbc67 --- /dev/null +++ b/projects/plugins/super-cache/changelog/add-live-preview-blueprint @@ -0,0 +1,4 @@ +Significance: minor +Type: added + +Add WordPress.org Live Preview Blueprint.