PluginProbe
FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS & Online Courses / 2.11.0
FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS & Online Courses v2.11.0
2.11.0 2.10.0 2.10.01 2.9.1 2.9.0 2.8.1 2.8.0 2.7.7 2.7.5 2.7.0 2.6.01 2.6.0 2.5.0 2.4.01 trunk 1.0.90 1.0.91 1.0.92 1.0.93 1.0.94 1.0.95 1.0.96 1.0.97 1.0.98 1.0.99 All 78 releases
← All changes | fluent-community.php +11 -6 1.0.972.11.0 View file →
@@ -1,23 +1,27 @@
1 -<?php defined('ABSPATH') or die;
1 +<?php
2 +
3 +defined('ABSPATH') or die;
4 +
2 5 /**
3 - * Plugin Name: FluentCommunity - Community & LMS Plugin
6 + * Plugin Name: FluentCommunity
4 7 * Description: The super-fast Community Plugin for WordPress
5 - * Version: 1.0.97
8 + * Version: 2.11.0
6 9 * Author: WPManageNinja LLC
7 10 * Author URI: https://fluentcommunity.co
8 11 * Plugin URI: https://fluentcommunity.co
9 12 * License: GPLv2 or later
10 13 * Text Domain: fluent-community
11 - * Domain Path: /language/
14 + * Domain Path: /language
12 15 */
13 16
14 -define('FLUENT_COMMUNITY_PLUGIN_VERSION', '1.0.97');
17 +define('FLUENT_COMMUNITY_PLUGIN_VERSION', '2.11.0');
15 18 define('FLUENT_COMMUNITY_PLUGIN_DIR', plugin_dir_path(__FILE__));
16 19 define('FLUENT_COMMUNITY_PLUGIN_URL', plugin_dir_url(__FILE__));
17 20 define('FLUENT_COMMUNITY_DIR_FILE', __FILE__);
18 21 define('FLUENT_COMMUNITY_START_TIME', microtime(true));
19 -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');
20 24
21 25 if (!defined('FLUENTCRM_COMMUNITY_UPLOAD_DIR')) {
22 26 define('FLUENT_COMMUNITY_UPLOAD_DIR', 'fluent-community');
23 27 }
@@ -26,4 +30,5 @@
26 30
27 31 call_user_func(function ($bootstrap) {
28 32 $bootstrap(__FILE__);
29 33 }, require(__DIR__ . '/boot/app.php'));
34 +