From 6e930b52f2621af8b4c2a54902d93348f04ca45e Mon Sep 17 00:00:00 2001 From: Lewis Cowles Date: Thu, 27 May 2021 20:11:01 +0100 Subject: [PATCH] 5.7.2 compat (#42) Tested manually --- src/index.php | 2 +- src/readme.txt | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/index.php b/src/index.php index 5470735..f38d024 100644 --- a/src/index.php +++ b/src/index.php @@ -7,7 +7,7 @@ * * @wordpress-plugin * Plugin Name: Enable SVG Uploads - * Version: 2.1.2 + * Version: 2.1.3 * Plugin URI: https://github.com/Lewiscowles1986/WordPressSVGPlugin * Description: Enable SVG uploads in Media Library & other file upload fields. * Author: Lewis Cowles diff --git a/src/readme.txt b/src/readme.txt index bda12f8..2f9b85b 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -1,10 +1,10 @@ === Enable SVG Uploads === Contributors: LewisCowles,hendridm Tags: svg,upload,media library,mime -Requires at least: 4.0 -Tested up to: 5.5.1 +Requires at least: 4.4 +Tested up to: 5.7.2 Requires PHP: 7.1 -Stable tag: 2.1.2 +Stable tag: 2.1.3 License: GPL-3.0 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -27,6 +27,9 @@ Download and extract the zip file or clone this repo to your WordPress plugins d After an upgrade to 2.x it may be necessary to download and re-upload your SVG media files so that the grid works. This is because we now use simple XML to retrieve the width & height of the SVG. == Changelog == += 2.1.2 = +* Confirmation works with 5.7.2 + = 2.1.2 = * Plugin directory graphics