Version Description
- WP 5.9 Tested OK
- Bugfix: WP custom plugins folder support.
Download this release
Release Info
Developer | webtoffee |
Plugin | Order Export & Order Import for WooCommerce |
Version | 2.1.8 |
Comparing to | |
See all releases |
Code changes from version 2.1.7 to 2.1.8
admin/class-wt-import-export-for-woo-admin.php
CHANGED
@@ -376,7 +376,7 @@ class Wt_Import_Export_For_Woo_Admin_Basic {
|
|
376 |
{
|
377 |
if(is_plugin_active("{$module_path}/{$module_path}.php"))
|
378 |
{
|
379 |
-
$module_file=
|
380 |
if(file_exists($module_file))
|
381 |
{
|
382 |
self::$existing_modules[]=$module_key;
|
376 |
{
|
377 |
if(is_plugin_active("{$module_path}/{$module_path}.php"))
|
378 |
{
|
379 |
+
$module_file=WP_PLUGIN_DIR."/{$module_path}/admin/modules/$module_key/$module_key.php";
|
380 |
if(file_exists($module_file))
|
381 |
{
|
382 |
self::$existing_modules[]=$module_key;
|
includes/class-wt-import-export-for-woo.php
CHANGED
@@ -80,7 +80,7 @@ class Wt_Import_Export_For_Woo_Basic {
|
|
80 |
if ( defined( 'WT_O_IEW_VERSION' ) ) {
|
81 |
$this->version = WT_O_IEW_VERSION;
|
82 |
} else {
|
83 |
-
$this->version = '2.1.
|
84 |
}
|
85 |
$this->plugin_name = 'wt-import-export-for-woo-basic';
|
86 |
|
80 |
if ( defined( 'WT_O_IEW_VERSION' ) ) {
|
81 |
$this->version = WT_O_IEW_VERSION;
|
82 |
} else {
|
83 |
+
$this->version = '2.1.8';
|
84 |
}
|
85 |
$this->plugin_name = 'wt-import-export-for-woo-basic';
|
86 |
|
order-import-export-for-woocommerce.php
CHANGED
@@ -6,7 +6,7 @@ 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: 2.1.
|
10 |
Text Domain: order-import-export-for-woocommerce
|
11 |
WC tested up to: 6.1
|
12 |
License: GPLv3
|
@@ -45,7 +45,7 @@ if ( !defined( 'WT_IEW_DEBUG_BASIC_TROUBLESHOOT' ) ) {
|
|
45 |
* Start at version 1.0.0 and use SemVer - https://semver.org
|
46 |
* Rename this for your plugin and update it as you release new versions.
|
47 |
*/
|
48 |
-
define( 'WT_O_IEW_VERSION', '2.1.
|
49 |
|
50 |
/**
|
51 |
* The code that runs during plugin activation.
|
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: 2.1.8
|
10 |
Text Domain: order-import-export-for-woocommerce
|
11 |
WC tested up to: 6.1
|
12 |
License: GPLv3
|
45 |
* Start at version 1.0.0 and use SemVer - https://semver.org
|
46 |
* Rename this for your plugin and update it as you release new versions.
|
47 |
*/
|
48 |
+
define( 'WT_O_IEW_VERSION', '2.1.8' );
|
49 |
|
50 |
/**
|
51 |
* The code that runs during plugin activation.
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@ Contributors: webtoffee
|
|
3 |
Donate link: https://www.webtoffee.com/plugins/
|
4 |
Tags: order export, woocommerce, order, export, csv, order import, woocommerce export orders, woocommerce import orders, import, coupon export, coupon import, coupon
|
5 |
Requires at least: 3.0.1
|
6 |
-
Tested up to: 5.
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 2.1.
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
@@ -29,7 +29,7 @@ The following are functionalities offered by the basic version of the plugin.
|
|
29 |
🔸 Compatible with YITH WooCommerce Order Tracking plugin.
|
30 |
🔸 Supports various export filters (order status, product, coupon, customer, date range)
|
31 |
🔸 Tested OK with WooCommerce 6.1
|
32 |
-
🔸 Tested OK with WP 5.
|
33 |
🔸 Tested OK with PHP 8.0
|
34 |
|
35 |
Additional features that will help you in the CSV export and import process:
|
@@ -226,6 +226,9 @@ Yes.
|
|
226 |
|
227 |
== Changelog ==
|
228 |
|
|
|
|
|
|
|
229 |
= 2.1.7 =
|
230 |
* Enhancement: Auto-suggestion of coupon codes making coupon-based filtering easier.
|
231 |
= 2.1.6 =
|
@@ -484,5 +487,6 @@ Yes.
|
|
484 |
|
485 |
== Upgrade Notice ==
|
486 |
|
487 |
-
= 2.1.
|
488 |
-
*
|
|
3 |
Donate link: https://www.webtoffee.com/plugins/
|
4 |
Tags: order export, woocommerce, order, export, csv, order import, woocommerce export orders, woocommerce import orders, import, coupon export, coupon import, coupon
|
5 |
Requires at least: 3.0.1
|
6 |
+
Tested up to: 5.9
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 2.1.8
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
29 |
🔸 Compatible with YITH WooCommerce Order Tracking plugin.
|
30 |
🔸 Supports various export filters (order status, product, coupon, customer, date range)
|
31 |
🔸 Tested OK with WooCommerce 6.1
|
32 |
+
🔸 Tested OK with WP 5.9
|
33 |
🔸 Tested OK with PHP 8.0
|
34 |
|
35 |
Additional features that will help you in the CSV export and import process:
|
226 |
|
227 |
== Changelog ==
|
228 |
|
229 |
+
= 2.1.8 =
|
230 |
+
* WP 5.9 Tested OK
|
231 |
+
* Bugfix: WP custom plugins folder support.
|
232 |
= 2.1.7 =
|
233 |
* Enhancement: Auto-suggestion of coupon codes making coupon-based filtering easier.
|
234 |
= 2.1.6 =
|
487 |
|
488 |
== Upgrade Notice ==
|
489 |
|
490 |
+
= 2.1.8 =
|
491 |
+
* WP 5.9 Tested OK
|
492 |
+
* Bugfix: WP custom plugins folder support.
|