Version Description
- Tested OK with WP 5.0.2 and WC 3.5.1
Download this release
Release Info
Developer | webtoffee |
Plugin | Import Export WordPress Users and WooCommerce Customers |
Version | 1.2.1 |
Comparing to | |
See all releases |
Code changes from version 1.2.0 to 1.2.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: WebToffee
|
8 |
Author URI: https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/
|
9 |
-
Version: 1.2.
|
10 |
-
WC tested up to: 3.5.
|
11 |
Text Domain: wf_customer_import_export
|
12 |
License: GPLv3
|
13 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
@@ -38,7 +38,7 @@ if( !defined('WF_CUSTOMER_IMP_EXP_ID') )
|
|
38 |
|
39 |
if( !defined('WF_CUSTOMER_IMP_EXP_VERSION') )
|
40 |
{
|
41 |
-
define("WF_CUSTOMER_IMP_EXP_VERSION", "1.2.
|
42 |
}
|
43 |
|
44 |
|
6 |
Description: Export and Import User/Customers details From and To your WordPress/WooCommerce.
|
7 |
Author: WebToffee
|
8 |
Author URI: https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/
|
9 |
+
Version: 1.2.1
|
10 |
+
WC tested up to: 3.5.2
|
11 |
Text Domain: wf_customer_import_export
|
12 |
License: GPLv3
|
13 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
38 |
|
39 |
if( !defined('WF_CUSTOMER_IMP_EXP_VERSION') )
|
40 |
{
|
41 |
+
define("WF_CUSTOMER_IMP_EXP_VERSION", "1.2.1");
|
42 |
}
|
43 |
|
44 |
|
includes/class-wf-customerimpexpcsv-admin-screen.php
CHANGED
File without changes
|
includes/importer/class-wf-customerimpexpcsv-customer-import.php
CHANGED
File without changes
|
includes/views/html-wf-admin-screen.php
CHANGED
File without changes
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: webtoffee
|
|
3 |
Donate link: https://www.webtoffee.com/plugins/
|
4 |
Tags: Export Users to CSV, Import Users from CSV, woocommerce export customers, user export, export import users, woocommerce import customers, woocommerce export customer email
|
5 |
Requires at least: 3.0.1
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 1.2.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -19,7 +19,7 @@ Import users and export users made fast and simple! Import Export WordPress User
|
|
19 |
|
20 |
🔸 Users Export - Export Users to CSV file.</li>
|
21 |
🔸 Users import - Import Users from CSV format to WordPress/WooCommerce Store.
|
22 |
-
🔸 Tested OK with WooCommerce 3.5.
|
23 |
|
24 |
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.
|
25 |
|
@@ -148,6 +148,8 @@ No. You may want to use https://wordpress.org/plugins/order-import-export-for-wo
|
|
148 |
|
149 |
== Changelog ==
|
150 |
|
|
|
|
|
151 |
= 1.2.0 =
|
152 |
* Bug fix.
|
153 |
= 1.1.9 =
|
@@ -199,5 +201,5 @@ No. You may want to use https://wordpress.org/plugins/order-import-export-for-wo
|
|
199 |
|
200 |
== Upgrade Notice ==
|
201 |
|
202 |
-
= 1.2.
|
203 |
-
*
|
3 |
Donate link: https://www.webtoffee.com/plugins/
|
4 |
Tags: Export Users to CSV, Import Users from CSV, woocommerce export customers, user export, export import users, woocommerce import customers, woocommerce export customer email
|
5 |
Requires at least: 3.0.1
|
6 |
+
Tested up to: 5.0.2
|
7 |
+
Stable tag: 1.2.1
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
19 |
|
20 |
🔸 Users Export - Export Users to CSV file.</li>
|
21 |
🔸 Users import - Import Users from CSV format to WordPress/WooCommerce Store.
|
22 |
+
🔸 Tested OK with WooCommerce 3.5.2
|
23 |
|
24 |
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.
|
25 |
|
148 |
|
149 |
== Changelog ==
|
150 |
|
151 |
+
= 1.2.1 =
|
152 |
+
* Tested OK with WP 5.0.2 and WC 3.5.1
|
153 |
= 1.2.0 =
|
154 |
* Bug fix.
|
155 |
= 1.1.9 =
|
201 |
|
202 |
== Upgrade Notice ==
|
203 |
|
204 |
+
= 1.2.1 =
|
205 |
+
* Tested OK with WP 5.0.2 and WC 3.5.1
|
styles/select2.css
CHANGED
File without changes
|
styles/wf-style.css
CHANGED
File without changes
|