| @@ -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.6 | |
| 15 | + * Version: 1.5 | |
| 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.6'; | |
| 57 | + public $version = '1.5'; | |
| 58 | 58 | |
| 59 | 59 | public function __construct(){ |
| 60 | 60 | $this->plugin = Plugin::getInstance(); |
| 61 | 61 | } |