Product Import Export for WooCommerce - Version 1.7.9

Version Description

  • Tested OK with WC 4.1.0 and WP 5.4.1
Download this release

Release Info

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

Code changes from version 1.7.8 to 1.7.9

Files changed (2) hide show
  1. product-import-export-for-woo.php +3 -3
  2. readme.txt +10 -2
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.7.8
9
- WC tested up to: 4.0.1
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.7.8" );
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.7.9
9
+ WC tested up to: 4.1.0
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.7.9" );
22
  }
23
  if ( !defined( 'WF_PROD_IMP_EXP_ID' ) ) {
24
  define( "WF_PROD_IMP_EXP_ID", "wf_prod_imp_exp" );
readme.txt CHANGED
@@ -4,7 +4,8 @@ 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.4
7
- Stable tag: 1.7.8
 
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -20,7 +21,7 @@ Product import export plugin allows you to import or export WooCommerce simple p
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 4.0.1
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.
@@ -154,6 +155,9 @@ By default, admin and store manager are given access to export orders from your
154
 
155
  == Changelog ==
156
 
 
 
 
157
  = 1.7.8 =
158
  * Bug Fix:- Problem with activating plugin in multisite.
159
  * Bug Fix:- Warning when open fails.
@@ -378,3 +382,7 @@ By default, admin and store manager are given access to export orders from your
378
 
379
 
380
  == Upgrade Notice ==
 
 
 
 
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.4
7
+ Requires PHP: 5.6
8
+ Stable tag: 1.7.9
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
21
 
22
  🔸 Export Simple Products in to a CSV file.
23
  🔸 Import Simple Products in CSV format in to WooCommerce Store.
24
+ 🔸 Tested OK with WooCommerce 4.1.0
25
 
26
 
27
  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.
155
 
156
  == Changelog ==
157
 
158
+ = 1.7.9 =
159
+ * Tested OK with WC 4.1.0 and WP 5.4.1
160
+
161
  = 1.7.8 =
162
  * Bug Fix:- Problem with activating plugin in multisite.
163
  * Bug Fix:- Warning when open fails.
382
 
383
 
384
  == Upgrade Notice ==
385
+
386
+ = 1.7.9 =
387
+ * Tested OK with WC 4.1.0 and WP 5.4.1
388
+