Skip to content

Commit

Permalink
🔖 release v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
daomapsieucap committed Jun 20, 2022
1 parent 50cf08d commit 0508c27
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions fiberadmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__));
Expand Down
9 changes: 5 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
* Fixed: Missing `stripslashes` when displaying DB Error message.
* Fixed: Fix issue custom term order not working when creating new item.

0 comments on commit 0508c27

Please sign in to comment.