Import Export WordPress Users and WooCommerce Customers - Version 1.0.7

Version Description

  • Minor Content updates
Download this release

Release Info

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

Code changes from version 1.0.6 to 1.0.7

Files changed (2) hide show
  1. customer-import-export.php +4 -4
  2. readme.txt +55 -25
customer-import-export.php CHANGED
@@ -2,11 +2,11 @@
2
 
3
  /*
4
  Plugin Name: WordPress Users & WooCommerce Customers Import Export(BASIC)
5
- Plugin URI: http://www.xadapter.com/product/wordpress-users-woocommerce-customers-import-export/
6
  Description: Export and Import User/Customers details From and To your WordPress/WooCommerce.
7
  Author: XAdapter
8
- Author URI: http://www.xadapter.com/
9
- Version: 1.0.6
10
  Text Domain: wf_customer_import_export
11
  */
12
 
@@ -73,7 +73,7 @@ if (!class_exists('WF_Customer_Import_Export_CSV')) :
73
  public function wf_plugin_action_links($links) {
74
  $plugin_links = array(
75
  '<a href="' . admin_url('admin.php?page=hf_wordpress_customer_im_ex') . '">' . __('Import Export Users/Customers', 'wf_customer_import_export') . '</a>',
76
- '<a href="http://www.xadapter.com/support/forum/wordpress-users-woocommerce-customers-import-export/">' . __('Support', 'wf_customer_import_export') . '</a>',
77
  );
78
  return array_merge($plugin_links, $links);
79
  }
2
 
3
  /*
4
  Plugin Name: WordPress Users & WooCommerce Customers Import Export(BASIC)
5
+ Plugin URI: https://www.xadapter.com/product/wordpress-users-woocommerce-customers-import-export/
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.0.7
10
  Text Domain: wf_customer_import_export
11
  */
12
 
73
  public function wf_plugin_action_links($links) {
74
  $plugin_links = array(
75
  '<a href="' . admin_url('admin.php?page=hf_wordpress_customer_im_ex') . '">' . __('Import Export Users/Customers', 'wf_customer_import_export') . '</a>',
76
+ '<a href="https://www.xadapter.com/support/forum/wordpress-users-woocommerce-customers-import-export/">' . __('Support', 'wf_customer_import_export') . '</a>',
77
  );
78
  return array_merge($plugin_links, $links);
79
  }
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
- === WordPress Users & WooCommerce Customers Import Export(BASIC) ===
2
  Contributors: xadapter, niwf, mujeebur
3
  Tags: CSV, Export, Import, WooCommerce Customers, Wordpress Users
4
  Requires at least: 3.0.1
5
- Tested up to: 4.8
6
- Stable tag: 1.0.6
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -47,10 +47,56 @@ WordPress Users & WooCommerce Customers Import Export
47
  <li>Excellent Support for setting it up!'</li>
48
  </ul>
49
 
50
- Please visit <a rel="nofollow" href="http://www.xadapter.com/product/wordpress-users-woocommerce-customers-import-export/">WordPress Users & WooCommerce Customers Import Export</a> for more details
51
 
52
  </blockquote>
53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  = About XAdapter.com =
55
 
56
  XAdapter creates quality WordPress/WooCommerce plugins that are easy to use and customize. We are proud to have thousands of customers actively using our plugins across the globe.
@@ -78,15 +124,14 @@ Yes. You can import or export multiple user roles along with other basic user de
78
 
79
  == Changelog ==
80
 
 
 
81
  = 1.0.6 =
82
  * Fixed Conflict with Premium Version
83
-
84
  = 1.0.5 =
85
- * Fixed PHP 7.0 Compatibility Issue and warning WC_Logger::log was called incorrectly. WC_Logger::log was called with an invalid level 1
86
-
87
  = 1.0.4 =
88
  * Marketing Content Change.
89
-
90
  = 1.0.3 =
91
  * Minor content updates.
92
  = 1.0.2 =
@@ -98,20 +143,5 @@ Yes. You can import or export multiple user roles along with other basic user de
98
 
99
  == Upgrade Notice ==
100
 
