From d9fb04877369cfb53d78770f2296bc4872e671fe Mon Sep 17 00:00:00 2001 From: Colin Swinney Date: Wed, 6 Nov 2024 13:40:02 +0100 Subject: [PATCH 1/4] bump "tested up to" version to 6.7 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 8572e3e5..4707e7c9 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Safe SVG === Contributors: 10up, enshrined, jeffpaul Tags: svg, security, media, vector, mime -Tested up to: 6.6 +Tested up to: 6.7 Stable tag: 2.2.6 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html From dba7e652db07c8e913106c58e787d62340b76ebb Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 7 Nov 2024 14:30:43 -0600 Subject: [PATCH 2/4] Update safe-svg.php --- safe-svg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/safe-svg.php b/safe-svg.php index 30b17278..d92ec459 100644 --- a/safe-svg.php +++ b/safe-svg.php @@ -4,7 +4,7 @@ * Plugin URI: https://wordpress.org/plugins/safe-svg/ * Description: Enable SVG uploads and sanitize them to stop XML/SVG vulnerabilities in your WordPress website * Version: 2.2.6 - * Requires at least: 6.4 + * Requires at least: 6.5 * Requires PHP: 7.4 * Author: 10up * Author URI: https://10up.com From eba1f717154ccaf0856c212921e2b380330bb20c Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 7 Nov 2024 14:30:55 -0600 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcef9758..78f8c452 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ SVG Optimization is done through the following library: [https://github.com/svg/ ## Requirements * PHP 7.4+ -* [WordPress](http://wordpress.org/) 6.4+ +* [WordPress](http://wordpress.org/) 6.5+ ## Installation From 5b5fc9823b6af67fe74ee298186b02a3029cef03 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 7 Nov 2024 14:31:04 -0600 Subject: [PATCH 4/4] 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 6033edd7..36e25733 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.5'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} steps: