diff --git a/changelog.txt b/changelog.txt index 46089d9..9074d42 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,7 @@ == Changelog == -= 2.1.0 = -*Release Date - xx June 2022* += 2.0.9 = +*Release Date - 20 June 2022* * Fixed: Missing `stripslashes` when displaying DB Error message. * Fixed: Fix issue custom term order not working when creating new item. diff --git a/fiberadmin.php b/fiberadmin.php index e9f0aa7..2316642 100644 --- a/fiberadmin.php +++ b/fiberadmin.php @@ -3,7 +3,7 @@ * Plugin Name: Fiber Admin * Plugin URI: https://wordpress.org/plugins/fiber-admin/ * Description: 💈 Bring multiple customization features to make your own WordPress admin. - * Version: 2.0.8 + * Version: 2.0.9 * Requires at least: 5.2 * Requires PHP: 7.0 * Author: Dao @@ -25,7 +25,7 @@ * Definitions */ -const FIBERADMIN_VERSION = '2.0.8'; +const FIBERADMIN_VERSION = '2.0.9'; const FIBERADMIN_DEV_MODE = false; const FIBERADMIN_FILENAME = __FILE__; define("FIBERADMIN_DIR", plugin_dir_path(__FILE__)); diff --git a/readme.txt b/readme.txt index 7246244..c1b711f 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: white label, admin tool, duplicate post, content protection Requires at least: 4.7 Tested up to: 5.9.3 Requires PHP: 7.0 -Stable tag: 2.0.8 +Stable tag: 2.0.9 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -46,7 +46,8 @@ At the first time using this setting, Fiber Admin will ask you to save it to cre == Changelog == -= 2.0.8 = -*Release Date - 15 June 2022* += 2.0.9 = +*Release Date - 20 June 2022* -* Fixed: Use `show_ui` to show CPT in CPO. \ No newline at end of file +* Fixed: Missing `stripslashes` when displaying DB Error message. +* Fixed: Fix issue custom term order not working when creating new item. \ No newline at end of file