| @@ -1,24 +1,27 @@ | ||
| 1 | -<?php defined('ABSPATH') or die; | |
| 1 | +<?php | |
| 2 | 2 | |
| 3 | +defined('ABSPATH') or die; | |
| 4 | + | |
| 3 | 5 | /** |
| 4 | - * Plugin Name: FluentCommunity - Community & LMS Plugin | |
| 6 | + * Plugin Name: FluentCommunity | |
| 5 | 7 | * Description: The super-fast Community Plugin for WordPress |
| 6 | - * Version: 1.0.99 | |
| 8 | + * Version: 2.11.0 | |
| 7 | 9 | * Author: WPManageNinja LLC |
| 8 | 10 | * Author URI: https://fluentcommunity.co |
| 9 | 11 | * Plugin URI: https://fluentcommunity.co |
| 10 | 12 | * License: GPLv2 or later |
| 11 | 13 | * Text Domain: fluent-community |
| 12 | - * Domain Path: /language/ | |
| 14 | + * Domain Path: /language | |
| 13 | 15 | */ |
| 14 | 16 | |
| 15 | -define('FLUENT_COMMUNITY_PLUGIN_VERSION', '1.0.99'); | |
| 17 | +define('FLUENT_COMMUNITY_PLUGIN_VERSION', '2.11.0'); | |
| 16 | 18 | define('FLUENT_COMMUNITY_PLUGIN_DIR', plugin_dir_path(__FILE__)); |
| 17 | 19 | define('FLUENT_COMMUNITY_PLUGIN_URL', plugin_dir_url(__FILE__)); |
| 18 | 20 | define('FLUENT_COMMUNITY_DIR_FILE', __FILE__); |
| 19 | 21 | define('FLUENT_COMMUNITY_START_TIME', microtime(true)); |
| 20 | -define('FLUENT_COMMUNITY_DB_VERSION', '1.0.5'); | |
| 22 | +define('FLUENT_COMMUNITY_DB_VERSION', '1.1.2'); | |
| 23 | +define('FLUENT_COMMUNITY_MIN_PRO_VERSION', '2.11.0'); | |
| 21 | 24 | |
| 22 | 25 | if (!defined('FLUENTCRM_COMMUNITY_UPLOAD_DIR')) { |
| 23 | 26 | define('FLUENT_COMMUNITY_UPLOAD_DIR', 'fluent-community'); |
| 24 | 27 | } |
| @@ -27,4 +30,5 @@ | ||
| 27 | 30 | |
| 28 | 31 | call_user_func(function ($bootstrap) { |
| 29 | 32 | $bootstrap(__FILE__); |
| 30 | 33 | }, require(__DIR__ . '/boot/app.php')); |
| 34 | + | |