| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <?php defined('ABSPATH') or die; |
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: FluentBooking - Appointment Scheduling & Booking Solution |
| 4 | 4 | * Description: FluentBooking is the ultimate solution for booking appointments, meetings, webinars, events, sales calls, and more. |
| 5 | - * Version: 2.2.5 | |
| 5 | + * Version: 2.5.0 | |
| 6 | 6 | * Author: Appointment & Booking Solution Team - WPManageNinja |
| 7 | 7 | * Author URI: https://fluentbooking.com |
| 8 | 8 | * Plugin URI: https://fluentbooking.com/pricing/ |
| 9 | 9 | * License: GPLv2 or later |
| @@ -18,12 +18,12 @@ | ||
| 18 | 18 | } |
| 19 | 19 | |
| 20 | 20 | define('FLUENT_BOOKING_DIR', plugin_dir_path(__FILE__)); |
| 21 | 21 | define('FLUENT_BOOKING_URL', plugin_dir_url(__FILE__)); |
| 22 | -define('FLUENT_BOOKING_VERSION', '2.2.5'); | |
| 23 | -define('FLUENT_BOOKING_DB_VERSION', '1.0.1'); | |
| 24 | -define('FLUENT_BOOKING_ASSETS_VERSION', '2.2.5'); | |
| 25 | -define('FLUENT_BOOKING_MIN_PRO_VERSION', '2.2.5'); | |
| 22 | +define('FLUENT_BOOKING_VERSION', '2.5.0'); | |
| 23 | +define('FLUENT_BOOKING_DB_VERSION', '1.0.2'); | |
| 24 | +define('FLUENT_BOOKING_ASSETS_VERSION', '2.5.0'); | |
| 25 | +define('FLUENT_BOOKING_MIN_PRO_VERSION', '2.5.0'); | |
| 26 | 26 | |
| 27 | 27 | require __DIR__ . '/vendor/autoload.php'; |
| 28 | 28 | |
| 29 | 29 | call_user_func(function ($bootstrap) { |