PluginProbe
Import Users & Customers with Meta | WP Ultimate CSV Importer Add-on / 1.4
Import Users & Customers with Meta | WP Ultimate CSV Importer Add-on v1.4
2.0 1.7.1 1.2.9 1.3 1.4 1.4.1 1.4.2 1.4.3 1.5 1.6 1.7 trunk 1.0 1.1 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8
← All changes | import-users.php +5 -4 1.2.41.4 View file →
@@ -11,14 +11,14 @@
11 11 *
12 12 * @wordpress-plugin
13 13 * Plugin Name: Import Users
14 14 * Description: Seamlessly create users and import from your CSV data with ease.
15 - * Version: 1.2.4
15 + * Version: 1.4
16 16 * Text Domain: Import-Users
17 17 * Domain Path: /languages
18 18 * Author: Smackcoders
19 - * Plugin URI: https://goo.gl/kKWPui
20 - * Author URI: https://goo.gl/kKWPui
19 + * Plugin URI: https://www.smackcoders.com/wp-ultimate-csv-importer-pro.html
20 + * Author URI: https://www.smackcoders.com/wordpress.html
21 21 * License: GPL v3
22 22 *
23 23 * This program is free software: you can redistribute it and/or modify
24 24 * it under the terms of the GNU General Public License as published by
@@ -44,8 +44,9 @@
44 44 require_once('importExtensions/UsersImport.php');
45 45 require_once('importExtensions/MediaHandling.php');
46 46 require_once('importExtensions/BSIImport.php');
47 47 require_once('importExtensions/ImportHelpers.php');
48 +require_once('importExtensions/BuddyImport.php');
48 49 require_once('importExtensions/WPMembersImport.php');
49 50 require_once('controllers/SendPassword.php');
50 51
51 52 class UserCSVHandler extends UsersImport{
@@ -50,9 +51,9 @@
50 51
51 52 class UserCSVHandler extends UsersImport{
52 53
53 54 private static $instance = null,$install;
54 - public $version = '1.2.4';
55 + public $version = '1.4';
55 56
56 57 public function __construct(){
57 58 $this->plugin = Plugin::getInstance();
58 59 }