PluginProbe
Fluent Support – Helpdesk & Customer Support Ticket System / 2.1.1
Fluent Support – Helpdesk & Customer Support Ticket System v2.1.1
2.3.2 2.3.1 2.3.0 2.2.1 2.2.0 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.4.0 1.4.1 1.4.2 1.4.5 1.4.6 1.4.7 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 All 67 releases
← All changes | fluent-support.php +4 -4 trunk2.1.1 View file →
@@ -1,9 +1,9 @@
1 1 <?php defined('ABSPATH') or die;
2 2 /**
3 3 * Plugin Name: Fluent Support
4 4 * Description: The Ultimate Support Plugin For Your WordPress.
5 - * Version: 2.4.0
5 + * Version: 2.1.1
6 6 * Author: WPManageNinja LLC
7 7 * Author URI: https://wpmanageninja.com
8 8 * Plugin URI: https://fluentsupport.com
9 9 * License: GPLv2 or later
@@ -10,11 +10,11 @@
10 10 * Text Domain: fluent-support
11 11 * Domain Path: /language
12 12 */
13 13
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');
14 +define('FLUENT_SUPPORT_VERSION', '2.1.1');
15 +define('FLUENT_SUPPORT_DB_VERSION', '1.0.1');
16 +define('FLUENT_SUPPORT_PRO_MIN_VERSION', '2.1.1');
17 17 define('FLUENT_SUPPORT_UPLOAD_DIR', 'fluent-support');
18 18 define('FLUENT_SUPPORT_PLUGIN_URL', plugin_dir_url(__FILE__));
19 19 define('FLUENT_SUPPORT_PLUGIN_PATH', plugin_dir_path(__FILE__));
20 20