| @@ -1,21 +1,23 @@ | ||
| 1 | 1 | <?php defined('ABSPATH') or die; |
| 2 | - | |
| 3 | -/* | |
| 4 | -Plugin Name: Fluent Support | |
| 5 | -Description: The Ultimate Support Plugin For Your WordPress. | |
| 6 | -Version: 1.5.5 | |
| 7 | -Author: WPManageNinja LLC | |
| 8 | -Author URI: https://wpmanageninja.com | |
| 9 | -Plugin URI: https://fluentsupport.com | |
| 10 | -License: GPLv2 or later | |
| 11 | -Text Domain: fluent-support | |
| 12 | -Domain Path: /language | |
| 2 | +/** | |
| 3 | + * Plugin Name: Fluent Support | |
| 4 | + * Description: The Ultimate Support Plugin For Your WordPress. | |
| 5 | + * Version: 2.4.0 | |
| 6 | + * Author: WPManageNinja LLC | |
| 7 | + * Author URI: https://wpmanageninja.com | |
| 8 | + * Plugin URI: https://fluentsupport.com | |
| 9 | + * License: GPLv2 or later | |
| 10 | + * Text Domain: fluent-support | |
| 11 | + * Domain Path: /language | |
| 13 | 12 | */ |
| 14 | 13 | |
| 15 | -define('FLUENT_SUPPORT_VERSION', '1.5.5'); | |
| 14 | +define('FLUENT_SUPPORT_VERSION', '2.4.0'); | |
| 15 | +define('FLUENT_SUPPORT_DB_VERSION', '1.0.6'); | |
| 16 | +define('FLUENT_SUPPORT_PRO_MIN_VERSION', '2.4.0'); | |
| 16 | 17 | define('FLUENT_SUPPORT_UPLOAD_DIR', 'fluent-support'); |
| 17 | 18 | define('FLUENT_SUPPORT_PLUGIN_URL', plugin_dir_url(__FILE__)); |
| 19 | +define('FLUENT_SUPPORT_PLUGIN_PATH', plugin_dir_path(__FILE__)); | |
| 18 | 20 | |
| 19 | 21 | require __DIR__ . '/vendor/autoload.php'; |
| 20 | 22 | |
| 21 | 23 | call_user_func(function ($bootstrap) { |