PluginProbe
Importify – AI Dropshipping for WooCommerce / 1.0.18
Importify – AI Dropshipping for WooCommerce v1.0.18
1.0.19 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.16 1.0.17 1.0.18 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9
← All changes | importify.php +3 -3 trunk1.0.18 View file →
@@ -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'));