Version Description
- Minor content updates.
Download this release
Release Info
Developer | xadapter |
Plugin | Import Export WordPress Users and WooCommerce Customers |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- customer-import-export.php +4 -4
- readme.txt +7 -3
customer-import-export.php
CHANGED
@@ -4,9 +4,9 @@
|
|
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:
|
8 |
-
Author URI: http://www.xadapter.com/
|
9 |
-
Version: 1.0.
|
10 |
Text Domain: wf_customer_import_export
|
11 |
*/
|
12 |
|
@@ -127,4 +127,4 @@ if (!class_exists('WF_Customer_Import_Export_CSV')) :
|
|
127 |
|
128 |
endif;
|
129 |
|
130 |
-
new WF_Customer_Import_Export_CSV();
|
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.2
|
10 |
Text Domain: wf_customer_import_export
|
11 |
*/
|
12 |
|
127 |
|
128 |
endif;
|
129 |
|
130 |
+
new WF_Customer_Import_Export_CSV();
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
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.
|
6 |
-
Stable tag: 1.0.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -77,12 +77,16 @@ 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.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 =
|
1 |
=== WordPress Users & WooCommerce Customers Import Export(BASIC) ===
|
2 |
+
Contributors: xadapter, hikeforce, 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.2
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
77 |
3. Premium export Screen
|
78 |
|
79 |
== Changelog ==
|
80 |
+
= 1.0.2 =
|
81 |
+
* Minor content updates.
|
82 |
= 1.0.1 =
|
83 |
* Minor content updates.
|
84 |
= 1.0.0 =
|
85 |
* Import /Export WordPress Users.
|
86 |
|
87 |
== Upgrade Notice ==
|
88 |
+
= 1.0.2 =
|
89 |
+
* Minor content updates.
|
90 |
= 1.0.1 =
|
91 |
* Minor content updates.
|
92 |
= 1.0.0 =
|