Import users from CSV with meta - Version 1.15.5.7

Version Description

  • List of hooks created and included
Download this release

Release Info

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

Code changes from version 1.15.5.6 to 1.15.5.7

classes/doc.php CHANGED
@@ -124,6 +124,12 @@ class ACUI_Doc{
124
  </ul>
125
  </td>
126
  </tr>
 
 
 
 
 
 
127
  <tr valign="top">
128
  <th scope="row"><?php _e( 'Example', 'import-users-from-csv-with-meta' ); ?></th>
129
  <td><?php _e( 'Download this', 'import-users-from-csv-with-meta' ); ?> <a href="<?php echo esc_url( plugins_url( 'test.csv', dirname( __FILE__ ) ) ); ?>">.csv <?php _e('file','import-users-from-csv-with-meta'); ?></a> <?php _e( 'to test', 'import-users-from-csv-with-meta' ); ?></td>
124
  </ul>
125
  </td>
126
  </tr>
127
+
128
+ <tr valign="top">
129
+ <th scope="row"><?php _e( 'Hooks', 'import-users-from-csv-with-meta' ); ?></th>
130
+ <td><?php _e( 'If you are a developer you can extend or use this plugin with all the hooks we provide, you have <a href="https://codection.com/import-users-csv-meta/listado-de-hooks-de-import-and-exports-users-and-customers/">a list of them here</a>','import-users-from-csv-with-meta'); ?></td>
131
+ </tr>
132
+
133
  <tr valign="top">
134
  <th scope="row"><?php _e( 'Example', 'import-users-from-csv-with-meta' ); ?></th>
135
  <td><?php _e( 'Download this', 'import-users-from-csv-with-meta' ); ?> <a href="<?php echo esc_url( plugins_url( 'test.csv', dirname( __FILE__ ) ) ); ?>">.csv <?php _e('file','import-users-from-csv-with-meta'); ?></a> <?php _e( 'to test', 'import-users-from-csv-with-meta' ); ?></td>
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.15.5.6
7
  Author: codection
8
  Author URI: https://codection.com
9
  License: GPL2
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.15.5.7
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.3.2
7
- Stable tag: 1.15.5.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -44,6 +44,7 @@ Moreover this plugin is compatible with:
44
  * WP Members: to import memberships
45
  * WP Users Group: to assign users to groups while importing
46
  * WooCommerce Membership by RightPress: to create memberships while users are being imported
 
47
 
48
  In Codection we have more plugins, please take a look to them.
49
 
@@ -67,7 +68,7 @@ In Codection we have more plugins, please take a look to them.
67
  * Autodetect delimiter compatible with `comma , `, `semicolon ; ` and `bar | `
68
  * Export users and customers choosing delimiters and using some filters
69
  * Create a cron task to do the import periodically in order to integrate WordPress with an external system
70
- * Interaction with lots of other plugins like WooCommerce, BuddyPress and many others
71
  * Import users from frontend using a shortcode
72
 
73
  ### **Usage**
@@ -98,6 +99,9 @@ Plugin will automatically detect:
98
 
99
  == Changelog ==
100
 
 
 
 
101
  = 1.15.5.6 =
102
  * In export, now user id is called "source_user_id" to avoid problems importing
103
 
@@ -958,6 +962,9 @@ You can upload as many files as you want, but all must have the same columns. If
958
 
959
  You can export a file with all your users data using "Export" tab. There you will be able to find some filters and options to prepare your export.
960
 
 
 
 
961
  = This plugin saved me a lot of time and work. Where can I donate? =
962
 
963
  Thanks, donations help us to continue improving our plugins and allow us to give the best support in the forums [Donate Here via PayPal.](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.3.2
7
+ Stable tag: 1.15.5.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
44
  * WP Members: to import memberships
45
  * WP Users Group: to assign users to groups while importing
46
  * WooCommerce Membership by RightPress: to create memberships while users are being imported
47
+ * WooCommerce Subscritpions: to create subscriptions associated with users while they are being imported
48
 
49
  In Codection we have more plugins, please take a look to them.
50
 
68
  * Autodetect delimiter compatible with `comma , `, `semicolon ; ` and `bar | `
69
  * Export users and customers choosing delimiters and using some filters
70
  * Create a cron task to do the import periodically in order to integrate WordPress with an external system
71
+ * Interaction with lots of other plugins like WooCommerce, BuddyPress, Paid Membership Pro, WooCommerce Memebership, WooCommerce Subscriptions and many others
72
  * Import users from frontend using a shortcode
73
 
74
  ### **Usage**
99
 
100
  == Changelog ==
101
 
102
+ = 1.15.5.7 =
103
+ * List of hooks created and included
104
+
105
  = 1.15.5.6 =
106
  * In export, now user id is called "source_user_id" to avoid problems importing
107
 
962
 
963
  You can export a file with all your users data using "Export" tab. There you will be able to find some filters and options to prepare your export.
964
 
965
+ = Hooks: actions and filter =
966
+ If you want to extend this plugin or use this plugin with any other, [here you have a list with all hooks available in the plugin](https://codection.com/import-users-csv-meta/listado-de-hooks-de-import-and-exports-users-and-customers/).
967
+
968
  = This plugin saved me a lot of time and work. Where can I donate? =
969
 
970
  Thanks, donations help us to continue improving our plugins and allow us to give the best support in the forums [Donate Here via PayPal.](https://codection.com/go/donate-import-users-from-csv-with-meta/)