PluginProbe
Import Users & Customers with Meta | WP Ultimate CSV Importer Add-on / 1.7
Import Users & Customers with Meta | WP Ultimate CSV Importer Add-on v1.7
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 +2 -2 1.51.7 View file →
@@ -11,9 +11,9 @@
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.5
15 + * Version: 1.7
16 16 * Text Domain: Import-Users
17 17 * Domain Path: /languages
18 18 * Author: Smackcoders
19 19 * Plugin URI: https://www.smackcoders.com/wp-ultimate-csv-importer-pro.html
@@ -53,9 +53,9 @@
53 53
54 54 class UserCSVHandler extends UsersImport{
55 55
56 56 private static $instance = null,$install;
57 - public $version = '1.5';
57 + public $version = '1.7';
58 58
59 59 public function __construct(){
60 60 $this->plugin = Plugin::getInstance();
61 61 }