Import users from CSV with meta - Version 1.19.1.4

Version Description

  • Changed appearence of some buttons in the right panel
  • Included new strings to localize
Download this release

Release Info

Developer carazo
Plugin Icon 128x128 Import users from CSV with meta
Version 1.19.1.4
Comparing to
See all releases

Code changes from version 1.19.1.3 to 1.19.1.4

assets/style.css CHANGED
@@ -20,7 +20,9 @@
20
  }
21
 
22
  .acui .sidebar_section.become_patreon,
23
- .acui .sidebar_section.buy_me_a_coffee{
 
 
24
  background-color: transparent;
25
  border: 0;
26
  }
@@ -59,7 +61,9 @@
59
  }
60
 
61
  .acui .patreon,
62
- .acui .ko-fi{
 
 
63
  backface-visibility: hidden;
64
  background-color: rgb(249, 104, 84);
65
  box-sizing: border-box;
@@ -79,7 +83,7 @@
79
  border-color: rgb(249, 104, 84);
80
  border-image: initial;
81
  border-radius: 0px;
82
- padding: 1rem 1.5rem;
83
  text-decoration: none;
84
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
85
  }
20
  }
21
 
22
  .acui .sidebar_section.become_patreon,
23
+ .acui .sidebar_section.buy_me_a_coffee,
24
+ .acui .sidebar_section.vote_us,
25
+ .acui .sidebar_section.donate{
26
  background-color: transparent;
27
  border: 0;
28
  }
61
  }
62
 
63
  .acui .patreon,
64
+ .acui .ko-fi,
65
+ .acui .vote-us,
66
+ .acui .donate-button{
67
  backface-visibility: hidden;
68
  background-color: rgb(249, 104, 84);
69
  box-sizing: border-box;
83
  border-color: rgb(249, 104, 84);
84
  border-image: initial;
85
  border-radius: 0px;
86
+ padding: 0.75rem 1rem;
87
  text-decoration: none;
88
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
89
  }
