From 03cec95a55f8ae3e03f32c1f6885220a04719712 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Mon, 11 Sep 2023 16:13:41 -0500 Subject: [PATCH 1/3] Bump WordPress "tested up to" version 6.3 on `trunk` --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index ccffe920..a7fc3993 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: msopentech, 10up, morganestes, stevegrunwell, lpawlik, ritteshpatel, johnwatkins0, rickalee, eflorea, phyrax, ravichandra, jeffpaul Tags: Microsoft, Microsoft Open Technologies, Microsoft Azure, Microsoft Azure Storage, Media Files, Upload, CDN, blob storage Requires at least: 5.7 -Tested up to: 6.2 +Tested up to: 6.3 Requires PHP: 7.4 Stable tag: 4.3.5 License: BSD 2-Clause From 9b1acecef8f3b1fbeab9d8d7c6c1092852942757 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 27 Oct 2023 15:28:30 -0500 Subject: [PATCH 2/3] Bump WordPress "tested up to" version 6.4 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 924848e0..0ec06524 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: msopentech, 10up, morganestes, stevegrunwell, lpawlik, ritteshpatel, johnwatkins0, rickalee, eflorea, phyrax, ravichandra, jeffpaul Tags: Microsoft, Microsoft Open Technologies, Microsoft Azure, Microsoft Azure Storage, Media Files, Upload, CDN, blob storage Requires at least: 5.7 -Tested up to: 6.3 +Tested up to: 6.4 Requires PHP: 7.4 Stable tag: 4.4.0 License: BSD 2-Clause From cc993a60e228fe867303cb7366425d4d1747838a Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Tue, 19 Dec 2023 14:24:16 -0700 Subject: [PATCH 3/3] Add a blueprint.json file that is used to generate a preview environment --- .wordpress-org/blueprints/blueprint.json | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .wordpress-org/blueprints/blueprint.json diff --git a/.wordpress-org/blueprints/blueprint.json b/.wordpress-org/blueprints/blueprint.json new file mode 100644 index 00000000..9abae170 --- /dev/null +++ b/.wordpress-org/blueprints/blueprint.json @@ -0,0 +1,26 @@ +{ + "$schema": "https://playground.wordpress.net/blueprint-schema.json", + "landingPage": "\/wp-admin\/admin.php?page=windows-azure-storage-plugin-options", + "preferredVersions": { + "php": "8.0", + "wp": "latest" + }, + "phpExtensionBundles": ["kitchen-sink"], + "steps": [ + { + "step": "login", + "username": "admin", + "password": "password" + }, + { + "step": "installPlugin", + "pluginZipFile": { + "resource": "wordpress.org\/plugins", + "slug": "windows-azure-storage" + }, + "options": { + "activate": true + } + } + ] +}