Version Description
- Tested OK with WC 4.5.0 and WP 5.5.1
Download this release
Release Info
Developer | webtoffee |
Plugin | Import Export WordPress Users and WooCommerce Customers |
Version | 1.4.4 |
Comparing to | |
See all releases |
Code changes from version 1.4.3 to 1.4.4
- Sample_Users.csv +0 -0
- images/calendar.png +0 -0
- images/csv.png +0 -0
- images/documentation.png +0 -0
- images/setup.png +0 -0
- images/storefrog.png +0 -0
- images/support.png +0 -0
- images/video.png +0 -0
- images/wf-ajax-loader.gif +0 -0
- images/wf-failed.png +0 -0
- images/wf-import.png +0 -0
- images/wf-notice.png +0 -0
- images/wf-success.png +0 -0
- includes/class-wf-customerimpexpcsv-admin-screen.php +0 -0
- includes/class-wf-customerimpexpcsv-ajax-handler.php +0 -0
- includes/class-wt-security-helper.php +0 -0
- includes/class-wt-userimport-uninstall-feedback.php +0 -0
- includes/exporter/class-wf-customerimpexpcsv-exporter.php +0 -0
- includes/exporter/data/data-wf-post-columns.php +0 -0
- includes/importer/class-wf-csv-parser.php +0 -0
- includes/importer/class-wf-customerimpexpcsv-customer-import.php +0 -0
- includes/importer/class-wf-customerimpexpcsv-importer.php +0 -0
- includes/importer/data/data-wf-reserved-fields-pair.php +0 -0
- includes/importer/views/html-wf-import-greeting.php +0 -0
- includes/importer/views/html-wf-import-options.php +0 -0
- includes/importer/views/market.php +0 -0
- includes/views/export/html-wf-export-customers.php +2 -2
- includes/views/export/market.php +0 -0
- includes/views/html-wf-admin-screen.php +0 -0
- includes/views/html-wf-common-header.php +0 -0
- includes/views/html-wf-help-guide.php +0 -0
- includes/views/import/html-wf-import-customers.php +0 -0
- includes/views/market.php +0 -0
- lang/users-customers-import-export-for-wp-woocommerce-de_DE.mo +0 -0
- lang/users-customers-import-export-for-wp-woocommerce-de_DE.po +0 -0
- lang/users-customers-import-export-for-wp-woocommerce-fr_FR.mo +0 -0
- lang/users-customers-import-export-for-wp-woocommerce-fr_FR.po +0 -0
- license.txt +0 -0
- readme.txt +7 -5
- styles/select2.css +0 -0
- styles/select2.js +0 -0
- styles/wf-style.css +0 -0
- temp-import.csv +0 -0
- users-customers-import-export-for-wp-woocommerce.php +3 -3
Sample_Users.csv
CHANGED
File without changes
|
images/calendar.png
CHANGED
File without changes
|
images/csv.png
CHANGED
File without changes
|
images/documentation.png
CHANGED
File without changes
|
images/setup.png
CHANGED
File without changes
|
images/storefrog.png
CHANGED
File without changes
|
images/support.png
CHANGED
File without changes
|
images/video.png
CHANGED
File without changes
|
images/wf-ajax-loader.gif
CHANGED
File without changes
|
images/wf-failed.png
CHANGED
File without changes
|
images/wf-import.png
CHANGED
File without changes
|
images/wf-notice.png
CHANGED
File without changes
|
images/wf-success.png
CHANGED
File without changes
|
includes/class-wf-customerimpexpcsv-admin-screen.php
CHANGED
File without changes
|
includes/class-wf-customerimpexpcsv-ajax-handler.php
CHANGED
File without changes
|
includes/class-wt-security-helper.php
CHANGED
File without changes
|
includes/class-wt-userimport-uninstall-feedback.php
CHANGED
File without changes
|
includes/exporter/class-wf-customerimpexpcsv-exporter.php
CHANGED
File without changes
|
includes/exporter/data/data-wf-post-columns.php
CHANGED
File without changes
|
includes/importer/class-wf-csv-parser.php
CHANGED
File without changes
|
includes/importer/class-wf-customerimpexpcsv-customer-import.php
CHANGED
File without changes
|
includes/importer/class-wf-customerimpexpcsv-importer.php
CHANGED
File without changes
|
includes/importer/data/data-wf-reserved-fields-pair.php
CHANGED
File without changes
|
includes/importer/views/html-wf-import-greeting.php
CHANGED
File without changes
|
includes/importer/views/html-wf-import-options.php
CHANGED
File without changes
|
includes/importer/views/market.php
CHANGED
File without changes
|
includes/views/export/html-wf-export-customers.php
CHANGED
@@ -82,13 +82,13 @@
|
|
82 |
jQuery(document).ready(function (a) {
|
83 |
"use strict";
|
84 |
// Listen for click on toggle checkbox
|
85 |
-
|
86 |
// Iterate each checkbox
|
87 |
jQuery(':checkbox').each(function () {
|
88 |
this.checked = true;
|
89 |
});
|
90 |
});
|
91 |
-
jQuery(
|
92 |
// Iterate each checkbox
|
93 |
jQuery(':checkbox').each(function () {
|
94 |
this.checked = false;
|
82 |
jQuery(document).ready(function (a) {
|
83 |
"use strict";
|
84 |
// Listen for click on toggle checkbox
|
85 |
+
jQuery( "body" ).on( "click", "#pselectall", function() {
|
86 |
// Iterate each checkbox
|
87 |
jQuery(':checkbox').each(function () {
|
88 |
this.checked = true;
|
89 |
});
|
90 |
});
|
91 |
+
jQuery( "body" ).on( "click", "#punselectall", function() {
|
92 |
// Iterate each checkbox
|
93 |
jQuery(':checkbox').each(function () {
|
94 |
this.checked = false;
|
includes/views/export/market.php
CHANGED
File without changes
|
includes/views/html-wf-admin-screen.php
CHANGED
File without changes
|
includes/views/html-wf-common-header.php
CHANGED
File without changes
|
includes/views/html-wf-help-guide.php
CHANGED
File without changes
|
includes/views/import/html-wf-import-customers.php
CHANGED
File without changes
|
includes/views/market.php
CHANGED
File without changes
|
lang/users-customers-import-export-for-wp-woocommerce-de_DE.mo
CHANGED
File without changes
|
lang/users-customers-import-export-for-wp-woocommerce-de_DE.po
CHANGED
File without changes
|
lang/users-customers-import-export-for-wp-woocommerce-fr_FR.mo
CHANGED
File without changes
|
lang/users-customers-import-export-for-wp-woocommerce-fr_FR.po
CHANGED
File without changes
|
license.txt
CHANGED
File without changes
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@ Contributors: webtoffee
|
|
3 |
Donate link: https://www.webtoffee.com/plugins/
|
4 |
Tags: user import, user export, export customers, import customers, export users to csv, import users from csv, woocommerce export customers, export import users, woocommerce import customers, woocommerce export customer email
|
5 |
Requires at least: 3.0.1
|
6 |
-
Tested up to: 5.
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 1.4.
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
@@ -20,7 +20,7 @@ Import users and export users made fast and simple! Import Export WordPress User
|
|
20 |
|
21 |
🔸 Users Export - Export Users to CSV file.</li>
|
22 |
🔸 Users import - Import Users from CSV format to WordPress/WooCommerce Store.
|
23 |
-
🔸 Tested OK with WooCommerce 4.
|
24 |
🔸 Tested OK with PHP 7.3.5
|
25 |
|
26 |
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 details.
|
@@ -159,6 +159,8 @@ By default, admin and store manager are given access to export users. Please vis
|
|
159 |
|
160 |
== Changelog ==
|
161 |
|
|
|
|
|
162 |
= 1.4.3 =
|
163 |
* Tested OK with WC 4.3.1 and WP 5.4.2
|
164 |
= 1.4.2 =
|
@@ -267,5 +269,5 @@ By default, admin and store manager are given access to export users. Please vis
|
|
267 |
|
268 |
== Upgrade Notice ==
|
269 |
|
270 |
-
= 1.4.
|
271 |
-
* Tested OK with WC 4.
|
3 |
Donate link: https://www.webtoffee.com/plugins/
|
4 |
Tags: user import, user export, export customers, import customers, export users to csv, import users from csv, woocommerce export customers, export import users, woocommerce import customers, woocommerce export customer email
|
5 |
Requires at least: 3.0.1
|
6 |
+
Tested up to: 5.5
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 1.4.4
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
20 |
|
21 |
🔸 Users Export - Export Users to CSV file.</li>
|
22 |
🔸 Users import - Import Users from CSV format to WordPress/WooCommerce Store.
|
23 |
+
🔸 Tested OK with WooCommerce 4.5.0
|
24 |
🔸 Tested OK with PHP 7.3.5
|
25 |
|
26 |
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 details.
|
159 |
|
160 |
== Changelog ==
|
161 |
|
162 |
+
= 1.4.4 =
|
163 |
+
* Tested OK with WC 4.5.0 and WP 5.5.1
|
164 |
= 1.4.3 =
|
165 |
* Tested OK with WC 4.3.1 and WP 5.4.2
|
166 |
= 1.4.2 =
|
269 |
|
270 |
== Upgrade Notice ==
|
271 |
|
272 |
+
= 1.4.4 =
|
273 |
+
* Tested OK with WC 4.5.0 and WP 5.5.1
|
styles/select2.css
CHANGED
File without changes
|
styles/select2.js
CHANGED
File without changes
|
styles/wf-style.css
CHANGED
File without changes
|
temp-import.csv
CHANGED
File without changes
|
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.4.
|
10 |
-
WC tested up to: 4.
|
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.4.
|
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.4.4
|
10 |
+
WC tested up to: 4.5.0
|
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.4.4");
|
40 |
}
|
41 |
|
42 |
|