From b90652c2037dddca6af3b724a35332385eda8f38 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 5 Jul 2024 12:37:26 -0500 Subject: [PATCH 1/2] bump WordPress "tested up to" version 6.6 --- readme.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index e8600fc3..c1718449 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,8 @@ === Safe SVG === Contributors: 10up, enshrined, jeffpaul Tags: svg, security, media, vector, mime -Tested up to: 6.5 +Tested up to: 6.6 +Requires at least: 6.4 Stable tag: 2.2.5 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html From e06852f18a41008af92648c9e8dce821783cacd5 Mon Sep 17 00:00:00 2001 From: Kirtan Gajjar <8456197+kirtangajjar@users.noreply.github.com> Date: Mon, 16 Sep 2024 01:39:25 +0530 Subject: [PATCH 2/2] Change block category to design --- includes/blocks/safe-svg/block.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/blocks/safe-svg/block.json b/includes/blocks/safe-svg/block.json index a050e441..e2325c38 100644 --- a/includes/blocks/safe-svg/block.json +++ b/includes/blocks/safe-svg/block.json @@ -5,7 +5,7 @@ "description": "Display the SVG icon", "textdomain": "safe-svg", "name": "safe-svg/svg-icon", - "category": "safe-svg-blocks", + "category": "design", "attributes": { "svgURL": { "type": "string",