Product Import Export for WooCommerce - Version 1.6.6

Version Description

  • Content Update.
  • Tested OK with WP 5.2.3
Download this release

Release Info

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

Code changes from version 1.6.5 to 1.6.6

includes/importer/data/data-wf-reserved-fields-pair.php CHANGED
@@ -12,7 +12,7 @@ return array(
12
  //'post_date_gmt' => 'Post Date GMT | Tooltip data Status',
13
  'sku' => 'Product SKU | Product SKU - This will unique and Product identifier',
14
  'post_password' => 'Post Password | To Protect a post with password',
15
- 'post_author' => 'Prodcut Author | Prodcut Author ( 1 - Admin )',
16
  'menu_order' => 'Menu Order | If menu enabled , menu order',
17
  'comment_status' => 'Comment Status | Comment Status ( Open or Closed comments for this prodcut)',
18
  'downloadable' => 'Type: Downloadable | Is Product is downloadable eg:- Book',
12
  //'post_date_gmt' => 'Post Date GMT | Tooltip data Status',
13
  'sku' => 'Product SKU | Product SKU - This will unique and Product identifier',
14
  'post_password' => 'Post Password | To Protect a post with password',
15
+ 'post_author' => 'Product Author | Product Author ( 1 - Admin )',
16
  'menu_order' => 'Menu Order | If menu enabled , menu order',
17
  'comment_status' => 'Comment Status | Comment Status ( Open or Closed comments for this prodcut)',
18
  'downloadable' => 'Type: Downloadable | Is Product is downloadable eg:- Book',
product-import-export-for-woo.php CHANGED
@@ -5,7 +5,7 @@
5
  Description: Import and Export Products From and To your WooCommerce Store.
6
  Author: WebToffee
7
  Author URI: https://www.webtoffee.com/product/product-import-export-woocommerce/
8
- Version: 1.6.5
9
  WC tested up to: 3.7.0
10
  License: GPLv3
11
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -18,7 +18,7 @@ if (!defined('ABSPATH') || !is_admin()) {
18
 
19
 
20
  if (!defined('WF_PIPE_CURRENT_VERSION')) {
21
- define("WF_PIPE_CURRENT_VERSION", "1.6.5");
22
  }
23
  if (!defined('WF_PROD_IMP_EXP_ID')) {
24
  define("WF_PROD_IMP_EXP_ID", "wf_prod_imp_exp");
5
  Description: Import and Export Products From and To your WooCommerce Store.
6
  Author: WebToffee
7
  Author URI: https://www.webtoffee.com/product/product-import-export-woocommerce/
8
+ Version: 1.6.6
9
  WC tested up to: 3.7.0
10
  License: GPLv3
11
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
18
 
19
 
20
  if (!defined('WF_PIPE_CURRENT_VERSION')) {
21
+ define("WF_PIPE_CURRENT_VERSION", "1.6.6");
22
  }
23
  if (!defined('WF_PROD_IMP_EXP_ID')) {
24
  define("WF_PROD_IMP_EXP_ID", "wf_prod_imp_exp");
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: webtoffee
3
  Donate link: https://www.webtoffee.com/plugins/
4
  Tags: woocommerce product import, woocommerce import products, woocommerce export products, export woocommerce products, import products into woocommerce ,product, export, import, woocommerce ,csv
5
  Requires at least: 3.0.1
6
- Tested up to: 5.2.2
7
- Stable tag: 1.6.5
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -153,6 +153,10 @@ By default, admin and store manager are given access to export orders from your
153
 
154
  == Changelog ==
155
 
 
 
 
 
156
  = 1.6.5 =
157
  * Enhancement: Added 'tab' and 'space' delimiter support for import CSV.
158
  * Bug Fix: Improved error handling for file upload issues.
@@ -331,8 +335,3 @@ By default, admin and store manager are given access to export orders from your
331
 
332
 
333
  == Upgrade Notice ==
334
-
335
- = 1.6.5 =
336
- * Enhancement: Added 'tab' and 'space' delimiter support for import CSV.
337
- * Bug Fix: Improved error handling for file upload issues.
338
- * Plugin update information hook added.
3
  Donate link: https://www.webtoffee.com/plugins/
4
  Tags: woocommerce product import, woocommerce import products, woocommerce export products, export woocommerce products, import products into woocommerce ,product, export, import, woocommerce ,csv
5
  Requires at least: 3.0.1
6
+ Tested up to: 5.2.3
7
+ Stable tag: 1.6.6
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
153
 
154
  == Changelog ==
155
 
156
+ = 1.6.6 =
157
+ * Content Update.
158
+ * Tested OK with WP 5.2.3
159
+
160
  = 1.6.5 =
161
  * Enhancement: Added 'tab' and 'space' delimiter support for import CSV.
162
  * Bug Fix: Improved error handling for file upload issues.
335
 
336
 
337
  == Upgrade Notice ==