Product Import Export for WooCommerce - Version 2.1.3

Version Description

  • WC 6.0 tested OK.
Download this release

Release Info

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

Code changes from version 2.1.2 to 2.1.3

includes/class-wt-import-export-for-woo.php CHANGED
@@ -80,7 +80,7 @@ class Wt_Import_Export_For_Woo_Basic {
80
  if ( defined( 'WT_P_IEW_VERSION' ) ) {
81
  $this->version = WT_P_IEW_VERSION;
82
  } else {
83
- $this->version = '2.1.2';
84
  }
85
  $this->plugin_name = 'wt-import-export-for-woo-basic';
86
 
80
  if ( defined( 'WT_P_IEW_VERSION' ) ) {
81
  $this->version = WT_P_IEW_VERSION;
82
  } else {
83
+ $this->version = '2.1.3';
84
  }
85
  $this->plugin_name = 'wt-import-export-for-woo-basic';
86
 
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: 2.1.2
9
- WC tested up to: 5.9
10
  License: GPLv3
11
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
12
  Text Domain: product-import-export-for-woo
@@ -43,7 +43,7 @@ if ( !defined( 'WT_IEW_DEBUG_BASIC_TROUBLESHOOT' ) ) {
43
  * Start at version 1.0.0 and use SemVer - https://semver.org
44
  * Rename this for your plugin and update it as you release new versions.
45
  */
46
- define( 'WT_P_IEW_VERSION', '2.1.2' );
47
 
48
  /**
49
  * The code that runs during plugin activation.
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: 2.1.3
9
+ WC tested up to: 6.0
10
  License: GPLv3
11
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
12
  Text Domain: product-import-export-for-woo
43
  * Start at version 1.0.0 and use SemVer - https://semver.org
44
  * Rename this for your plugin and update it as you release new versions.
45
  */
46
+ define( 'WT_P_IEW_VERSION', '2.1.3' );
47
 
48
  /**
49
  * The code that runs during plugin activation.
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: product export, product import, CSV import export, woocommerce, CSV, produ
5
  Requires at least: 3.0.1
6
  Tested up to: 5.8
7
  Requires PHP: 5.6
8
- Stable tag: 2.1.2
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
@@ -41,7 +41,7 @@ The Product Import Export for WooCommerce plugin exports and imports WooCommerce
41
  * Easy recurring import/exports using <strong>pre-saved configurations</strong>.
42
  * <strong>List of all past imports and exports</strong> with option to re-run them.
43
  * View <strong>import log</strong> for easy debugging.
44
- * Tested OK with WooCommerce 5.9
45
 
46
  ###Compatible Plugins###
47
 
@@ -187,6 +187,9 @@ Yes. You can import grouped, affiliate/external products in addition to simple p
187
 
188
  == Changelog ==
189
 
 
 
 
190
  = 2.1.2 =
191
  * WC 5.9 tested OK.
192
  * Bug Fix: Category import and Tag import - name update issue fix.
@@ -520,6 +523,5 @@ Yes. You can import grouped, affiliate/external products in addition to simple p
520
 
521
  == Upgrade Notice ==
522
 
523
- = 2.1.2 =
524
- * WC 5.9 tested OK.
525
- * Bug Fix: Category import and Tag import - name update issue fix.
5
  Requires at least: 3.0.1
6
  Tested up to: 5.8
7
  Requires PHP: 5.6
8
+ Stable tag: 2.1.3
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
41
  * Easy recurring import/exports using <strong>pre-saved configurations</strong>.
42
  * <strong>List of all past imports and exports</strong> with option to re-run them.
43
  * View <strong>import log</strong> for easy debugging.
44
+ * Tested OK with WooCommerce 6.0
45
 
46
  ###Compatible Plugins###
47
 
187
 
188
  == Changelog ==
189
 
190
+ = 2.1.3 =
191
+ * WC 6.0 tested OK.
192
+
193
  = 2.1.2 =
194
  * WC 5.9 tested OK.
195
  * Bug Fix: Category import and Tag import - name update issue fix.
523
 
524
  == Upgrade Notice ==
525
 
526
+ = 2.1.3 =
527
+ * WC 6.0 tested OK.