From dbb3d4e817b3a2700f220edcc9ea80be6787a5ec Mon Sep 17 00:00:00 2001 From: Ankit K Date: Fri, 5 Jul 2024 16:43:29 +0530 Subject: [PATCH 1/4] WP version bump --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index e8600fc3..626a2f48 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.5 +Tested up to: 6.6 Stable tag: 2.2.5 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html From 7c1397b58ee5bec89ef9fcbdc34491b97161ff4e Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 5 Jul 2024 12:29:37 -0500 Subject: [PATCH 2/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 4770a790..6033edd7 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#5.7'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.4'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} steps: From ded0e148c345d9c0da743b5436878e7afd3fbd85 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 5 Jul 2024 12:29:50 -0500 Subject: [PATCH 3/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 d0d8e8b3..7ee08c92 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.5 - * Requires at least: 5.7 + * Requires at least: 6.4 * Requires PHP: 7.4 * Author: 10up * Author URI: https://10up.com From 91567ecfaed9d8c5a52ad74b1903d40015079a07 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 5 Jul 2024 12:30:10 -0500 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdfb8e61..711a0230 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ SVG Optimization is done through the following library: [https://github.com/svg/ ## Requirements * PHP 7.4+ -* [WordPress](http://wordpress.org/) 5.7+ +* [WordPress](http://wordpress.org/) 6.4+ ## Installation