Version Description
- Minor content updates.
Download this release
Release Info
Developer | hikeforce |
Plugin | Import Export WordPress Users and WooCommerce Customers |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- customer-import-export.php +1 -1
- readme.txt +8 -4
customer-import-export.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
Description: Export and Import User/Customers details From and To your WordPress/WooCommerce.
|
7 |
Author: HikeForce
|
8 |
Author URI: http://www.xadapter.com/vendor/hikeforce/
|
9 |
-
Version: 1.0.
|
10 |
Text Domain: wf_customer_import_export
|
11 |
*/
|
12 |
|
6 |
Description: Export and Import User/Customers details From and To your WordPress/WooCommerce.
|
7 |
Author: HikeForce
|
8 |
Author URI: http://www.xadapter.com/vendor/hikeforce/
|
9 |
+
Version: 1.0.1
|
10 |
Text Domain: wf_customer_import_export
|
11 |
*/
|
12 |
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== WordPress Users & WooCommerce Customers Import Export(BASIC) ===
|
2 |
-
Contributors: hikeforce,
|
3 |
Tags: CSV, Export, Import, WooCommerce Customers, Wordpress Users
|
4 |
Requires at least: 3.0.1
|
5 |
Tested up to: 4.7
|
6 |
-
Stable tag: 1.0.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -26,7 +26,7 @@ Highlights: WordPress Users Export, WordPress Users CSV Import Suite, Export Wor
|
|
26 |
|
27 |
The WordPress Users & WooCommerce Customers Import Export(BASIC) Plugin takes CSV (Comma-Separated Values) file as input. You must create a CSV file and enter the user details in a structured format as explained in the tutorial. This is to match each field of CSV file to the field of a particular user fields , otherwise Admin need to input manually. For example: the user_email field gets mapped to the User Email. For the plugin to work correctly, you must map headers of all of the column correctly and you must ensure that all of the fields you enter must be in the correct format.
|
28 |
|
29 |
-
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 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 spreadsheet, you can import users to your online Site/Store. With this plugin, you can also export and download user details as a CSV file.
|
30 |
|
31 |
<blockquote>
|
32 |
|
@@ -77,9 +77,13 @@ Yes. You can import or export multiple user roles along with other basic user de
|
|
77 |
3. Premium export Screen
|
78 |
|
79 |
== Changelog ==
|
|
|
|
|
80 |
= 1.0.0 =
|
81 |
* Import /Export WordPress Users.
|
82 |
|
83 |
== Upgrade Notice ==
|
|
|
|
|
84 |
= 1.0.0 =
|
85 |
-
* Import /Export WordPress Users.
|
1 |
=== WordPress Users & WooCommerce Customers Import Export(BASIC) ===
|
2 |
+
Contributors: hikeforce, niwf, mujeebur
|
3 |
Tags: CSV, Export, Import, WooCommerce Customers, Wordpress Users
|
4 |
Requires at least: 3.0.1
|
5 |
Tested up to: 4.7
|
6 |
+
Stable tag: 1.0.1
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
26 |
|
27 |
The WordPress Users & WooCommerce Customers Import Export(BASIC) Plugin takes CSV (Comma-Separated Values) file as input. You must create a CSV file and enter the user details in a structured format as explained in the tutorial. This is to match each field of CSV file to the field of a particular user fields , otherwise Admin need to input manually. For example: the user_email field gets mapped to the User Email. For the plugin to work correctly, you must map headers of all of the column correctly and you must ensure that all of the fields you enter must be in the correct format.
|
28 |
|
29 |
+
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 spreadsheet, you can import users to your online Site/Store. With this plugin, you can also export and download user details as a CSV file.
|
30 |
|
31 |
<blockquote>
|
32 |
|
77 |
3. Premium export Screen
|
78 |
|
79 |
== Changelog ==
|
80 |
+
= 1.0.1 =
|
81 |
+
* Minor content updates.
|
82 |
= 1.0.0 =
|
83 |
* Import /Export WordPress Users.
|
84 |
|
85 |
== Upgrade Notice ==
|
86 |
+
= 1.0.1 =
|
87 |
+
* Minor content updates.
|
88 |
= 1.0.0 =
|
89 |
+
* Import /Export WordPress Users.
|