Order Export & Order Import for WooCommerce - Version 1.7.3

Version Description

  • Tested OK with WC 4.9.2
Download this release

Release Info

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

Code changes from version 1.7.2 to 1.7.3

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: 1.7.2
10
  Text Domain: order-import-export-for-woocommerce
11
- WC tested up to: 4.7.1
12
  License: GPLv3
13
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
14
  */
@@ -24,7 +24,7 @@ define("WF_CPN_IMP_EXP_ID", "wf_cpn_imp_exp");
24
  define("wf_coupon_csv_im_ex", "wf_coupon_csv_im_ex");
25
 
26
  if (!defined('WF_ORDERIMPEXP_CURRENT_VERSION')) {
27
- define("WF_ORDERIMPEXP_CURRENT_VERSION", "1.7.2");
28
  }
29
 
30
  /**
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: 1.7.3
10
  Text Domain: order-import-export-for-woocommerce
11
+ WC tested up to: 4.9.2
12
  License: GPLv3
13
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
14
  */
24
  define("wf_coupon_csv_im_ex", "wf_coupon_csv_im_ex");
25
 
26
  if (!defined('WF_ORDERIMPEXP_CURRENT_VERSION')) {
27
+ define("WF_ORDERIMPEXP_CURRENT_VERSION", "1.7.3");
28
  }
29
 
30
  /**
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: order export, order import, woocommerce export orders, woocommerce import
5
  Requires at least: 3.0.1
6
  Tested up to: 5.6
7
  Requires PHP: 5.6
8
- Stable tag: 1.7.2
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
@@ -24,7 +24,7 @@ The following are functionalities offered by the basic version of the plugin.
24
  🔸 Import Coupons from CSV file.
25
  🔸 Export Subscription Orders to CSV file(Premium Feature).
26
  🔸 Import Subscription Orders from CSV file(Premium Feature).
27
- 🔸 Tested OK with WooCommerce 4.7.1
28
  🔸 Tested OK with WP 5.6
29
  🔸 Tested OK with PHP 7.3.5
30
 
@@ -197,6 +197,8 @@ Yes.
197
 
198
  == Changelog ==
199
 
 
 
200
  = 1.7.2 =
201
  * Tested OK with WC 4.7.1 and WP 5.6
202
  * New filter options added in order export.
@@ -390,6 +392,5 @@ Yes.
390
 
391
  == Upgrade Notice ==
392
 
393
- = 1.7.2 =
394
- * Tested OK with WC 4.7.1 and WP 5.6
395
- * New filter options added in order export.
5
  Requires at least: 3.0.1
6
  Tested up to: 5.6
7
  Requires PHP: 5.6
8
+ Stable tag: 1.7.3
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
24
  🔸 Import Coupons from CSV file.
25
  🔸 Export Subscription Orders to CSV file(Premium Feature).
26
  🔸 Import Subscription Orders from CSV file(Premium Feature).
27
+ 🔸 Tested OK with WooCommerce 4.9.2
28
  🔸 Tested OK with WP 5.6
29
  🔸 Tested OK with PHP 7.3.5
30
 
197
 
198
  == Changelog ==
199
 
200
+ = 1.7.3 =
201
+ * Tested OK with WC 4.9.2
202
  = 1.7.2 =
203
  * Tested OK with WC 4.7.1 and WP 5.6
204
  * New filter options added in order export.
392
 
393
  == Upgrade Notice ==
394
 
395
+ = 1.7.3 =
396
+ * Tested OK with WC 4.9.2