Import users from CSV with meta - Version 1.10.11.1

Version Description

  • Debug notice shown fixed (thanks for submiting the bug @anieves (https://wordpress.org/support/topic/problem-using-wp-members-with-import-users-from-csv-2/#post-10035037)
Download this release

Release Info

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

Code changes from version 1.10.11 to 1.10.11.1

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.10.11
7
  Author: codection
8
  Author URI: https://codection.com
9
  License: GPL2
@@ -68,11 +68,6 @@ function acui_init(){
68
 
69
  function acui_activate(){
70
  global $acui_smtp_options;
71
-
72
- $sitename = strtolower( $_SERVER['SERVER_NAME'] );
73
- if ( substr( $sitename, 0, 4 ) == 'www.' ) {
74
- $sitename = substr( $sitename, 4 );
75
- }
76
 
77
  add_option( "acui_columns" );
78
 
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.10.11.1
7
  Author: codection
8
  Author URI: https://codection.com
9
  License: GPL2
68
 
69
  function acui_activate(){
70
  global $acui_smtp_options;
 
 
 
 
 
71
 
72
  add_option( "acui_columns" );
73
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://paypal.me/codection
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: 4.9.4
7
- Stable tag: 1.10.11
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -70,6 +70,9 @@ Plugin will automatically detect:
70
 
71
  == Changelog ==
72
 
 
 
 
73
  = 1.10.11 =
74
  * Administrator are not deleted in cron task
75
  * Some hashed passwords was not being imported correctly because of wp_unslash() function into wp_insert_user(), issue fixed
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: 4.9.4
7
+ Stable tag: 1.10.11.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
70
 
71
  == Changelog ==
72
 
73
+ = 1.10.11.1 =
74
+ * Debug notice shown fixed (thanks for submiting the bug @anieves (https://wordpress.org/support/topic/problem-using-wp-members-with-import-users-from-csv-2/#post-10035037)
75
+
76
  = 1.10.11 =
77
  * Administrator are not deleted in cron task
78
  * Some hashed passwords was not being imported correctly because of wp_unslash() function into wp_insert_user(), issue fixed