Order Export & Order Import for WooCommerce - Version 1.5.1

Version Description

  • WC 3.7.0 Tested OK.
  • update information hook added.
Download this release

Release Info

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

Code changes from version 1.5.0 to 1.5.1

Files changed (57) hide show
  1. Sample_Coupon.csv +0 -0
  2. Sample_Order.csv +0 -0
  3. Sample_Subscription.csv +0 -0
  4. images/Order-Import-Export-for-WooCommerce-Image.png +0 -0
  5. images/calendar.png +0 -0
  6. images/csv.png +0 -0
  7. images/documentation.png +0 -0
  8. images/storefrog.png +0 -0
  9. images/wf-ajax-loader.gif +0 -0
  10. images/wf-failed.png +0 -0
  11. images/wf-import.png +0 -0
  12. images/wf-notice.png +0 -0
  13. images/wf-success.png +0 -0
  14. includes/class-wf-cpnimpexpcsv-admin-screen.php +0 -0
  15. includes/class-wf-cpnimpexpcsv-ajax-handler.php +0 -0
  16. includes/class-wf-cpnimpexpcsv-system-status-tools.php +0 -0
  17. includes/class-wf-orderimpexp-plugin-uninstall-feedback.php +0 -0
  18. includes/class-wf-orderimpexpcsv-admin-screen.php +0 -0
  19. includes/class-wf-orderimpexpcsv-ajax-handler.php +0 -0
  20. includes/class-wf-orderimpexpcsv-system-status-tools.php +0 -0
  21. includes/exporter/class-wf-cpnimpexpcsv-exporter.php +0 -0
  22. includes/exporter/class-wf-orderimpexpcsv-exporter.php +0 -0
  23. includes/exporter/data/data-wf-post-columns-coupon.php +0 -0
  24. includes/exporter/data/data-wf-post-columns.php +0 -0
  25. includes/importer/class-wf-cpnimpexpcsv-coupon-import.php +0 -0
  26. includes/importer/class-wf-cpnimpexpcsv-importer.php +0 -0
  27. includes/importer/class-wf-csv-parser-coupon.php +0 -0
  28. includes/importer/class-wf-csv-parser.php +0 -0
  29. includes/importer/class-wf-orderimpexpcsv-importer.php +0 -0
  30. includes/importer/class-wf-orderimpexpcsv-order-import.php +0 -0
  31. includes/importer/data-coupon/data-wf-post-defaults.php +0 -0
  32. includes/importer/data-coupon/data-wf-postmeta-allowed.php +0 -0
  33. includes/importer/data-coupon/data-wf-postmeta-defaults.php +0 -0
  34. includes/importer/data-coupon/data-wf-reserved-fields-pair.php +0 -0
  35. includes/importer/data-coupon/data-wf-reserved-fields.php +0 -0
  36. includes/importer/data/data-wf-reserved-fields-pair.php +0 -0
  37. includes/importer/views-coupon/html-wf-import-greeting.php +0 -0
  38. includes/importer/views-coupon/html-wf-import-options.php +0 -0
  39. includes/importer/views/html-wf-import-greeting.php +0 -0
  40. includes/importer/views/html-wf-import-options.php +0 -0
  41. includes/settings/class-wf-orderimpexpcsv-settings.php +0 -0
  42. includes/views/export/html-wf-export-coupons.php +0 -0
  43. includes/views/export/html-wf-export-orders.php +0 -0
  44. includes/views/html-wf-admin-screen.php +0 -0
  45. includes/views/html-wf-getting-started-subscription.php +0 -0
  46. includes/views/html-wf-help-guide.php +0 -0
  47. includes/views/import/html-wf-import-coupons.php +0 -0
  48. includes/views/import/html-wf-import-orders.php +0 -0
  49. includes/views/market.php +0 -0
  50. languages/wf_order_import_export-de_DE.mo +0 -0
  51. languages/wf_order_import_export-de_DE.po +0 -0
  52. languages/wf_order_import_export-fr_FR.mo +0 -0
  53. languages/wf_order_import_export-fr_FR.po +0 -0
  54. license.txt +0 -0
  55. order-import-export-for-woocommerce.php +20 -4
  56. readme.txt +8 -5
  57. styles/wf-style.css +0 -0
