Version Description
- WP 4.9 and WC 3.2.4 Tested OK
Download this release
Release Info
Developer | xadapter |
Plugin | Order Export & Order Import for WooCommerce |
Version | 1.2.6 |
Comparing to | |
See all releases |
Code changes from version 1.2.5 to 1.2.6
- order-import-export.php +5 -8
- readme.txt +10 -6
order-import-export.php
CHANGED
@@ -6,7 +6,7 @@ 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 |
|
@@ -36,8 +36,8 @@ if (in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', ge
|
|
36 |
* Constructor
|
37 |
*/
|
38 |
public function __construct() {
|
39 |
-
|
40 |
-
|
41 |
|
42 |
add_filter( 'woocommerce_screen_ids', array( $this, 'woocommerce_screen_ids' ) );
|
43 |
add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), array( $this, 'wf_plugin_action_links' ) );
|
@@ -146,9 +146,9 @@ if (in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', ge
|
|
146 |
* Constructor
|
147 |
*/
|
148 |
public function __construct() {
|
|
|
149 |
define('WF_CpnImpExpCsv_FILE', __FILE__);
|
150 |
|
151 |
-
|
152 |
if (is_admin()) {
|
153 |
add_action('admin_notices', array($this, 'wf_coupon_ie_admin_notice'), 15);
|
154 |
}
|
@@ -161,13 +161,10 @@ if (in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', ge
|
|
161 |
|
162 |
include_once( 'includes/class-wf-cpnimpexpcsv-admin-screen.php' );
|
163 |
include_once( 'includes/importer/class-wf-cpnimpexpcsv-importer.php' );
|
164 |
-
|
165 |
|
166 |
-
|
167 |
if (defined('DOING_AJAX')) {
|
168 |
include_once( 'includes/class-wf-cpnimpexpcsv-ajax-handler.php' );
|
169 |
}
|
170 |
-
|
171 |
|
172 |
}
|
173 |
|
@@ -268,4 +265,4 @@ if (in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', ge
|
|
268 |
new WF_Coupon_Import_Export_CSV();
|
269 |
|
270 |
|
271 |
-
}
|
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.6
|
10 |
Text Domain: wf_order_import_export
|
11 |
*/
|
12 |
|
36 |
* Constructor
|
37 |
*/
|
38 |
public function __construct() {
|
39 |
+
|
40 |
+
define( 'WF_OrderImpExpCsv_FILE', __FILE__ );
|
41 |
|
42 |
add_filter( 'woocommerce_screen_ids', array( $this, 'woocommerce_screen_ids' ) );
|
43 |
add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), array( $this, 'wf_plugin_action_links' ) );
|
146 |
* Constructor
|
147 |
*/
|
148 |
public function __construct() {
|
149 |
+
|
150 |
define('WF_CpnImpExpCsv_FILE', __FILE__);
|
151 |
|
|
|
152 |
if (is_admin()) {
|
153 |
add_action('admin_notices', array($this, 'wf_coupon_ie_admin_notice'), 15);
|
154 |
}
|
161 |
|
162 |
include_once( 'includes/class-wf-cpnimpexpcsv-admin-screen.php' );
|
163 |
include_once( 'includes/importer/class-wf-cpnimpexpcsv-importer.php' );
|
|
|
164 |
|
|
|
165 |
if (defined('DOING_AJAX')) {
|
166 |
include_once( 'includes/class-wf-cpnimpexpcsv-ajax-handler.php' );
|
167 |
}
|
|
|
168 |
|
169 |
}
|
170 |
|
265 |
new WF_Coupon_Import_Export_CSV();
|
266 |
|
267 |
|
268 |
+
}
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: xadapter, niwf, mujeebur
|
|
3 |
Donate link:
|
4 |
Tags: order, coupon, subscription, export, import, woocommerce
|
5 |
Requires at least: 3.0.1
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -45,7 +45,7 @@ Please refer the <a rel="nofollow" href="https://www.xadapter.com/setting-up-ord
|
|
45 |
<li>Excellent Support for setting it up!</li>
|
46 |
</ul>
|
47 |
|
48 |
-
For complete list of features and details, Please visit <a rel="nofollow" href="
|
49 |
|
50 |
</blockquote>
|
51 |
|
@@ -75,8 +75,10 @@ Yes. You can import or export order line item details.
|
|
75 |
3. Exported sample order Screen
|
76 |
|
77 |
== Changelog ==
|
|
|
|
|
78 |
= 1.2.5 =
|
79 |
-
*
|
80 |
= 1.2.4 =
|
81 |
* Fixed some warnings.
|
82 |
= 1.2.3 =
|
@@ -130,8 +132,10 @@ Yes. You can import or export order line item details.
|
|
130 |
* Export /Import WooCommerce Orders.
|
131 |
|
132 |
== Upgrade Notice ==
|
|
|
|
|
133 |
= 1.2.5 =
|
134 |
-
*
|
135 |
= 1.2.4 =
|
136 |
* Fixed some warnings.
|
137 |
= 1.2.3 =
|
@@ -182,4 +186,4 @@ Yes. You can import or export order line item details.
|
|
182 |
= 1.0.1 =
|
183 |
* Minor modification.
|
184 |
= 1.0.0 =
|
185 |
-
* Export /Import WooCommerce Orders.
|
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.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
45 |
<li>Excellent Support for setting it up!</li>
|
46 |
</ul>
|
47 |
|
48 |
+
For complete list of features and details, Please visit <a rel="nofollow" href="https://www.xadapter.com/product/order-import-export-plugin-for-woocommerce/">Order Export Import Plugin for WooCommerce</a> for more details
|
49 |
|
50 |
</blockquote>
|
51 |
|
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 =
|
81 |
+
* WP4.8 , WC3.1 and PHP7 Compatibility Tested OK
|
82 |
= 1.2.4 =
|
83 |
* Fixed some warnings.
|
84 |
= 1.2.3 =
|
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 =
|
138 |
+
* WP4.8 , WC3.1 and PHP7 Compatibility Tested OK
|
139 |
= 1.2.4 =
|
140 |
* Fixed some warnings.
|
141 |
= 1.2.3 =
|
186 |
= 1.0.1 =
|
187 |
* Minor modification.
|
188 |
= 1.0.0 =
|
189 |
+
* Export /Import WooCommerce Orders.
|