| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * Plugin Name: FluentCommunity |
| 7 | 7 | * Description: The super-fast Community Plugin for WordPress |
| 8 | - * Version: 2.10.01 | |
| 8 | + * Version: 2.10.0 | |
| 9 | 9 | * Author: WPManageNinja LLC |
| 10 | 10 | * Author URI: https://fluentcommunity.co |
| 11 | 11 | * Plugin URI: https://fluentcommunity.co |
| 12 | 12 | * License: GPLv2 or later |
| @@ -13,15 +13,15 @@ | ||
| 13 | 13 | * Text Domain: fluent-community |
| 14 | 14 | * Domain Path: /language |
| 15 | 15 | */ |
| 16 | 16 | |
| 17 | -define('FLUENT_COMMUNITY_PLUGIN_VERSION', '2.10.01'); | |
| 17 | +define('FLUENT_COMMUNITY_PLUGIN_VERSION', '2.10.0'); | |
| 18 | 18 | define('FLUENT_COMMUNITY_PLUGIN_DIR', plugin_dir_path(__FILE__)); |
| 19 | 19 | define('FLUENT_COMMUNITY_PLUGIN_URL', plugin_dir_url(__FILE__)); |
| 20 | 20 | define('FLUENT_COMMUNITY_DIR_FILE', __FILE__); |
| 21 | 21 | define('FLUENT_COMMUNITY_START_TIME', microtime(true)); |
| 22 | 22 | define('FLUENT_COMMUNITY_DB_VERSION', '1.1.2'); |
| 23 | -define('FLUENT_COMMUNITY_MIN_PRO_VERSION', '2.10.01'); | |
| 23 | +define('FLUENT_COMMUNITY_MIN_PRO_VERSION', '2.10.0'); | |
| 24 | 24 | |
| 25 | 25 | if (!defined('FLUENTCRM_COMMUNITY_UPLOAD_DIR')) { |
| 26 | 26 | define('FLUENT_COMMUNITY_UPLOAD_DIR', 'fluent-community'); |
| 27 | 27 | } |