Import users from CSV with meta

Wordpress Plugin
Download latest - 1.21.3

Developers

carazo

Download Stats

Today 717
Yesterday 893
Last Week 6,905
All Time 462,312
Banner 772x250


Releases (271 )

Version Release Date Change Log
1.21.3 2022-11-10
  • Fixed warning about not defined default value in settings class
  • Now the date filter when exporting users is inclusive, so that the days selected in the search are included in the search and not excluded as before
  • Fixed a problem in export that sometimes generate problems different number of columns in headers and in every user
  • Fixed a problem with the keys to reset password of users included in the emails
1.21.2 2022-11-03
  • Improved compatibility with ACF, now the fields of type image or file, generate in the export a new field, with the suffix _url where to show the url of the content and not only the identifier of the attachment in the database as before that was not representative.
  • Improved user interface
1.21.1 2022-10-24
  • Fixed a problem when sending email content, which caused the password to always appear as if it had not been changed even though it really had
1.21 2022-10-21
  • Expot results included after export is done, including if some value has been altered because it can contains some spreadsheet formula characters at the beginning
  • You can use now all the wildcards in subjects that were available in body
  • Fixed some issues when exporting data using filtered columns, now source_user_id is filled correctly
1.20.5 2022-10-13
  • Improved the way the plugin sanitize values when exporting data to avoid any formula (for spreadsheets) to be exported
1.20.4 2022-09-16
  • Improved error handling to avoid the use of wp_die in some error handling and allow for better UX.
1.20.3.1 2022-09-12
  • When choosing a file to import in the frontend import, the name of the file appears, this is something that was lost in yesterday's graphical improvement of this part of the import
1.20.3 2022-09-11
  • Changed the way the button to choose files in the import from front end is displayed to make it easier to apply styles to it
  • Improved error detection when importing users from the front end
1.20.2 2022-09-05
  • Improved section on forcing password reset, including new explanations in the documentation and a tool to reset user data in case a redirection loop problem is encountered
1.20.1 2022-09-03
  • Fixed an issue that caused the new import screen to be displayed as part of the import results screen
  • Improved the way this plugin displays with the other WordPress export tools
  • Notice improved when an email exists in the system with other username
