Version Description
- WP 4.9.4 and WC 3.3.1 Tested OK
Download this release
Release Info
Developer | mujeebur |
Plugin | Order Export & Order Import for WooCommerce |
Version | 1.2.7 |
Comparing to | |
See all releases |
Code changes from version 1.2.6 to 1.2.7
- order-import-export.php +2 -1
- readme.txt +7 -3
order-import-export.php
CHANGED
@@ -6,8 +6,9 @@ Plugin URI: https://www.xadapter.com/product/order-import-export-plugin-for-wooc
|
|
6 |
Description: Export and Import Order detail including line items, From and To your WooCommerce Store.
|
7 |
Author: XAdapter
|
8 |
Author URI: https://www.xadapter.com/
|
9 |
-
Version: 1.2.
|
10 |
Text Domain: wf_order_import_export
|
|
|
11 |
*/
|
12 |
|
13 |
if ( ! defined( 'ABSPATH' ) || ! is_admin() ) {
|
6 |
Description: Export and Import Order detail including line items, From and To your WooCommerce Store.
|
7 |
Author: XAdapter
|
8 |
Author URI: https://www.xadapter.com/
|
9 |
+
Version: 1.2.7
|
10 |
Text Domain: wf_order_import_export
|
11 |
+
WC tested up to: 3.3.1
|
12 |
*/
|
13 |
|
14 |
if ( ! defined( 'ABSPATH' ) || ! is_admin() ) {
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Order / Coupon / Subscription Export Import Plugin for WooCommerce (BASIC) ===
|
2 |
-
Contributors: xadapter,
|
3 |
Donate link:
|
4 |
Tags: order, coupon, subscription, export, import, woocommerce
|
5 |
Requires at least: 3.0.1
|
6 |
-
Tested up to: 4.9
|
7 |
-
Stable tag: 1.2.
|
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.2.6 =
|
79 |
* WP 4.9 and WC 3.2.4 Tested OK
|
80 |
= 1.2.5 =
|
@@ -132,6 +134,8 @@ Yes. You can import or export order line item details.
|
|
132 |
* Export /Import WooCommerce Orders.
|
133 |
|
134 |
== Upgrade Notice ==
|
|
|
|
|
135 |
= 1.2.6 =
|
136 |
* WP 4.9 and WC 3.2.4 Tested OK
|
137 |
= 1.2.5 =
|
1 |
=== Order / Coupon / Subscription Export Import Plugin for WooCommerce (BASIC) ===
|
2 |
+
Contributors: xadapter, mujeebur
|
3 |
Donate link:
|
4 |
Tags: order, coupon, subscription, export, import, woocommerce
|
5 |
Requires at least: 3.0.1
|
6 |
+
Tested up to: 4.9.4
|
7 |
+
Stable tag: 1.2.7
|
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.2.7 =
|
79 |
+
* WP 4.9.4 and WC 3.3.1 Tested OK
|
80 |
= 1.2.6 =
|
81 |
* WP 4.9 and WC 3.2.4 Tested OK
|
82 |
= 1.2.5 =
|
134 |
* Export /Import WooCommerce Orders.
|
135 |
|
136 |
== Upgrade Notice ==
|
137 |
+
= 1.2.7 =
|
138 |
+
* WP 4.9.4 and WC 3.3.1 Tested OK
|
139 |
= 1.2.6 =
|
140 |
* WP 4.9 and WC 3.2.4 Tested OK
|
141 |
= 1.2.5 =
|