PluginProbe
Import Users & Customers with Meta | WP Ultimate CSV Importer Add-on / 1.2.5
Import Users & Customers with Meta | WP Ultimate CSV Importer Add-on v1.2.5
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 +4 -5 1.31.2.5 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.3
15 + * Version: 1.2.5
16 16 * Text Domain: Import-Users
17 17 * Domain Path: /languages
18 18 * Author: Smackcoders
19 - * Plugin URI: https://www.smackcoders.com/wp-ultimate-csv-importer-pro.html
20 - * Author URI: https://www.smackcoders.com/wordpress.html
19 + * Plugin URI: https://goo.gl/kKWPui
20 + * Author URI: https://goo.gl/kKWPui
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,9 +44,8 @@
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');
49 48 require_once('importExtensions/WPMembersImport.php');
50 49 require_once('controllers/SendPassword.php');
51 50
52 51 class UserCSVHandler extends UsersImport{
@@ -51,9 +50,9 @@
51 50
52 51 class UserCSVHandler extends UsersImport{
53 52
54 53 private static $instance = null,$install;
55 - public $version = '1.3';
54 + public $version = '1.2.5';
56 55
57 56 public function __construct(){
58 57 $this->plugin = Plugin::getInstance();
59 58 }