Sample_Coupon.csv CHANGED
File without changes
Sample_Order.csv CHANGED
File without changes
Sample_Subscription.csv CHANGED
File without changes
images/Order-Import-Export-for-WooCommerce-Image.png CHANGED
File without changes
images/calendar.png CHANGED
File without changes
images/csv.png CHANGED
File without changes
images/documentation.png CHANGED
File without changes
images/storefrog.png CHANGED
File without changes
images/wf-ajax-loader.gif CHANGED
File without changes
images/wf-failed.png CHANGED
File without changes
images/wf-import.png CHANGED
File without changes
images/wf-notice.png CHANGED
File without changes
images/wf-success.png CHANGED
File without changes
includes/class-wf-cpnimpexpcsv-admin-screen.php CHANGED
File without changes
includes/class-wf-cpnimpexpcsv-ajax-handler.php CHANGED
File without changes
includes/class-wf-cpnimpexpcsv-system-status-tools.php CHANGED
File without changes
includes/class-wf-orderimpexp-plugin-uninstall-feedback.php CHANGED
File without changes
includes/class-wf-orderimpexpcsv-admin-screen.php CHANGED
File without changes
includes/class-wf-orderimpexpcsv-ajax-handler.php CHANGED
File without changes
includes/class-wf-orderimpexpcsv-system-status-tools.php CHANGED
File without changes
includes/exporter/class-wf-cpnimpexpcsv-exporter.php CHANGED
File without changes
includes/exporter/class-wf-orderimpexpcsv-exporter.php CHANGED
File without changes
includes/exporter/data/data-wf-post-columns-coupon.php CHANGED
File without changes
includes/exporter/data/data-wf-post-columns.php CHANGED
File without changes
includes/importer/class-wf-cpnimpexpcsv-coupon-import.php CHANGED
File without changes
includes/importer/class-wf-cpnimpexpcsv-importer.php CHANGED
File without changes
includes/importer/class-wf-csv-parser-coupon.php CHANGED
File without changes
includes/importer/class-wf-csv-parser.php CHANGED
File without changes
includes/importer/class-wf-orderimpexpcsv-importer.php CHANGED
File without changes
includes/importer/class-wf-orderimpexpcsv-order-import.php CHANGED
File without changes
includes/importer/data-coupon/data-wf-post-defaults.php CHANGED
File without changes
includes/importer/data-coupon/data-wf-postmeta-allowed.php CHANGED
File without changes
includes/importer/data-coupon/data-wf-postmeta-defaults.php CHANGED
File without changes
includes/importer/data-coupon/data-wf-reserved-fields-pair.php CHANGED
File without changes
includes/importer/data-coupon/data-wf-reserved-fields.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-coupon/html-wf-import-options.php CHANGED
File without changes
includes/importer/views/html-wf-import-greeting.php CHANGED
File without changes
includes/importer/views/html-wf-import-options.php CHANGED
File without changes
includes/settings/class-wf-orderimpexpcsv-settings.php CHANGED
File without changes
includes/views/export/html-wf-export-coupons.php CHANGED
File without changes
includes/views/export/html-wf-export-orders.php CHANGED
File without changes
includes/views/html-wf-admin-screen.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-coupons.php CHANGED
File without changes
includes/views/import/html-wf-import-orders.php CHANGED
File without changes
includes/views/market.php CHANGED
File without changes
languages/wf_order_import_export-de_DE.mo CHANGED
File without changes
languages/wf_order_import_export-de_DE.po CHANGED
File without changes
languages/wf_order_import_export-fr_FR.mo 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.5.0
10
  Text Domain: order-import-export-for-woocommerce
11
- WC tested up to: 3.6.5
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.5.0");
28
  }
29
 
30
  /**
@@ -379,4 +379,20 @@ function review_plugin() {
379
  }
380
  update_option('ocsie_wt_plugin_reviewed', 1);
381
  wp_die();
382
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.5.1
10
  Text Domain: order-import-export-for-woocommerce
11
+ WC tested up to: 3.7.0
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.5.1");
28
  }
29
 
30
  /**
379
  }
380
  update_option('ocsie_wt_plugin_reviewed', 1);
381
  wp_die();
382
+ }
383
+
384
+
385
+ /*
386
+ * Displays update information for a plugin.
387
+ */
388
+ function wt_order_import_export_for_woocommerce_update_message( $data, $response )
389
+ {
390
+ if(isset( $data['upgrade_notice']))
391
+ {
392
+ printf(
393
+ '<div class="update-message wt-update-message">%s</div>',
394
+ $data['upgrade_notice']
395
+ );
396
+ }
397
+ }
398
+ add_action( 'in_plugin_update_message-order-import-export-for-woocommerce/order-import-export-for-woocommerce.php', 'wt_order_import_export_for_woocommerce_update_message', 10, 2 );
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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,
5
  Requires at least: 3.0.1
6
  Tested up to: 5.2.2
7
- Stable tag: 1.5.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -21,7 +21,7 @@ This is perfect tool if you are migrating an existing shop on a different eComme
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 3.6.5
25
  &#128312; Tested OK with PHP 7.3.5
26
 
27
  <blockquote>
@@ -115,6 +115,9 @@ By default, admin and store manager are given access to export orders from your
115
 
116
  == Changelog ==
117
 
 
 
 
118
  = 1.5.0 =
119
  * Tweak: Status field made mandatory to import new orders.
120
  * WC 3.6.5 Tested OK.
@@ -251,6 +254,6 @@ By default, admin and store manager are given access to export orders from your
251
  * Export /Import WooCommerce Orders.
252
 
253
  == Upgrade Notice ==
254
- = 1.5.0 =
255
- * Tweak: Status field made mandatory to import new orders.
256
- * WC 3.6.5 Tested OK.
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,
5
  Requires at least: 3.0.1
6
  Tested up to: 5.2.2
7
+ Stable tag: 1.5.1
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 3.7.0
25
  &#128312; Tested OK with PHP 7.3.5
26
 
27
  <blockquote>
115
 
116
  == Changelog ==
117
 
118
+ = 1.5.1 =
119
+ * WC 3.7.0 Tested OK.
120
+ * update information hook added.
121
  = 1.5.0 =
122
  * Tweak: Status field made mandatory to import new orders.
123
  * WC 3.6.5 Tested OK.
254
  * Export /Import WooCommerce Orders.
255
 
256
  == Upgrade Notice ==
257
+ = 1.5.1 =
258
+ * WC 3.7.0 Tested OK.
259
+ * update information hook added.
styles/wf-style.css CHANGED
File without changes