Version Description
- WC 6.0 Tested OK
Download this release
Release Info
Developer | webtoffee |
Plugin | Import Export WordPress Users and WooCommerce Customers |
Version | 2.2.4 |
Comparing to | |
See all releases |
Code changes from version 2.2.3 to 2.2.4
includes/class-wt-import-export-for-woo.php
CHANGED
@@ -80,7 +80,7 @@ class Wt_Import_Export_For_Woo_Basic {
|
|
80 |
if ( defined( 'WT_U_IEW_VERSION' ) ) {
|
81 |
$this->version = WT_U_IEW_VERSION;
|
82 |
} else {
|
83 |
-
$this->version = '2.2.
|
84 |
}
|
85 |
$this->plugin_name = 'wt-import-export-for-woo-basic';
|
86 |
|
80 |
if ( defined( 'WT_U_IEW_VERSION' ) ) {
|
81 |
$this->version = WT_U_IEW_VERSION;
|
82 |
} else {
|
83 |
+
$this->version = '2.2.4';
|
84 |
}
|
85 |
$this->plugin_name = 'wt-import-export-for-woo-basic';
|
86 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: user import, user export, csv, woocommerce, customers, export import users
|
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.8
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 2.2.
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
@@ -26,7 +26,7 @@ WordPress User Import Export plugin allows the import and export of WordPress us
|
|
26 |
🔸 Map and Transform fields while importing customers/users
|
27 |
🔸 Change values (bulk modify) while importing customers/users using Evaluation Fields
|
28 |
🔸 Tested OK with WordPress 5.8
|
29 |
-
🔸 Tested OK with WooCommerce
|
30 |
🔸 Tested OK with PHP 8.0
|
31 |
|
32 |
Highlights: WordPress Users Export, WordPress Users CSV Import Suite, Export WordPress Users to CSV. Pro Version supports export and import of all additional user meta like WooCommerce details.
|
@@ -214,6 +214,8 @@ Please refer the article on how to <a href="https://www.webtoffee.com/refresh-wo
|
|
214 |
|
215 |
== Changelog ==
|
216 |
|
|
|
|
|
217 |
= 2.2.3 =
|
218 |
* WC 5.9 Tested OK
|
219 |
= 2.2.2 =
|
@@ -403,5 +405,5 @@ Please refer the article on how to <a href="https://www.webtoffee.com/refresh-wo
|
|
403 |
|
404 |
== Upgrade Notice ==
|
405 |
|
406 |
-
= 2.2.
|
407 |
-
* WC
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.8
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 2.2.4
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
26 |
🔸 Map and Transform fields while importing customers/users
|
27 |
🔸 Change values (bulk modify) while importing customers/users using Evaluation Fields
|
28 |
🔸 Tested OK with WordPress 5.8
|
29 |
+
🔸 Tested OK with WooCommerce 6.0
|
30 |
🔸 Tested OK with PHP 8.0
|
31 |
|
32 |
Highlights: WordPress Users Export, WordPress Users CSV Import Suite, Export WordPress Users to CSV. Pro Version supports export and import of all additional user meta like WooCommerce details.
|
214 |
|
215 |
== Changelog ==
|
216 |
|
217 |
+
= 2.2.4 =
|
218 |
+
* WC 6.0 Tested OK
|
219 |
= 2.2.3 =
|
220 |
* WC 5.9 Tested OK
|
221 |
= 2.2.2 =
|
405 |
|
406 |
== Upgrade Notice ==
|
407 |
|
408 |
+
= 2.2.4 =
|
409 |
+
* WC 6.0 Tested OK
|
users-customers-import-export-for-wp-woocommerce.php
CHANGED
@@ -5,8 +5,8 @@
|
|
5 |
Description: Export and Import User/Customers details From and To your WordPress/WooCommerce.
|
6 |
Author: WebToffee
|
7 |
Author URI: https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/
|
8 |
-
Version: 2.2.
|
9 |
-
WC tested up to:
|
10 |
Text Domain: users-customers-import-export-for-wp-woocommerce
|
11 |
License: GPLv3
|
12 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
@@ -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_U_IEW_VERSION', '2.2.
|
49 |
|
50 |
/**
|
51 |
* The code that runs during plugin activation.
|
5 |
Description: Export and Import User/Customers details From and To your WordPress/WooCommerce.
|
6 |
Author: WebToffee
|
7 |
Author URI: https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/
|
8 |
+
Version: 2.2.4
|
9 |
+
WC tested up to: 6.0
|
10 |
Text Domain: users-customers-import-export-for-wp-woocommerce
|
11 |
License: GPLv3
|
12 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
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_U_IEW_VERSION', '2.2.4');
|
49 |
|
50 |
/**
|
51 |
* The code that runs during plugin activation.
|