Import Export WordPress Users and WooCommerce Customers - Version 1.1.1

Version Description

  • Tested OK with WP 4.9.6 and WC 3.3.5.
Download this release

Release Info

Developer mujeebur
Plugin Icon 128x128 Import Export WordPress Users and WooCommerce Customers
Version 1.1.1
Comparing to
See all releases

Code changes from version 1.1.0 to 1.1.1

customer-import-export.php CHANGED
@@ -6,8 +6,8 @@
6
  Description: Export and Import User/Customers details From and To your WordPress/WooCommerce.
7
  Author: XAdapter
8
  Author URI: https://www.xadapter.com/
9
- Version: 1.1.0
10
- WC tested up to: 3.3.0
11
  Text Domain: wf_customer_import_export
12
  */
13
 
6
  Description: Export and Import User/Customers details From and To your WordPress/WooCommerce.
7
  Author: XAdapter
8
  Author URI: https://www.xadapter.com/
9
+ Version: 1.1.1
10
+ WC tested up to: 3.4.0
11
  Text Domain: wf_customer_import_export
12
  */
13
 
includes/importer/class-wf-customerimpexpcsv-customer-import.php CHANGED
@@ -733,7 +733,7 @@ class WF_CustomerImpExpCsv_Customer_Import extends WP_Importer {
733
  $display_name = (!empty($data['user_details']['display_name'])) ? $data['user_details']['display_name'] : '';
734
  $first_name = (!empty($data['user_details']['first_name'])) ? $data['user_details']['first_name'] : '';
735
  $last_name = (!empty($data['user_details']['last_name'])) ? $data['user_details']['last_name'] : '';
736
- $user_status = (!empty($data['user_details']['user_status'])) ? $data['user_details']['user_status'] : '';
737
  wp_update_user( array(
738
  'ID' => $found_customer,
739
  'user_nicename' => $user_nicename,
733
  $display_name = (!empty($data['user_details']['display_name'])) ? $data['user_details']['display_name'] : '';
734
  $first_name = (!empty($data['user_details']['first_name'])) ? $data['user_details']['first_name'] : '';
735
  $last_name = (!empty($data['user_details']['last_name'])) ? $data['user_details']['last_name'] : '';
736
+ $user_status = (!empty($data['user_details']['user_status'])) ? $data['user_details']['user_status'] : '';
737
  wp_update_user( array(
738
  'ID' => $found_customer,
739
  'user_nicename' => $user_nicename,
readme.txt CHANGED
@@ -2,22 +2,22 @@
2
  Contributors: webtoffee,xadapter,mujeebur
3
  Tags: Export Users to CSV, Import Users from CSV, woocommerce export customers, user export, export import users, woocommerce import customers, woocommerce export customer email
4
  Requires at least: 3.0.1
5
- Tested up to: 4.9.2
6
- Stable tag: 1.1.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
- Easily Export Users to CSV, Import Users from CSV. Fastest user export import plugin. Export customers in WooCommerce (premium).
11
 
12
  == Description ==
13
 
14
  = Introduction =
15
 
16
- Import Export WordPress Users & WooCommerce Customers plugin helps you to easily export and import users in your WordPress. This plugin lets you import export user data. It is super simple!
17
 
18
  <ul>
19
- <li>Export Users to CSV file.</li>
20
- <li>Import Users from CSV format to WordPress/WooCommerce Store.</li>
21
  </ul>
22
 
23
  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 deatils.
@@ -37,7 +37,7 @@ You can create the CSV from the scratch or you can export the users to get the f
37
  Import Export WordPress Users & WooCommerce Customers
38
 
39
  <ul>
40
- <li>Export Import WooCommerce Customer details into a CSV file.( Basic version supports only WordPress User details )</li>
41
  <li>Option to choose All Roles or Multiple Roles while export (Basic Supports only single role at a time)</li>
42
  <li>Various Filter options for exporting Customers.</li>
43
  <li>Map and Transform fields while Importing Customers.</li>
@@ -60,10 +60,10 @@ Import Export WordPress Users & WooCommerce Customers Plugin is an ideal plugin
60
  The following use cases are handled by the plugin
61
 
62
  <ul>
63
- <li>WordPress Export Users to CSV.</li>
64
- <li>WordPress Import Users from CSV.</li>
65
- <li>WooCommerce Export Customers to CSV.</li>
66
- <li>WooCommerce Import Customers from CSV.</li>
67
  </ul>
68
 
69
 
@@ -150,6 +150,8 @@ No. You may want to use https://wordpress.org/plugins/order-import-export-for-wo
150
 
151
  == Changelog ==
152
 
 
 
153
  = 1.1.0 =
154
  * Fixed WC Dependency issue, fixed notice.
155
  = 1.0.9 =
@@ -175,6 +177,5 @@ No. You may want to use https://wordpress.org/plugins/order-import-export-for-wo
175
 
176
  == Upgrade Notice ==
177
 
178
- = 1.1.0 =
179
- * Fixed WC Dependency issue.
180
-
2
  Contributors: webtoffee,xadapter,mujeebur
3
  Tags: Export Users to CSV, Import Users from CSV, woocommerce export customers, user export, export import users, woocommerce import customers, woocommerce export customer email
4
  Requires at least: 3.0.1
5
+ Tested up to: 4.9.6
6
+ Stable tag: 1.1.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
+ Import users and export users made simple! Easily Export Users to CSV, Import Users from CSV. Fastest user export import plugin. Export customers in WooCommerce (premium).
11
 
12
  == Description ==
13
 
14
  = Introduction =
15
 
16
+ Import users and export users made fast and simple! Import Export WordPress Users & WooCommerce Customers plugin helps you to easily export and import users in your WordPress. User Export and User import are much required feature while moving Wordpress / WooCommerce websites.
17
 
18
  <ul>
19
+ <li>Users Export - Export Users to CSV file.</li>
20
+ <li>Users import - Import Users from CSV format to WordPress/WooCommerce Store.</li>
21
  </ul>
22
 
23
  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 deatils.
37
  Import Export WordPress Users & WooCommerce Customers
38
 
39
  <ul>
40
+ <li>Export Import WooCommerce Customer details into a CSV file.( Basic version supports only WordPress User Import and User Export )</li>
41
  <li>Option to choose All Roles or Multiple Roles while export (Basic Supports only single role at a time)</li>
42
  <li>Various Filter options for exporting Customers.</li>
43
  <li>Map and Transform fields while Importing Customers.</li>
60
  The following use cases are handled by the plugin
61
 
62
  <ul>
63
+ <li>User Export - WordPress Export Users to CSV.</li>
64
+ <li>User Import - WordPress Import Users from CSV.</li>
65
+ <li>Customer Export - WooCommerce Export Customers to CSV.</li>
66
+ <li>Customer Import - WooCommerce Import Customers from CSV.</li>
67
  </ul>
68
 
69
 
150
 
151
  == Changelog ==
152
 
153
+ = 1.1.1 =
154
+ * Tested OK with WP 4.9.6 and WC 3.3.5.
155
  = 1.1.0 =
156
  * Fixed WC Dependency issue, fixed notice.
157
  = 1.0.9 =
177
 
178
  == Upgrade Notice ==
179
 
180
+ = 1.1.1 =
181
+ * Tested OK with WP 4.9.6 and WC 3.3.5.