Product Import Export for WooCommerce - Version 1.6.1

Version Description

  • Tested OK with WC 3.6.3 and WP 5.2
  • Content update.
Download this release

Release Info

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

Code changes from version 1.6.0 to 1.6.1

includes/importer/class-wf-prodimpexpcsv-product-import.php CHANGED
File without changes
product-import-export-for-woo.php CHANGED
@@ -5,8 +5,8 @@
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.0
9
- WC tested up to: 3.6.2
10
  License: GPLv3
11
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
12
  Text Domain: product-import-export-for-woo
@@ -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.0");
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.1
9
+ WC tested up to: 3.6.3
10
  License: GPLv3
11
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
12
  Text Domain: product-import-export-for-woo
18
 
19
 
20
  if (!defined('WF_PIPE_CURRENT_VERSION')) {
21
+ define("WF_PIPE_CURRENT_VERSION", "1.6.1");
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
5
  Requires at least: 3.0.1
6
- Tested up to: 5.1.1
7
- Stable tag: 1.6.0
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -15,12 +15,12 @@ Easily import products into WooCommerce store or export WooCommerce products fro
15
 
16
  = Introduction =
17
 
18
- Are you trying to import products into WooCommerce store or export WooCommerce products from the store. This Product import export plugin allows you to import or export WooCommerce simple products ( other pproduct types such as variable products are available only in premium version). It is super simple!
19
 
20
 
21
  🔸 Export Simple Products in to a CSV file.
22
  🔸 Import Simple Products in CSV format in to WooCommerce Store.
23
- 🔸 Tested OK with WooCommerce 3.6.2.
24
 
25
 
26
  Highlights: WooCommerce Product Export, WooCommerce Product CSV Import Suite, WooCommerce bulk product upload, WooCommerce import products with images, import amazon products to WooCommerce, Export Products to xls. Pro Version supports both Simple and Variable products.
@@ -118,7 +118,7 @@ Supports WooCommerce Google Product Feed Plugin.
118
  Supports Scheduled Cron Job.
119
 
120
 
121
- = About wbtoffee.com =
122
 
123
  WebToffee creates quality WordPress/WooCommerce plugins that are easy to use and customize. We are proud to have thousands of customers actively using our plugins across the globe.
124
 
@@ -131,7 +131,7 @@ WebToffee creates quality WordPress/WooCommerce plugins that are easy to use and
131
 
132
  == Frequently Asked Questions ==
133
 
134
- = Does this plugin support of images? =
135
 
136
  Yes. You can import or export product images along with other details
137
 
@@ -148,6 +148,11 @@ LibreOffice.
148
  3. Premium Export Settings Screen
149
 
150
  == Changelog ==
 
 
 
 
 
151
  = 1.6.0 =
152
  * Tested OK with WC 3.6.2
153
 
@@ -307,5 +312,6 @@ LibreOffice.
307
 
308
  == Upgrade Notice ==
309
 
310
- = 1.6.0 =
311
- * Tested OK with WC 3.6.2
 
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
5
  Requires at least: 3.0.1
6
+ Tested up to: 5.2
7
+ Stable tag: 1.6.1
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
15
 
16
  = Introduction =
17
 
18
+ Product import export plugin allows you to import or export WooCommerce simple products ( other product types such as variable products are available only in premium version). It is super simple!
19
 
20
 
21
  🔸 Export Simple Products in to a CSV file.
22
  🔸 Import Simple Products in CSV format in to WooCommerce Store.
23
+ 🔸 Tested OK with WooCommerce 3.6.3.
24
 
25
 
26
  Highlights: WooCommerce Product Export, WooCommerce Product CSV Import Suite, WooCommerce bulk product upload, WooCommerce import products with images, import amazon products to WooCommerce, Export Products to xls. Pro Version supports both Simple and Variable products.
118
  Supports Scheduled Cron Job.
119
 
120
 
121
+ = About webtoffee.com =
122
 
123
  WebToffee creates quality WordPress/WooCommerce plugins that are easy to use and customize. We are proud to have thousands of customers actively using our plugins across the globe.
124
 
131
 
132
  == Frequently Asked Questions ==
133
 
134
+ = Does this plugin support export/import of images? =
135
 
136
  Yes. You can import or export product images along with other details
137
 
148
  3. Premium Export Settings Screen
149
 
150
  == Changelog ==
151
+
152
+ = 1.6.1 =
153
+ * Tested OK with WC 3.6.3 and WP 5.2
154
+ * Content update.
155
+
156
  = 1.6.0 =
157
  * Tested OK with WC 3.6.2
158
 
312
 
313
  == Upgrade Notice ==
314
 
315
+ = 1.6.1 =
316
+ * Tested OK with WC 3.6.3 and WP 5.2
317
+ * Content update.