From 0ad904c62a70ef0c98d95cafbe95069ad60f5518 Mon Sep 17 00:00:00 2001 From: daomapsieucap Date: Fri, 17 Nov 2023 12:15:07 +0700 Subject: [PATCH] chore(release): release v3.1.3 --- changelog.txt | 7 +++++++ fiberadmin.php | 4 ++-- readme.txt | 16 ++++++++-------- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/changelog.txt b/changelog.txt index 7180343..b2a2a5b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,12 @@ == Changelog == += 3.1.3 = +*Release Date - 17 November 2023* + +* Fixed: Fix background image option is not working in While Label. +* Fixed: Fix bug duplicate array type in meta fields. +* Fixed: Fix bug prevent sanitize filename for unexpected file types. + = 3.1.2 = *Release Date - 11 September 2023* diff --git a/fiberadmin.php b/fiberadmin.php index 7cdfe54..c6bba38 100644 --- a/fiberadmin.php +++ b/fiberadmin.php @@ -3,9 +3,9 @@ * Plugin Name: Fiber Admin * Plugin URI: https://wordpress.org/plugins/fiber-admin/ * Description: 💈 Bring multiple customization features to make your own WordPress admin. - * Version: 3.1.2 + * Version: 3.1.3 * Requires at least: 5.2 - * Requires PHP: 7.0 + * Requires PHP: 7.4 * Author: Dao * Author URI: https://daochau.com/ * Text Domain: fiber-admin diff --git a/readme.txt b/readme.txt index d5ea8f1..14b7e04 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: daomapsieucap Tags: white label, admin tool, duplicate post, content protection Requires at least: 4.7 -Tested up to: 6.3.1 -Requires PHP: 7.0 -Stable tag: 3.1.2 +Tested up to: 6.4.1 +Requires PHP: 7.4 +Stable tag: 3.1.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -46,9 +46,9 @@ At the first time using this setting, Fiber Admin will ask you to save it to cre == Changelog == -= 3.1.2 = -*Release Date - 11 September 2023* += 3.1.3 = +*Release Date - 17 November 2023* -* Fixed: Fix wrong CSM mode make draft preview blank page. -* Fixed: Fix CSM meta boxes didn't work. -* Fixed: Remove unused constant `PAGE_TYPE`. \ No newline at end of file +* Fixed: Fix background image option is not working in While Label. +* Fixed: Fix bug duplicate array type in meta fields. +* Fixed: Fix bug prevent sanitize filename for unexpected file types. \ No newline at end of file