Version Description
- HTML problems fixed
Download this release
Release Info
Developer | carazo |
Plugin | Import users from CSV with meta |
Version | 1.14.2.4 |
Comparing to | |
See all releases |
Code changes from version 1.14.2.3 to 1.14.2.4
- assets/icon_coffee.png +0 -0
- classes/homepage.php +4 -4
- import-users-from-csv-with-meta.php +1 -1
- readme.txt +4 -1
assets/icon_coffee.png
ADDED
Binary file
|
classes/homepage.php
CHANGED
@@ -213,20 +213,20 @@ class ACUI_Homepage{
|
|
213 |
<ul>
|
214 |
<li><label>Incluye experto técnico WordPress ilimitado.</label></li>
|
215 |
</ul>
|
216 |
-
<a href="https://www.iontics.com/hosting-wordpress/?utm_source=banner&utm_medium=CodectionPlugin&utm_campaign=pluginswp" target="_blank">
|
217 |
<img src="<?php echo esc_url( plugins_url( 'assets/iontics_logo.svg', dirname( __FILE__ ) ) ); ?>">
|
218 |
</a>
|
219 |
</div>
|
220 |
<?php else: ?>
|
221 |
<div class="sidebar_section" style="padding:0 !important;border:none !important;background:none !important;">
|
222 |
-
<a href="https://codection.com/how-to-transfer-your-website-to-inmotion-hosting/" target="_blank">
|
223 |
-
<img src="<?php echo esc_url( plugins_url( 'assets/codection-inmotion.png', dirname( __FILE__ ) ) ); ?>
|
224 |
</a>
|
225 |
</div>
|
226 |
<?php endif; ?>
|
227 |
|
228 |
<div class="sidebar_section" id="vote_us">
|
229 |
-
<h3
|
230 |
<ul>
|
231 |
<li><label><?php _e( 'If you like it', 'import-users-from-csv-with-meta'); ?>, <a href="https://wordpress.org/support/plugin/import-users-from-csv-with-meta/reviews/"><?php _e( 'Please vote and support us', 'import-users-from-csv-with-meta'); ?></a>.</label></li>
|
232 |
</ul>
|
213 |
<ul>
|
214 |
<li><label>Incluye experto técnico WordPress ilimitado.</label></li>
|
215 |
</ul>
|
216 |
+
<a href="https://www.iontics.com/hosting-wordpress/?utm_source=banner&utm_medium=CodectionPlugin&utm_campaign=pluginswp" target="_blank" rel="noopener">
|
217 |
<img src="<?php echo esc_url( plugins_url( 'assets/iontics_logo.svg', dirname( __FILE__ ) ) ); ?>">
|
218 |
</a>
|
219 |
</div>
|
220 |
<?php else: ?>
|
221 |
<div class="sidebar_section" style="padding:0 !important;border:none !important;background:none !important;">
|
222 |
+
<a href="https://codection.com/how-to-transfer-your-website-to-inmotion-hosting/" target="_blank" rel="noopener">
|
223 |
+
<img src="<?php echo esc_url( plugins_url( 'assets/codection-inmotion.png', dirname( __FILE__ ) ) ); ?>"/>
|
224 |
</a>
|
225 |
</div>
|
226 |
<?php endif; ?>
|
227 |
|
228 |
<div class="sidebar_section" id="vote_us">
|
229 |
+
<h3><?php _e( 'Rate Us', 'import-users-from-csv-with-meta'); ?></h3>
|
230 |
<ul>
|
231 |
<li><label><?php _e( 'If you like it', 'import-users-from-csv-with-meta'); ?>, <a href="https://wordpress.org/support/plugin/import-users-from-csv-with-meta/reviews/"><?php _e( 'Please vote and support us', 'import-users-from-csv-with-meta'); ?></a>.</label></li>
|
232 |
</ul>
|
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.2.
|
7 |
Author: codection
|
8 |
Author URI: https://codection.com
|
9 |
License: GPL2
|
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.2.4
|
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.2.1
|
7 |
-
Stable tag: 1.14.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -91,6 +91,9 @@ Plugin will automatically detect:
|
|
91 |
|
92 |
== Changelog ==
|
93 |
|
|
|
|
|
|
|
94 |
= 1.14.2.3 =
|
95 |
* Global variable with url of plugin removed
|
96 |
|
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.2.1
|
7 |
+
Stable tag: 1.14.2.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
91 |
|
92 |
== Changelog ==
|
93 |
|
94 |
+
= 1.14.2.4 =
|
95 |
+
* HTML problems fixed
|
96 |
+
|
97 |
= 1.14.2.3 =
|
98 |
* Global variable with url of plugin removed
|
99 |
|