Version Description
- Problems with roles being updated that should not be updated in multisite fixed
Download this release
Release Info
Developer | carazo |
Plugin | Import users from CSV with meta |
Version | 1.15.6.3 |
Comparing to | |
See all releases |
Code changes from version 1.15.6.2 to 1.15.6.3
- import-users-from-csv-with-meta.php +1 -1
- importer.php +1 -1
- readme.txt +4 -1
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.6.
|
7 |
Author: codection
|
8 |
Author URI: https://codection.com
|
9 |
License: GPL2
|
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.6.3
|
7 |
Author: codection
|
8 |
Author URI: https://codection.com
|
9 |
License: GPL2
|
importer.php
CHANGED
@@ -402,7 +402,7 @@ function acui_import_users( $file, $form_data, $attach_id = 0, $is_cron = false,
|
|
402 |
}
|
403 |
|
404 |
// Multisite add user to current blog
|
405 |
-
if( is_multisite() ){
|
406 |
if( !empty( $role ) ){
|
407 |
if( is_array( $role ) ){
|
408 |
foreach ($role as $single_role) {
|
402 |
}
|
403 |
|
404 |
// Multisite add user to current blog
|
405 |
+
if( is_multisite() && ( $created || $update_roles_existing_users != 'no' ) ){
|
406 |
if( !empty( $role ) ){
|
407 |
if( is_array( $role ) ){
|
408 |
foreach ($role as $single_role) {
|
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.4.1
|
7 |
-
Stable tag: 1.15.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -99,6 +99,9 @@ Plugin will automatically detect:
|
|
99 |
|
100 |
== Changelog ==
|
101 |
|
|
|
|
|
|
|
102 |
= 1.15.6.2 =
|
103 |
* Export checkbox included to avoid conversion to date format to prevent problem with some data converted that should not be converted
|
104 |
|
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.6.3
|
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.6.3 =
|
103 |
+
* Problems with roles being updated that should not be updated in multisite fixed
|
104 |
+
|
105 |
= 1.15.6.2 =
|
106 |
* Export checkbox included to avoid conversion to date format to prevent problem with some data converted that should not be converted
|
107 |
|