Import users from CSV with meta - Version 1.14.0.5

Version Description

  • Role now is not required when importing
Download this release

Release Info

Developer carazo
Plugin Icon 128x128 Import users from CSV with meta
Version 1.14.0.5
Comparing to
See all releases

Code changes from version 1.14.0.4 to 1.14.0.5

classes/homepage.php CHANGED
@@ -258,11 +258,6 @@ class ACUI_Homepage{
258
  alert("<?php _e( 'Please enter a path to the file', 'import-users-from-csv-with-meta' ); ?>");
259
  return false;
260
  }
261
-
262
- if( jQuery("[name=role\\[\\]]input:checkbox:checked").length == 0 ){
263
- alert("<?php _e( 'Please select a role', 'import-users-from-csv-with-meta'); ?>");
264
- return false;
265
- }
266
  }
267
 
268
  jQuery( document ).ready( function( $ ){
258
  alert("<?php _e( 'Please enter a path to the file', 'import-users-from-csv-with-meta' ); ?>");
259
  return false;
260
  }
 
 
 
 
 
261
  }
262
 
263
  jQuery( document ).ready( function( $ ){
import-users-from-csv-with-meta.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Import users from CSV with meta
4
  Plugin URI: https://www.codection.com
5
  Description: This plugins allows to import users using CSV files to WP database automatically
6
- Version: 1.14.0.4
7
  Author: codection
8
  Author URI: https://codection.com
9
  License: GPL2
3
  Plugin Name: Import users from CSV with meta
4
  Plugin URI: https://www.codection.com
5
  Description: This plugins allows to import users using CSV files to WP database automatically
6
+ Version: 1.14.0.5
7
  Author: codection
8
  Author URI: https://codection.com
9
  License: GPL2
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://codection.com/go/donate-import-users-from-csv-with-meta/
4
  Tags: csv, import, importer, meta data, meta, user, users, user meta, editor, profile, custom, fields, delimiter, update, insert
5
  Requires at least: 3.4
6
  Tested up to: 5.1
7
- Stable tag: 1.14.0.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -90,7 +90,10 @@ Plugin will automatically detect:
90
 
91
  == Changelog ==
92
 
93
- = 1.14.0.3 =
 
 
 
94
  * Fix to save email options bug (that appeared in last version)
95
 
96
  = 1.14.0.3 =
4
  Tags: csv, import, importer, meta data, meta, user, users, user meta, editor, profile, custom, fields, delimiter, update, insert
5
  Requires at least: 3.4
6
  Tested up to: 5.1
7
+ Stable tag: 1.14.0.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
90
 
91
  == Changelog ==
92
 
93
+ = 1.14.0.5 =
94
+ * Role now is not required when importing
95
+
96
+ = 1.14.0.4 =
97
  * Fix to save email options bug (that appeared in last version)
98
 
99
  = 1.14.0.3 =