Import users from CSV with meta - Version 1.17.4.4

Version Description

  • Problems importing BuddyPress Groups solved
Download this release

Release Info

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

Code changes from version 1.17.4.3 to 1.17.4.4

addons/buddypress.php CHANGED
@@ -217,7 +217,7 @@ class ACUI_Buddypress{
217
  $groups_role = explode( ',', $row[ $pos_bp_group_role ] );
218
 
219
  for( $j = 0; $j < count( $groups ); $j++ ){
220
- $group_id = BP_Groups_Group::group_exists( intval( $groups[ $j ] ) );
221
 
222
  if( !empty( $group_id ) ){
223
  $this->add_user_group( $user_id, $group_id, $groups_role[ $j ], $update_roles_existing_users );
217
  $groups_role = explode( ',', $row[ $pos_bp_group_role ] );
218
 
219
  for( $j = 0; $j < count( $groups ); $j++ ){
220
+ $group_id = BP_Groups_Group::group_exists( $groups[ $j ] );
221
 
222
  if( !empty( $group_id ) ){
223
  $this->add_user_group( $user_id, $group_id, $groups_role[ $j ], $update_roles_existing_users );
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.17.4.3
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.17.4.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.7
7
- Stable tag: 1.17.4.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -103,6 +103,9 @@ Plugin will automatically detect:
103
 
104
  == Changelog ==
105
 
 
 
 
106
  = 1.17.4.3 =
107
  * BuddyPress member type import fixed
108
  * Little improvement in export GUI
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.7
7
+ Stable tag: 1.17.4.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
103
 
104
  == Changelog ==
105
 
106
+ = 1.17.4.4 =
107
+ * Problems importing BuddyPress Groups solved
108
+
109
  = 1.17.4.3 =
110
  * BuddyPress member type import fixed
111
  * Little improvement in export GUI