classes/homepage.php CHANGED
@@ -221,34 +221,34 @@ class ACUI_Homepage{
221
 
222
  <div class="sidebar">
223
  <div class="sidebar_section become_patreon">
224
- <a class="patreon" color="primary" type="button" name="become-a-patron" data-tag="become-patron-button" href="https://www.patreon.com/carazo" role="button">
225
  <div><span><?php _e( 'Become a patron', 'import-users-from-csv-with-meta'); ?></span></div>
226
  </a>
227
  </div>
228
 
229
  <div class="sidebar_section buy_me_a_coffee">
230
- <a class="ko-fi" color="primary" type="button" name="buy-me-a-coffee" data-tag="buy-me-a-button" href="https://ko-fi.com/codection" role="button">
231
  <div><span><?php _e( 'Buy me a coffee', 'import-users-from-csv-with-meta'); ?></span></div>
232
  </a>
233
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
234
 
235
- <div class="sidebar_section" id="vote_us">
236
- <h3><?php _e( 'Rate Us', 'import-users-from-csv-with-meta'); ?></h3>
237
- <ul>
238
- <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>
239
- </ul>
240
- </div>
241
- <div class="sidebar_section">
242
- <h3>Having Issues?</h3>
243
- <ul>
244
- <li><label>You can create a ticket</label> <a target="_blank" href="http://wordpress.org/support/plugin/import-users-from-csv-with-meta"><label>WordPress support forum</label></a></li>
245
- <li><label>You can ask for premium support</label> <a target="_blank" href="mailto:contacto@codection.com"><label>contacto@codection.com</label></a></li>
246
- </ul>
247
- </div>
248
  <div class="sidebar_section">
249
- <h3>Donate</h3>
250
  <ul>
251
- <li><label>If you appreciate our work and you want to help us to continue developing it and giving the best support</label> <a target="_blank" href="https://paypal.me/imalrod"><label>donate</label></a></li>
 
252
  </ul>
253
  </div>
254
  </div>
221
 
222
  <div class="sidebar">
223
  <div class="sidebar_section become_patreon">
224
+ <a class="patreon" color="primary" type="button" name="become-a-patron" data-tag="become-patron-button" href="https://www.patreon.com/carazo" role="button" target="_blank">
225
  <div><span><?php _e( 'Become a patron', 'import-users-from-csv-with-meta'); ?></span></div>
226
  </a>
227
  </div>
228
 
229
  <div class="sidebar_section buy_me_a_coffee">
230
+ <a class="ko-fi" color="primary" type="button" name="buy-me-a-coffee" data-tag="buy-me-a-button" href="https://ko-fi.com/codection" role="button" target="_blank">
231
  <div><span><?php _e( 'Buy me a coffee', 'import-users-from-csv-with-meta'); ?></span></div>
232
  </a>
233
  </div>
234
+
235
+ <div class="sidebar_section vote_us">
236
+ <a class="vote-us" color="primary" type="button" name="vote-us" data-tag="vote_us" href="https://wordpress.org/support/plugin/import-users-from-csv-with-meta/reviews/" role="button" target="_blank">
237
+ <div><span><?php _e( 'If you like it', 'import-users-from-csv-with-meta'); ?> <?php _e( 'Please vote and support us', 'import-users-from-csv-with-meta'); ?></span></div>
238
+ </a>
239
+ </div>
240
+
241
+ <div class="sidebar_section donate">
242
+ <a class="donate-button" color="primary" type="button" name="donate-button" data-tag="donate" href="https://paypal.me/imalrod" role="button" target="_blank">
243
+ <div><span><?php _e( 'If you want to help us to continue developing it and give the best support you can donate', 'import-users-from-csv-with-meta'); ?></span></div>
244
+ </a>
245
+ </div>
246
 
 
 
 
 
 
 
 
 
 
 
 
 
 
247
  <div class="sidebar_section">
248
+ <h3><?php _e( 'Having issues?', 'import-users-from-csv-with-meta'); ?></h3>
249
  <ul>
250
+ <li><label><?php _e( 'You can create a ticket', 'import-users-from-csv-with-meta'); ?></label> <a target="_blank" href="http://wordpress.org/support/plugin/import-users-from-csv-with-meta"><label><?php _e( 'WordPress support forum', 'import-users-from-csv-with-meta'); ?></label></a></li>
251
+ <li><label><?php _e( 'You can ask for premium support', 'import-users-from-csv-with-meta'); ?></label> <a target="_blank" href="mailto:contacto@codection.com"><label>contacto@codection.com</label></a></li>
252
  </ul>
253
  </div>
254
  </div>
import-users-from-csv-with-meta.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Import and export users and customers
4
  Plugin URI: https://www.codection.com
5
  Description: Using this plugin you will be able to import and export users or customers choosing many options and interacting with lots of other plugins
6
- Version: 1.19.1.3
7
  Author: codection
8
  Author URI: https://codection.com
9
  License: GPL2
@@ -15,7 +15,7 @@ Domain Path: /languages
15
  if ( ! defined( 'ABSPATH' ) )
16
  exit;
17
 
18
- define( 'ACUI_VERSION', '1.19.1.3' );
19
 
20
  class ImportExportUsersCustomers{
21
  var $file;
@@ -88,7 +88,7 @@ class ImportExportUsersCustomers{
88
  if( 'tools_page_acui' != $hook )
89
  return;
90
 
91
- wp_enqueue_style( 'acui_css', plugins_url( 'assets/style.css', __FILE__ ), false, '1.0.0' );
92
  wp_enqueue_style( 'datatable', '//cdn.datatables.net/1.10.24/css/jquery.dataTables.min.css' );
93
  wp_enqueue_script( 'datatable', '//cdn.datatables.net/1.10.24/js/jquery.dataTables.min.js' );
94
  //wp_enqueue_script( 'datatable-select', '//cdn.datatables.net/select/1.3.3/js/dataTables.select.min.js' );
3
  Plugin Name: Import and export users and customers
4
  Plugin URI: https://www.codection.com
5
  Description: Using this plugin you will be able to import and export users or customers choosing many options and interacting with lots of other plugins
6
+ Version: 1.19.1.4
7
  Author: codection
8
  Author URI: https://codection.com
9
  License: GPL2
15
  if ( ! defined( 'ABSPATH' ) )
16
  exit;
17
 
18
+ define( 'ACUI_VERSION', '1.19.1.4' );
19
 
20
  class ImportExportUsersCustomers{
21
  var $file;
88
  if( 'tools_page_acui' != $hook )
89
  return;
90
 
91
+ wp_enqueue_style( 'acui_css', plugins_url( 'assets/style.css', __FILE__ ), false, ACUI_VERSION );
92
  wp_enqueue_style( 'datatable', '//cdn.datatables.net/1.10.24/css/jquery.dataTables.min.css' );
93
  wp_enqueue_script( 'datatable', '//cdn.datatables.net/1.10.24/js/jquery.dataTables.min.js' );
94
  //wp_enqueue_script( 'datatable-select', '//cdn.datatables.net/select/1.3.3/js/dataTables.select.min.js' );
readme.txt CHANGED
@@ -4,12 +4,14 @@ 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.8.3
7
- Stable tag: 1.19.1.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  Import and export users and customers using CSV files including custom user meta and roles. Integrations with lots of other plugins. Frontend upload, cron import and much more.
12
 
 
 
13
  == Description ==
14
 
15
  Clean and easy-to-use import and export users and customer plugin, for WordPress and WooCommerce. It includes custom user meta to be included automatically from a CSV file and delimitation auto-detector. It also is able to send a mail to each user imported and all the meta data imported is ready to edit into user profile.
@@ -103,6 +105,10 @@ Plugin will automatically detect:
103
 
104
  == Changelog ==
105
 
 
 
 
 
106
  = 1.19.1.3 =
107
  * Improved ACF addon, now you can use relationships with IDs in addition to slugs
108
 
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.8.3
7
+ Stable tag: 1.19.1.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  Import and export users and customers using CSV files including custom user meta and roles. Integrations with lots of other plugins. Frontend upload, cron import and much more.
12
 
13
+ **Try it out on your free dummy site: Click here => [https://demo.tastewp.com/import-users-from-csv-with-meta](https://demo.tastewp.com/import-users-from-csv-with-meta)**
14
+
15
  == Description ==
16
 
17
  Clean and easy-to-use import and export users and customer plugin, for WordPress and WooCommerce. It includes custom user meta to be included automatically from a CSV file and delimitation auto-detector. It also is able to send a mail to each user imported and all the meta data imported is ready to edit into user profile.
105
 
106
  == Changelog ==
107
 
108
+ = 1.19.1.4 =
109
+ * Changed appearence of some buttons in the right panel
110
+ * Included new strings to localize
111
+
112
  = 1.19.1.3 =
113
  * Improved ACF addon, now you can use relationships with IDs in addition to slugs
114