Version Description
- Tested OK with WP 5.3.2
- Content update.
Download this release
Release Info
Developer | webtoffee |
Plugin | Import Export WordPress Users and WooCommerce Customers |
Version | 1.3.6 |
Comparing to | |
See all releases |
Code changes from version 1.3.5 to 1.3.6
includes/class-wt-userimport-uninstall-feedback.php
CHANGED
@@ -240,7 +240,7 @@ if (!class_exists('WT_UserImport_Uninstall_Feedback')) :
|
|
240 |
'userimport_version' => WF_CUSTOMER_IMP_EXP_VERSION
|
241 |
);
|
242 |
// Write an action/hook here in webtoffe to recieve the data
|
243 |
-
$resp = wp_remote_post('
|
244 |
'method' => 'POST',
|
245 |
'timeout' => 45,
|
246 |
'redirection' => 5,
|
240 |
'userimport_version' => WF_CUSTOMER_IMP_EXP_VERSION
|
241 |
);
|
242 |
// Write an action/hook here in webtoffe to recieve the data
|
243 |
+
$resp = wp_remote_post('https://feedback.webtoffee.com/wp-json/userimport/v1/uninstall', array(
|
244 |
'method' => 'POST',
|
245 |
'timeout' => 45,
|
246 |
'redirection' => 5,
|
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: 5.3
|
7 |
-
Stable tag: 1.3.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -158,6 +158,9 @@ By default, admin and store manager are given access to export users. Please vis
|
|
158 |
|
159 |
== Changelog ==
|
160 |
|
|
|
|
|
|
|
161 |
= 1.3.5 =
|
162 |
* provision to export for Super Admin.
|
163 |
* Tested OK with WC 3.8.1 and WP 5.3
|
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.3.2
|
7 |
+
Stable tag: 1.3.6
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
158 |
|
159 |
== Changelog ==
|
160 |
|
161 |
+
= 1.3.6 =
|
162 |
+
* Tested OK with WP 5.3.2
|
163 |
+
* Content update.
|
164 |
= 1.3.5 =
|
165 |
* provision to export for Super Admin.
|
166 |
* Tested OK with WC 3.8.1 and WP 5.3
|
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.3.
|
10 |
WC tested up to: 3.8.1
|
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.3.
|
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.3.6
|
10 |
WC tested up to: 3.8.1
|
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.3.6");
|
40 |
}
|
41 |
|
42 |
|