From 855783bb6ff5bcaf9c8cd3b0bb4904e452c73747 Mon Sep 17 00:00:00 2001 From: Peter Wilson <519727+peterwilsoncc@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:54:26 +1100 Subject: [PATCH] Version 1.0 --- fonts-to-uploads.php | 2 +- readme.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fonts-to-uploads.php b/fonts-to-uploads.php index 505027c..3a89e0a 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 * Requires at least: 6.5 * Requires PHP: 7.4 * Author: Peter Wilson diff --git a/readme.txt b/readme.txt index 8446ebe..26150cd 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 License: MIT License URI: https://github.com/peterwilsoncc/fonts-to-uploads/blob/main/LICENSE @@ -29,5 +29,5 @@ Simply install the plugin and activate. == Changelog == -= 1.0.0 = += 1.0 = Initial release