| @@ -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 | } |