Version Description
- Minor UI change.
- Tested OK with WC 3.5.7
- Tested OK with PHP 7.3.3
Download this release
Release Info
Developer | webtoffee |
Plugin | Import Export WordPress Users and WooCommerce Customers |
Version | 1.2.5 |
Comparing to | |
See all releases |
Code changes from version 1.2.4 to 1.2.5
includes/importer/class-wf-customerimpexpcsv-customer-import.php
CHANGED
@@ -796,7 +796,7 @@ class WF_CustomerImpExpCsv_Customer_Import extends WP_Importer {
|
|
796 |
|
797 |
// Display import page title
|
798 |
public function header() {
|
799 |
-
echo '<div><div class="icon32" id="icon-woocommerce-importer"><br></div>';
|
800 |
$tab = "import";
|
801 |
include_once(plugin_dir_path(WF_CustomerImpExpCsv_FILE).'includes/views/html-wf-common-header.php');
|
802 |
}
|
796 |
|
797 |
// Display import page title
|
798 |
public function header() {
|
799 |
+
echo '<div class="woocommerce"><div class="icon32" id="icon-woocommerce-importer"><br></div>';
|
800 |
$tab = "import";
|
801 |
include_once(plugin_dir_path(WF_CustomerImpExpCsv_FILE).'includes/views/html-wf-common-header.php');
|
802 |
}
|
includes/views/market.php
CHANGED
@@ -80,7 +80,6 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
80 |
background: #fff;
|
81 |
padding: 5px;
|
82 |
margin-bottom: 23px;
|
83 |
-
margin-top: 5px;
|
84 |
}
|
85 |
.wf_customer_import_export .uipe-review-widget p{
|
86 |
margin-right:5px;
|
80 |
background: #fff;
|
81 |
padding: 5px;
|
82 |
margin-bottom: 23px;
|
|
|
83 |
}
|
84 |
.wf_customer_import_export .uipe-review-widget p{
|
85 |
margin-right:5px;
|
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 |
|
@@ -19,7 +19,8 @@ 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 +149,10 @@ No. You may want to use https://wordpress.org/plugins/order-import-export-for-wo
|
|
148 |
|
149 |
== Changelog ==
|
150 |
|
|
|
|
|
|
|
|
|
151 |
= 1.2.4 =
|
152 |
* Bug Fix.
|
153 |
= 1.2.3 =
|
@@ -210,5 +215,7 @@ No. You may want to use https://wordpress.org/plugins/order-import-export-for-wo
|
|
210 |
|
211 |
== Upgrade Notice ==
|
212 |
|
213 |
-
= 1.2.
|
214 |
-
*
|
|
|
|
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.5
|
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.7
|
23 |
+
🔸 Tested OK with PHP 7.3.3
|
24 |
|
25 |
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.
|
26 |
|
149 |
|
150 |
== Changelog ==
|
151 |
|
152 |
+
= 1.2.5 =
|
153 |
+
* Minor UI change.
|
154 |
+
* Tested OK with WC 3.5.7
|
155 |
+
* Tested OK with PHP 7.3.3
|
156 |
= 1.2.4 =
|
157 |
* Bug Fix.
|
158 |
= 1.2.3 =
|
215 |
|
216 |
== Upgrade Notice ==
|
217 |
|
218 |
+
= 1.2.5 =
|
219 |
+
* Minor UI change.
|
220 |
+
* Tested OK with WC 3.5.7
|
221 |
+
* Tested OK with PHP 7.3.3
|
users-customers-import-export-for-wp-woocommerce.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: users-customers-import-export-for-wp-woocommerce
|
12 |
License: GPLv3
|
13 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
@@ -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.5
|
10 |
+
WC tested up to: 3.5.7
|
11 |
Text Domain: users-customers-import-export-for-wp-woocommerce
|
12 |
License: GPLv3
|
13 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
36 |
|
37 |
if( !defined('WF_CUSTOMER_IMP_EXP_VERSION') )
|
38 |
{
|
39 |
+
define("WF_CUSTOMER_IMP_EXP_VERSION", "1.2.5");
|
40 |
}
|
41 |
|
42 |
|