Import Export WordPress Users and WooCommerce Customers - Version 2.0.6

Version Description

  • Content update.
  • 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.6
Comparing to
See all releases

Code changes from version 2.0.5 to 2.0.6

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.5';
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.6';
84
  }
85
  $this->plugin_name = 'wt-import-export-for-woo-basic';
86
 
readme.txt CHANGED
@@ -5,13 +5,15 @@ 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.5
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
12
- Import users and export users made simple! Fast and easy import and export of WordPress users and WooCommerce customers using CSV files.
13
 
14
- == WordPress Users and WooCommerce Customer Import Export Plugin - An Easy Import Export Solution ==
 
 
15
 
16
  WordPress User Import Export plugin allows you to import and export WordPress users and WooCommerce customers quickly and easily. User Export and User import are much required feature while moving Wordpress / WooCommerce websites.
17
 
@@ -216,6 +218,9 @@ Yes, you can update the user data with the help of this plugin. The users will b
216
  12. WordPress user import export log
217
 
218
  == Changelog ==
 
 
 
219
  = 2.0.5 =
220
  * New Feature: Update existing users.
221
  * Improvement: Content updates.
@@ -361,9 +366,6 @@ Yes, you can update the user data with the help of this plugin. The users will b
361
 
362
  == Upgrade Notice ==
363
 
364
- = 2.0.5 =
365
- * New Feature: Update existing users.
366
- * Improvement: Content updates.
367
- * Improved UI for better user experience
368
- * Tested OK with WC 4.9.0
369
  * 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.6
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
12
+ Import users and export users made simple! Easily Export Users to CSV, Import Users from CSV. Fastest user export import plugin. Export customers in WooCommerce (premium).
13
 
14
+ == Description ==
15
+
16
+ = Introduction =
17
 
18
  WordPress User Import Export plugin allows you to import and export WordPress users and WooCommerce customers quickly and easily. User Export and User import are much required feature while moving Wordpress / WooCommerce websites.
19
 
218
  12. WordPress user import export log
219
 
220
  == Changelog ==
221
+ = 2.0.6 =
222
+ * Content update.
223
+ * Version 2.0.0 onward has been revamped majorly.
224
  = 2.0.5 =
225
  * New Feature: Update existing users.
226
  * Improvement: Content updates.
366
 
367
  == Upgrade Notice ==
368
 
369
+ = 2.0.6 =
370
+ * Content update.
 
 
 
371
  * Version 2.0.0 onward has been revamped majorly.
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: 2.0.5
10
  WC tested up to: 4.9.0
11
  Text Domain: users-customers-import-export-for-wp-woocommerce
12
  License: GPLv3
@@ -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.5' );
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.6
10
  WC tested up to: 4.9.0
11
  Text Domain: users-customers-import-export-for-wp-woocommerce
12
  License: GPLv3
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.6' );
47
 
48
  /**
49
  * The code that runs during plugin activation.