Import Export WordPress Users and WooCommerce Customers - Version 1.3.1

Version Description

  • Tested OK with WC 3.7.0
  • Plugin update information hook added.
Download this release

Release Info

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

Code changes from version 1.3.0 to 1.3.1

Files changed (44) hide show
  1. Sample_Users.csv +0 -0
  2. images/calendar.png +0 -0
  3. images/csv.png +0 -0
  4. images/documentation.png +0 -0
  5. images/setup.png +0 -0
  6. images/storefrog.png +0 -0
  7. images/support.png +0 -0
  8. images/video.png +0 -0
  9. images/wf-ajax-loader.gif +0 -0
  10. images/wf-failed.png +0 -0
  11. images/wf-import.png +0 -0
  12. images/wf-notice.png +0 -0
  13. images/wf-success.png +0 -0
  14. includes/class-wf-customerimpexpcsv-admin-screen.php +0 -0
  15. includes/class-wf-customerimpexpcsv-ajax-handler.php +0 -0
  16. includes/class-wt-userimport-uninstall-feedback.php +0 -0
  17. includes/exporter/class-wf-customerimpexpcsv-exporter.php +0 -0
  18. includes/exporter/data/data-wf-post-columns.php +0 -0
  19. includes/importer/class-wf-csv-parser.php +0 -0
  20. includes/importer/class-wf-customerimpexpcsv-customer-import.php +0 -0
  21. includes/importer/class-wf-customerimpexpcsv-importer.php +0 -0
  22. includes/importer/data/data-wf-reserved-fields-pair.php +0 -0
  23. includes/importer/views/html-wf-import-greeting.php +0 -0
  24. includes/importer/views/html-wf-import-options.php +0 -0
  25. includes/importer/views/market.php +0 -0
  26. includes/settings/class-wf-customerimpexpcsv-settings.php +0 -0
  27. includes/views/export/html-wf-export-customers.php +0 -0
  28. includes/views/export/market.php +0 -0
  29. includes/views/html-wf-admin-screen.php +0 -0
  30. includes/views/html-wf-common-header.php +0 -0
  31. includes/views/html-wf-help-guide.php +0 -0
  32. includes/views/import/html-wf-import-customers.php +0 -0
  33. includes/views/market.php +0 -0
  34. lang/users-customers-import-export-for-wp-woocommerce-de_DE.mo +0 -0
  35. lang/users-customers-import-export-for-wp-woocommerce-de_DE.po +0 -0
  36. lang/users-customers-import-export-for-wp-woocommerce-fr_FR.mo +0 -0
  37. lang/users-customers-import-export-for-wp-woocommerce-fr_FR.po +0 -0
  38. license.txt +0 -0
  39. readme.txt +8 -8
  40. styles/select2.css +0 -0
  41. styles/select2.js +0 -0
  42. styles/wf-style.css +0 -0
  43. temp-import.csv +0 -0
  44. users-customers-import-export-for-wp-woocommerce.php +19 -4
Sample_Users.csv CHANGED
File without changes
images/calendar.png CHANGED
File without changes
images/csv.png CHANGED
File without changes
images/documentation.png CHANGED
File without changes
images/setup.png CHANGED
File without changes
images/storefrog.png CHANGED
File without changes
images/support.png CHANGED
File without changes
images/video.png CHANGED
File without changes
images/wf-ajax-loader.gif CHANGED
File without changes
images/wf-failed.png CHANGED
File without changes
images/wf-import.png CHANGED
File without changes
images/wf-notice.png CHANGED
File without changes
images/wf-success.png CHANGED
File without changes
includes/class-wf-customerimpexpcsv-admin-screen.php CHANGED
File without changes
includes/class-wf-customerimpexpcsv-ajax-handler.php CHANGED
File without changes
includes/class-wt-userimport-uninstall-feedback.php CHANGED
File without changes
includes/exporter/class-wf-customerimpexpcsv-exporter.php CHANGED
File without changes
includes/exporter/data/data-wf-post-columns.php CHANGED
File without changes
includes/importer/class-wf-csv-parser.php CHANGED
File without changes
includes/importer/class-wf-customerimpexpcsv-customer-import.php CHANGED
File without changes
includes/importer/class-wf-customerimpexpcsv-importer.php CHANGED
File without changes
includes/importer/data/data-wf-reserved-fields-pair.php CHANGED
File without changes
includes/importer/views/html-wf-import-greeting.php CHANGED
File without changes
includes/importer/views/html-wf-import-options.php CHANGED
File without changes
includes/importer/views/market.php CHANGED
File without changes
includes/settings/class-wf-customerimpexpcsv-settings.php CHANGED
File without changes
includes/views/export/html-wf-export-customers.php CHANGED
File without changes
includes/views/export/market.php CHANGED
File without changes
includes/views/html-wf-admin-screen.php CHANGED
File without changes
includes/views/html-wf-common-header.php CHANGED
File without changes
includes/views/html-wf-help-guide.php CHANGED
File without changes
includes/views/import/html-wf-import-customers.php CHANGED
File without changes
includes/views/market.php CHANGED
File without changes
lang/users-customers-import-export-for-wp-woocommerce-de_DE.mo CHANGED
File without changes
lang/users-customers-import-export-for-wp-woocommerce-de_DE.po CHANGED
File without changes
lang/users-customers-import-export-for-wp-woocommerce-fr_FR.mo CHANGED
File without changes
lang/users-customers-import-export-for-wp-woocommerce-fr_FR.po CHANGED
File without changes
license.txt CHANGED
File without changes
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.2.2
7
- Stable tag: 1.3.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -19,7 +19,7 @@ Import users and export users made fast and simple! Import Export WordPress User
19
 
