Skip to content

Commit

Permalink
🔖 release v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
daomapsieucap committed Apr 27, 2022
1 parent 10b61be commit ee7c502
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
== Changelog ==

= 2.0.5 =
*Release Date - 27 April 2022*

* Fixed: Fix conflicts with SVG Support plugin.

= 2.0.4 =
*Release Date - 26 April 2022*

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.4
* Version: 2.0.5
* Requires at least: 5.2
* Requires PHP: 7.0
* Author: Dao
Expand All @@ -25,7 +25,7 @@
* Definitions
*/

const FIBERADMIN_VERSION = '2.0.4';
const FIBERADMIN_VERSION = '2.0.5';
const FIBERADMIN_DEV_MODE = false;
const FIBERADMIN_FILENAME = __FILE__;
define("FIBERADMIN_DIR", plugin_dir_path(__FILE__));
Expand Down
2 changes: 1 addition & 1 deletion includes/image.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
exit;
}

if(fiad_get_miscellaneous_option('enable_svg')){
if(fiad_get_miscellaneous_option('enable_svg') && !is_plugin_active('svg-support/svg-support.php')){
require_once(FIBERADMIN_DIR . 'lib/svg-sanitizer/data/AttributeInterface.php');
require_once(FIBERADMIN_DIR . 'lib/svg-sanitizer/data/TagInterface.php');
require_once(FIBERADMIN_DIR . 'lib/svg-sanitizer/data/AllowedAttributes.php');
Expand Down
8 changes: 4 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.4
Stable tag: 2.0.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -46,7 +46,7 @@ At the first time using this setting, Fiber Admin will ask you to save it to cre

== Changelog ==

= 2.0.4 =
*Release Date - 26 April 2022*
= 2.0.5 =
*Release Date - 27 April 2022*

* Fixed: Fix bug with Override Default Query for Post Types doesn't work properly.
* Fixed: Fix conflicts with SVG Support plugin.

0 comments on commit ee7c502

Please sign in to comment.