Import users from CSV with meta - Version 1.15.5.13

Version Description

  • var_dump forgotten
  • Up to version updated
Download this release

Release Info

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

Code changes from version 1.15.5.12 to 1.15.5.13

import-users-from-csv-with-meta.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Import and export users and customers
4
  Plugin URI: https://www.codection.com
5
  Description: Using this plugin you will be able to import and export users or customers choosing many options and interacting with lots of other plugins
6
- Version: 1.15.5.12
7
  Author: codection
8
  Author URI: https://codection.com
9
  License: GPL2
@@ -376,7 +376,6 @@ function acui_extra_user_profile_fields( $user ) {
376
  $acui_restricted_fields = acui_get_restricted_fields();
377
  $headers = get_option("acui_columns");
378
 
379
- var_dump( $headers );
380
  if( is_array( $headers ) && !empty( $headers ) ):
381
  ?>
382
  <h3>Extra profile information</h3>
3
  Plugin Name: Import and export users and customers
4
  Plugin URI: https://www.codection.com
5
  Description: Using this plugin you will be able to import and export users or customers choosing many options and interacting with lots of other plugins
6
+ Version: 1.15.5.13
7
  Author: codection
8
  Author URI: https://codection.com
9
  License: GPL2
376
  $acui_restricted_fields = acui_get_restricted_fields();
377
  $headers = get_option("acui_columns");
378
 
 
379
  if( is_array( $headers ) && !empty( $headers ) ):
380
  ?>
381
  <h3>Extra profile information</h3>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: carazo, hornero
3
  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.4
7
- Stable tag: 1.15.5.12
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -99,6 +99,10 @@ Plugin will automatically detect:
99
 
100
  == Changelog ==
101
 
 
 
 
 
102
  = 1.15.5.12 =
103
  * Bug fixed in BuddyPress importer
104
  * Little improvement in extra profile fields
3
  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.4.1
7
+ Stable tag: 1.15.5.13
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
99
 
100
  == Changelog ==
101
 
102
+ = 1.15.5.13 =
103
+ * var_dump forgotten
104
+ * Up to version updated
105
+
106
  = 1.15.5.12 =
107
  * Bug fixed in BuddyPress importer
108
  * Little improvement in extra profile fields