Product Import Export for WooCommerce - Version 1.0.4

Version Description

  • Bug Fix: Improved Evaluation field and help message in mapping section.
Download this release

Release Info

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

Code changes from version 1.0.3 to 1.0.4

includes/importer/class-wf-csv-parser.php CHANGED
@@ -178,7 +178,7 @@ class WF_CSV_Parser {
178
  //echo "operator:$operator";
179
  switch($operator){
180
  case '=':
181
- $processed_value = $eval_val;
182
  break;
183
  case '+':
184
  $processed_value = $value + $eval_val;
178
  //echo "operator:$operator";
179
  switch($operator){
180
  case '=':
181
+ $processed_value = trim($eval_val);
182
  break;
183
  case '+':
184
  $processed_value = $value + $eval_val;
includes/importer/data/data-wf-reserved-fields-pair.php CHANGED
@@ -19,7 +19,7 @@ return array(
19
  'virtual' => 'Type: Virtual | Is Product is virtual',
20
  'visibility' => 'Visibility: Visibility | Visibility status ( hidden or visible)',
21
  'featured' => 'Visibility: Featured | Featured Product',
22
- 'stock' => 'Inventory: Stock | Stock is enabled or not ( 0 or 1)',
23
  'stock_status' => 'Inventory: Stock Status | InStock or OutofStock',
24
  'backorders' => 'Inventory: Backorders | Backorders',
25
  'manage_stock' => 'Inventory: Manage Stock | 1 to enable 0 to disable',
19
  'virtual' => 'Type: Virtual | Is Product is virtual',
20
  'visibility' => 'Visibility: Visibility | Visibility status ( hidden or visible)',
21
  'featured' => 'Visibility: Featured | Featured Product',
22
+ 'stock' => 'Inventory: Stock | Stock Quantity',
23
  'stock_status' => 'Inventory: Stock Status | InStock or OutofStock',
24
  'backorders' => 'Inventory: Backorders | Backorders',
25
  'manage_stock' => 'Inventory: Manage Stock | 1 to enable 0 to disable',
product-csv-import-export.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://hikeforce.com/product/product-import-export-plugin-for-woocom
5
  Description: Import and Export Products including Variations, From and To your WooCommerce Store.
6
  Author: HikeForce
7
  Author URI: http://www.hikeforce.com/
8
- Version: 1.0.3
9
  Text Domain: wf_csv_import_export
10
  */
11
 
5
  Description: Import and Export Products including Variations, From and To your WooCommerce Store.
6
  Author: HikeForce
7
  Author URI: http://www.hikeforce.com/
8
+ Version: 1.0.4
9
  Text Domain: wf_csv_import_export
10
  */
11
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: hikeforce
3
  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: Latest
7
- Stable tag: 1.0.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -73,6 +73,8 @@ Yes. You can import or export product images along with other details
73
  2. Product Export Screen
74
 
75
  == Changelog ==
 
 
76
  = 1.0.3 =
77
  * Bug Fix: Sorting priority Set to ID by default while exporting.
78
  = 1.0.2 =
@@ -87,6 +89,8 @@ Yes. You can import or export product images along with other details
87
  * Import /Export Woocommerce Products.
88
 
89
  == Upgrade Notice ==
 
 
90
  = 1.0.3 =
91
  * Bug Fix: Sorting priority Set to ID by default while exporting.
92
  = 1.0.2 =
3
  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.5
7
+ Stable tag: 1.0.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
73
  2. Product Export Screen
74
 
75
  == Changelog ==
76
+ = 1.0.4 =
77
+ * Bug Fix: Improved Evaluation field and help message in mapping section.
78
  = 1.0.3 =
79
  * Bug Fix: Sorting priority Set to ID by default while exporting.
80
  = 1.0.2 =
89
  * Import /Export Woocommerce Products.
90
 
91
  == Upgrade Notice ==
92
+ = 1.0.4 =
93
+ * Bug Fix: Improved Evaluation field and help message in mapping section.
94
  = 1.0.3 =
95
  * Bug Fix: Sorting priority Set to ID by default while exporting.
96
  = 1.0.2 =