From 33a38eaab631d0f21b8617a3b9751f79fc9280d2 Mon Sep 17 00:00:00 2001 From: Peter Wilson <519727+peterwilsoncc@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:35:56 +1100 Subject: [PATCH] Version bump. --- fonts-to-uploads.php | 2 +- readme.txt | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/fonts-to-uploads.php b/fonts-to-uploads.php index d5bec99..a84f793 100644 --- a/fonts-to-uploads.php +++ b/fonts-to-uploads.php @@ -10,7 +10,7 @@ * @wordpress-plugin * Plugin Name: Fonts to uploads * Description: Relocate the fonts directory to the uploads directory. - * Version: 1.0.0 + * Version: 1.0.1 * Requires at least: 6.4 * Requires PHP: 7.4 * Author: Peter Wilson diff --git a/readme.txt b/readme.txt index 20a489a..28d07d0 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: Font Library, Uploads Requires at least: 6.4 Tested up to: 6.5 Requires PHP: 7.4 -Stable tag: 1.0.0 +Stable tag: 1.0.1 License: MIT License URI: https://github.com/peterwilsoncc/fonts-to-uploads/blob/main/LICENSE @@ -30,5 +30,9 @@ Simply install the plugin and activate. == Changelog == += 1.0.1 = +* Readme update +* Set required version to WordPress 6.4 to allow for sites using the Gutenberg plugin. + = 1.0.0 = Initial release