Version Description
= 1.0 = * First installation
Download this release
Release Info
Developer | carazo |
Plugin | Import users from CSV with meta |
Version | 1.11.3.5 |
Comparing to | |
See all releases |
Code changes from version 1.11.3.4 to 1.11.3.5
- import-users-from-csv-with-meta.php +4 -1
- readme.txt +5 -2
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.11.3.
|
7 |
Author: codection
|
8 |
Author URI: https://codection.com
|
9 |
License: GPL2
|
@@ -279,6 +279,9 @@ function acui_admin_tabs( $current = 'homepage' ) {
|
|
279 |
'help' => __( 'Hire an expert', 'import-users-from-csv-with-meta' )
|
280 |
);
|
281 |
|
|
|
|
|
|
|
282 |
echo '<div id="icon-themes" class="icon32"><br></div>';
|
283 |
echo '<h2 class="nav-tab-wrapper">';
|
284 |
foreach( $tabs as $tab => $name ){
|
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.11.3.5
|
7 |
Author: codection
|
8 |
Author URI: https://codection.com
|
9 |
License: GPL2
|
279 |
'help' => __( 'Hire an expert', 'import-users-from-csv-with-meta' )
|
280 |
);
|
281 |
|
282 |
+
if( get_option( "acui_settings" ) == "wordpress" )
|
283 |
+
unset( $tabs['smtp-settings'] );
|
284 |
+
|
285 |
echo '<div id="icon-themes" class="icon32"><br></div>';
|
286 |
echo '<h2 class="nav-tab-wrapper">';
|
287 |
foreach( $tabs as $tab => $name ){
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: carazo, hornero
|
|
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.9.
|
7 |
-
Stable tag: 1.11.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -71,6 +71,9 @@ Plugin will automatically detect:
|
|
71 |
|
72 |
== Changelog ==
|
73 |
|
|
|
|
|
|
|
74 |
= 1.11.3.4 =
|
75 |
* Bug fixed: thanks to @oldfieldmike for reporting and fixing a bug present when BuddyPress was active (https://wordpress.org/support/topic/bp_xprofile_group/#post-10265833)
|
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.9.6
|
7 |
+
Stable tag: 1.11.3.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
71 |
|
72 |
== Changelog ==
|
73 |
|
74 |
+
= 1.11.3.4 =
|
75 |
+
* SMTP tab hidden for user which are not using this option.
|
76 |
+
|
77 |
= 1.11.3.4 =
|
78 |
* Bug fixed: thanks to @oldfieldmike for reporting and fixing a bug present when BuddyPress was active (https://wordpress.org/support/topic/bp_xprofile_group/#post-10265833)
|
79 |
|