Version Description
- Notice fixed from last change
Download this release
Release Info
Developer | carazo |
Plugin | Import users from CSV with meta |
Version | 1.14.0.6 |
Comparing to | |
See all releases |
Code changes from version 1.14.0.5 to 1.14.0.6
- import-users-from-csv-with-meta.php +1 -2
- readme.txt +4 -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.14.0.
|
7 |
Author: codection
|
8 |
Author URI: https://codection.com
|
9 |
License: GPL2
|
@@ -312,7 +312,6 @@ function acui_fileupload_process( $form_data, $is_cron = false, $is_frontend =
|
|
312 |
}
|
313 |
|
314 |
$path_to_file = $form_data["path_to_file"];
|
315 |
-
$role = $form_data["role"];
|
316 |
$uploadfiles = $_FILES['uploadfiles'];
|
317 |
|
318 |
if( empty( $uploadfiles["name"][0] ) ):
|
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.6
|
7 |
Author: codection
|
8 |
Author URI: https://codection.com
|
9 |
License: GPL2
|
312 |
}
|
313 |
|
314 |
$path_to_file = $form_data["path_to_file"];
|
|
|
315 |
$uploadfiles = $_FILES['uploadfiles'];
|
316 |
|
317 |
if( empty( $uploadfiles["name"][0] ) ):
|
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.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -90,6 +90,9 @@ Plugin will automatically detect:
|
|
90 |
|
91 |
== Changelog ==
|
92 |
|
|
|
|
|
|
|
93 |
= 1.14.0.5 =
|
94 |
* Role now is not required when importing
|
95 |
|
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.6
|
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.6 =
|
94 |
+
* Notice fixed from last change
|
95 |
+
|
96 |
= 1.14.0.5 =
|
97 |
* Role now is not required when importing
|
98 |
|