Version Description
- German translation fixed thanks to @mfgmicha
- locale now is considered a data from WordPress user so it won't be shown in profiles
Download this release
Release Info
Developer | carazo |
Plugin | Import users from CSV with meta |
Version | 1.10.2.2 |
Comparing to | |
See all releases |
Code changes from version 1.10.2.1 to 1.10.2.2
import-users-from-csv-with-meta.php
CHANGED
@@ -4,14 +4,14 @@ Plugin Name: Import users from CSV with meta
|
|
4 |
Plugin URI: http://www.codection.com
|
5 |
Description: This plugins allows to import users using CSV files to WP database automatically
|
6 |
Author: codection
|
7 |
-
Version: 1.10.2.
|
8 |
Author URI: http://codection.com
|
9 |
*/
|
10 |
|
11 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
12 |
|
13 |
$url_plugin = WP_PLUGIN_URL . '/' . str_replace( basename( __FILE__ ), "", plugin_basename( __FILE__ ) );
|
14 |
-
$wp_users_fields = array( "id", "user_nicename", "user_url", "display_name", "nickname", "first_name", "last_name", "description", "jabber", "aim", "yim", "user_registered", "password", "user_pass" );
|
15 |
$wp_min_fields = array("Username", "Email");
|
16 |
|
17 |
load_plugin_textdomain('import-users-from-csv-with-meta', false, plugin_basename(dirname(__FILE__)). '/languages');
|
4 |
Plugin URI: http://www.codection.com
|
5 |
Description: This plugins allows to import users using CSV files to WP database automatically
|
6 |
Author: codection
|
7 |
+
Version: 1.10.2.2
|
8 |
Author URI: http://codection.com
|
9 |
*/
|
10 |
|
11 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
12 |
|
13 |
$url_plugin = WP_PLUGIN_URL . '/' . str_replace( basename( __FILE__ ), "", plugin_basename( __FILE__ ) );
|
14 |
+
$wp_users_fields = array( "id", "user_nicename", "user_url", "display_name", "nickname", "first_name", "last_name", "description", "jabber", "aim", "yim", "user_registered", "password", "user_pass", "locale" );
|
15 |
$wp_min_fields = array("Username", "Email");
|
16 |
|
17 |
load_plugin_textdomain('import-users-from-csv-with-meta', false, plugin_basename(dirname(__FILE__)). '/languages');
|
languages/import-users-from-csv-with-meta-de_DE.mo
CHANGED
Binary file
|
languages/import-users-from-csv-with-meta-de_DE.po
CHANGED
@@ -534,7 +534,7 @@ msgstr ""
|
|
534 |
|
535 |
#: importer.php:704
|
536 |
msgid "Send mail"
|
537 |
-
msgstr "
|
538 |
|
539 |
#: importer.php:706
|
540 |
msgid "Do you wish to send a mail with credentials and other data?"
|
534 |
|
535 |
#: importer.php:704
|
536 |
msgid "Send mail"
|
537 |
+
msgstr "Mail senden"
|
538 |
|
539 |
#: importer.php:706
|
540 |
msgid "Do you wish to send a mail with credentials and other data?"
|
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.7.2
|
7 |
-
Stable tag: 1.10.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -71,6 +71,10 @@ Plugin will automatically detect:
|
|
71 |
|
72 |
== Changelog ==
|
73 |
|
|
|
|
|
|
|
|
|
74 |
= 1.10.2.1 =
|
75 |
* German translation fixed thanks to @barcelo
|
76 |
* System compatibility updated
|
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.7.2
|
7 |
+
Stable tag: 1.10.2.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
71 |
|
72 |
== Changelog ==
|
73 |
|
74 |
+
= 1.10.2.2 =
|
75 |
+
* German translation fixed thanks to @mfgmicha
|
76 |
+
* locale now is considered a data from WordPress user so it won't be shown in profiles
|
77 |
+
|
78 |
= 1.10.2.1 =
|
79 |
* German translation fixed thanks to @barcelo
|
80 |
* System compatibility updated
|