Version Description
- Tested OK with WC 5.2.2
Download this release
Release Info
Developer | webtoffee |
Plugin | Order Export & Order Import for WooCommerce |
Version | 1.7.6 |
Comparing to | |
See all releases |
Code changes from version 1.7.5 to 1.7.6
- order-import-export-for-woocommerce.php +3 -3
- readme.txt +6 -4
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.7.
|
10 |
Text Domain: order-import-export-for-woocommerce
|
11 |
-
WC tested up to: 5.2.
|
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.7.
|
28 |
}
|
29 |
|
30 |
/**
|
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.7.6
|
10 |
Text Domain: order-import-export-for-woocommerce
|
11 |
+
WC tested up to: 5.2.2
|
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.7.6");
|
28 |
}
|
29 |
|
30 |
/**
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: order export, order import, woocommerce export orders, woocommerce import
|
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.7
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 1.7.
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
@@ -24,7 +24,7 @@ The following are functionalities offered by the basic version of the plugin.
|
|
24 |
🔸 Import Coupons from CSV file.
|
25 |
🔸 Export Subscription Orders to CSV file(Premium Feature).
|
26 |
🔸 Import Subscription Orders from CSV file(Premium Feature).
|
27 |
-
🔸 Tested OK with WooCommerce 5.2.
|
28 |
🔸 Tested OK with WP 5.7
|
29 |
🔸 Tested OK with PHP 7.3.5
|
30 |
|
@@ -197,6 +197,8 @@ Yes.
|
|
197 |
|
198 |
== Changelog ==
|
199 |
|
|
|
|
|
200 |
= 1.7.5 =
|
201 |
* Tested OK with WC 5.2.0
|
202 |
= 1.7.4 =
|
@@ -396,5 +398,5 @@ Yes.
|
|
396 |
|
397 |
== Upgrade Notice ==
|
398 |
|
399 |
-
= 1.7.
|
400 |
-
* Tested OK with WC 5.2.
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.7
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 1.7.6
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
24 |
🔸 Import Coupons from CSV file.
|
25 |
🔸 Export Subscription Orders to CSV file(Premium Feature).
|
26 |
🔸 Import Subscription Orders from CSV file(Premium Feature).
|
27 |
+
🔸 Tested OK with WooCommerce 5.2.2
|
28 |
🔸 Tested OK with WP 5.7
|
29 |
🔸 Tested OK with PHP 7.3.5
|
30 |
|
197 |
|
198 |
== Changelog ==
|
199 |
|
200 |
+
= 1.7.6 =
|
201 |
+
* Tested OK with WC 5.2.2
|
202 |
= 1.7.5 =
|
203 |
* Tested OK with WC 5.2.0
|
204 |
= 1.7.4 =
|
398 |
|
399 |
== Upgrade Notice ==
|
400 |
|
401 |
+
= 1.7.6 =
|
402 |
+
* Tested OK with WC 5.2.2
|