Version Description
- Bug Fix.
Download this release
Release Info
Developer | webtoffee |
Plugin | Import Export WordPress Users and WooCommerce Customers |
Version | 1.2.4 |
Comparing to | |
See all releases |
Code changes from version 1.2.3 to 1.2.4
includes/exporter/class-wf-customerimpexpcsv-exporter.php
CHANGED
@@ -104,8 +104,7 @@ class WF_CustomerImpExpCsv_Exporter {
|
|
104 |
* @return array $meta_keys customer/user meta data
|
105 |
*/
|
106 |
public static function get_customers_csv_row($id, $export_columns, $csv_columns) {
|
107 |
-
|
108 |
-
$user = get_user_by('ID', $id);
|
109 |
|
110 |
$customer_data = array();
|
111 |
foreach ($csv_columns as $key) {
|
104 |
* @return array $meta_keys customer/user meta data
|
105 |
*/
|
106 |
public static function get_customers_csv_row($id, $export_columns, $csv_columns) {
|
107 |
+
$user = get_user_by('id', $id);
|
|
|
108 |
|
109 |
$customer_data = array();
|
110 |
foreach ($csv_columns as $key) {
|
includes/importer/views/market.php
CHANGED
File without changes
|
includes/views/export/market.php
CHANGED
File without changes
|
includes/views/import/html-wf-import-customers.php
CHANGED
File without changes
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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.1.1
|
7 |
-
Stable tag: 1.2.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -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.3 =
|
152 |
* Tested OK with WP 5.1.1 and WC 3.5.6
|
153 |
* Minor UI changes.
|
@@ -208,6 +210,5 @@ No. You may want to use https://wordpress.org/plugins/order-import-export-for-wo
|
|
208 |
|
209 |
== Upgrade Notice ==
|
210 |
|
211 |
-
= 1.2.
|
212 |
-
*
|
213 |
-
* Minor UI changes.
|
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.1.1
|
7 |
+
Stable tag: 1.2.4
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
148 |
|
149 |
== Changelog ==
|
150 |
|
151 |
+
= 1.2.4 =
|
152 |
+
* Bug Fix.
|
153 |
= 1.2.3 =
|
154 |
* Tested OK with WP 5.1.1 and WC 3.5.6
|
155 |
* Minor UI changes.
|
210 |
|
211 |
== Upgrade Notice ==
|
212 |
|
213 |
+
= 1.2.4 =
|
214 |
+
* Bug Fix.
|
|
users-customers-import-export-for-wp-woocommerce.php
CHANGED
@@ -6,7 +6,7 @@
|
|
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.6
|
11 |
Text Domain: users-customers-import-export-for-wp-woocommerce
|
12 |
License: GPLv3
|
@@ -36,7 +36,7 @@ if( !defined('WF_CUSTOMER_IMP_EXP_ID') )
|
|
36 |
|
37 |
if( !defined('WF_CUSTOMER_IMP_EXP_VERSION') )
|
38 |
{
|
39 |
-
define("WF_CUSTOMER_IMP_EXP_VERSION", "1.2.
|
40 |
}
|
41 |
|
42 |
|
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.4
|
10 |
WC tested up to: 3.5.6
|
11 |
Text Domain: users-customers-import-export-for-wp-woocommerce
|
12 |
License: GPLv3
|
36 |
|
37 |
if( !defined('WF_CUSTOMER_IMP_EXP_VERSION') )
|
38 |
{
|
39 |
+
define("WF_CUSTOMER_IMP_EXP_VERSION", "1.2.4");
|
40 |
}
|
41 |
|
42 |
|