Version Description
- Bug fix: Default role getting added when importing with custom role
Download this release
Release Info
Developer | webtoffee |
Plugin | Import Export WordPress Users and WooCommerce Customers |
Version | 2.1.7 |
Comparing to | |
See all releases |
Code changes from version 2.1.6 to 2.1.7
admin/modules/export/export.php
CHANGED
@@ -126,7 +126,7 @@ class Wt_Import_Export_For_Woo_Basic_Export
|
|
126 |
$fields['default_export_batch']=array(
|
127 |
'label'=>__("Default Export batch count"),
|
128 |
'type'=>'number',
|
129 |
-
'value' =>
|
130 |
'field_name'=>'default_export_batch',
|
131 |
'help_text'=>__('Provide the default count for the records to be exported in a batch.'),
|
132 |
'validation_rule'=>array('type'=>'absint'),
|
126 |
$fields['default_export_batch']=array(
|
127 |
'label'=>__("Default Export batch count"),
|
128 |
'type'=>'number',
|
129 |
+
'value' =>30,
|
130 |
'field_name'=>'default_export_batch',
|
131 |
'help_text'=>__('Provide the default count for the records to be exported in a batch.'),
|
132 |
'validation_rule'=>array('type'=>'absint'),
|
admin/modules/user/import/import.php
CHANGED
@@ -360,6 +360,7 @@ class Wt_Import_Export_For_Woo_basic_User_Import {
|
|
360 |
} else {
|
361 |
$roles_to_remove = array_diff($user_roles, $new_roles);
|
362 |
}
|
|
|
363 |
if (!empty($new_roles)) {
|
364 |
foreach ($roles_to_remove as $_role) {
|
365 |
$wp_user_object->remove_role($_role); //remove the default role before adding new roles
|
360 |
} else {
|
361 |
$roles_to_remove = array_diff($user_roles, $new_roles);
|
362 |
}
|
363 |
+
array_push($roles_to_remove, 'subscriber');
|
364 |
if (!empty($new_roles)) {
|
365 |
foreach ($roles_to_remove as $_role) {
|
366 |
$wp_user_object->remove_role($_role); //remove the default role before adding new roles
|
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.1.
|
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.1.7';
|
84 |
}
|
85 |
$this->plugin_name = 'wt-import-export-for-woo-basic';
|
86 |
|
readme.txt
CHANGED
@@ -1,35 +1,32 @@
|
|
1 |
=== Import Export WordPress Users and WooCommerce Customers ===
|
2 |
Contributors: webtoffee
|
3 |
Donate link: https://www.webtoffee.com/plugins/
|
4 |
-
Tags: user import, user export, csv, woocommerce, customers, import
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.7
|
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 |
|
12 |
-
Import users and export users made simple! Easily
|
13 |
|
14 |
== Description ==
|
15 |
|
16 |
-
|
17 |
|
18 |
-
WordPress User Import Export plugin allows you to import and export WordPress users and WooCommerce customers quickly and easily. User Export and User import are much required feature while moving WordPress / WooCommerce websites.
|
19 |
|
20 |
-
|
21 |
-
🔸 Users
|
22 |
-
🔸 Users import - WordPress Import Users from CSV .
|
23 |
🔸 Customer Export - Export WooCommerce customers to CSV
|
24 |
🔸 Customer Import - Import WooCommerce customers from CSV
|
25 |
🔸 Batch Export/Import
|
26 |
-
🔸 Export/Import based on user roles
|
27 |
-
🔸 Export filters
|
28 |
🔸 Retain user passwords (optional)
|
29 |
🔸 Map and Transform fields while importing customers/users
|
30 |
🔸 Change values (bulk modify) while importing customers/users using Evaluation Fields
|
31 |
🔸 Tested OK with WordPress 5.7
|
32 |
-
🔸 Tested OK with WooCommerce 5.
|
33 |
🔸 Tested OK with PHP 8.0
|
34 |
|
35 |
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.
|
@@ -40,8 +37,6 @@ The Import Export WordPress Users Plugin takes CSV (Comma-Separated Values) file
|
|
40 |
|
41 |
You can create the CSV from the scratch or you can export the users to get the format of CSV. You can use a spreadsheet program, such as Microsoft Excel, OpenOffice, LibreOffice or Google Spreadsheets for creating and modifying the CSV file. Save this file in UTF-8 encoding with extension .CSV. After entering all details about users in a spreadsheet, you can bulk import users to your online Site/Store. With this plugin, you can also export and download user details as a CSV file.
|
42 |
|
43 |
-
|
44 |
-
|
45 |
More information about the set up of the plugin and a sample CSV that is taken as input by the plugin is given in the <a rel="nofollow" href="https://www.webtoffee.com/user-import-export-plugin-wordpress-user-guide/">WordPress Users & WooCommerce Customers Import Export Plugin - User Guide.</a>
|
46 |
|
47 |
Watch the video on getting started with the plugin.
|
@@ -73,8 +68,6 @@ Watch the video on getting started with the plugin.
|
|
73 |
|
74 |
Please visit <a rel="nofollow" href="https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/">Import Export WordPress Users & WooCommerce Customers</a> for more details
|
75 |
|
76 |
-
Tags: CSV import, CSV export, customer import, customer export, user import, user export, WooCommerce, WordPress.
|
77 |
-
|
78 |
</blockquote>
|
79 |
|
80 |
**Use Cases Handled**
|
@@ -105,13 +98,13 @@ You can map your import columns to the appropriate WordPress data to import or m
|
|
105 |
|
106 |
For importing WordPress user details to your website, you must create a CSV(Comma-Separated Values) file which contains information about mapping fields in a tabular form. You can create a CSV file by using a spreadsheet program, such as Excel, or Google Spreadsheets. Save this file with extension .CSV. After entering all details about WordPress users in the spreadsheet, you can import to your website.
|
107 |
|
108 |
-
WooCommerce Export Customers to CSV
|
109 |
|
110 |
You can export the WooCommerce customer list from WordPress/WooCommerce site and generate a CSV file. Use this CSV file to migrate customers to another online store by WordPress import customers functionality or merge customers (update existing customers-premium) functionality of this plugin. If you have hundreds, even thousands, of WooCommerce Customers, this helps to save your effort and time of manually adding the WooCommerce customer list.
|
111 |
|
112 |
-
The plugin can easily export customers details to CSV file by filtering customers by user role. Even the plugin automatically uploads your exports via FTP.
|
113 |
|
114 |
-
WooCommerce Import Customers from CSV
|
115 |
|
116 |
You can import WooCommerce customers to WordPress/WooCommerce site easily. WooCommerce import customers feature or merge customers feature (update existing customers) help move or update hundreds, even thousands, of customers details using one file which saves your effort and time of manually adding user information.
|
117 |
|
@@ -126,8 +119,7 @@ For importing WooCommerce customer details to your website, you must create a CS
|
|
126 |
|
127 |
🔸 <a href="https://wordpress.org/plugins/product-import-export-for-woo/">WooCommerce Product Import Export Plugin</a>: Easily import and export products to/from your WooCommerce store using a CSV file.
|
128 |
🔸 <a href="https://wordpress.org/plugins/order-import-export-for-woocommerce/">WooCommerce Order/Coupon/Subscription Import Export</a>: The plugin lets you export and import orders and coupons via CSV to and from your WooCommerce store.
|
129 |
-
🔸 <a href="https://wordpress.org/plugins/
|
130 |
-
🔸 <a href="https://wordpress.org/plugins/xml-file-export-import-for-stampscom-and-woocommerce/">XML File Export Import for Stamps.com and WooCommerce</a>: The plugin lets you easily export and import orders in your store via XML compatible to Stamps.com.
|
131 |
|
132 |
|
133 |
= About WebToffee.com =
|
@@ -222,6 +214,8 @@ Please refer the article on how to <a href="https://www.webtoffee.com/refresh-wo
|
|
222 |
|
223 |
== Changelog ==
|
224 |
|
|
|
|
|
225 |
= 2.1.6 =
|
226 |
* Faq update: Refresh WooCommerce customer list after import
|
227 |
= 2.1.5 =
|
@@ -392,5 +386,5 @@ Please refer the article on how to <a href="https://www.webtoffee.com/refresh-wo
|
|
392 |
|
393 |
== Upgrade Notice ==
|
394 |
|
395 |
-
= 2.1.
|
396 |
-
*
|
1 |
=== Import Export WordPress Users and WooCommerce Customers ===
|
2 |
Contributors: webtoffee
|
3 |
Donate link: https://www.webtoffee.com/plugins/
|
4 |
+
Tags: user import, user export, csv, woocommerce, customers, export import users, export customers, import customers, import, export, export users to csv, import users from csv
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.7
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 2.1.7
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
12 |
+
Import users and export users made simple! Easily export users to CSV, import users from CSV. Fastest user export import plugin.
|
13 |
|
14 |
== Description ==
|
15 |
|
16 |
+
WordPress User Import Export plugin allows the import and export of WordPress users and WooCommerce customers quickly and easily. User export and user import are much required feature while moving WordPress / WooCommerce websites.
|
17 |
|
|
|
18 |
|
19 |
+
🔸 Users Export - Export Users to CSV.
|
20 |
+
🔸 Users import - WordPress Import Users from CSV.
|
|
|
21 |
🔸 Customer Export - Export WooCommerce customers to CSV
|
22 |
🔸 Customer Import - Import WooCommerce customers from CSV
|
23 |
🔸 Batch Export/Import
|
24 |
+
🔸 Export/Import based on user roles, user email, date range
|
|
|
25 |
🔸 Retain user passwords (optional)
|
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.7
|
29 |
+
🔸 Tested OK with WooCommerce 5.4
|
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.
|
37 |
|
38 |
You can create the CSV from the scratch or you can export the users to get the format of CSV. You can use a spreadsheet program, such as Microsoft Excel, OpenOffice, LibreOffice or Google Spreadsheets for creating and modifying the CSV file. Save this file in UTF-8 encoding with extension .CSV. After entering all details about users in a spreadsheet, you can bulk import users to your online Site/Store. With this plugin, you can also export and download user details as a CSV file.
|
39 |
|
|
|
|
|
40 |
More information about the set up of the plugin and a sample CSV that is taken as input by the plugin is given in the <a rel="nofollow" href="https://www.webtoffee.com/user-import-export-plugin-wordpress-user-guide/">WordPress Users & WooCommerce Customers Import Export Plugin - User Guide.</a>
|
41 |
|
42 |
Watch the video on getting started with the plugin.
|
68 |
|
69 |
Please visit <a rel="nofollow" href="https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/">Import Export WordPress Users & WooCommerce Customers</a> for more details
|
70 |
|
|
|
|
|
71 |
</blockquote>
|
72 |
|
73 |
**Use Cases Handled**
|
98 |
|
99 |
For importing WordPress user details to your website, you must create a CSV(Comma-Separated Values) file which contains information about mapping fields in a tabular form. You can create a CSV file by using a spreadsheet program, such as Excel, or Google Spreadsheets. Save this file with extension .CSV. After entering all details about WordPress users in the spreadsheet, you can import to your website.
|
100 |
|
101 |
+
WooCommerce Export Customers to CSV
|
102 |
|
103 |
You can export the WooCommerce customer list from WordPress/WooCommerce site and generate a CSV file. Use this CSV file to migrate customers to another online store by WordPress import customers functionality or merge customers (update existing customers-premium) functionality of this plugin. If you have hundreds, even thousands, of WooCommerce Customers, this helps to save your effort and time of manually adding the WooCommerce customer list.
|
104 |
|
105 |
+
The plugin can easily export customers details to CSV file by filtering customers by user role. Even the plugin automatically uploads your exports via FTP (premium).
|
106 |
|
107 |
+
WooCommerce Import Customers from CSV
|
108 |
|
109 |
You can import WooCommerce customers to WordPress/WooCommerce site easily. WooCommerce import customers feature or merge customers feature (update existing customers) help move or update hundreds, even thousands, of customers details using one file which saves your effort and time of manually adding user information.
|
110 |
|
119 |
|
120 |
🔸 <a href="https://wordpress.org/plugins/product-import-export-for-woo/">WooCommerce Product Import Export Plugin</a>: Easily import and export products to/from your WooCommerce store using a CSV file.
|
121 |
🔸 <a href="https://wordpress.org/plugins/order-import-export-for-woocommerce/">WooCommerce Order/Coupon/Subscription Import Export</a>: The plugin lets you export and import orders and coupons via CSV to and from your WooCommerce store.
|
122 |
+
🔸 <a href="https://wordpress.org/plugins/wp-migration-duplicator/">WordPress Backup & Migration</a>: Quickly migrate and backup entire WordPress site or selected files from one location to another. Backup to FTP, Google drive, Amazon S3 or local storage and easily restore them back.
|
|
|
123 |
|
124 |
|
125 |
= About WebToffee.com =
|
214 |
|
215 |
== Changelog ==
|
216 |
|
217 |
+
= 2.1.7 =
|
218 |
+
* Bug fix: Default role getting added when importing with custom role
|
219 |
= 2.1.6 =
|
220 |
* Faq update: Refresh WooCommerce customer list after import
|
221 |
= 2.1.5 =
|
386 |
|
387 |
== Upgrade Notice ==
|
388 |
|
389 |
+
= 2.1.7 =
|
390 |
+
* Bug fix: Default role getting added when importing with custom role
|
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.1.
|
9 |
-
WC tested up to: 5.
|
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.1.
|
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.1.7
|
9 |
+
WC tested up to: 5.4
|
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.1.7');
|
49 |
|
50 |
/**
|
51 |
* The code that runs during plugin activation.
|