Version Description
- German translation fixed thanks to @barcelo
- System compatibility updated
Download this release
Release Info
Developer | carazo |
Plugin | Import users from CSV with meta |
Version | 1.10.2.1 |
Comparing to | |
See all releases |
Code changes from version 1.10.2 to 1.10.2.1
import-users-from-csv-with-meta.php
CHANGED
@@ -4,7 +4,7 @@ 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 |
|
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.1
|
8 |
Author URI: http://codection.com
|
9 |
*/
|
10 |
|
languages/import-users-from-csv-with-meta-de_DE.mo
CHANGED
Binary file
|
languages/import-users-from-csv-with-meta-de_DE.po
CHANGED
@@ -18,7 +18,7 @@ msgstr ""
|
|
18 |
"esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
|
19 |
"_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
20 |
"X-Poedit-Basepath: ..\n"
|
21 |
-
"X-Generator: Poedit 1.8.
|
22 |
"Last-Translator: \n"
|
23 |
"Language: de_DE\n"
|
24 |
"X-Poedit-SearchPath-0: .\n"
|
@@ -343,7 +343,7 @@ msgstr ""
|
|
343 |
#: importer.php:529 import-users-from-csv-with-meta.php:96
|
344 |
#: import-users-from-csv-with-meta.php:202
|
345 |
msgid "Import users from CSV"
|
346 |
-
msgstr "
|
347 |
|
348 |
#: importer.php:539
|
349 |
msgid "Update existing users?"
|
18 |
"esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
|
19 |
"_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
20 |
"X-Poedit-Basepath: ..\n"
|
21 |
+
"X-Generator: Poedit 1.8.9\n"
|
22 |
"Last-Translator: \n"
|
23 |
"Language: de_DE\n"
|
24 |
"X-Poedit-SearchPath-0: .\n"
|
343 |
#: importer.php:529 import-users-from-csv-with-meta.php:96
|
344 |
#: import-users-from-csv-with-meta.php:202
|
345 |
msgid "Import users from CSV"
|
346 |
+
msgstr "Benutzer aus CSV importieren"
|
347 |
|
348 |
#: importer.php:539
|
349 |
msgid "Update existing users?"
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: hornero, carazo
|
|
3 |
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.
|
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 =
|
75 |
* New User Approve support fixed thanks to @stephanemartinw (https://wordpress.org/support/topic/new-user-approve-support/#post-8749012)
|
76 |
|
3 |
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.1
|
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.1 =
|
75 |
+
* German translation fixed thanks to @barcelo
|
76 |
+
* System compatibility updated
|
77 |
+
|
78 |
= 1.10.2 =
|
79 |
* New User Approve support fixed thanks to @stephanemartinw (https://wordpress.org/support/topic/new-user-approve-support/#post-8749012)
|
80 |
|