Version Description
- Minor Content Change.
Download this release
Release Info
Developer | xadapter |
Plugin | Order Export & Order Import for WooCommerce |
Version | 1.1.9 |
Comparing to | |
See all releases |
Code changes from version 1.1.8 to 1.1.9
- order-import-export.php +3 -3
- readme.txt +7 -3
order-import-export.php
CHANGED
@@ -4,9 +4,9 @@
|
|
4 |
Plugin Name: Order / Coupon / Subscription Export Import Plugin for WooCommerce (BASIC)
|
5 |
Plugin URI: http://www.xadapter.com/product/order-import-export-plugin-for-woocommerce/
|
6 |
Description: Export and Import Order detail including line items, From and To your WooCommerce Store.
|
7 |
-
Author:
|
8 |
-
Author URI: http://www.xadapter.com/
|
9 |
-
Version: 1.1.
|
10 |
Text Domain: wf_order_import_export
|
11 |
*/
|
12 |
|
4 |
Plugin Name: Order / Coupon / Subscription Export Import Plugin for WooCommerce (BASIC)
|
5 |
Plugin URI: http://www.xadapter.com/product/order-import-export-plugin-for-woocommerce/
|
6 |
Description: Export and Import Order detail including line items, From and To your WooCommerce Store.
|
7 |
+
Author: XAdapter
|
8 |
+
Author URI: http://www.xadapter.com/
|
9 |
+
Version: 1.1.9
|
10 |
Text Domain: wf_order_import_export
|
11 |
*/
|
12 |
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Order / Coupon / Subscription Export Import Plugin for WooCommerce (BASIC) ===
|
2 |
-
Contributors: hikeforce, niwf, mujeebur
|
3 |
Donate link:
|
4 |
Tags: woocommerce export orders, woocommerce import orders, woocommerce export import orders, export woocommerce orders with line item details,woocommerce export coupons, woocommerce import coupons, woocommerce export import coupons
|
5 |
Requires at least: 3.0.1
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -75,6 +75,8 @@ Yes. You can import or export order line item details.
|
|
75 |
3. Exported sample order Screen
|
76 |
|
77 |
== Changelog ==
|
|
|
|
|
78 |
= 1.1.8 =
|
79 |
* Compatibility with WC 3.0.3 ( fixed issue with order_date )
|
80 |
= 1.1.7 =
|
@@ -116,6 +118,8 @@ Yes. You can import or export order line item details.
|
|
116 |
* Export /Import WooCommerce Orders.
|
117 |
|
118 |
== Upgrade Notice ==
|
|
|
|
|
119 |
= 1.1.8 =
|
120 |
* Compatibility with WC 3.0.3 ( fixed issue with order_date )
|
121 |
= 1.1.7 =
|
1 |
=== Order / Coupon / Subscription Export Import Plugin for WooCommerce (BASIC) ===
|
2 |
+
Contributors: xadapter, hikeforce, niwf, mujeebur
|
3 |
Donate link:
|
4 |
Tags: woocommerce export orders, woocommerce import orders, woocommerce export import orders, export woocommerce orders with line item details,woocommerce export coupons, woocommerce import coupons, woocommerce export import coupons
|
5 |
Requires at least: 3.0.1
|
6 |
+
Tested up to: 4.8
|
7 |
+
Stable tag: 1.1.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
75 |
3. Exported sample order Screen
|
76 |
|
77 |
== Changelog ==
|
78 |
+
= 1.1.9 =
|
79 |
+
* Minor Content Change.
|
80 |
= 1.1.8 =
|
81 |
* Compatibility with WC 3.0.3 ( fixed issue with order_date )
|
82 |
= 1.1.7 =
|
118 |
* Export /Import WooCommerce Orders.
|
119 |
|
120 |
== Upgrade Notice ==
|
121 |
+
= 1.1.9 =
|
122 |
+
* Minor Content Change.
|
123 |
= 1.1.8 =
|
124 |
* Compatibility with WC 3.0.3 ( fixed issue with order_date )
|
125 |
= 1.1.7 =
|