101
- = 1.0.6 =
102
- * Fixed Conflict with Premium Version
103
-
104
- = 1.0.5 =
105
- * Fixed PHP 7.0 Compatibility Issue and Bug Fix
106
-
107
- = 1.0.4 =
108
- * Marketing Content Change.
109
-
110
- = 1.0.3 =
111
- * Minor content updates.
112
- = 1.0.2 =
113
- * Minor content updates.
114
- = 1.0.1 =
115
- * Minor content updates.
116
- = 1.0.0 =
117
- * Import /Export WordPress Users.
1
+ === WordPress Users & WooCommerce Customers Import Export(BASIC) ===
2
  Contributors: xadapter, niwf, mujeebur
3
  Tags: CSV, Export, Import, WooCommerce Customers, Wordpress Users
4
  Requires at least: 3.0.1
5
+ Tested up to: 4.8.3
6
+ Stable tag: 1.0.7
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
47
  <li>Excellent Support for setting it up!'</li>
48
  </ul>
49
 
50
+ Please visit <a rel="nofollow" href="https://www.xadapter.com/product/wordpress-users-woocommerce-customers-import-export/">WordPress Users & WooCommerce Customers Import Export</a> for more details
51
 
52
  </blockquote>
53
 
54
+ **Use Cases Handled**
55
+
56
+ WordPress Users & WooCommerce Customers Import Export Plugin is an ideal plugin for exporting and importing WordPress users or WooCommerce customers details from/to your WooCommerce store for migrating an existing online store.
57
+
58
+ The following use cases are handled by the plugin
59
+
60
+ <ul>
61
+ <li>WordPress Export Users.</li>
62
+ <li>WordPress Import Users.</li>
63
+ <li>WooCommerce Export Customers.</li>
64
+ <li>WooCommerce Import Customers.</li>
65
+ </ul>
66
+
67
+
68
+ WordPress Export Users
69
+
70
+ You can export WordPress users from WordPress site and generate a CSV file. Use this CSV file to migrate users to another WordPress site by first using the WordPress Export Users functionality and then WordPress import users or merge users (update existing users) functionality of this plugin. If you have hundreds, even thousands, of WordPress users, this helps to save your effort and time of manually adding user information.
71
+
72
+ You can export users details to CSV file with multiple powerful filters such as User Roles, date ranges, etc. Even the plugin automatically upload your exports via FTP.
73
+
74
+ WordPress Import Users
75
+
76
+ You can import WordPress users to your WordPress site from other platforms. Use WordPress import users feature or merge users (update existing users) hundreds, even thousands, of WordPress users details using one file which saves your effort and time of manually adding user information.
77
+
78
+ The plugin has the option to send an Email to the user email ID whenever admin imports/updates users details.
79
+
80
+ You can map your import columns to the appropriate WordPress data to import or merge user details. You can also import data from a variety of sources, such as an uploaded CSV file on FTP, locally saved CSV file to your computer.
81
+
82
+ 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 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.
83
+
84
+ WooCommerce Export Customers
85
+
86
+ You can export WooCommerce customers 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) functionality of this plugin. If you have hundreds, even thousands, of WooCommerce Customers, this helps to save your effort and time of manually adding customer information.
87
+
88
+ Plugin can easily export customers details to CSV file by filtering customers by user role. Even the plugin automatically upload your exports via FTP.
89
+
90
+ WooCommerce Import Customers
91
+
92
+ 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.
93
+
94
+ The plugin has the option to send an Email to the user email ID whenever admin imports/updates customer details.
95
+
96
+ You can map your import columns to the appropriate WooCommerce data to import or merge customer details. You can also import data from a variety of sources, such as an uploaded CSV file on FTP, locally saved CSV file to your computer.
97
+
98
+ For importing WooCommerce customer 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 CSV file by using a spreadsheet program, such as Excel, or Google Spreadsheets. Save this file with extension .CSV. After entering all details about WooCommerce users in the spreadsheet, you can import to your website.
99
+
100
  = About XAdapter.com =
101
 
102
  XAdapter creates quality WordPress/WooCommerce plugins that are easy to use and customize. We are proud to have thousands of customers actively using our plugins across the globe.
124
 
125
  == Changelog ==
126
 
127
+ = 1.0.7 =
128
+ * Minor Content updates
129
  = 1.0.6 =
130
  * Fixed Conflict with Premium Version
 
131
  = 1.0.5 =
132
+ * Fixed PHP 7.0 Compatibility Issue and warning fix
 
133
  = 1.0.4 =
134
  * Marketing Content Change.
 
135
  = 1.0.3 =
136
  * Minor content updates.
137
  = 1.0.2 =
143
 
144
  == Upgrade Notice ==
145
 
146
+ = 1.0.7 =
147
+ * Minor Content updates