| @@ -6,9 +6,9 @@ | ||
| 6 | 6 | Author: wpdevelop, oplugins |
| 7 | 7 | Author URI: https://wpbookingcalendar.com/ |
| 8 | 8 | Text Domain: booking |
| 9 | 9 | Domain Path: /languages/ |
| 10 | -Version: 11.6 | |
| 10 | +Version: 11.8.2 | |
| 11 | 11 | License: GPLv2 or later |
| 12 | 12 | */ |
| 13 | 13 | |
| 14 | 14 | /* |
| @@ -33,15 +33,15 @@ | ||
| 33 | 33 | } |
| 34 | 34 | |
| 35 | 35 | |
| 36 | 36 | if ( ! defined( 'WP_BK_VERSION_NUM' ) ) { |
| 37 | - define( 'WP_BK_VERSION_NUM', '11.6' ); | |
| 37 | + define( 'WP_BK_VERSION_NUM', '11.8.2' ); | |
| 38 | 38 | } |
| 39 | 39 | if ( ! defined( 'WP_BK_PRO_BFB_ONLY_VERSION' ) ) { |
| 40 | 40 | define( 'WP_BK_PRO_BFB_ONLY_VERSION', '11.4' ); // First Pro version that no longer loads legacy Booking Form settings pages. |
| 41 | 41 | } |
| 42 | 42 | if ( ! defined( 'WP_BK_MINOR_UPDATE' ) ) { |
| 43 | - define( 'WP_BK_MINOR_UPDATE', ! true ); | |
| 43 | + define( 'WP_BK_MINOR_UPDATE', true ); | |
| 44 | 44 | } |
| 45 | 45 | |
| 46 | 46 | /** |
| 47 | 47 | * Default Form Style accent color for new Booking Calendar installations. |
| @@ -64,22 +64,8 @@ | ||
| 64 | 64 | * @since 11.6.0 |
| 65 | 65 | */ |
| 66 | 66 | if ( ! defined( 'WPBC_ENABLE_11_6_FEATURES' ) ) { |
| 67 | 67 | define( 'WPBC_ENABLE_11_6_FEATURES', true ); |
| 68 | -} | |
| 69 | - | |
| 70 | -/** | |
| 71 | - * Internal availability gate for the 11.6 Booking Resources catalog. | |
| 72 | - * | |
| 73 | - * The released 11.6 default is enabled. Support rollback should use | |
| 74 | - * `WPBC_BOOKING_RESOURCES_CATALOG_MODE` so the independent catalog runtime | |
| 75 | - * remains available while only the canonical page renderer changes. This | |
| 76 | - * lower-level gate remains available for disabled-runtime testing. | |
| 77 | - * | |
| 78 | - * @since 11.6.0 | |
| 79 | - */ | |
| 80 | -if ( ! defined( 'WPBC_ENABLE_11_6_CATALOG_V2' ) ) { | |
| 81 | - define( 'WPBC_ENABLE_11_6_CATALOG_V2', true ); | |
| 82 | 68 | } |
| 83 | 69 | |
| 84 | 70 | /** |
| 85 | 71 | * Select the source used for bundled starter images. |