Import Export WordPress Users and WooCommerce Customers - Version 2.0.4

Version Description

  • Improvement: Content updates.
  • Tested OK with WC 4.8.0
  • Version 2.0.0 onward has been revamped majorly.
Download this release

Release Info

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

Code changes from version 2.0.3 to 2.0.4

admin/modules/user/user.php CHANGED
@@ -384,7 +384,7 @@ class Wt_Import_Export_For_Woo_basic_User {
384
  );
385
 
386
  $fields['date_from'] = array(
387
- 'label' => __('Customer Registration Date Drom'),
388
  'placeholder' => __('Date'),
389
  'field_name' => 'date_from',
390
  'sele_vals' => '',
@@ -394,7 +394,7 @@ class Wt_Import_Export_For_Woo_basic_User {
394
  );
395
 
396
  $fields['date_to'] = array(
397
- 'label' => __('Customer Registration Date To'),
398
  'placeholder' => __('Date'),
399
  'field_name' => 'date_to',
400
  'sele_vals' => '',
@@ -491,7 +491,7 @@ class Wt_Import_Export_For_Woo_basic_User {
491
  ),
492
  'value' => '1',
493
  'field_name' => 'use_same_password',
494
- 'help_text' => __('Retain user passwords as per the input record.'),
495
  );
496
 
497
 
384
  );
385
 
386
  $fields['date_from'] = array(
387
+ 'label' => __('Customer Registration - From Date'),
388
  'placeholder' => __('Date'),
389
  'field_name' => 'date_from',
390
  'sele_vals' => '',
394
  );
395
 
396
  $fields['date_to'] = array(
397
+ 'label' => __('Customer Registration - To Date'),
398
  'placeholder' => __('Date'),
399
  'field_name' => 'date_to',
400
  'sele_vals' => '',
491
  ),
492
  'value' => '1',
493
  'field_name' => 'use_same_password',
494
+ 'help_text' => __("Choose 'Yes' to migrate user passwords as is. Option 'No' will encrypt the password; use this option particularly while using a plain text(unencrypted) password."),
495
  );
496
 
497
 
includes/class-wt-import-export-for-woo.php CHANGED
@@ -80,7 +80,7 @@ class Wt_Import_Export_For_Woo_Basic {
80
  if ( defined( 'WT_U_IEW_VERSION' ) ) {
81
  $this->version = WT_U_IEW_VERSION;
82
  } else {
83
- $this->version = '2.0.3';
84
  }
85
  $this->plugin_name = 'wt-import-export-for-woo-basic';
86
 
80
  if ( defined( 'WT_U_IEW_VERSION' ) ) {
81
  $this->version = WT_U_IEW_VERSION;
82
  } else {
83
+ $this->version = '2.0.4';
84
  }
85
  $this->plugin_name = 'wt-import-export-for-woo-basic';
86
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: user import, user export, csv, woocommerce, customers, import, export, exp
5
  Requires at least: 3.0.1
6
  Tested up to: 5.6
7
  Requires PHP: 5.6
8
- Stable tag: 2.0.3
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
@@ -29,7 +29,7 @@ WordPress User Import Export plugin allows you to import and export WordPress us
29
  🔸 Map and Transform fields while importing customers/users
30
  🔸 Change values (bulk modify) while importing customers/users using Evaluation Fields
31
  🔸 Tested OK with WordPress 5.6
32
- 🔸 Tested OK with WooCommerce 4.7.1
33
  🔸 Tested OK with PHP 7.3.5
34
 
35
  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.
@@ -196,6 +196,10 @@ By default, admin and store manager are given access to export users. Please vis
196
 
197
 
198
  == Changelog ==
 
 
 
 
199
  = 2.0.3 =
200
  * Fix: Issue with importing user roles.
201
  * Improvement: Added more filters for export.
@@ -331,9 +335,7 @@ By default, admin and store manager are given access to export users. Please vis
331
 
332
  == Upgrade Notice ==
333
 
334
- = 2.0.3 =
335
- * Fix: Issue with importing user roles.
336
- * Improvement: Added more filters for export.
337
- * Tested OK with WP 5.6
338
- * Tested OK with WC 4.7.1
339
  * Version 2.0.0 onward has been revamped majorly.
5
  Requires at least: 3.0.1
6
  Tested up to: 5.6
7
  Requires PHP: 5.6
8
+ Stable tag: 2.0.4
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
29
  🔸 Map and Transform fields while importing customers/users
30
  🔸 Change values (bulk modify) while importing customers/users using Evaluation Fields
31
  🔸 Tested OK with WordPress 5.6
32
+ 🔸 Tested OK with WooCommerce 4.8.0
33
  🔸 Tested OK with PHP 7.3.5
34
 
35
  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.
196
 
197
 
198
  == Changelog ==
199
+ = 2.0.4 =
200
+ * Improvement: Content updates.
201
+ * Tested OK with WC 4.8.0
202
+ * Version 2.0.0 onward has been revamped majorly.
203
  = 2.0.3 =
204
  * Fix: Issue with importing user roles.
205
  * Improvement: Added more filters for export.
335
 
336
  == Upgrade Notice ==
337
 
338
+ = 2.0.4 =
339
+ * Improvement: Content updates.
340
+ * Tested OK with WC 4.8.0
 
 
341
  * Version 2.0.0 onward has been revamped majorly.
user_import_export_review_request.php CHANGED
@@ -20,7 +20,7 @@ class User_import_export_Review_Request
20
  private $activation_hook = "wt_u_iew_basic_activate"; /* hook for activation, to store activated date */
21
  private $deactivation_hook = "wt_u_iew_basic_deactivate"; /* hook for deactivation, to delete activated date */
22
  private $days_to_show_banner = 7; /* when did the banner to show */
23
- private $remind_days = 3; /* remind interval in days */
24
  private $webtoffee_logo_url = WT_U_IEW_PLUGIN_URL.'assets/images/webtoffee-logo_small.png';
25
 
26
 
20
  private $activation_hook = "wt_u_iew_basic_activate"; /* hook for activation, to store activated date */
21
  private $deactivation_hook = "wt_u_iew_basic_deactivate"; /* hook for deactivation, to delete activated date */
22
  private $days_to_show_banner = 7; /* when did the banner to show */
23
+ private $remind_days = 5; /* remind interval in days */
24
  private $webtoffee_logo_url = WT_U_IEW_PLUGIN_URL.'assets/images/webtoffee-logo_small.png';
25
 
26
 
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: 2.0.3
10
- WC tested up to: 4.7.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
@@ -43,7 +43,7 @@ if ( ! defined( 'WT_IEW_DEBUG_BASIC' ) ) {
43
  * Start at version 1.0.0 and use SemVer - https://semver.org
44
  * Rename this for your plugin and update it as you release new versions.
45
  */
46
- define( 'WT_U_IEW_VERSION', '2.0.3' );
47
 
48
  /**
49
  * The code that runs during plugin activation.
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: 2.0.4
10
+ WC tested up to: 4.8.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
43
  * Start at version 1.0.0 and use SemVer - https://semver.org
44
  * Rename this for your plugin and update it as you release new versions.
45
  */
46
+ define( 'WT_U_IEW_VERSION', '2.0.4' );
47
 
48
  /**
49
  * The code that runs during plugin activation.