Version Description
- Tested OK with WC 4.1.0 and WP 5.4.1
Download this release
Release Info
Developer | webtoffee |
Plugin | Import Export WordPress Users and WooCommerce Customers |
Version | 1.4.2 |
Comparing to | |
See all releases |
Code changes from version 1.4.1 to 1.4.2
readme.txt
CHANGED
@@ -4,7 +4,8 @@ Donate link: https://www.webtoffee.com/plugins/
|
|
4 |
Tags: user import, user export, export customers, import customers, export users to csv, import users from csv, woocommerce export customers, export import users, woocommerce import customers, woocommerce export customer email
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.4
|
7 |
-
|
|
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -19,7 +20,7 @@ Import users and export users made fast and simple! Import Export WordPress User
|
|
19 |
|
20 |
🔸 Users Export - Export Users to CSV file.</li>
|
21 |
🔸 Users import - Import Users from CSV format to WordPress/WooCommerce Store.
|
22 |
-
🔸 Tested OK with WooCommerce 4.0
|
23 |
🔸 Tested OK with PHP 7.3.5
|
24 |
|
25 |
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.
|
@@ -158,6 +159,8 @@ By default, admin and store manager are given access to export users. Please vis
|
|
158 |
|
159 |
== Changelog ==
|
160 |
|
|
|
|
|
161 |
= 1.4.1 =
|
162 |
* Tested OK with WP 5.4
|
163 |
= 1.4.0 =
|
@@ -260,4 +263,7 @@ By default, admin and store manager are given access to export users. Please vis
|
|
260 |
= 1.0.0 =
|
261 |
* Export Import WordPress Users.
|
262 |
|
263 |
-
== Upgrade Notice ==
|
|
|
|
|
|
4 |
Tags: user import, user export, export customers, import customers, export users to csv, import users from csv, woocommerce export customers, export import users, woocommerce import customers, woocommerce export customer email
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.4
|
7 |
+
Requires PHP: 5.6
|
8 |
+
Stable tag: 1.4.2
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
20 |
|
21 |
🔸 Users Export - Export Users to CSV file.</li>
|
22 |
🔸 Users import - Import Users from CSV format to WordPress/WooCommerce Store.
|
23 |
+
🔸 Tested OK with WooCommerce 4.1.0
|
24 |
🔸 Tested OK with PHP 7.3.5
|
25 |
|
26 |
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.
|
159 |
|
160 |
== Changelog ==
|
161 |
|
162 |
+
= 1.4.2 =
|
163 |
+
* Tested OK with WC 4.1.0 and WP 5.4.1
|
164 |
= 1.4.1 =
|
165 |
* Tested OK with WP 5.4
|
166 |
= 1.4.0 =
|
263 |
= 1.0.0 =
|
264 |
* Export Import WordPress Users.
|
265 |
|
266 |
+
== Upgrade Notice ==
|
267 |
+
|
268 |
+
= 1.4.2 =
|
269 |
+
* Tested OK with WC 4.1.0 and WP 5.4.1
|
users-customers-import-export-for-wp-woocommerce.php
CHANGED
@@ -6,8 +6,8 @@
|
|
6 |
Description: Export and Import User/Customers details From and To your WordPress/WooCommerce.
|
7 |
Author: WebToffee
|
8 |
Author URI: https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/
|
9 |
-
Version: 1.4.
|
10 |
-
WC tested up to: 4.0
|
11 |
Text Domain: users-customers-import-export-for-wp-woocommerce
|
12 |
License: GPLv3
|
13 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
@@ -36,7 +36,7 @@ if( !defined('WF_CUSTOMER_IMP_EXP_ID') )
|
|
36 |
|
37 |
if( !defined('WF_CUSTOMER_IMP_EXP_VERSION') )
|
38 |
{
|
39 |
-
define("WF_CUSTOMER_IMP_EXP_VERSION", "1.4.
|
40 |
}
|
41 |
|
42 |
|
6 |
Description: Export and Import User/Customers details From and To your WordPress/WooCommerce.
|
7 |
Author: WebToffee
|
8 |
Author URI: https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/
|
9 |
+
Version: 1.4.2
|
10 |
+
WC tested up to: 4.1.0
|
11 |
Text Domain: users-customers-import-export-for-wp-woocommerce
|
12 |
License: GPLv3
|
13 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
36 |
|
37 |
if( !defined('WF_CUSTOMER_IMP_EXP_VERSION') )
|
38 |
{
|
39 |
+
define("WF_CUSTOMER_IMP_EXP_VERSION", "1.4.2");
|
40 |
}
|
41 |
|
42 |
|