Widget Importer & Exporter - Version 1.4.4

Version Description

Download this release

Release Info

Developer stevengliebe
Plugin Icon 128x128 Widget Importer & Exporter
Version 1.4.4
Comparing to
See all releases

Code changes from version 1.4.3 to 1.4.4

includes/mime-types.php CHANGED
@@ -50,8 +50,8 @@ function wie_disable_real_mime_check( $data, $file, $filename, $mimes ) {
50
 
51
  // WordPress 4.7.1 and 4.7.2 are affected only
52
  // 4.7.2 was rushed out as security update without the upload bug being fixed
53
- if ( $wp_version != '4.7.1' && $wp_version != '4.7.2' ) {
54
- return;
55
  }
56
 
57
  $wp_filetype = wp_check_filetype( $filename, $mimes );
50
 
51
  // WordPress 4.7.1 and 4.7.2 are affected only
52
  // 4.7.2 was rushed out as security update without the upload bug being fixed
53
+ if ( ! in_array( $wp_version, array( '4.7.1', '4.7.2' ) ) ) {
54
+ return $data;
55
  }
56
 
57
  $wp_filetype = wp_check_filetype( $filename, $mimes );
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://churchthemes.com/project-support/
4
  Tags: widgets, widget, importer, exporter, import, export, widget import, widget export, widget importer, widget exporter, backup, migration
5
  Requires at least: 3.5
6
  Tested up to: 4.7.2
7
- Stable tag: 1.4.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
4
  Tags: widgets, widget, importer, exporter, import, export, widget import, widget export, widget importer, widget exporter, backup, migration
5
  Requires at least: 3.5
6
  Tested up to: 4.7.2
7
+ Stable tag: 1.4.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
widget-importer-exporter.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Widget Importer & Exporter
4
  * Plugin URI: https://churchthemes.com/plugins/widget-importer-exporter
5
  * Description: Imports and exports widgets.
6
- * Version: 1.4.3
7
  * Author: churchthemes.com
8
  * Author URI: https://churchthemes.com
9
  * License: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
3
  * Plugin Name: Widget Importer & Exporter
4
  * Plugin URI: https://churchthemes.com/plugins/widget-importer-exporter
5
  * Description: Imports and exports widgets.
6
+ * Version: 1.4.4
7
  * Author: churchthemes.com
8
  * Author URI: https://churchthemes.com
9
  * License: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html