| @@ -4,11 +4,12 @@ | ||
| 4 | 4 | |
| 5 | 5 | /* |
| 6 | 6 | Plugin Name: Fluent Boards - Project Management Tool |
| 7 | 7 | Description: Fluent Boards is a powerful tool designed for efficient management of to-do lists, projects, and tasks with kanban board and more.. |
| 8 | -Version: 1.13 | |
| 8 | +Version: 2.1.0 | |
| 9 | 9 | Author: WPManageNinja |
| 10 | -Author URI: https://wpmanageninja.com/ | |
| 10 | +Author URI: https://fluentboards.com | |
| 11 | +Plugin URI: https://fluentboards.com | |
| 11 | 12 | License: GPLv2 or later |
| 12 | 13 | License URI: https://www.gnu.org/licenses/gpl-2.0.html |
| 13 | 14 | Text Domain: fluent-boards |
| 14 | 15 | Domain Path: /language |
| @@ -18,13 +19,16 @@ | ||
| 18 | 19 | return; |
| 19 | 20 | } |
| 20 | 21 | |
| 21 | 22 | define('FLUENT_BOARDS', 'fluent-boards'); |
| 22 | -define('FLUENT_BOARDS_PLUGIN_VERSION', '1.13'); | |
| 23 | +define('FLUENT_BOARDS_PLUGIN_VERSION', '2.1.0'); | |
| 23 | 24 | define('FLUENT_BOARDS_PLUGIN_PATH', plugin_dir_path(__FILE__)); |
| 24 | 25 | define('FLUENT_BOARDS_DIR_FILE', __FILE__); |
| 25 | 26 | define('FLUENT_BOARDS_PLUGIN_URL', plugin_dir_url(__FILE__)); |
| 26 | 27 | define('FLUENT_BOARDS_UPLOAD_DIR', 'fluent-boards'); |
| 28 | +define('FLUENT_BOARDS_PRO_MIN_VERSION', '2.1.0'); | |
| 29 | + | |
| 30 | +define('FLUENT_BOARDS_DB_VERSION', '1.60'); // don't change if sync or db update not required | |
| 27 | 31 | |
| 28 | 32 | require __DIR__ . '/vendor/autoload.php'; |
| 29 | 33 | |
| 30 | 34 | call_user_func(function ($bootstrap) { |