Import Export WordPress Users and WooCommerce Customers - Version 2.2.7

Version Description

  • WP 5.9 Tested OK.
Download this release

Release Info

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

Code changes from version 2.2.6 to 2.2.7

admin/class-wt-import-export-for-woo-admin.php CHANGED
@@ -383,7 +383,7 @@ class Wt_Import_Export_For_Woo_Admin_Basic {
383
  {
384
  if(is_plugin_active("{$module_path}/{$module_path}.php"))
385
  {
386
- $module_file=WP_CONTENT_DIR."/plugins/{$module_path}/admin/modules/$module_key/$module_key.php";
387
  if(file_exists($module_file))
388
  {
389
  self::$existing_modules[]=$module_key;
@@ -471,8 +471,8 @@ class Wt_Import_Export_For_Woo_Admin_Basic {
471
  'number' => $limit,
472
  'search_columns' => array(
473
  'user_login',
474
- 'user_email',
475
- )),
476
  ));
477
  $users_found = $users->get_results();
478
 
383
  {
384
  if(is_plugin_active("{$module_path}/{$module_path}.php"))
385
  {
386
+ $module_file=WP_PLUGIN_DIR."/{$module_path}/admin/modules/$module_key/$module_key.php";
387
  if(file_exists($module_file))
388
  {
389
  self::$existing_modules[]=$module_key;
471
  'number' => $limit,
472
  'search_columns' => array(
473
  'user_login',
474
+ 'user_email'
475
+ ))
476
  ));
477
  $users_found = $users->get_results();
478
 
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.2.6';
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.2.7';
84
  }
85
  $this->plugin_name = 'wt-import-export-for-woo-basic';
86
 
readme.txt CHANGED
@@ -3,9 +3,9 @@ Contributors: webtoffee
3
  Donate link: https://www.webtoffee.com/plugins/
4
  Tags: user import, user export, csv, woocommerce, customers, export import users, export customers, import customers, import, export, export users to csv, import users from csv
5
  Requires at least: 3.0.1
6
- Tested up to: 5.8
7
  Requires PHP: 5.6
8
- Stable tag: 2.2.6
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
@@ -27,7 +27,7 @@ WordPress User Import Export plugin allows the import and export of WordPress us
27
  🔸 Change values (bulk modify) while importing customers/users using Evaluation Fields
28
  🔸 Export Guest users - Include data of WooCommerce guest customers(users who bought products from site without creating an account).
29
  🔸 Export specific users based on username/email - Suggests email addresses and names in export data filter fields while you type in.
30
- 🔸 Tested OK with WordPress 5.8
31
  🔸 Tested OK with WooCommerce 6.1
32
  🔸 Tested OK with PHP 8.0
33
 
@@ -216,6 +216,8 @@ Please refer the article on how to <a href="https://www.webtoffee.com/refresh-wo
216
 
217
  == Changelog ==
218
 
 
 
219
  = 2.2.6 =
220
  * Improvements: Optimise user email search filter to work without WooCommerce
221
  = 2.2.5 =
@@ -413,5 +415,5 @@ Please refer the article on how to <a href="https://www.webtoffee.com/refresh-wo
413
 
414
  == Upgrade Notice ==
415
 
416
- = 2.2.6 =
417
- * Improvements: Optimise user email search filter to work without WooCommerce
3
  Donate link: https://www.webtoffee.com/plugins/
4
  Tags: user import, user export, csv, woocommerce, customers, export import users, export customers, import customers, import, export, export users to csv, import users from csv
5
  Requires at least: 3.0.1
6
+ Tested up to: 5.9
7
  Requires PHP: 5.6
8
+ Stable tag: 2.2.7
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
27
  &#128312; Change values (bulk modify) while importing customers/users using Evaluation Fields
28
  &#128312; Export Guest users - Include data of WooCommerce guest customers(users who bought products from site without creating an account).
29
  &#128312; Export specific users based on username/email - Suggests email addresses and names in export data filter fields while you type in.
30
+ &#128312; Tested OK with WordPress 5.9
31
  &#128312; Tested OK with WooCommerce 6.1
32
  &#128312; Tested OK with PHP 8.0
33
 
216
 
217
  == Changelog ==
218
 
219
+ = 2.2.7 =
220
+ * WP 5.9 Tested OK.
221
  = 2.2.6 =
222
  * Improvements: Optimise user email search filter to work without WooCommerce
223
  = 2.2.5 =
415
 
416
  == Upgrade Notice ==
417
 
418
+ = 2.2.7 =
419
+ * WP 5.9 Tested OK
users-customers-import-export-for-wp-woocommerce.php CHANGED
@@ -5,7 +5,7 @@
5
  Description: Export and Import User/Customers details From and To your WordPress/WooCommerce.
6
  Author: WebToffee
7
  Author URI: https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/
8
- Version: 2.2.6
9
  WC tested up to: 6.1
10
  Text Domain: users-customers-import-export-for-wp-woocommerce
11
  License: GPLv3
@@ -45,7 +45,7 @@ if (!defined('WT_IEW_DEBUG_BASIC_TROUBLESHOOT')) {
45
  * Start at version 1.0.0 and use SemVer - https://semver.org
46
  * Rename this for your plugin and update it as you release new versions.
47
  */
48
- define('WT_U_IEW_VERSION', '2.2.6');
49
 
50
  /**
51
  * The code that runs during plugin activation.
5
  Description: Export and Import User/Customers details From and To your WordPress/WooCommerce.
6
  Author: WebToffee
7
  Author URI: https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/
8
+ Version: 2.2.7
9
  WC tested up to: 6.1
10
  Text Domain: users-customers-import-export-for-wp-woocommerce
11
  License: GPLv3
45
  * Start at version 1.0.0 and use SemVer - https://semver.org
46
  * Rename this for your plugin and update it as you release new versions.
47
  */
48
+ define('WT_U_IEW_VERSION', '2.2.7');
49
 
50
  /**
51
  * The code that runs during plugin activation.