1.20 2022-08-26
  • New settings API in plugin
  • Settings API working in backend import (in other tabs it will be working in next versions)
  • Fixed a mispelling in texts
  • New hook to manage if a email is sent to an user (https://wordpress.org/support/topic/stop-sending-mail-for-a-specific-role/#post-15932034)
1.19.3.1 2022-06-14
  • Added a message when an email already exists in the system but is used by a different user than the one indicated in the CSV
  • Fixed error in documentation when WooCommerce Subscriptions was active
1.19.3 2022-05-20
  • Now you can choose to delete roles when importing (creating or updating) users
  • Fixed problem with select2.js in homepage tab
1.19.2.7 2022-05-17
  • Fixed issue in BuddyPress integration when exporting data
1.19.2.6 2022-05-10
  • Default values in select change to user the "safer" choice when assigning default values
1.19.2.5 2022-05-09
  • Ready for WordPress 6.0
  • Fixed a problem when no selecting a default role (https://wordpress.org/support/topic/default-role-and-update/#post-15626130) and roles was not being updated
  • Roles are now translated when showing
1.19.2.4 2022-04-23
  • Fixed a notice in the new user page if you are using custom fields created by the plugin
1.19.2.3 2022-04-16
  • Improved the WooCommerce addon when working with force reset new password
1.19.2.2 2022-04-09
  • Fixed an issue in the export function when using the BuddyPress addon and not all columns are exported.
1.19.2.1 2022-04-07
  • Escaped all exists to prevent any XSS execution after CSV import
1.19.2 2022-04-06
  • New hooks added to override the button text in both shortcodes import and export
1.19.1.9 2022-02-10
  • Improved some labels to avoid misunderstandings with email options, thanks to @blakemiller
1.19.1.8 2022-02-07
  • Fixed warnings in "Meta keys" tab
1.19.1.7 2022-01-25
  • New hooks added to homepage tab to include more options using addons
1.19.1.6 2022-01-24
  • New hooks to filter username and password of every users being imported
1.19.1.5 2022-01-19
  • Improved BuddyBoss compatibility, now when we include class-bp-xprofile-group.php, we check if BuddyPress is the plugin active or BuddyBoss
1.19.1.4 2022-01-11
  • Changed appearence of some buttons in the right panel
  • Included new strings to localize
1.19.1.3 2022-01-09
  • Improved ACF addon, now you can use relationships with IDs in addition to slugs
1.19.1.2 2021-12-20
  • Fixed fatal error
1.19.1.1 2021-12-20
  • Fixed warning in screen with import results
  • Ko-fi donation link added
1.19.1 2021-12-03
  • Export now allow to choose which columns export also in "Export" tab and not only in frontend
1.19 2021-11-28
  • New class to create diffent HTML elements to standarize plugin code
  • Different fixes in export function to avoid errors
  • New secondary tab section prepared
1.18.4.4 2021-10-23
  • Force version update
1.18.4.3 2021-10-23
  • New hook added: do_action( 'acui_after_import_users', $users_created, $users_updated, $users_deleted, $users_ignored ); with 3 variables passed with a list of user IDs with users created, updated, deleted and ignored in the process
  • Fixed bad error thrown when empty role was selected in error
1.18.4.2 2021-10-19
  • Fixed bug in batch_exporter when using PHP 8
1.18.4.1 2021-10-19
  • Fixed bug in batch_exporter that could create fatal errors on executing
1.18.4 2021-10-17
  • Improved problem when deleting users, if errors happens but they are notices, we can delete now. Many of the users who have problems with deleting users not present in CSV, was created by the old conditional that checked any kind of error (including notices).
1.18.3 2021-10-15
  • Problem solved converting data that has a format date but that is not wanted to be converted, to timestamps when exporting
  • Fixed problems in standard import, in very big databases, there was a problem creating the list of users to assign deleted posts, now this list is created and managed using select2 and AJAX to improve performance and usability
1.18.2.3 2021-10-07
  • Problem solved converting timestamps when exporting
  • If an error raise in the server while exporting, instead only showing the error in the console, we throws an alert to improve user experience
1.18.2.1 2021-10-02
  • Tested up to 5.8.1
  • Fixed problem with roles export
1.18.2 2021-09-14
  • New hooks added to manage extra profile fields
  • Problem solved in BuddyPress addon
1.18.1 2021-09-07
  • Fixed problem after 1.18 when exporting users
1.18 2021-09-07
  • Export in backend and frontend now works using step by step process using client calls to avoid gateway timeouts and other kind of timing limits in very long process
  • Addon for WP User Manager improved to avoid redirection loop
1.17.9 2021-08-19
  • Export now can be ordered using an attribute in the shortcode, attributes are orderby and order, how to use them it is explained there
1.17.8.4 2021-08-06
  • Bug fixed in WP User Manager addon
1.17.8.3 2021-08-05
  • Export shortcode parameter column now also defines the order of the columns
1.17.8.2 2021-08-03
  • Password documentation updated
  • New hooks added for filtering from and to user_registered date in export acui_export_user_registered_from_date and acui_export_user_registered_to_date
1.17.8.1 2021-07-20
  • Ready for WordPress 5.8
1.17.8 2021-07-09
  • Array with string keys now can be imported using this syntax inside your CSV cell: key1=>value1::key2=>value2::key3=>value3
  • Improved the way that "Extra profile information" is shown in users profiles to be able to show arrays without notices
1.17.7 2021-07-05
  • New option in export to prevent problems when exporting serialized values: serialized values sometimes can have problems being displayed in Microsoft Excel or LibreOffice, we can double encapsulate this kind of data but you would not be able to import this data beucase instead of serialized data it would be managed as strings
1.17.6.3 2021-06-29
  • Fixed bug in WP User Manager addon
1.17.6.2 2021-06-27
  • Objects in CSV can now be printed using serialization
1.17.6.1 2021-06-26
  • Force users to reset their passwords is also compatible with WP User Manager forms
  • Improved the way data to replace is searched preparing the emails
  • Improved the way some data is shown to prevent notices from array to string conversions
1.17.6 2021-06-11
  • Now you can filter the columns that are going to be exported using the shortcode and the attribute columns
1.17.5.7 2021-06-10
  • Email templates are being sent translated in the current WPML language if column locale is not set
  • Warning fixed in ACF addon
1.17.5.6 2021-05-24
  • Frontend force reset password fixed
1.17.5.5 2021-05-23
  • Frontend settings GUI improved
  • Force users to reset their passwords after login also available for frontend import
  • Fixed issue created in 1.17.5.4 saving options in frontend when import started
1.17.5.4 2021-05-20
  • Solved this issue https://wordpress.org/support/topic/password-gets-changed/
  • Solved this issue https://wordpress.org/support/topic/users-without-an-email-address-are-imported/
  • Others issues solved
1.17.5.3 2021-05-19
  • You can now force the users to reset their passwords after login if you have changed the password in the import
  • Some code improvements
1.17.5.2 2021-05-12
  • New hooks into shortcode form to enable include actions from there
1.17.5.1 2021-05-08
  • New action class introduced to make easier to use options into the plugin
  • Path to file in homepage tab, now it is saved to prevent to rewrite it in every import
1.17.5 2021-04-21
  • Fixed problems importing avatar from WP User Avatar
  • Avatars using WP User Avatar can now be exported
  • Some code improvements
1.17.4.4 2021-04-11
  • Problems importing BuddyPress Groups solved
1.17.4.3 2021-04-04
  • BuddyPress member type import fixed
  • Little improvement in export GUI
1.17.4.2 2021-04-03
  • Frontend import email now can have a list of custom recipients, different to admin email
1.17.4.1 2021-03-18
  • Process import results shown in a table at the end of process
1.17.4 2021-03-13
  • New shortcode to export users
1.17.3.6 2021-03-10
  • Fixed problem importing ACF multiple select field type, thanks to @lpointet
1.17.3.5 2021-03-05
  • Fixed warning on export
1.17.3.4 2021-03-04
  • Tested up to 5.7
  • New method to fix error when a WP_Error appear into an array, when the array is being printed
1.17.3.3 2021-03-02
  • Improved messages when deleting users not present in CSV
  • Fixed error when a WP_Error appear into an array, when the array is being printed
1.17.3.2 2021-02-16
  • Improved BuddyPress group management when importing, now you can remove users from a group
  • Improved BuddyPress import, now you can use group ids and not only group slugs
1.17.3.1 2021-02-10
  • New filter to override default permission_callback in rest-api method to call cron
1.17.3 2021-02-03
  • New feature added actions, now you can assign posts while you are importing users
  • Code improvements
1.17.2.1 2021-02-01
  • Addon included for WP User Manager - WPUM Groups
  • BuddyPress addon improved
1.17.2 2021-01-29
  • New addon included for WPML
  • Email templates are being sent translated if you use the "locale" column in your CSV, so every user will receive the email translated in their own langauge
1.17.1.5 2021-01-12
  • Bugs fixed exporting users
1.17.1.4 2021-01-08
  • Roles are always managed as small letters to minimize problems writing them
  • Fixed bug exporting metadata that are objects
  • Included new filter in prepare export value
1.17.1.3 2021-01-04
  • Fixed bug in mail templates when wp_editor is disabled
  • Included action links
1.17.1.1 2021-01-01
  • In multisite, user is added to current blog with role subscriber if user choose to no update roles but the user does not exist there
1.17.1 2020-12-29
  • New errors, warnings and notices reporting methods
  • DataTable used to improve data visualization
1.17.0.4 2020-12-25
  • Included an addon for LearnDash to explain how to proceed with an import of students
1.17.0.3 2020-12-22
  • Fixed problem with BuddyPress addon and BP_Groups_Member class
1.17.0.2 2020-12-21
  • New version released
1.17.0.1 2020-12-21

= 1.0 = * First installation

1.17 2020-12-20
  • Many code changes, making it simpler to include more features and make it easier to debug in a future
  • Export bug fixed: the plugin exports an empty role column that breaks the CSV
  • You can now test cron task from the "Cron" settings tab
1.16.4.1 2020-12-10
  • Fixed problem in "Mail options" that does not allow to remove attachments
1.16.4 2020-12-10
  • You can choose what to do with users that being updated, their email has changed: you can update it, skip this user, or create a new user with a prefix
1.16.3.6 2020-11-20
  • When you are exporting data we scape every first data if it starts with a +, -, =, and @ including a \ to prevent any unwanted formula execution in a spreadsheet that will be working with the CSV
1.16.3.5 2020-11-18
  • New option in standard import to choose if passwords should be updated when updating users
1.16.3.4 2020-11-16
  • Export data can now be ordered alphabetically
1.16.3.3 2020-11-14
  • Extra profile fields now can be used also when registering a new user
1.16.3.2 2020-11-13
  • Username now can be empty, in this case, we generate random usernames
  • Code improvements
1.16.3.1 2020-11-12
  • BuddyPress/BuddyBoss avatar can now be imported
  • Code improvements
1.16.3 2020-10-23
  • Now you can use HTML emails
  • Code improvements
1.16.2 2020-10-22
  • Email sending function created
  • Test email button included
1.16.1.5 2020-10-21
  • Fixed problem importing ACF textarea and other type fields
1.16.1.4 2020-10-20
  • Fixed problem importing ACF text fields
1.16.1.3 2020-10-06
  • BuddyPress member type is now included in the export
1.16.1.2 2020-10-05
  • Usability improve when using delete users not present in CSV (change role options is disabled because they can't run)
  • Performance optimization, if user is deleted, it cannot be tried to change role
1.16.1.1 2020-10-04
  • New wildcards included in emails for WooCommerce: woocommercelostpasswordurl, woocommercepasswordreseturl and woocommercepasswordreseturllink
1.16.1 2020-10-02
  • Multisite check and fix issues
  • Addon to include compatibility included Paid Member Subscriptions by Cozmoslabs thanks to Marian Lowe
  • Fixed with email templates not being created
1.16 2020-09-28
  • Code is being rewritten to make it easy to update
1.15.9.2 2020-09-26
  • We try to make the plugin compatible with BuddyPress related themes and plugins that uses their functions but they are not BuddyPress really
  • Problems exporting file when a site is behind CloudFare fixed
1.15.9.1 2020-09-24
  • You can now export data from BuddyPress groups
  • BuddyPress addon is now a class instead of different methods
1.15.9 2020-08-18
  • You can now export data from BuddyPress fields
1.15.8.1 2020-08-17
  • Added shipping_phone as non date key to avoid datetime conversion
1.15.8 2020-08-07
  • REST API endpoint added to execute cron calling the site remotely
1.15.7.4 2020-08-04
  • Problems with apostrophes solved
1.15.7.3 2020-08-01
  • Tested up to WordPress 5.5
  • Improvements in timestamp data export
1.15.7.2 2020-07-21
  • UTF-8 fixed exporting users
1.15.7.1 2020-07-18
  • Bug fixed: after importing new customers, new WooCommerce tables was not populated properly and they were not shown in the "Customers" list into WooCommerce, thanks for reporting @movementoweb (https://wordpress.org/support/topic/usuarios-importados-con-rol-de-cliente-customer-no-se-muestran-en-woocommerce/)
1.15.7 2020-07-03
  • Addon included to import data defined by WooCommerce Custom Fields by Rightpress
1.15.6.8 2020-06-17
  • Cron import fixed. It failed because of get_editable_roles was not declared in cron import
  • Check if role exists in order to show a better message when importing
1.15.6.7 2020-06-08
  • A non-user admin could delete himself automatically deleting users not present in CSV (thanks again to @nonprofitweb https://wordpress.org/support/topic/non-admin-user-can-delete-self/#post-12950734)
  • Improved "Users only can import users with a role that they allowed to edit" thanks also to @nonprofitweb
  • Forms has now classes to be able to customize the way they are shown using CSV thanks again to @nonprofitweb
1.15.6.6 2020-06-07
  • Added multiple hooks to filter all about emails being sent when importing
  • Included new variables in hooks that already exists in emails being sent when importing
1.15.6.5 2020-06-06
  • Users only can import users with a role that they allowed to edit (thanks to @nonprofitweb https://wordpress.org/support/topic/import-user-with-higher-role/)
1.15.6.4 2020-06-04
  • Now you can use variables also in Subject, thanks to @vbarrier (https://wordpress.org/support/topic/use-variables-also-in-subject/)
1.15.6.3 2020-06-02
  • Problems with roles being updated that should not be updated in multisite fixed
1.15.6.2 2020-05-12
  • Export checkbox included to avoid conversion to date format to prevent problem with some data converted that should not be converted
1.15.6.1 2020-05-07
  • ACF addon now append values instead of replacing it
  • Created a new variable for managing data that should not be updated using the standard WordPress function
1.15.6 2020-05-02
  • ACF compatibility included
  • BuddyPress member_type import included thanks to @morenolq (https://wordpress.org/support/topic/import-user-member-type-as-csv-field/)
1.15.5.13 2020-04-30
  • var_dump forgotten
  • Up to version updated
1.15.5.12 2020-04-28
  • Bug fixed in BuddyPress importer
  • Little improvement in extra profile fields
1.15.5.11 2020-04-19
  • Deletion process performance improved
  • Now you can specify if only want to delete users of specified role using a new attribute in the frontend import
1.15.5.10 2020-04-18
  • Extra profile fields now can be reseted
1.15.5.9 2020-04-17
  • Array to string conversion fixed in emails being sent
  • Problems importing data from WooCommerce Membership fixed
1.15.5.8 2020-04-02
  • Export improved to avoid more data to be exported as date
  • Tested up to WordPress 4.0
1.15.5.7 2020-03-30
  • List of hooks created and included
1.15.5.6 2020-03-28
  • In export, now user id is called "source_user_id" to avoid problems importing
1.15.5.5 2020-03-24
  • Groups can be now imported by their name instead only of their ids
1.15.5.4 2020-03-16
  • Bug fixed in frontend import, roles being updated when it shouldn't be updated thanks to @widevents for reporting (https://wordpress.org/support/topic/change-role-of-users-that-are-not-present-in-the-csv-works-without-ckeckbox-on/)
1.15.5.3 2020-03-16
  • Email notification can be sent to administrator of the website when someone use the frontend importer
  • Code improvement
1.15.5.2 2020-03-13
  • Bug found on export fixed
1.15.5.1 2020-03-11

= 1.0 = * First installation

1.15.5 2020-03-11
  • MailPoet addon added to include users in list when they are being imported
1.15.4.3 2020-03-03
  • Duplicate email error thrown updating users
1.15.4.2 2020-03-01
  • New filters added
1.15.4.1 2020-02-24
  • Double email fixed
1.15.4 2020-02-24
  • WooCommerce Subscriptions importer included to create subscriptions at the same time you are importing users
  • New hooks added
  • Code improved
1.15.3.6 2020-02-19
  • New shortcut into WordPress importer and exporter default tools to find this one easier
1.15.3.5 2020-02-18
  • Bug fixed in "Mail options"
1.15.3.4 2020-02-18
  • You can now use WordPress default user edited and created emails when importing users
  • WooCommerce Membership by RightPress compatibility included, now you can assign users to their plan while they are being imported
1.15.3.3 2020-02-17
  • WooCommerce Membership addon improved, now you can only assign users to a plan using the membership_plan_id
1.15.3.2 2020-02-15
  • Bug fixed
1.15.3.1 2020-02-13
  • Role included in export
  • Export phones fixed to be exported as dates
  • test.csv improved
  • Different code improvements
1.15.3 2020-02-12
  • Multisite compatiility improved now you can assign users to blogs after import
1.15.2.3 2020-02-07
  • Fixes some issues exporting date and time values
1.15.2.2 2020-02-05
  • Part of the code of frontend has been rewritten to improve readibility
  • New options in frontend upload
1.15.2.1 2020-02-04
  • Changed name into repository to describe better what plugin does
  • Frontend shortcode now accepts role parameter
1.15.2 2020-02-03

= 1.0 = * First installation

1.15.1.1 2020-01-28
  • You can now filter users that are being exported by role and user registered date
1.15.1 2020-01-13
  • New tab with a list of all meta keys found in the database, with the type of it and an example to be able to use it in your imports
1.15.0.1 2020-01-01
  • Only users who can create users, can export them
1.15 2020-01-01
  • Export option included
1.14.3.10 2019-11-13
  • Changed the way HTML emails are declared to prevent problems with plugins like WP HTML Mail
1.14.3.9 2019-11-08
  • Included compatibility with WP User Avatar to import avatar images while the import is being executed, thanks to the support of cshaffstall.com
1.14.3.8 2019-10-28
  • user_login and show_admin_bar_front are included as WordPress core fields to avoid showing it as custom meta_keys thanks to Michael Finkenberger
1.14.3.7 2019-10-08
  • New filters added to custom message shown in log or regular import
  • Last roles used are remembered in import, to avoid you have to choose all time different roles
1.14.3.6 2019-09-25
  • Fixed a problem with a nonce that was bad named
1.14.3.5 2019-09-25
  • Removed some tags when printing log in cron job
  • Improved error message with Customer Area Addon
1.14.3.4 2019-09-23
  • Fixed other problem thanks to @alexgav (https://wordpress.org/support/topic/issue-in-cron-import-tab/)
1.14.3.3 2019-09-23
  • Fixed some problems thanks to @alexgav (https://wordpress.org/support/topic/issue-in-cron-import-tab/)
1.14.3.2 2019-09-02
  • Added CSS to fix table mobile view
1.14.3.1 2019-09-02
  • Problems uploading users from fronted fixed
1.14.3 2019-07-30
  • Filter added to fix CSV files upload problems
1.14.2.12 2019-07-25
  • Typos fixed thanks to https://wordpress.org/support/topic/typo-in-the-settings-page/
1.14.2.11 2019-07-18
  • Problem using "Yes, add new roles and not override existing one" was fixed
1.14.2.10 2019-07-18
  • Change period was not working if you did not deactivate first the cron job, now it is solved and you can do it without deactivating cron job
1.14.2.9 2019-07-13
  • Role default problem fixed thanks for all the one who notice the bug
1.14.2.7 2019-07-06
  • Removed old code parts from SMTP settings that now are not available and could create warnings
1.14.2.6 2019-07-05
  • Problem fixed deleting old CSV files
1.14.2.5 2019-07-04
  • Problem fixed in cron job
1.14.2.4 2019-06-28
  • HTML problems fixed
1.14.2.3 2019-06-26
  • Global variable with url of plugin removed
1.14.2.2 2019-06-25
  • More nonces included
1.14.2.1 2019-06-23
  • Directory traversal attack prevented
1.14.2 2019-06-22
  • Authenticated Media Deletion Vulnerability fixed in acui_bulk_delete_attachment
  • Nonces incorporated in different AJAX to improve security
  • Media type of media deleted check to avoid problems deleting files
1.14.1.3 2019-06-20
  • XSS problem fixed when displaying data imported thanks to lckjack who reports it
  • Problem importing BuddyPress data fixed
1.14.1.2 2019-06-11
  • New Spanish hosting partner included
  • Link added to new review
1.14.1.1 2019-06-04
  • We have changed some empty() check to ==
1.14.1 2019-05-31
  • Compatibility with Groups plugin (https://es.wordpress.org/plugins/groups/)
1.14.0.9 2019-05-11
  • WP-CLI does not manage our previous version
  • New tab "New features" added
1.14.0.8.1 2019-05-10
  • Bug fixed
1.14.0.8 2019-05-10
  • passwordreseturl now shows a link in HTML
1.14.0.7 2019-04-03
  • Filter improved to avoid strange characters in emails
1.14.0.6 2019-03-28
  • Notice fixed from last change
1.14.0.5 2019-03-27
  • Role now is not required when importing
1.14.0.4 2019-03-19

= 1.0 = * First installation

1.14.0.3 2019-03-14
  • Security fixes to prevent Reflected Cross Site Scripting (XSS) and Cross Site Request Forgery (CSRF), thanks to Application Security for reporting
1.14.0.2 2019-03-13
  • get_users used memory improved filtering fields returned, thanks to @shortcutsolutions (https://wordpress.org/support/topic/import-page-no-longer-has-submit-button/#post-11309862)
1.14.0.1 2019-03-05
  • Echo removed from class to prevent message on activation
1.14 2019-03-05
  • Options management improved
  • GUI improved
  • Now you can change the role of users that are not in the CSV file thanks to California Advocates Management Services
1.13.2 2019-02-26
  • Attachments in email templates and mail options now can be deleted thanks to Joel Frankwick
1.13.1 2019-02-22
  • Email templates loads also the attachment in Mail options when they are selected thanks to Joel Frankwick
1.13 2019-02-20
  • Now you can delete users that are not in the CSV file, not only when you are doing an import based on a cron task, but also when you do it from the dashboard or with the shortcode in the frontend thanks to mojosolo.com
  • Documentation improved
  • Bug fixed
  • Tested up to 5.1
1.12.6.2 2019-02-11
  • Notices fixed
  • Some file deleted and some urls fixed
1.12.6.1 2019-02-09
  • Plugin is now compatible with plugins that change login url, thanks to @2candela2 (https://wordpress.org/support/topic/make-it-compatible-with-plugins-that-change-login-url/)
1.12.6 2019-02-03
  • wpml-config.xml added to improve compatibility with WPML
  • Warnings fixed
1.12.5.1 2019-01-28

= 1.0 = * First installation

1.12.5 2019-01-27
  • New addon added thanks to @egraznov in order to make possible to import data from LifterLMS
1.12.4 2019-01-25
  • New hooks added to make possible to include new tabs from an addon
1.12.3.1 2019-01-23
  • Fatal error fixed in frontend tab
1.12.3 2019-01-21
  • Integration with Paid Membership Pro improved thanks to @joneiseman (https://wordpress.org/support/topic/import-paid-membership-pro-fields-not-working/#post-11110984)
1.12.2.3 2019-01-20
  • Readme updated
1.12.2.2 2019-01-19
  • Readme fixed
1.12.2.1 2019-01-19
  • SMTP settings removed, old link was yet placed and caused misunderstandings, thanks to @paulabender for the notice
1.12.2 2019-01-16
  • Extra check to avoid problems with CSV bad formed
  • Plugin can now manage attachments in email sending and email templates thanks to Immersedtechnologies
  • Part of the code has been rewritten using classes
  • We have changed the way of detecting the delimiter (thanks to @chaskinsuk https://wordpress.org/support/topic/detect-delimiter-fails-with-serialized-data/)
1.12.1 2018-12-11
  • Filter added to avoid script inside values of each cells to prevent XSS attacks, thanks for reporting Slawek Zytko
1.12 2018-11-27
  • Plugin can now manage mail templates for managing mails which are sent to users thanks to Joel Frankwick for the support and testing
1.11.3.17 2018-11-05
  • Documentation improved with some notes about roles management thanks to @stephenfourie (https://wordpress.org/support/topic/user-role-always-set-as-administrator/)
1.11.3.16 2018-10-31
  • Redeclaration of str_getcsv removed, this is not necessary because of all new PHP versions contains it
1.11.3.15 2018-10-30

= 1.0 = * First installation

1.11.3.14 2018-10-01
  • Empty email check added thanks to @malcolm-oph (https://wordpress.org/support/topic/blank-email-field-in-csv-data-not-detected/)
1.11.3.13 2018-09-28
  • Mail address with data of users can now be overriden thanks to a new filter
1.11.3.12 2018-09-27
  • Plugin is now compatible with Vimeo Sync Membership thanks to Justin Snavely
1.11.3.11 2018-09-18
  • Now you can use the WordPress loaded schedules in the cron import instead of the three default one thanks to PM2S
  • Mail cron sending fixed issues
1.11.3.10 2018-09-18
  • New hooks added thanks to Joel Frankwick in order to make possible to change default wp_mail() headers
1.11.3.9 2018-09-05
  • New hooks added thanks to @malcolm-oph (https://wordpress.org/support/topic/using-filters-to-add-data-columns/)
1.11.3.8.1 2018-08-24
  • Fixed bug thanks to @xenator for discovering the bug (https://wordpress.org/support/topic/uncaught-error-while-importing-users/#post-10618130)
1.11.3.8 2018-08-16
  • Fixed mail sending in frontend import
  • Now you can activate users with WP Members in frontend import
  • Some fixes and warnings added
1.11.3.7 2018-08-06
  • Fixes and improvements thanks to @malcolm-oph
1.11.3.6 2018-07-23
  • Role import working in cron jobs
1.11.3.5 2018-06-19

= 1.0 = * First installation

1.11.3.4 2018-05-10
  • 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)
1.11.3.3 2018-05-07
  • Added compatibility to import levels from Indeed Ultimate Membership Pro
  • Fixed role problems when importing
1.11.3.2 2018-05-06
  • Patreon link included and some other improvements to make easier support this develop
  • Deprecated notices included about SMTP settings in this plugin
1.11.3.1 2018-03-19
  • Thanks to Sebastian Mellmann(@xenator) a bug have been solved in password management in new users
1.11.3 2018-03-19
  • Thanks to @xenator you can now import users with Allow Multiple Accounts with same Mail via cron
1.11.2 2018-03-16
  • Problem with WordPress default emails fixed
1.11.1 2018-03-15
  • Sidebar changed
  • Readme completed
1.11 2018-03-13
  • You can now import users from the frontend using a shortcode thanks to Nelson Artz Group GmbH & Co. KG
1.10.13 2018-03-08
  • You can now import User Groups (https://wordpress.org/plugins/user-groups/) and assign them to the users
1.10.12 2018-03-08
  • You can now import WP User Groups and assign them to the users thanks to the support of Arturas & Luis, Lda.
1.10.11.1 2018-03-04
  • Debug notice shown fixed (thanks for submiting the bug @anieves (https://wordpress.org/support/topic/problem-using-wp-members-with-import-users-from-csv-2/#post-10035037)
1.10.11 2018-03-01
  • Administrator are not deleted in cron task
  • Some hashed passwords was not being imported correctly because of wp_unslash() function into wp_insert_user(), issue fixed
1.10.10 2018-02-27
  • Thanks to Attainable Adventure Cruising Ltd now the system to import passwords hashed directly from the CSV has been fixed
  • Thanks to Kevin Price-Ward and Peri Lane now the system does not include the default role when creating a new user
  • Plugin tested up to WordPress 4.9.4
1.10.9.1 2018-01-19
  • Thanks to @lucile-agence-pulsi for reporting a bug (https://wordpress.org/support/topic/show-extra-profile-fields/) now this is solved
1.10.9 2018-01-11
  • Thanks to the support of Studio MiliLand (http://www.mililand.com) we can now import data to Paid Membership Pro Plugin
1.10.8.2 2017-12-05
  • Thanks to @Carlos Herrera we can now import date fields from BuddyPress
1.10.8.1 2017-11-16

= 1.0 = * First installation

1.10.8 2017-11-16
  • New system for include addons
  • You can now import data from WooCommerce Membership thanks to Lukas from Kousekmusic.cz
  • Tested up to WordPress 4.9
1.10.7.5 2017-10-23
  • Bug solved in cron import, now mails not being sent to user who are being updated unless you activate those mails
1.10.7.4 2017-10-20
  • Plugin now remember if user has selected or not mail sending when doing a manual import, to select by default this option next time
1.10.7.2 2017-10-19
  • Improve email notification disable
1.10.7.3 2017-10-19
  • Some of the plugins options are disabled by default to prevent unwanted mail sending
1.10.7.1 2017-09-07
  • Sending mail in standard import bug solved, thanks to @manverupl for the error report.
1.10.7 2017-09-06
  • New feature thanks to Todd Zaroban (@tzarob) now you can choose if override or not current roles of each user when you are updating them
  • Problem solved in repeated email module thanks to @damienper (https://wordpress.org/support/topic/error-in-email_repeated-php/)
  • Problem solved in mail sending with cron thanks to @khansadi (https://wordpress.org/support/topic/no-email-is-sent-to-new-users-when-created-via-corn-import/)
1.10.6.9 2017-08-11
  • Thanks to Peri Lane from Apis Productions you can now import roles from CSV. Read documentation to see the way to work.
1.10.6.8.1 2017-08-08
  • Thanks to @fiddla for debugging all this, as update_option with a value equals to true is saved as 1 in the database, we couldn't use the ==! or ==
1.10.6.8 2017-08-07
  • Bug fixed (now yes) when moving file including date and time thanks to @fiddla
1.10.6.7 2017-08-02
  • Bug fixed when moving file including date and time
1.10.6.6 2017-07-31
  • Bug fixed thanks to @ov3rfly (https://wordpress.org/support/topic/wrong-path-to-users-page-after-import/)
  • Documentation also included in home page of the plugins thanks to suggestions and threads in forum
1.10.6.5 2017-06-09
  • If multisite is enabled it adds the user to the blog thanks to Rudolph Koegelenberg
  • Tested up to 4.8
1.10.6.4 2017-05-18
  • Documentation fixed: if user id is present in the CSV but not in the database, it cannot be used to create a new user
1.10.6.3 2017-05-10
  • New hook added do_action('post_acui_import_single_user', $headers, $data, $user_id );
1.10.1 2017-04-12
  • Plugin can now import serialized data.
  • New filter added: $data[$i]
1.10.6.2 2017-04-12
  • Added documentation about locale and BuddyPress Extendend Profile
  • Header changed to avoid any problem about plugin header
1.10.6.1 2017-04-06
  • Fix error in importer.php about delete users (https://wordpress.org/support/topic/wp_delete_user-undefined/#post-8925051)
1.10.6 2017-03-30
  • Now you can hide the extra profile fields created with the plugin thanks to Steph O'Brien
1.10.5 2017-03-01
  • Now you can import list of elements using :: as separator and it can also be done in BuddyPress profile fields thanks to Jon Eiseman
  • Fixes in SMTP settings
  • SMTP settings now is a new tab
1.10.4 2017-02-23
  • Now you can assign BuddyPress groups and assign roles in import thanks to TNTP (tntp.org)
  • Import optimization
  • Readme fixed
1.10.3.1 2017-02-22
  • Bug fixed in SMTP settings page
1.10.3 2017-02-22
  • Plugin is now prepared for internacionalization using translate.wordpress.org
1.10.2.2 2017-02-21
  • German translation fixed thanks to @mfgmicha
  • locale now is considered a data from WordPress user so it won't be shown in profiles
1.10.2.1 2017-02-08
  • German translation fixed thanks to @barcelo
  • System compatibility updated
1.10.2 2017-02-07
  • New User Approve support fixed thanks to @stephanemartinw (https://wordpress.org/support/topic/new-user-approve-support/#post-8749012)
1.9.9.9 2017-01-24
  • Now you can automatically rename file after move it. Then you won't lost any file you have imported (thanks to @charlesgodwin)
1.9.9.8 2017-01-09
  • Password bug fixed. Now it works as it should (like it is explained in documentation)
1.9.9.7 2017-01-02
  • Bug fixed in importer now value 0 is not considered as empty thanks to @lafare (https://wordpress.org/support/topic/importing-values-equal-to-0/#post-8609191)
1.9.9.6 2016-12-14
  • From now we are going to keep old versions available in repository
  • We don't delete loaded columns (and fields) when you deactivate the plugin
  • Password is not auto generated when updating user in order to avoid problems (missing password column and update create new passwords and use to create problems)