20
  &#128312; Users Export - Export Users to CSV file.</li>
21
  &#128312; Users import - Import Users from CSV format to WordPress/WooCommerce Store.
22
- &#128312; Tested OK with WooCommerce 3.6.5
23
  &#128312; Tested OK with PHP 7.3.5
24
 
25
  Highlights: WordPress Users Export, WordPress Users CSV Import Suite, Export WordPress Users to CSV. Pro Version supports export and import of all additional user meta like WooCommerce details.
@@ -152,9 +152,9 @@ By default, admin and store manager are given access to export users. Please vis
152
 
153
  == Changelog ==
154
 
155
- = 1.3.0 =
156
- * Bug fixes.
157
- * Tested OK with WC 3.6.5 and WP 5.2.2
158
  = 1.2.9 =
159
  * Tested OK with WC 3.6.3 and WP 5.2.1
160
  = 1.2.8 =
@@ -229,6 +229,6 @@ By default, admin and store manager are given access to export users. Please vis
229
 
230
  == Upgrade Notice ==
231
 
232
- = 1.3.0 =
233
- * Bug fixes.
234
- * Tested OK with WC 3.6.5 and WP 5.2.2
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.2.2
7
+ Stable tag: 1.3.1
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
19
 
20
  &#128312; Users Export - Export Users to CSV file.</li>
21
  &#128312; Users import - Import Users from CSV format to WordPress/WooCommerce Store.
22
+ &#128312; Tested OK with WooCommerce 3.7.0
23
  &#128312; Tested OK with PHP 7.3.5
24
 
25
  Highlights: WordPress Users Export, WordPress Users CSV Import Suite, Export WordPress Users to CSV. Pro Version supports export and import of all additional user meta like WooCommerce details.
152
 
153
  == Changelog ==
154
 
155
+ = 1.3.1 =
156
+ * Tested OK with WC 3.7.0
157
+ * Plugin update information hook added.
158
  = 1.2.9 =
159
  * Tested OK with WC 3.6.3 and WP 5.2.1
160
  = 1.2.8 =
229
 
230
  == Upgrade Notice ==
231
 
232
+ = 1.3.1 =
233
+ * Tested OK with WC 3.7.0
234
+ * Plugin update information hook added.
styles/select2.css CHANGED
File without changes
styles/select2.js CHANGED
File without changes
styles/wf-style.css CHANGED
File without changes
temp-import.csv CHANGED
File without changes
users-customers-import-export-for-wp-woocommerce.php CHANGED
@@ -6,8 +6,8 @@
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.3.0
10
- WC tested up to: 3.6.5
11
  Text Domain: users-customers-import-export-for-wp-woocommerce
12
  License: GPLv3
13
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -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.3.0");
40
  }
41
 
42
 
@@ -254,4 +254,19 @@ if (!class_exists('WF_Customer_Import_Export_CSV')) :
254
 
255
  endif;
256
 
257
- new WF_Customer_Import_Export_CSV();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.3.1
10
+ WC tested up to: 3.7.0
11
  Text Domain: users-customers-import-export-for-wp-woocommerce
12
  License: GPLv3
13
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
36
 
37
  if( !defined('WF_CUSTOMER_IMP_EXP_VERSION') )
38
  {
39
+ define("WF_CUSTOMER_IMP_EXP_VERSION", "1.3.1");
40
  }
41
 
42
 
254
 
255
  endif;
256
 
257
+ new WF_Customer_Import_Export_CSV();
258
+
259
+ /*
260
+ * Displays update information for a plugin.
261
+ */
262
+ function wt_users_customers_import_export_for_wp_woocommerce_update_message( $data, $response )
263
+ {
264
+ if(isset( $data['upgrade_notice']))
265
+ {
266
+ printf(
267
+ '<div class="update-message wt-update-message">%s</div>',
268
+ $data['upgrade_notice']
269
+ );
270
+ }
271
+ }
272
+ add_action( 'in_plugin_update_message-users-customers-import-export-for-wp-woocommerce/users-customers-import-export-for-wp-woocommerce.php', 'wt_users_customers_import_export_for_wp_woocommerce_update_message', 10, 2 );