| @@ -1192,9 +1192,9 @@ | ||
| 1192 | 1192 | // <editor-fold defaultstate="collapsed" desc=" Advanced " > |
| 1193 | 1193 | |
| 1194 | 1194 | if ( wpbc_is_11_6_features_enabled() && wpbc_booking_resources_catalog_can_manage_settings() ) { |
| 1195 | 1195 | $is_pro_compatible = wpbc_booking_resources_catalog_is_pro_compatible(); |
| 1196 | - $description = __( 'Legacy catalog pages are deprecated and scheduled for removal in Booking Calendar 11.7. This setting applies to all administration catalogs upgraded in Booking Calendar 11.6.', 'booking' ); | |
| 1196 | + $description = __( 'Choose the new or legacy pages for upgraded administration catalogs, including Seasonal Availability and Searchable Resources when their new catalogs are enabled. Legacy pages remain available for compatibility.', 'booking' ); | |
| 1197 | 1197 | |
| 1198 | 1198 | if ( ! $is_pro_compatible ) { |
| 1199 | 1199 | $pro_version = wpbc_booking_resources_catalog_get_pro_version(); |
| 1200 | 1200 | if ( '' === $pro_version ) { |
| @@ -1201,9 +1201,9 @@ | ||
| 1201 | 1201 | $pro_version = __( 'Unknown', 'booking' ); |
| 1202 | 1202 | } |
| 1203 | 1203 | |
| 1204 | 1204 | /* translators: 1: Detected Booking Calendar Pro version, 2: Minimum compatible Pro version. */ |
| 1205 | - $description = sprintf( __( 'Legacy catalog mode is required because Booking Calendar Pro %1$s is active. Update Pro to %2$s or newer to use the new catalogs. Legacy catalog pages are deprecated and scheduled for removal in Booking Calendar 11.7.', 'booking' ), esc_html( $pro_version ), esc_html( wpbc_booking_resources_catalog_get_minimum_pro_version() ) ); | |
| 1205 | + $description = sprintf( __( 'Legacy catalog mode is required because Booking Calendar Pro %1$s is active. Update Pro to %2$s or newer to use the new catalogs. Legacy pages remain available for compatibility.', 'booking' ), esc_html( $pro_version ), esc_html( wpbc_booking_resources_catalog_get_minimum_pro_version() ) ); | |
| 1206 | 1206 | } |
| 1207 | 1207 | |
| 1208 | 1208 | $this->fields['booking_resources_catalog_renderer'] = array( |
| 1209 | 1209 | 'type' => 'select', |