Import Export WordPress Users and WooCommerce Customers - Version 1.4.3

Version Description

  • Tested OK with WC 4.3.1 and WP 5.4.2
Download this release

Release Info

Developer webtoffee
Plugin Icon 128x128 Import Export WordPress Users and WooCommerce Customers
Version 1.4.3
Comparing to
See all releases

Code changes from version 1.4.2 to 1.4.3

readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: user import, user export, export customers, import customers, export users
5
  Requires at least: 3.0.1
6
  Tested up to: 5.4
7
  Requires PHP: 5.6
8
- Stable tag: 1.4.2
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
  &#128312; Users Export - Export Users to CSV file.</li>
22
  &#128312; Users import - Import Users from CSV format to WordPress/WooCommerce Store.
23
- &#128312; Tested OK with WooCommerce 4.1.0
24
  &#128312; 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.2 =
163
  * Tested OK with WC 4.1.0 and WP 5.4.1
164
  = 1.4.1 =
@@ -265,5 +267,5 @@ By default, admin and store manager are given access to export users. Please vis
265
 
266
  == Upgrade Notice ==
267
 
268
- = 1.4.2 =
269
- * Tested OK with WC 4.1.0 and WP 5.4.1
5
  Requires at least: 3.0.1
6
  Tested up to: 5.4
7
  Requires PHP: 5.6
8
+ Stable tag: 1.4.3
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
20
 
21
  &#128312; Users Export - Export Users to CSV file.</li>
22
  &#128312; Users import - Import Users from CSV format to WordPress/WooCommerce Store.
23
+ &#128312; Tested OK with WooCommerce 4.3.1
24
  &#128312; 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.3 =
163
+ * Tested OK with WC 4.3.1 and WP 5.4.2
164
  = 1.4.2 =
165
  * Tested OK with WC 4.1.0 and WP 5.4.1
166
  = 1.4.1 =
267
 
268
  == Upgrade Notice ==
269
 
270
+ = 1.4.3 =
271
+ * Tested OK with WC 4.3.1 and WP 5.4.2
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.2
10
- WC tested up to: 4.1.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,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.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.4.3
10
+ WC tested up to: 4.3.1
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.3");
40
  }
41
 
42