PluginProbe
Import Users & Customers with Meta | WP Ultimate CSV Importer Add-on / 1.3
Import Users & Customers with Meta | WP Ultimate CSV Importer Add-on v1.3
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.2.81.3 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.2.8
15 + * Version: 1.3
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
@@ -51,9 +51,9 @@
51 51
52 52 class UserCSVHandler extends UsersImport{
53 53
54 54 private static $instance = null,$install;
55 - public $version = '1.2.8';
55 + public $version = '1.3';
56 56
57 57 public function __construct(){
58 58 $this->plugin = Plugin::getInstance();
59 59 }