Import Export WordPress Users and WooCommerce Customers - Version 2.0.9

Version Description

  • Plugin name update.
Download this release

Release Info

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

Code changes from version 2.0.8 to 2.0.9

admin/js/wt-import-export-for-woo-admin.js CHANGED
File without changes
admin/modules/import/classes/class-import-ajax.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Ajax section of the Import module
4
- *
5
  *
6
  * @package Wt_Import_Export_For_Woo
7
  */
1
  <?php
2
  /**
3
  * Ajax section of the Import module
4
+ *
5
  *
6
  * @package Wt_Import_Export_For_Woo
7
  */
admin/views/market.php CHANGED
@@ -97,7 +97,7 @@ if ( ! defined( 'ABSPATH' ) ) {
97
  <li style="text-align: center;"><?php echo __('30 Day Money Back Guarantee','users-customers-import-export-for-wp-woocommerce'); ?></li>
98
  <li style="text-align: center;"><?php echo __('Fast and Superior Support','users-customers-import-export-for-wp-woocommerce'); ?></li>
99
  <li style="text-align: center;">
100
- <a href="https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/?utm_source=free_plugin_sidebar&utm_medium=user_imp_exp_basic&utm_campaign=User_Import_Export&utm_content=2.0.8" target="_blank" class="button button-primary button-go-pro"><?php _e('Upgrade to Premium', 'users-customers-import-export-for-wp-woocommerce'); ?></a>
101
  </li>
102
  </ul>
103
  <span>
97
  <li style="text-align: center;"><?php echo __('30 Day Money Back Guarantee','users-customers-import-export-for-wp-woocommerce'); ?></li>
98
  <li style="text-align: center;"><?php echo __('Fast and Superior Support','users-customers-import-export-for-wp-woocommerce'); ?></li>
99
  <li style="text-align: center;">
100
+ <a href="https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/?utm_source=free_plugin_sidebar&utm_medium=user_imp_exp_basic&utm_campaign=User_Import_Export&utm_content=2.0.9" target="_blank" class="button button-primary button-go-pro"><?php _e('Upgrade to Premium', 'users-customers-import-export-for-wp-woocommerce'); ?></a>
101
  </li>
102
  </ul>
103
  <span>
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.8';
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.9';
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.7
7
  Requires PHP: 5.6
8
- Stable tag: 2.0.8
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
@@ -218,6 +218,8 @@ Yes, you can update the user data with the help of this plugin. The users will b
218
  12. WordPress user import export log
219
 
220
  == Changelog ==
 
 
221
  = 2.0.8 =
222
  * Tested OK with WC 5.1.0 and WP 5.7
223
  * Check existing users default with user_email while importing.
@@ -372,6 +374,5 @@ Yes, you can update the user data with the help of this plugin. The users will b
372
 
373
  == Upgrade Notice ==
374
 
375
- = 2.0.8 =
376
- * Tested OK with WC 5.1.0 and WP 5.7
377
- * Check existing users default with user_email while importing.
5
  Requires at least: 3.0.1
6
  Tested up to: 5.7
7
  Requires PHP: 5.6
8
+ Stable tag: 2.0.9
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
218
  12. WordPress user import export log
219
 
220
  == Changelog ==
221
+ = 2.0.9 =
222
+ * Plugin name update.
223
  = 2.0.8 =
224
  * Tested OK with WC 5.1.0 and WP 5.7
225
  * Check existing users default with user_email while importing.
374
 
375
  == Upgrade Notice ==
376
 
377
+ = 2.0.9 =
378
+ * Plugin name update.
 
users-customers-import-export-for-wp-woocommerce.php CHANGED
@@ -1,12 +1,12 @@
1
  <?php
2
 
3
  /*
4
- Plugin Name: WordPress Users & WooCommerce Customers Import Export
5
  Plugin URI: https://wordpress.org/plugins/users-customers-import-export-for-wp-woocommerce/
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.8
10
  WC tested up to: 5.1.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.8' );
47
 
48
  /**
49
  * The code that runs during plugin activation.
1
  <?php
2
 
3
  /*
4
+ Plugin Name: WordPress Users & WooCommerce Customers Import Export(BASIC)
5
  Plugin URI: https://wordpress.org/plugins/users-customers-import-export-for-wp-woocommerce/
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.9
10
  WC tested up to: 5.1.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.9' );
47
 
48
  /**
49
  * The code that runs during plugin activation.