Product Import Export for WooCommerce - Version 1.1.4

Version Description

  • Bug fix: Removed deprecated function.
Download this release

Release Info

Developer hikeforce
Plugin Icon 128x128 Product Import Export for WooCommerce
Version 1.1.4
Comparing to
See all releases

Code changes from version 1.1.3 to 1.1.4

includes/importer/class-wf-csv-parser.php CHANGED
@@ -842,6 +842,7 @@ class WF_CSV_Parser {
842
  }
843
  function hf_currency_formatter($price){
844
  $decimal_seperator = wc_get_price_decimal_separator();
845
- return ereg_replace("[^0-9\\'.$decimal_seperator.']", "", $price);
 
846
  }
847
  }
842
  }
843
  function hf_currency_formatter($price){
844
  $decimal_seperator = wc_get_price_decimal_separator();
845
+ //return ereg_replace("[^0-9\\'.$decimal_seperator.']", "", $price);
846
+ return preg_replace("[^0-9\\'.$decimal_seperator.']", "", $price);
847
  }
848
  }
product-csv-import-export.php CHANGED
@@ -2,10 +2,10 @@
2
  /*
3
  Plugin Name: Product CSV Import Export (BASIC)
4
  Plugin URI: http://www.xadapter.com/product/product-import-export-plugin-for-woocommerce/
5
- Description: Import and Export Products including Variations, From and To your WooCommerce Store.
6
  Author: HikeForce
7
  Author URI: http://www.xadapter.com/vendor/hikeforce/
8
- Version: 1.1.3
9
  Text Domain: wf_csv_import_export
10
  */
11
 
2
  /*
3
  Plugin Name: Product CSV Import Export (BASIC)
4
  Plugin URI: http://www.xadapter.com/product/product-import-export-plugin-for-woocommerce/
5
+ Description: Import and Export Products From and To your WooCommerce Store.
6
  Author: HikeForce
7
  Author URI: http://www.xadapter.com/vendor/hikeforce/
8
+ Version: 1.1.4
9
  Text Domain: wf_csv_import_export
10
  */
11
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:
4
  Tags: woocommerce import products, woocommerce export products, woocommerce export import products, export woocommerce products with images, woocommerce csv import variable products, woocommerce import products with attributes
5
  Requires at least: 3.0.1
6
  Tested up to: 4.6
7
- Stable tag: 1.1.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -78,6 +78,8 @@ Yes. You can import or export product images along with other details
78
  2. Product Export Screen
79
 
80
  == Changelog ==
 
 
81
  = 1.1.3 =
82
  * Bug fix: Empty check validation updated.
83
  = 1.1.2 =
@@ -112,6 +114,8 @@ Yes. You can import or export product images along with other details
112
  * Import /Export Woocommerce Products.
113
 
114
  == Upgrade Notice ==
 
 
115
  = 1.1.3 =
116
  * Bug fix: Empty check validation updated.
117
  = 1.1.2 =
4
  Tags: woocommerce import products, woocommerce export products, woocommerce export import products, export woocommerce products with images, woocommerce csv import variable products, woocommerce import products with attributes
5
  Requires at least: 3.0.1
6
  Tested up to: 4.6
7
+ Stable tag: 1.1.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
78
  2. Product Export Screen
79
 
80
  == Changelog ==
81
+ = 1.1.4 =
82
+ * Bug fix: Removed deprecated function.
83
  = 1.1.3 =
84
  * Bug fix: Empty check validation updated.
85
  = 1.1.2 =
114
  * Import /Export Woocommerce Products.
115
 
116
  == Upgrade Notice ==
117
+ = 1.1.4 =
118
+ * Bug fix: Removed deprecated function.
119
  = 1.1.3 =
120
  * Bug fix: Empty check validation updated.
121
  = 1.1.2 =