From d925d0746b6515150ecf457cc7dd2487ae80faae Mon Sep 17 00:00:00 2001 From: mehidi258 Date: Mon, 11 Nov 2024 13:58:54 +0600 Subject: [PATCH 1/7] Bump WordPress "tested up to" version 6.7 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 5b7de4a..f993f8a 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Microsoft Azure Storage for WordPress === Contributors: msopentech, 10up, morganestes, stevegrunwell, lpawlik, ritteshpatel, johnwatkins0, rickalee, eflorea, phyrax, ravichandra, jeffpaul Tags: Microsoft Azure Storage, Media Files, Upload, CDN, blob storage -Tested up to: 6.6 +Tested up to: 6.7 Stable tag: 4.5.1 License: BSD 2-Clause License URI: http://www.opensource.org/licenses/bsd-license.php From 9d30c56511ee0364a166e37f03982acd262c8024 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Mon, 11 Nov 2024 21:59:28 -0600 Subject: [PATCH 2/7] Update windows-azure-storage.php --- windows-azure-storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-azure-storage.php b/windows-azure-storage.php index c551464..864c6ad 100644 --- a/windows-azure-storage.php +++ b/windows-azure-storage.php @@ -4,7 +4,7 @@ * Plugin URI: https://wordpress.org/plugins/windows-azure-storage/ * Description: Use the Microsoft Azure Storage service to host your website's media files. * Version: 4.5.1 - * Requires at least: 6.4 + * Requires at least: 6.6 * Requires PHP: 8.0 * Author: 10up, Microsoft Open Technologies * Author URI: https://10up.com/ From 3f6c28e11412c660e8851c3ef1224bc4f7ce4947 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Mon, 11 Nov 2024 21:59:56 -0600 Subject: [PATCH 3/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d66aeac..5bbc6b4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ For more details on configuring a Microsoft Azure Storage account and on using t ## Requirements * PHP 8.0+ (For PHP 7.4 support you need to use 4.3.5) -* [WordPress](http://wordpress.org/) 6.4+ +* [WordPress](http://wordpress.org/) 6.6+ ## Installation From 99d9b4c4daeb675fed670cb6423990925e4637ae Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Mon, 11 Nov 2024 22:00:18 -0600 Subject: [PATCH 4/7] Update cypress.yml --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 863ad91..c35668a 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -21,7 +21,7 @@ jobs: matrix: core: - {name: 'WP latest', version: 'latest'} - - {name: 'WP minimum', version: 'WordPress/WordPress#6.4'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.6'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} steps: - name: Checkout From e41ff09f157c7012fc4ec3333d023d041b79dc17 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Mon, 11 Nov 2024 22:01:11 -0600 Subject: [PATCH 5/7] Update cypress.yml --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index c35668a..4ff6702 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -21,7 +21,7 @@ jobs: matrix: core: - {name: 'WP latest', version: 'latest'} - - {name: 'WP minimum', version: 'WordPress/WordPress#6.6'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.5'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} steps: - name: Checkout From 70cbe563ed445a19dd006f6ab57304c73097c2d3 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Mon, 11 Nov 2024 22:01:29 -0600 Subject: [PATCH 6/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bbc6b4..653b913 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ For more details on configuring a Microsoft Azure Storage account and on using t ## Requirements * PHP 8.0+ (For PHP 7.4 support you need to use 4.3.5) -* [WordPress](http://wordpress.org/) 6.6+ +* [WordPress](http://wordpress.org/) 6.5+ ## Installation From 4aedf7f0b163b17593718651baaabf5dc2c811ac Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Mon, 11 Nov 2024 22:01:47 -0600 Subject: [PATCH 7/7] Update windows-azure-storage.php --- windows-azure-storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-azure-storage.php b/windows-azure-storage.php index 864c6ad..b02bc29 100644 --- a/windows-azure-storage.php +++ b/windows-azure-storage.php @@ -4,7 +4,7 @@ * Plugin URI: https://wordpress.org/plugins/windows-azure-storage/ * Description: Use the Microsoft Azure Storage service to host your website's media files. * Version: 4.5.1 - * Requires at least: 6.6 + * Requires at least: 6.5 * Requires PHP: 8.0 * Author: 10up, Microsoft Open Technologies * Author URI: https://10up.com/