Order Export & Order Import for WooCommerce - Version 2.1.5

Version Description

  • WC 6.0 Tested OK
Download this release

Release Info

Developer webtoffee
Plugin Icon 128x128 Order Export & Order Import for WooCommerce
Version 2.1.5
Comparing to
See all releases

Code changes from version 2.1.4 to 2.1.5

includes/class-wt-import-export-for-woo.php CHANGED
@@ -80,7 +80,7 @@ class Wt_Import_Export_For_Woo_Basic {
80
  if ( defined( 'WT_O_IEW_VERSION' ) ) {
81
  $this->version = WT_O_IEW_VERSION;
82
  } else {
83
- $this->version = '2.1.4';
84
  }
85
  $this->plugin_name = 'wt-import-export-for-woo-basic';
86
 
80
  if ( defined( 'WT_O_IEW_VERSION' ) ) {
81
  $this->version = WT_O_IEW_VERSION;
82
  } else {
83
+ $this->version = '2.1.5';
84
  }
85
  $this->plugin_name = 'wt-import-export-for-woo-basic';
86
 
order-import-export-for-woocommerce.php CHANGED
@@ -6,9 +6,9 @@ Plugin URI: https://wordpress.org/plugins/order-import-export-for-woocommerce/
6
  Description: Export and Import Order detail including line items, From and To your WooCommerce Store.
7
  Author: WebToffee
8
  Author URI: https://www.webtoffee.com/product/woocommerce-order-coupon-subscription-export-import/
9
- Version: 2.1.4
10
  Text Domain: order-import-export-for-woocommerce
11
- WC tested up to: 5.9
12
  License: GPLv3
13
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
14
  */
@@ -45,7 +45,7 @@ if ( !defined( 'WT_IEW_DEBUG_BASIC_TROUBLESHOOT' ) ) {
45
  * Start at version 1.0.0 and use SemVer - https://semver.org
46
  * Rename this for your plugin and update it as you release new versions.
47
  */
48
- define( 'WT_O_IEW_VERSION', '2.1.4' );
49
 
50
  /**
51
  * The code that runs during plugin activation.
6
  Description: Export and Import Order detail including line items, From and To your WooCommerce Store.
7
  Author: WebToffee
8
  Author URI: https://www.webtoffee.com/product/woocommerce-order-coupon-subscription-export-import/
9
+ Version: 2.1.5
10
  Text Domain: order-import-export-for-woocommerce
11
+ WC tested up to: 6.0
12
  License: GPLv3
13
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
14
  */
45
  * Start at version 1.0.0 and use SemVer - https://semver.org
46
  * Rename this for your plugin and update it as you release new versions.
47
  */
48
+ define( 'WT_O_IEW_VERSION', '2.1.5' );
49
 
50
  /**
51
  * The code that runs during plugin activation.
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: order export, woocommerce, order, export, csv, order import, woocommerce e
5
  Requires at least: 3.0.1
6
  Tested up to: 5.8
7
  Requires PHP: 5.6
8
- Stable tag: 2.1.4
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
@@ -30,7 +30,7 @@ The following are functionalities offered by the basic version of the plugin.
30
  🔸 Supports various export filters (order status, product, coupon, customer, date range)
31
  🔸 Export Subscription orders to a CSV file(Premium Feature).
32
  🔸 Import Subscription orders from a CSV file(Premium Feature).
33
- 🔸 Tested OK with WooCommerce 5.9
34
  🔸 Tested OK with WP 5.8
35
  🔸 Tested OK with PHP 8.0
36
 
@@ -225,6 +225,8 @@ Yes.
225
 
226
  == Changelog ==
227
 
 
 
228
  = 2.1.4 =
229
  * WC 5.9 Tested OK
230
  * Compatibility with YITH WooCommerce Order Tracking
@@ -476,6 +478,5 @@ Yes.
476
 
477
  == Upgrade Notice ==
478
 
479
- = 2.1.4 =
480
- * WC 5.9 Tested OK
481
- * Compatibility with YITH WooCommerce Order Tracking
5
  Requires at least: 3.0.1
6
  Tested up to: 5.8
7
  Requires PHP: 5.6
8
+ Stable tag: 2.1.5
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
30
  🔸 Supports various export filters (order status, product, coupon, customer, date range)
31
  🔸 Export Subscription orders to a CSV file(Premium Feature).
32
  🔸 Import Subscription orders from a CSV file(Premium Feature).
33
+ 🔸 Tested OK with WooCommerce 6.0
34
  🔸 Tested OK with WP 5.8
35
  🔸 Tested OK with PHP 8.0
36
 
225
 
226
  == Changelog ==
227
 
228
+ = 2.1.5 =
229
+ * WC 6.0 Tested OK
230
  = 2.1.4 =
231
  * WC 5.9 Tested OK
232
  * Compatibility with YITH WooCommerce Order Tracking
478
 
479
  == Upgrade Notice ==
480
 
481
+ = 2.1.5 =
482
+ * WC 6.0 Tested OK