Version Description
- Bug found on export fixed
Download this release
Release Info
Developer | carazo |
Plugin | Import users from CSV with meta |
Version | 1.15.5.2 |
Comparing to | |
See all releases |
Code changes from version 1.15.5.1 to 1.15.5.2
- classes/export.php +0 -5
- import-users-from-csv-with-meta.php +1 -1
- readme.txt +7 -1
classes/export.php
CHANGED
@@ -89,11 +89,6 @@ class ACUI_Exporter{
|
|
89 |
return $value;
|
90 |
}
|
91 |
elseif( strtotime( $value ) && !is_integer( $value ) && strlen( $value ) > 3 ){ // dates in datetime format
|
92 |
-
echo "<pre>";
|
93 |
-
var_dump( $value );
|
94 |
-
var_dump( strtotime( $value ) );
|
95 |
-
var_dump( is_integer( $value ) );
|
96 |
-
echo "</pre>";
|
97 |
return date( $datetime_format, strtotime( $value ) );
|
98 |
}
|
99 |
elseif( in_array( $key, $timestamp_keys) ){ // dates in timestamp format
|
89 |
return $value;
|
90 |
}
|
91 |
elseif( strtotime( $value ) && !is_integer( $value ) && strlen( $value ) > 3 ){ // dates in datetime format
|
|
|
|
|
|
|
|
|
|
|
92 |
return date( $datetime_format, strtotime( $value ) );
|
93 |
}
|
94 |
elseif( in_array( $key, $timestamp_keys) ){ // dates in timestamp format
|
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.
|
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.5.2
|
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.3.2
|
7 |
-
Stable tag: 1.15.5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -98,6 +98,12 @@ Plugin will automatically detect:
|
|
98 |
|
99 |
== Changelog ==
|
100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
= 1.15.5 =
|
102 |
* MailPoet addon added to include users in list when they are being imported
|
103 |
|
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.3.2
|
7 |
+
Stable tag: 1.15.5.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
98 |
|
99 |
== Changelog ==
|
100 |
|
101 |
+
= 1.15.5.2 =
|
102 |
+
* Bug found on export fixed
|
103 |
+
|
104 |
+
= 1.15.5.1 =
|
105 |
+
* MailPoet addon included (in previous we forgot to include the file)
|
106 |
+
|
107 |
= 1.15.5 =
|
108 |
* MailPoet addon added to include users in list when they are being imported
|
109 |
|