| @@ -6,12 +6,12 @@ | ||
| 6 | 6 | |
| 7 | 7 | /** |
| 8 | 8 | * Plugin Name: Importify |
| 9 | 9 | * Description: Easily import best-selling products, and automate your entire dropshipping process, all with a single click. |
| 10 | - * Version: 1.0.19 | |
| 10 | + * Version: 1.0.18 | |
| 11 | 11 | * Author: Importify |
| 12 | 12 | * Author URI: https://www.importify.com/ |
| 13 | - * License: GPLv2 or later | |
| 13 | + * License: GPLv3 or later | |
| 14 | 14 | * Text Domain: importify-plugin |
| 15 | 15 | * Requires PHP: 7.2 |
| 16 | 16 | * WC requires at least: 5.0 |
| 17 | 17 | */ |
| @@ -20,9 +20,9 @@ | ||
| 20 | 20 | die; |
| 21 | 21 | } |
| 22 | 22 | |
| 23 | 23 | define("IMPORTIFY_API_URL", "https://app.importify.net/dashboard"); |
| 24 | -define('IMPORTIFY_VERSION', '1.0.19'); | |
| 24 | +define('IMPORTIFY_VERSION', '1.0.18'); | |
| 25 | 25 | define('IMPORTIFY_PATH', dirname(__FILE__)); |
| 26 | 26 | define('IMPORTIFY_FOLDER', basename(IMPORTIFY_PATH)); |
| 27 | 27 | define('IMPORTIFY_URL', plugins_url() . '/' . IMPORTIFY_FOLDER); |
| 28 | 28 | define('IMPORTIFY_API_KEY', get_option('importify_api_key')); |