Version Description
- Bug Fix:- Encoding issue with export CSV.
Download this release
Release Info
Developer | webtoffee |
Plugin | Import Export WordPress Users and WooCommerce Customers |
Version | 1.2.7 |
Comparing to | |
See all releases |
Code changes from version 1.2.6 to 1.2.7
includes/exporter/class-wf-customerimpexpcsv-exporter.php
CHANGED
@@ -28,7 +28,7 @@ class WF_CustomerImpExpCsv_Exporter {
|
|
28 |
if (function_exists('apache_setenv'))
|
29 |
@apache_setenv('no-gzip', 1);
|
30 |
@ini_set('zlib.output_compression', 0);
|
31 |
-
@
|
32 |
|
33 |
header('Content-Type: text/csv; charset=UTF-8');
|
34 |
header('Content-Disposition: attachment; filename=Customer-Export-' . date('Y_m_d_H_i_s', current_time('timestamp')) . ".csv");
|
28 |
if (function_exists('apache_setenv'))
|
29 |
@apache_setenv('no-gzip', 1);
|
30 |
@ini_set('zlib.output_compression', 0);
|
31 |
+
@ob_end_clean();
|
32 |
|
33 |
header('Content-Type: text/csv; charset=UTF-8');
|
34 |
header('Content-Disposition: attachment; filename=Customer-Export-' . date('Y_m_d_H_i_s', current_time('timestamp')) . ".csv");
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.webtoffee.com/plugins/
|
|
4 |
Tags: Export Users to CSV, Import Users from CSV, woocommerce export customers, user export, export import users, woocommerce import customers, woocommerce export customer email
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.1.1
|
7 |
-
Stable tag: 1.2.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -149,6 +149,8 @@ No. You may want to use https://wordpress.org/plugins/order-import-export-for-wo
|
|
149 |
|
150 |
== Changelog ==
|
151 |
|
|
|
|
|
152 |
= 1.2.6 =
|
153 |
* Bug Fix:- Cannot insert user without e-mail.
|
154 |
= 1.2.5 =
|
@@ -217,5 +219,5 @@ No. You may want to use https://wordpress.org/plugins/order-import-export-for-wo
|
|
217 |
|
218 |
== Upgrade Notice ==
|
219 |
|
220 |
-
= 1.2.
|
221 |
-
* Bug Fix:-
|
4 |
Tags: Export Users to CSV, Import Users from CSV, woocommerce export customers, user export, export import users, woocommerce import customers, woocommerce export customer email
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.1.1
|
7 |
+
Stable tag: 1.2.7
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
149 |
|
150 |
== Changelog ==
|
151 |
|
152 |
+
= 1.2.7 =
|
153 |
+
* Bug Fix:- Encoding issue with export CSV.
|
154 |
= 1.2.6 =
|
155 |
* Bug Fix:- Cannot insert user without e-mail.
|
156 |
= 1.2.5 =
|
219 |
|
220 |
== Upgrade Notice ==
|
221 |
|
222 |
+
= 1.2.7 =
|
223 |
+
* Bug Fix:- Encoding issue with export CSV.
|
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: 1.2.
|
10 |
WC tested up to: 3.5.7
|
11 |
Text Domain: users-customers-import-export-for-wp-woocommerce
|
12 |
License: GPLv3
|
@@ -36,7 +36,7 @@ if( !defined('WF_CUSTOMER_IMP_EXP_ID') )
|
|
36 |
|
37 |
if( !defined('WF_CUSTOMER_IMP_EXP_VERSION') )
|
38 |
{
|
39 |
-
define("WF_CUSTOMER_IMP_EXP_VERSION", "1.2.
|
40 |
}
|
41 |
|
42 |
|
@@ -72,10 +72,10 @@ if (!class_exists('WF_Customer_Import_Export_CSV')) :
|
|
72 |
add_filter('admin_footer_text', array($this, 'WT_admin_footer_text'), 100);
|
73 |
add_action('wp_ajax_ucie_wt_review_plugin', array($this, "review_plugin"));
|
74 |
|
75 |
-
if (!get_option('UEIPF_Webtoffee_storefrog_admin_notices_dismissed')) {
|
76 |
-
|
77 |
-
|
78 |
-
}
|
79 |
|
80 |
include_once( 'includes/class-wf-customerimpexpcsv-admin-screen.php' );
|
81 |
include_once( 'includes/importer/class-wf-customerimpexpcsv-importer.php' );
|
@@ -92,7 +92,7 @@ if (!class_exists('WF_Customer_Import_Export_CSV')) :
|
|
92 |
$plugin_links = array(
|
93 |
'<a href="' . admin_url('admin.php?page=hf_wordpress_customer_im_ex') . '">' . __('Import Export Users', 'users-customers-import-export-for-wp-woocommerce') . '</a>',
|
94 |
'<a target="_blank" href="https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/" style="color:#3db634;">' . __('Premium Upgrade', 'users-customers-import-export-for-wp-woocommerce') . '</a>',
|
95 |
-
'<a target="_blank" href="https://
|
96 |
'<a target="_blank" href="https://wordpress.org/support/plugin/users-customers-import-export-for-wp-woocommerce/reviews/">' . __('Review', 'users-customers-import-export-for-wp-woocommerce') . '</a>',
|
97 |
);
|
98 |
|
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: 1.2.7
|
10 |
WC tested up to: 3.5.7
|
11 |
Text Domain: users-customers-import-export-for-wp-woocommerce
|
12 |
License: GPLv3
|
36 |
|
37 |
if( !defined('WF_CUSTOMER_IMP_EXP_VERSION') )
|
38 |
{
|
39 |
+
define("WF_CUSTOMER_IMP_EXP_VERSION", "1.2.7");
|
40 |
}
|
41 |
|
42 |
|
72 |
add_filter('admin_footer_text', array($this, 'WT_admin_footer_text'), 100);
|
73 |
add_action('wp_ajax_ucie_wt_review_plugin', array($this, "review_plugin"));
|
74 |
|
75 |
+
// if (!get_option('UEIPF_Webtoffee_storefrog_admin_notices_dismissed')) {
|
76 |
+
// add_action('admin_notices', array($this, 'webtoffee_storefrog_admin_notices'));
|
77 |
+
// add_action('wp_ajax_UEIPF_webtoffee_storefrog_notice_dismiss', array($this, 'webtoffee_storefrog_notice_dismiss'));
|
78 |
+
// }
|
79 |
|
80 |
include_once( 'includes/class-wf-customerimpexpcsv-admin-screen.php' );
|
81 |
include_once( 'includes/importer/class-wf-customerimpexpcsv-importer.php' );
|
92 |
$plugin_links = array(
|
93 |
'<a href="' . admin_url('admin.php?page=hf_wordpress_customer_im_ex') . '">' . __('Import Export Users', 'users-customers-import-export-for-wp-woocommerce') . '</a>',
|
94 |
'<a target="_blank" href="https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/" style="color:#3db634;">' . __('Premium Upgrade', 'users-customers-import-export-for-wp-woocommerce') . '</a>',
|
95 |
+
'<a target="_blank" href="https://wordpress.org/support/plugin/users-customers-import-export-for-wp-woocommerce/">' . __('Support', 'users-customers-import-export-for-wp-woocommerce') . '</a>',
|
96 |
'<a target="_blank" href="https://wordpress.org/support/plugin/users-customers-import-export-for-wp-woocommerce/reviews/">' . __('Review', 'users-customers-import-export-for-wp-woocommerce') . '</a>',
|
97 |
);
|
98 |
|