Version Description
- WC 3.3.3 Tested OK
- Keeping Order ID in order import
Download this release
Release Info
Developer | mujeebur |
Plugin | Order Export & Order Import for WooCommerce |
Version | 1.2.8 |
Comparing to | |
See all releases |
Code changes from version 1.2.7 to 1.2.8
includes/importer/class-wf-orderimpexpcsv-order-import.php
CHANGED
@@ -558,6 +558,7 @@ class WF_OrderImpExpCsv_Order_Import extends WP_Importer {
|
|
558 |
// check class-wc-checkout.php for reference
|
559 |
|
560 |
$order_data = array(
|
|
|
561 |
'post_date' => date( 'Y-m-d H:i:s', $post['date'] ),
|
562 |
'post_type' => 'shop_order',
|
563 |
'post_title' => 'Order – ' . date( 'F j, Y @ h:i A', $post['date'] ),
|
558 |
// check class-wc-checkout.php for reference
|
559 |
|
560 |
$order_data = array(
|
561 |
+
'import_id' => $post['order_number'], //Suggest import to keep the given ID
|
562 |
'post_date' => date( 'Y-m-d H:i:s', $post['date'] ),
|
563 |
'post_type' => 'shop_order',
|
564 |
'post_title' => 'Order – ' . date( 'F j, Y @ h:i A', $post['date'] ),
|
order-import-export.php
CHANGED
@@ -6,9 +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 |
-
WC tested up to: 3.3.
|
12 |
*/
|
13 |
|
14 |
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.8
|
10 |
Text Domain: wf_order_import_export
|
11 |
+
WC tested up to: 3.3.3
|
12 |
*/
|
13 |
|
14 |
if ( ! defined( 'ABSPATH' ) || ! is_admin() ) {
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -75,6 +75,9 @@ Yes. You can import or export order line item details.
|
|
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 =
|
@@ -134,60 +137,6 @@ Yes. You can import or export order line item details.
|
|
134 |
* Export /Import WooCommerce Orders.
|
135 |
|
136 |
== Upgrade Notice ==
|
137 |
-
= 1.2.
|
138 |
-
*
|
139 |
-
|
140 |
-
* WP 4.9 and WC 3.2.4 Tested OK
|
141 |
-
= 1.2.5 =
|
142 |
-
* WP4.8 , WC3.1 and PHP7 Compatibility Tested OK
|
143 |
-
= 1.2.4 =
|
144 |
-
* Fixed some warnings.
|
145 |
-
= 1.2.3 =
|
146 |
-
* Minor Content Change.
|
147 |
-
= 1.2.2 =
|
148 |
-
* Minor Content Change.
|
149 |
-
= 1.2.1 =
|
150 |
-
* Bug fix: Fixed Coupon import warnings.
|
151 |
-
= 1.2.0 =
|
152 |
-
* Bug fix: Fixed WC Log issues.
|
153 |
-
= 1.1.9 =
|
154 |
-
* Minor Content Change.
|
155 |
-
= 1.1.8 =
|
156 |
-
* Compatibility with WC 3.0.3 ( fixed issue with order_date )
|
157 |
-
= 1.1.7 =
|
158 |
-
* Compatibility with WC 2.7
|
159 |
-
= 1.1.6 =
|
160 |
-
* Sample CSV file updated
|
161 |
-
= 1.1.5 =
|
162 |
-
* Plugin Icon Change.
|
163 |
-
= 1.1.4 =
|
164 |
-
* Support Content Change.
|
165 |
-
= 1.1.3 =
|
166 |
-
* Minor Content Change.
|
167 |
-
= 1.1.2 =
|
168 |
-
* Optimized order line item import.
|
169 |
-
= 1.1.1 =
|
170 |
-
* Introduced coupon export import.
|
171 |
-
* Support for Subscription Orders export import in premium.
|
172 |
-
= 1.1.0 =
|
173 |
-
* Security related improvements and bug fixes.
|
174 |
-
= 1.0.9 =
|
175 |
-
* Security related improvements.
|
176 |
-
= 1.0.8 =
|
177 |
-
* Order line items linking improvements.
|
178 |
-
= 1.0.7 =
|
179 |
-
* Updated customer linking with order details.
|
180 |
-
= 1.0.6 =
|
181 |
-
* CSV Parsing improvements.
|
182 |
-
= 1.0.5 =
|
183 |
-
* Minor modification.
|
184 |
-
= 1.0.4 =
|
185 |
-
* Shipping related fields updated in import.
|
186 |
-
= 1.0.3 =
|
187 |
-
* German Translation file added.
|
188 |
-
= 1.0.2 =
|
189 |
-
* Export order limit updated to unlimited.
|
190 |
-
= 1.0.1 =
|
191 |
-
* Minor modification.
|
192 |
-
= 1.0.0 =
|
193 |
-
* Export /Import WooCommerce Orders.
|
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.8
|
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.8 =
|
79 |
+
* WC 3.3.3 Tested OK
|
80 |
+
* Keeping Order ID in order import
|
81 |
= 1.2.7 =
|
82 |
* WP 4.9.4 and WC 3.3.1 Tested OK
|
83 |
= 1.2.6 =
|
137 |
* Export /Import WooCommerce Orders.
|
138 |
|
139 |
== Upgrade Notice ==
|
140 |
+
= 1.2.8 =
|
141 |
+
* WC 3.3.3 Tested OK
|
142 |
+
* Keeping Order ID in order import
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|