Import Export WordPress Users and WooCommerce Customers - Version 1.0.8

Version Description

  • Tested OK with WordPress 4.9
Download this release

Release Info

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

Code changes from version 1.0.7 to 1.0.8

customer-import-export.php CHANGED
@@ -6,7 +6,7 @@
6
  Description: Export and Import User/Customers details From and To your WordPress/WooCommerce.
7
  Author: XAdapter
8
  Author URI: https://www.xadapter.com/
9
- Version: 1.0.7
10
  Text Domain: wf_customer_import_export
11
  */
12
 
@@ -74,6 +74,7 @@ if (!class_exists('WF_Customer_Import_Export_CSV')) :
74
  $plugin_links = array(
75
  '<a href="' . admin_url('admin.php?page=hf_wordpress_customer_im_ex') . '">' . __('Import Export Users/Customers', 'wf_customer_import_export') . '</a>',
76
  '<a href="https://www.xadapter.com/support/forum/wordpress-users-woocommerce-customers-import-export/">' . __('Support', 'wf_customer_import_export') . '</a>',
 
77
  );
78
  return array_merge($plugin_links, $links);
79
  }
@@ -148,4 +149,4 @@ if (!class_exists('WF_Customer_Import_Export_CSV')) :
148
 
149
  endif;
150
 
151
- new WF_Customer_Import_Export_CSV();
6
  Description: Export and Import User/Customers details From and To your WordPress/WooCommerce.
7
  Author: XAdapter
8
  Author URI: https://www.xadapter.com/
9
+ Version: 1.0.8
10
  Text Domain: wf_customer_import_export
11
  */
12
 
74
  $plugin_links = array(
75
  '<a href="' . admin_url('admin.php?page=hf_wordpress_customer_im_ex') . '">' . __('Import Export Users/Customers', 'wf_customer_import_export') . '</a>',
76
  '<a href="https://www.xadapter.com/support/forum/wordpress-users-woocommerce-customers-import-export/">' . __('Support', 'wf_customer_import_export') . '</a>',
77
+ '<a href="https://wordpress.org/support/plugin/users-customers-import-export-for-wp-woocommerce/reviews/">' . __('Review', 'wf_customer_import_export') . '</a>',
78
  );
79
  return array_merge($plugin_links, $links);
80
  }
149
 
150
  endif;
151
 
152
+ new WF_Customer_Import_Export_CSV();
includes/importer/class-wf-customerimpexpcsv-customer-import.php CHANGED
@@ -162,9 +162,9 @@ class WF_CustomerImpExpCsv_Customer_Import extends WP_Importer {
162
  var data = {
163
  action: 'user_csv_import_request',
164
  file: '<?php echo addslashes($file); ?>',
165
- mapping: '<?php echo json_encode($_POST['map_from']); ?>',
166
  profile: '<?php echo $this->profile; ?>',
167
- eval_field: '<?php echo stripslashes(json_encode(($_POST['eval_field']), JSON_HEX_APOS)) ?>',
168
  start_pos: start_pos,
169
  end_pos: end_pos,
170
  };
162
  var data = {
163
  action: 'user_csv_import_request',
164
  file: '<?php echo addslashes($file); ?>',
165
+ mapping: '<?php echo @json_encode($_POST['map_from']); ?>',
166
  profile: '<?php echo $this->profile; ?>',
167
+ eval_field: '<?php echo @stripslashes(json_encode(($_POST['eval_field']), JSON_HEX_APOS)) ?>',
168
  start_pos: start_pos,
169
  end_pos: end_pos,
170
  };
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: xadapter, niwf, mujeebur
3
  Tags: CSV, Export, Import, WooCommerce Customers, Wordpress Users
4
  Requires at least: 3.0.1
5
- Tested up to: 4.8.3
6
- Stable tag: 1.0.7
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -124,6 +124,8 @@ Yes. You can import or export multiple user roles along with other basic user de
124
 
125
  == Changelog ==
126
 
 
 
127
  = 1.0.7 =
128
  * Minor Content updates
129
  = 1.0.6 =
@@ -143,5 +145,5 @@ Yes. You can import or export multiple user roles along with other basic user de
143
 
144
  == Upgrade Notice ==
145
 
146
- = 1.0.7 =
147
- * Minor Content updates
2
  Contributors: xadapter, niwf, mujeebur
3
  Tags: CSV, Export, Import, WooCommerce Customers, Wordpress Users
4
  Requires at least: 3.0.1
5
+ Tested up to: 4.9
6
+ Stable tag: 1.0.8
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
124
 
125
  == Changelog ==
126
 
127
+ = 1.0.8 =
128
+ * Tested OK with WordPress 4.9
129
  = 1.0.7 =
130
  * Minor Content updates
131
  = 1.0.6 =
145
 
146
  == Upgrade Notice ==
147
 
148
+ = 1.0.8 =
149
+ * Tested OK with WordPress 4.9