Version Description
- Sidebar changed
- Readme completed
Download this release
Release Info
Developer | carazo |
Plugin | Import users from CSV with meta |
Version | 1.11.1 |
Comparing to | |
See all releases |
Code changes from version 1.11 to 1.11.1
- assets/codection-inmotion.png +0 -0
- assets/style.css +5 -0
- import-users-from-csv-with-meta.php +1 -1
- importer.php +5 -0
- readme.txt +6 -1
assets/codection-inmotion.png
ADDED
Binary file
|
assets/style.css
CHANGED
@@ -35,6 +35,11 @@
|
|
35 |
margin: 0 0 10px;
|
36 |
}
|
37 |
|
|
|
|
|
|
|
|
|
|
|
38 |
.acui .sidebar_section label {
|
39 |
font-size: 11px;
|
40 |
}
|
35 |
margin: 0 0 10px;
|
36 |
}
|
37 |
|
38 |
+
.acui .sidebar img {
|
39 |
+
display: block;
|
40 |
+
margin: 0 auto;
|
41 |
+
}
|
42 |
+
|
43 |
.acui .sidebar_section label {
|
44 |
font-size: 11px;
|
45 |
}
|
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
|
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.11.1
|
7 |
Author: codection
|
8 |
Author URI: https://codection.com
|
9 |
License: GPL2
|
importer.php
CHANGED
@@ -867,6 +867,11 @@ function acui_options(){
|
|
867 |
</div>
|
868 |
|
869 |
<div class="sidebar">
|
|
|
|
|
|
|
|
|
|
|
870 |
<div class="sidebar_section" id="vote_us">
|
871 |
<h3>Rate Us</h3>
|
872 |
<ul>
|
867 |
</div>
|
868 |
|
869 |
<div class="sidebar">
|
870 |
+
<div class="sidebar_section" style="padding:0 !important;border:none !important;background:none !important;">
|
871 |
+
<a href="https://codection.com/how-to-transfer-your-website-to-inmotion-hosting/" target="_blank">
|
872 |
+
<img src="<?php echo plugin_dir_url( __FILE__ ); ?>assets/codection-inmotion.png">
|
873 |
+
</a>
|
874 |
+
</div>
|
875 |
<div class="sidebar_section" id="vote_us">
|
876 |
<h3>Rate Us</h3>
|
877 |
<ul>
|
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.9.4
|
7 |
-
Stable tag: 1.11
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -32,6 +32,7 @@ In Codection we have more plugins, please take a look to them.
|
|
32 |
* [Ceca Gateway for WooCommerce Pro a plugin to connect your WooCommerce to Ceca](http://codection.com/producto/ceca-gateway-for-woocommerce-pro/) (premium)
|
33 |
* [BBVA Bancomer for WooCommerce Pro a plugin to connect your WooCommerce to BBVA Bancomer](http://codection.com/producto/bbva-bancomer-mexico-gateway-for-woocommerce-pro/) (premium)
|
34 |
* [RedSys Button for WordPress a plugin to receive payments using RedSys in WordPress without using WooCommerce](http://codection.com/producto/redsys-button-wordpress/) (premium)
|
|
|
35 |
* [Clean Login a plugin to create your own register, log in, lost password and update profile forms](https://wordpress.org/plugins/clean-login/) (free)
|
36 |
|
37 |
## **Basics**
|
@@ -70,6 +71,10 @@ Plugin will automatically detect:
|
|
70 |
|
71 |
== Changelog ==
|
72 |
|
|
|
|
|
|
|
|
|
73 |
= 1.11 =
|
74 |
* You can now import users from the frontend using a shortcode thanks to Nelson Artz Group GmbH & Co. KG
|
75 |
|
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.4
|
7 |
+
Stable tag: 1.11.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
32 |
* [Ceca Gateway for WooCommerce Pro a plugin to connect your WooCommerce to Ceca](http://codection.com/producto/ceca-gateway-for-woocommerce-pro/) (premium)
|
33 |
* [BBVA Bancomer for WooCommerce Pro a plugin to connect your WooCommerce to BBVA Bancomer](http://codection.com/producto/bbva-bancomer-mexico-gateway-for-woocommerce-pro/) (premium)
|
34 |
* [RedSys Button for WordPress a plugin to receive payments using RedSys in WordPress without using WooCommerce](http://codection.com/producto/redsys-button-wordpress/) (premium)
|
35 |
+
* [RedSys Gateway for WP Booking Calendar Pro a plugin to receive payments using RedSys in WordPress using WP Booking Calendar Pro](https://codection.com/producto/redsys-gateway-for-wp-booking-calendar-pro/) (premium)
|
36 |
* [Clean Login a plugin to create your own register, log in, lost password and update profile forms](https://wordpress.org/plugins/clean-login/) (free)
|
37 |
|
38 |
## **Basics**
|
71 |
|
72 |
== Changelog ==
|
73 |
|
74 |
+
= 1.11.1 =
|
75 |
+
* Sidebar changed
|
76 |
+
* Readme completed
|
77 |
+
|
78 |
= 1.11 =
|
79 |
* You can now import users from the frontend using a shortcode thanks to Nelson Artz Group GmbH & Co. KG
|
80 |
|