Order Export & Order Import for WooCommerce - Version 1.6.3

Version Description

  • Tested OK with WP 5.4
Download this release

Release Info

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

Code changes from version 1.6.2 to 1.6.3

images/Order-Import-Export-for-WooCommerce-Image.png CHANGED
File without changes
images/csv.png CHANGED
File without changes
images/documentation.png CHANGED
File without changes
images/wf-failed.png CHANGED
File without changes
includes/class-wf-cpnimpexpcsv-admin-screen.php CHANGED
File without changes
includes/class-wf-cpnimpexpcsv-system-status-tools.php CHANGED
File without changes
includes/class-wf-orderimpexpcsv-admin-screen.php CHANGED
File without changes
includes/class-wf-orderimpexpcsv-system-status-tools.php CHANGED
File without changes
includes/exporter/data/data-wf-post-columns-coupon.php CHANGED
File without changes
includes/importer/class-wf-cpnimpexpcsv-coupon-import.php CHANGED
File without changes
includes/importer/class-wf-csv-parser-coupon.php CHANGED
File without changes
includes/importer/class-wf-orderimpexpcsv-importer.php CHANGED
File without changes
includes/importer/data-coupon/data-wf-postmeta-allowed.php CHANGED
File without changes
includes/importer/data-coupon/data-wf-reserved-fields-pair.php CHANGED
File without changes
includes/importer/data/data-wf-reserved-fields-pair.php CHANGED
File without changes
includes/importer/views-coupon/html-wf-import-greeting.php CHANGED
File without changes
includes/importer/views/html-wf-import-greeting.php CHANGED
File without changes
includes/views/export/html-wf-export-orders.php CHANGED
File without changes
includes/views/html-wf-getting-started-subscription.php CHANGED
File without changes
includes/views/html-wf-help-guide.php CHANGED
File without changes
includes/views/import/html-wf-import-orders.php CHANGED
File without changes
languages/wf_order_import_export-de_DE.po CHANGED
File without changes
languages/wf_order_import_export-fr_FR.po CHANGED
File without changes
license.txt CHANGED
File without changes
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.6.2
10
  Text Domain: order-import-export-for-woocommerce
11
- WC tested up to: 4.0.0
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.6.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.6.3
10
  Text Domain: order-import-export-for-woocommerce
11
+ WC tested up to: 4.0.1
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.6.3");
28
  }
29
 
30
  /**
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: webtoffee
3
  Donate link: https://www.webtoffee.com/plugins/
4
  Tags: order export, order import, woocommerce export orders, woocommerce import orders, export orders, import orders, order, export, import, woocommerce, csv, coupon, coupon export, coupon import, woocommerce export coupon , woocommerce import coupon , export coupons, import coupons, woocommerce coupon generator
5
  Requires at least: 3.0.1
6
- Tested up to: 5.3.2
7
- Stable tag: 1.6.2
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -21,7 +21,7 @@ This is a perfect tool if you are migrating an existing shop on a different eCom
21
  🔸 Import Coupons from CSV file.
22
  🔸 Export Subscription Orders to CSV file(Premium Feature).
23
  🔸 Import Subscription Orders from CSV file(Premium Feature).
24
- 🔸 Tested OK with WooCommerce 4.0.0
25
  🔸 Tested OK with PHP 7.3.5
26
 
27
  <blockquote>
@@ -115,6 +115,8 @@ By default, admin and store manager are given access to export orders from your
115
 
116
  == Changelog ==
117
 
 
 
118
  = 1.6.2 =
119
  * Bug Fix:- Paid date and Completed date not importing.
120
  * Tested OK with WC 4.0.0
@@ -282,4 +284,3 @@ By default, admin and store manager are given access to export orders from your
282
  * Export /Import WooCommerce Orders.
283
 
284
  == Upgrade Notice ==
285
-
3
  Donate link: https://www.webtoffee.com/plugins/
4
  Tags: order export, order import, woocommerce export orders, woocommerce import orders, export orders, import orders, order, export, import, woocommerce, csv, coupon, coupon export, coupon import, woocommerce export coupon , woocommerce import coupon , export coupons, import coupons, woocommerce coupon generator
5
  Requires at least: 3.0.1
6
+ Tested up to: 5.4
7
+ Stable tag: 1.6.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
21
  &#128312; Import Coupons from CSV file.
22
  &#128312; Export Subscription Orders to CSV file(Premium Feature).
23
  &#128312; Import Subscription Orders from CSV file(Premium Feature).
24
+ &#128312; Tested OK with WooCommerce 4.0.1
25
  &#128312; Tested OK with PHP 7.3.5
26
 
27
  <blockquote>
115
 
116
  == Changelog ==
117
 
118
+ = 1.6.3 =
119
+ * Tested OK with WP 5.4
120
  = 1.6.2 =
121
  * Bug Fix:- Paid date and Completed date not importing.
122
  * Tested OK with WC 4.0.0
284
  * Export /Import WooCommerce Orders.
285
 
286
  == Upgrade Notice ==
 
styles/wf-style.css CHANGED
File without changes