| @@ -1,2028 +1,1303 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | // Exit if accessed directly |
| 4 | 4 | if ( !defined( 'ABSPATH' ) ) exit; |
| 5 | 5 | |
| 6 | +/** | |
| 7 | + * Render Booking Calendar 11.8.1 What's New content. | |
| 8 | + * | |
| 9 | + * @param object $obj Welcome-page renderer and image loader. | |
| 10 | + * | |
| 11 | + * @return void | |
| 12 | + */ | |
| 13 | +function wpbc_welcome_section_11_8_1( $obj ) { | |
| 6 | 14 | |
| 7 | -function wpbc_welcome_section_10_11( $obj ){ | |
| 15 | + $section_parameters = array( 'version_num' => '11.8.1', 'show_expand' => false ); | |
| 16 | + $obj->expand_section_start( $section_parameters ); | |
| 17 | + // $obj->asset_path = 'http://beta/assets/'; // TODO: comment this in production. | |
| 18 | + ?> | |
| 8 | 19 | |
| 9 | - $section_param_arr = array( 'version_num' => '10.11', 'show_expand' => false ); | |
| 10 | 20 | |
| 11 | - $obj->expand_section_start( $section_param_arr ); | |
| 21 | + <div class="wpbc_wn_container"> | |
| 12 | 22 | |
| 13 | - | |
| 14 | - // $obj->asset_path = 'http://beta/assets/'; // TODO: 2024-06-01 comment this | |
| 15 | - | |
| 16 | - | |
| 17 | - // <editor-fold defaultstate="collapsed" desc=" = F R E E = " > | |
| 18 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 19 | - // = F R E E = | |
| 20 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 21 | - ?> | |
| 22 | - <div class="wpbc_wn_container"> | |
| 23 | - <div class="wpbc_wn_section"> | |
| 24 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Major Admin Interface Overhaul!' ) ); ?></h2> | |
| 25 | - <span style="font-size: 1em;"><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'A complete redesign of the Booking Calendar admin panel brings a **modern, clean, and user-focused UI**, helping you configure settings faster and manage bookings more efficiently.' ) ); ?></span> | |
| 26 | - <div class="wpbc_wn_col" style="flex: 1 1 55%;margin: 20px 0;"> | |
| 27 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 28 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.11/booking_calendar_settings_dashboard_page.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 29 | - <span><span style="font-size: 0.9em;font-style: italic;"><?php //echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Available in the Booking Calendar Business Small or higher versions' ) ); ?></span></span> | |
| 23 | + <div class="wpbc_wn_section" style="gap: 10px 50px;"> | |
| 24 | + <div class="wpbc_wn_col" style="flex: 1 1 40%;margin: 0;padding: 0;"> | |
| 25 | + <div class="wpbc_wn_section" style="gap: 10px 50px;"> | |
| 26 | + <h2><?php echo( 'Clearer First-Run Setup' ); ?></h2> | |
| 27 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;padding: 0;"> | |
| 28 | + <img | |
| 29 | + src="<?php echo esc_attr( $obj->section_img_url( '11.8.1/wp_booking_calendar__first_run_starter_pages_prompt_placeholder.png' ) ); ?>" | |
| 30 | + alt="<?php echo esc_attr( 'First-run starter booking pages invitation with public-page links' ); ?>" | |
| 31 | + style="margin:10px 0;width:98%;" | |
| 32 | + /> | |
| 33 | + </div> | |
| 34 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;padding: 0;"> | |
| 35 | + <ul> | |
| 36 | + <li><strong><?php echo( 'Choose Setup when you are ready.' ); ?></strong> <?php echo( 'New installations show one focused invitation on Booking Listing. Start guided Setup immediately or postpone it; either choice is remembered.' ); ?></li> | |
| 37 | + <li><strong><?php echo( 'Test the visitor experience immediately.' ); ?></strong> <?php echo( 'A second one-time window shows complete previews and links to valid published starter pages, including the resource-first Resource Selection workflow. After automatic dismissal, new installations can reopen it from the Booking Listing welcome panel. Live demos also show the welcome section without saving a shared dismissal. The top Booking Calendar menu keeps the public links in a predictable workflow order and places the Home page last.' ); ?></li> | |
| 38 | + </ul> | |
| 39 | + </div> | |
| 40 | + </div> | |
| 30 | 41 | </div> |
| 31 | - <div class="wpbc_wn_col" style="flex: 1 1 45%;margin: 10px 0;"> | |
| 32 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**Brand New Admin Panel Experience!**' ) ); ?></h3> | |
| 33 | - <ul> | |
| 34 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Fresh New Logo**: We\'ve updated the Booking Calendar logo with a clean and modern design based on the initials \'b\' and \'c\'.' ) ); ?></li> | |
| 35 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Full-Screen Mode**: Hide the WordPress interface and focus entirely on booking management. Just click the full-screen icon at the top right of any admin page.' ) ); ?></li> | |
| 36 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Universal Left Sidebar Menu**: Easily access all settings from a new side menu that works in wide, compact, or minimized modes—fully optimized for mobile too.' ) ); ?></li> | |
| 37 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Fixed Top Bar**: The new horizontal bar stays visible while scrolling and contains essential buttons like “Full Screen.”' ) ); ?></li> | |
| 38 | - </ul> | |
| 42 | + <div class="wpbc_wn_col" style="flex: 1 1 40%;margin: 0;padding: 0;"> | |
| 43 | + <div class="wpbc_wn_section" style="gap: 10px 50px;"> | |
| 44 | + <h2><?php echo( 'Time-Slot Booking Flow' ); ?></h2> | |
| 45 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;padding: 0;"> | |
| 46 | + <img | |
| 47 | + src="<?php echo esc_attr( $obj->section_img_url( '11.8.1/wp_booking_calendar__time-slots-booking-form-2-columns.png' ) ); ?>" | |
| 48 | + alt="<?php echo esc_attr( 'Two-column time-slot booking form with a calendar and live date and time summary' ); ?>" | |
| 49 | + style="margin:10px 0;width:98%;" | |
| 50 | + /> | |
| 51 | + </div> | |
| 52 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;padding: 0;"> | |
| 53 | + <ul> | |
| 54 | + <li><strong><?php echo( 'Choose date and time together.' ); ?></strong> <?php echo( 'The calendar, time choices, and live Date, Start Time, and End Time summary share one clear first step.' ); ?></li> | |
| 55 | + <li><strong><?php echo( 'Finish details on a focused second step.' ); ?></strong> <?php echo( 'Visitors continue to contact, guest, and Terms fields before sending the booking.' ); ?></li> | |
| 56 | + <li><strong><?php echo( 'Ready to find and reuse.' ); ?></strong> <?php echo( 'When initially added, the Time-Slots template appears first overall and, within Full Days, Two Columns appears before Vertical. Clean installations use the Time-Slots template on their starter page. Updates preserve existing forms, pages, custom URLs, and installed template copies.' ); ?></li> | |
| 57 | + </ul> | |
| 58 | + </div> | |
| 59 | + </div> | |
| 39 | 60 | </div> |
| 40 | 61 | </div> |
| 41 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 42 | - <div class="wpbc_wn_section"> | |
| 43 | - <div class="wpbc_wn_col" style="flex: 1 1 45%;margin: 0;"> | |
| 44 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Redesigned Booking Listing Page' ) ); ?></h3> | |
| 45 | - <ul> | |
| 46 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Modern UI**: Clean and intuitive design, focused on clear display of booking dates, statuses, and key details.' ) ); ?></li> | |
| 47 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Smarter Date View**: See booking dates displayed based on their type (single day, multiple days, or time slots).' ) ); ?></li> | |
| 48 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Expandable Details**: Hover or click to expand and view full booking information.' ) ); ?></li> | |
| 49 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Dropdown Actions**: All booking actions are now in an easy-to-use dropdown next to each entry.' ) ); ?></li> | |
| 50 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved Bulk Actions**: Located in the top left, automatically expands when bookings are selected.' ) ); ?></li> | |
| 51 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Enhanced Pagination**: Easily browse bookings with new navigation and items-per-page controls.' ) ); ?></li> | |
| 52 | - </ul> | |
| 53 | - </div> | |
| 54 | - <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 55 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 56 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.11/booking_calendar_booking_listing_page.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 57 | - <span><span style="font-size: 0.9em;font-style: italic;"><?php //echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Available in the Booking Calendar Business Small or higher versions' ) ); ?></span></span> | |
| 58 | - </div> | |
| 59 | - </div> | |
| 60 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 61 | - <div class="wpbc_wn_section"> | |
| 62 | - <div class="wpbc_wn_col" style="flex: 1 1 55%;margin: 20px 0;"> | |
| 63 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 64 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.11/booking_calendar_timeline_view_page__multi_resources.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 65 | - <span><span style="font-size: 0.9em;font-style: italic;"><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Screenshot from paid versions of Booking Calendar' ) ); ?></span></span> | |
| 66 | - </div> | |
| 67 | - <div class="wpbc_wn_col" style="flex: 1 1 45%;margin: 10px 0;"> | |
| 68 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**Other Improvements**' ) ); ?></h3> | |
| 69 | - <ul> | |
| 70 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Timeline View**: Refreshed layout and better booking resource selection in paid versions.' ) ); ?></li> | |
| 71 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Settings Menu Structure**: Settings pages are now grouped more logically in the sidebar for quicker access.' ) ); ?></li> | |
| 72 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Accessibility**: Improved keyboard navigation for calendars and time pickers to meet EAA standards.' ) ); ?></li> | |
| 73 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Edit Past Bookings**: Add &allow_past to the URL to allow editing bookings in the past from the admin panel.' ) ); ?></li> | |
| 74 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Reset Filters**: If no bookings are found, a new “Reset Filter” link will appear to reload all bookings.' ) ); ?></li> | |
| 75 | - </ul> | |
| 76 | - </div> | |
| 77 | - </div> | |
| 78 | - <div class="wpbc_wn_section" style="justify-content: center;"> | |
| 79 | - <?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '...and hundreds of other small improvements and refinements!' ) ); ?> | |
| 80 | - </div> | |
| 62 | + | |
| 63 | + | |
| 81 | 64 | </div> |
| 82 | 65 | <?php |
| 66 | + $obj->expand_section_end( $section_parameters ); | |
| 67 | +} | |
| 83 | 68 | |
| 69 | +/** | |
| 70 | + * Render Booking Calendar 11.8 What's New content. | |
| 71 | + * | |
| 72 | + * Booking Modes and the Full-Day Form Builder template are available in every | |
| 73 | + * edition. Seasonal Availability and the Business Large Searchable Resources | |
| 74 | + * catalog remain protected by their existing feature, edition, and current-user | |
| 75 | + * gates. Image placeholders must be replaced by verified, edition-appropriate | |
| 76 | + * captures before release. | |
| 77 | + * | |
| 78 | + * @param object $obj Welcome-page renderer and image loader. | |
| 79 | + * | |
| 80 | + * @return void | |
| 81 | + */ | |
| 82 | +function wpbc_welcome_section_11_8( $obj ) { | |
| 84 | 83 | |
| 85 | - // </editor-fold> | |
| 86 | - | |
| 87 | - // <editor-fold defaultstate="collapsed" desc=" = M I X E D = " > | |
| 88 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 89 | - // = M I X E D = | |
| 90 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 91 | - /* | |
| 84 | + $section_parameters = array( 'version_num' => '11.8', 'show_expand' => false ); | |
| 85 | + // $obj->asset_path = 'http://beta/assets/'; // TODO: comment this in production. | |
| 86 | + $obj->expand_section_start( $section_parameters ); | |
| 92 | 87 | ?> |
| 93 | 88 | <div class="wpbc_wn_container"> |
| 94 | - <div class="wpbc_wn_section"> | |
| 95 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Additional Improvements in Free and Pro versions' ) ); ?></h2> | |
| 96 | - </div> | |
| 89 | + <div class="wpbc_wn_section" style="gap: 10px 50px;"> | |
| 90 | + <h2><?php echo( '2 New Full-Day Booking Form Templates' ); ?></h2> | |
| 97 | 91 | |
| 98 | - <div class="wpbc_wn_section"> | |
| 99 | - <div class="wpbc_wn_col"> | |
| 92 | + <div class="wpbc_wn_col" style="flex: 1 1 40%;margin: 0;padding: 0;"> | |
| 93 | + <img | |
| 94 | + src="<?php echo esc_attr( $obj->section_img_url( '11.8/wp_booking_calendar__form_2_columns_hints_full_days.png' ) ); ?>" | |
| 95 | + alt="<?php echo esc_attr( 'Two-column full-day booking form with a calendar, date summary, and customer details' ); ?>" | |
| 96 | + style="margin:10px 0;width:98%;" | |
| 97 | + /> | |
| 98 | + </div> | |
| 99 | + <div class="wpbc_wn_col" style="flex: 1 1 40%;margin: 0;padding: 0;"> | |
| 100 | 100 | <ul> |
| 101 | - <?php // Free. ?> | |
| 102 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **New**: You can ...' ) ); ?></li> | |
| 103 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improvement** ...' ) ); ?></li> | |
| 101 | + <li><strong><?php echo( 'Start with a clear two-column layout.' ); ?></strong> <?php echo( 'Customers select dates in the calendar, then review their Check-in, Check-out, and Days beside the customer details.' ); ?></li> | |
| 102 | + <li><strong><?php echo( 'Vertical full-day layout.' ); ?></strong> <?php echo( 'Vertical full-day booking form with a ability to use a two-month calendar and date summary' ); ?></li> | |
| 103 | + <li><strong><?php echo( 'Designed for full-day bookings.' ); ?></strong> <?php echo( 'Use the live date summary with your saved full-day or changeover settings to make each selection easier to understand.' ); ?></li> | |
| 104 | + <li><strong><?php echo( 'Apply it when you need it.' ); ?></strong> <?php echo( 'The templates are available in Form Builder without replacing existing forms or changing first-install defaults. Confirm its starter Terms links before publishing.' ); ?></li> | |
| 104 | 105 | </ul> |
| 105 | - | |
| 106 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Improvements in Pro Versions' ) ); ?></h3> | |
| 107 | - <ul> | |
| 108 | - <?php // Pro. ?> | |
| 109 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• We\'ve addressed ...' ) ); ?></li> | |
| 110 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Fixed a ....' ) ); ?></li> | |
| 111 | - </ul> | |
| 112 | - | |
| 113 | 106 | </div> |
| 114 | - | |
| 115 | 107 | </div> |
| 116 | - </div><?php | |
| 117 | - */ | |
| 118 | - // </editor-fold> | |
| 119 | 108 | |
| 120 | - | |
| 121 | - $obj->expand_section_end( $section_param_arr ); | |
| 122 | -} | |
| 123 | - | |
| 124 | -function wpbc_welcome_section_10_10( $obj ){ | |
| 125 | - | |
| 126 | - $section_param_arr = array( 'version_num' => '10.10', 'show_expand' => true ); | |
| 127 | - | |
| 128 | - $obj->expand_section_start( $section_param_arr ); | |
| 129 | - | |
| 130 | - | |
| 131 | - // $obj->asset_path = 'http://beta/assets/'; // TODO: 2024-06-01 comment this | |
| 132 | - | |
| 133 | - | |
| 134 | - // <editor-fold defaultstate="collapsed" desc=" = F R E E = " > | |
| 135 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 136 | - // = F R E E = | |
| 137 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 138 | - ?> | |
| 139 | - <div class="wpbc_wn_container"> | |
| 140 | - <div class="wpbc_wn_section"> | |
| 141 | - <!-- <h2>--><?php //echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Modern Calendar Themes and More!' ) ); ?><!--</h2>--> | |
| 142 | - <div class="wpbc_wn_col" > | |
| 143 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New: **Improved Booking Form & Display**' ) ); ?></h3> | |
| 144 | - <ul> | |
| 145 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **New Form Template:** - "**Appointments Based on Service Duration**" <br>Ideal for scheduling services with fixed durations (Pro Versions).' ) ); ?></li> | |
| 146 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Flexible Form Fields** - Save and display custom "Option Titles" and "Values" in select boxes, checkboxes, and radio buttons, providing flexibility for configuring services based on time and more...' ) ); ?></li> | |
| 147 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**Shortcode Example for Booking Form**: <br><code>[selectbox durationtime "Service A (20 min)@@00:20" "Service B (30 min)@@00:30"]</code>. <br>**Shortcodes for Displaying Booking Field Data**:<br> - To display the selected title, e.g., "**Service A (20 min)**", use shortcode: <code>[durationtime_val]</code> <em>(e.g. field name + "_val" sufix)</em>. <br> - To show the value, e.g., "**00:20**", use the standard shortcode: <code>[durationtime]</code> <em>(e.g. field name)</em>.' ) ); ?></li> | |
| 148 | - </ul> | |
| 109 | + <div class="wpbc_wn_section" style="gap: 10px 50px;"> | |
| 110 | + <h2><?php echo( 'New Seasonal Availability Catalog' ); ?></h2> | |
| 111 | + <div class="wpbc_wn_col" style="flex: 1 1 40%;margin: 0;padding: 0;"> | |
| 112 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.8/wp_booking_calendar__season_availability_review_placeholder_3.png' ) ); ?>" alt="<?php echo esc_attr( 'Availability listing with Resource names, default-status labels, search and view controls' ); ?>" style="margin:5px 0;width:100%;" /> | |
| 113 | + <p style="text-align:center;font-style: italic;font-size:0.8em;"><strong><?php echo 'Minimum edition:'; ?></strong> <?php echo 'Booking Calendar Business Medium or higher.'; ?></p> | |
| 149 | 114 | </div> |
| 150 | - <div class="wpbc_wn_col" style="flex: 1 1 45%;margin: 10px 0;"> | |
| 151 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 152 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.10/wp_booking_calendar_wizard_form_steps_03.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 153 | - <span><span style="font-size: 0.9em;font-style: italic;"><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Available in the Booking Calendar Business Small or higher versions' ) ); ?></span></span> | |
| 154 | - </div> | |
| 155 | - </div> | |
| 156 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 157 | - <div class="wpbc_wn_section"> | |
| 158 | - <!-- <h2>--><?php //echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Modern Calendar Themes and More!' ) ); ?><!--</h2>--> | |
| 159 | - <div class="wpbc_wn_col" > | |
| 160 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New: **Steps Timeline Progress Indicator**' ) ); ?></h3> | |
| 161 | - <ul> | |
| 162 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Easily show a progress indicator for multi-step booking forms.' ) ); ?></li> | |
| 163 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**Shortcode:** <code>[steps_timline steps_count="3" active_step="1"]</code>' ) ); ?></li> | |
| 164 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**Parameters:**' ) ); ?></li> | |
| 165 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **steps_count="3"** - Defines total number of steps' ) ); ?></li> | |
| 166 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **active_step="1"** - Highlights the current step' ) ); ?></li> | |
| 167 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **color="#619d40"** - Optional parameter to customize step color ' ) ); ?></li> | |
| 168 | - </ul> | |
| 169 | - </div> | |
| 170 | - <div class="wpbc_wn_col" style="flex: 1 1 45%;margin: 10px 0;"> | |
| 171 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 172 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.10/wp_booking_calendar_wizard_form_steps_chnage_over_02.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 173 | - <span><span style="font-size: 0.9em;font-style: italic;"><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Available in the Booking Calendar Business Small or higher versions' ) ); ?></span></span> | |
| 174 | - </div> | |
| 175 | - </div> | |
| 176 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 177 | - </div> | |
| 178 | - <div class="wpbc_wn_container"> | |
| 179 | - <div class="wpbc_wn_section"> | |
| 180 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Enhanced Availability & Time Management' ) ); ?></h2> | |
| 181 | - </div> | |
| 115 | + <div class="wpbc_wn_col" style="flex: 1 1 20%;margin: 0;padding: 0;"> | |
| 182 | 116 | |
| 183 | - <div class="wpbc_wn_section"> | |
| 184 | - <div class="wpbc_wn_col"> | |
| 185 | 117 | <ul> |
| 186 | - <?php // Free. ?> | |
| 187 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Unavailable Past Times**: Automatically hides/locks past time slots when selecting today’s date.' ) ); ?></li> | |
| 188 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Timezone-Based Availability**: The "Unavailable time from current time" option now follows your WordPress timezone, ensuring accurate availability settings.' ) ); ?></li> | |
| 189 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Customizable Labels**: Removed default colons (:) from field labels. You can now manually add them while editing forms in Simple Mode.' ) ); ?></li> | |
| 118 | + <li data-wpbc-availability-feature="overview"><strong><?php echo( 'Availability at a glance.' ); ?></strong> <?php echo( 'Find your Resources in a clear list or Card view. See each Resource’s default availability below its name, search for the one you need, and choose the columns you want to see.' ); ?></li> | |
| 119 | + <li data-wpbc-availability-feature="preview"><strong><?php echo( 'See your seasonal dates clearly.' ); ?></strong> <?php echo( 'Green dates are available and gray dates are unavailable according to your seasonal settings. Hover over a Resource or focus a control in its row to see which Season applies. The preview shows seasonal settings, not existing bookings or remaining capacity.' ); ?></li> | |
| 190 | 120 | </ul> |
| 191 | 121 | </div> |
| 192 | - <div class="wpbc_wn_col" style="flex: 1 1 45%;margin: 10px 0;"> | |
| 193 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 194 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.10/availability_from_today.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 195 | - <span><span style="font-size: 0.9em;font-style: italic;"><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Available in the Booking Calendar Business Medium or higher versions' ) ); ?></span></span> | |
| 196 | - </div> | |
| 197 | 122 | </div> |
| 198 | - <div class="wpbc_wn_section"> | |
| 199 | - <div class="wpbc_wn_col"> | |
| 200 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Improvements & Fixes' ) ); ?></h3> | |
| 123 | + <div class="wpbc_wn_section" style="gap: 10px 50px;"> | |
| 124 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;padding: 0;"> | |
| 201 | 125 | <ul> |
| 202 | - <?php // Pro. ?> | |
| 203 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• New JS Event Hook: \'wpbc_before_booking_create\' - Allows developers to trigger actions before a booking is created.' ) ); ?></li> | |
| 204 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Booking Hash Updates: If enabled, booking hashes now change when moving bookings to Pending or Trash, ensuring better security & tracking.' ) ); ?></li> | |
| 205 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Fixed CSS Conflicts: Resolved calendar cell width issues affecting certain WordPress themes.' ) ); ?></li> | |
| 126 | + <li data-wpbc-availability-feature="bulk"><strong><?php echo( 'Update selected Resources together.' ); ?></strong> <?php echo( 'Select Resources and choose Edit selected to set their default availability, add one Season exception, or remove one Season exception. Other assignments are kept. Review every proposed change before applying; updated Resources are highlighted after a successful save.' ); ?></li> | |
| 206 | 127 | </ul> |
| 207 | 128 | </div> |
| 208 | 129 | </div> |
| 209 | - </div> | |
| 210 | - <div class="wpbc_wn_container"> | |
| 211 | - <div class="wpbc_wn_section"> | |
| 212 | - <div class="wpbc_wn_col" style="flex: 1 1 33%;"> | |
| 213 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New: Calendar Color Themes' ) ); ?></h3> | |
| 130 | + <div class="wpbc_wn_section" style="gap: 10px 50px;"> | |
| 131 | + <div class="wpbc_wn_col" style="flex: 1 1 20%;margin: 0;padding: 0;"> | |
| 214 | 132 | <ul> |
| 215 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Added 1 dark and 4 light Calendar Skins' ) ); ?></li> | |
| 133 | + <li data-wpbc-availability-feature="inspector"><strong><?php echo( 'Edit availability without leaving the list.' ); ?></strong> <?php echo( 'Open a Resource in the new sidebar editor. Choose its default, add Season exceptions, turn them on or off, and preview their dates. A plain-language overview explains the result before you review and apply your changes.' ); ?></li> | |
| 134 | + <li data-wpbc-availability-feature="inline"><strong><?php echo( 'Change defaults directly in the list.' ); ?></strong> <?php echo( 'Choose Edit rows to change default availability for several Resources without opening each one. Changed rows are marked so you can check your work, then review the effect on existing Seasons before applying.' ); ?></li> | |
| 216 | 135 | </ul> |
| 217 | 136 | </div> |
| 218 | - </div> | |
| 219 | - <div class="wpbc_wn_section" style="margin-top: -3em;"> | |
| 220 | - <div class="wpbc_wn_col"> | |
| 221 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 222 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.10/24_9_dark_3_availability_page.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 223 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 224 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.10/24_9_green_3_availability_page.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 137 | + <div class="wpbc_wn_col" style="flex: 1 1 40%;margin: 0;padding: 0;"> | |
| 138 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.8/wp_booking_calendar__season_availability__inspector_edit_season_availability_3.png' ) ); ?>" alt="<?php echo esc_attr( 'Seasonal Availability inspector showing default availability, ordered Season exceptions and a selected Season date preview' ); ?>" style="margin:5px 0;width:100%;" /> | |
| 139 | + <p style="text-align:center;font-style: italic;font-size:0.8em;"><strong><?php echo 'Minimum edition:'; ?></strong> <?php echo 'Booking Calendar Business Medium or higher.'; ?></p> | |
| 225 | 140 | </div> |
| 226 | - <div class="wpbc_wn_col"> | |
| 227 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 228 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.10/24_9_green_2_availability_page.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 229 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 230 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.10/24_9_green_4_availability_page.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 231 | - </div> | |
| 232 | 141 | </div> |
| 233 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 234 | - </div> | |
| 235 | - <?php | |
| 236 | 142 | |
| 237 | 143 | |
| 238 | - // </editor-fold> | |
| 239 | - | |
| 240 | - // <editor-fold defaultstate="collapsed" desc=" = M I X E D = " > | |
| 241 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 242 | - // = M I X E D = | |
| 243 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 244 | - /* | |
| 245 | - ?> | |
| 246 | - <div class="wpbc_wn_container"> | |
| 247 | - <div class="wpbc_wn_section"> | |
| 248 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Additional Improvements in Free and Pro versions' ) ); ?></h2> | |
| 249 | - </div> | |
| 250 | - | |
| 251 | - <div class="wpbc_wn_section"> | |
| 252 | - <div class="wpbc_wn_col"> | |
| 144 | + <div class="wpbc_wn_section" style="gap: 10px 50px;"> | |
| 145 | + <h2><?php echo( 'New Searchable Resources Catalog' ); ?></h2> | |
| 146 | + <div class="wpbc_wn_col" style="flex: 1 1 40%;margin: 0;padding: 0;"> | |
| 147 | + <?php // Replace this placeholder with the final 11.8 Searchable Resources Catalog screenshot before release. ?> | |
| 148 | + <img | |
| 149 | + src="<?php echo esc_attr( $obj->section_img_url( '11.8/wp_booking_calendar__searchable_resources_catalog_placeholder.png' ) ); ?>" | |
| 150 | + alt="<?php echo esc_attr( 'Searchable Resources Catalog with status filters, presentation columns, and Resource editing controls' ); ?>" | |
| 151 | + style="margin:10px 0;width:98%;" | |
| 152 | + /> | |
| 153 | + <p style="text-align:center;font-style: italic;font-size:0.8em;"><strong><?php echo 'Minimum edition:'; ?></strong> <?php echo 'Booking Calendar Business Large or higher.'; ?></p> | |
| 154 | + </div> | |
| 155 | + <div class="wpbc_wn_col" style="flex: 1 1 40%;margin: 0;padding: 0;"> | |
| 253 | 156 | <ul> |
| 254 | - <?php // Free. ?> | |
| 255 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **New**: You can ...' ) ); ?></li> | |
| 256 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improvement** ...' ) ); ?></li> | |
| 157 | + <li><strong><?php echo( 'Control each search result in one place.' ); ?></strong> <?php echo( 'Open the direct Search Availability > Searchable Resources link, then edit Search visibility, result title, description, image, landing page, and supported criteria from the Inspector or directly in catalog rows. Search form, results, and options each have their own neighboring link.' ); ?></li> | |
| 158 | + <li><strong><?php echo( 'Find the right Resources quickly.' ); ?></strong> <?php echo( 'Switch between All, Searchable, and Not searchable Resources, then use focused table views, compact rows, or image-led Cards.' ); ?></li> | |
| 159 | + <li><strong><?php echo( 'Review changes before saving.' ); ?></strong> <?php echo( 'Stage direct, inline, and selected-Resource updates, review the affected fields, and apply only the changes you approve.' ); ?></li> | |
| 257 | 160 | </ul> |
| 258 | - | |
| 259 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Improvements in Pro Versions' ) ); ?></h3> | |
| 260 | - <ul> | |
| 261 | - <?php // Pro. ?> | |
| 262 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• We\'ve addressed ...' ) ); ?></li> | |
| 263 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Fixed a ....' ) ); ?></li> | |
| 264 | - </ul> | |
| 265 | - | |
| 266 | 161 | </div> |
| 267 | - | |
| 268 | 162 | </div> |
| 269 | - </div><?php | |
| 270 | - */ | |
| 271 | - // </editor-fold> | |
| 272 | 163 | |
| 164 | + <div class="wpbc_wn_section" style="gap: 10px 50px;"> | |
| 165 | + <h2><?php echo( 'More Reliable Administration Modes' ); ?></h2> | |
| 273 | 166 | |
| 274 | - $obj->expand_section_end( $section_param_arr ); | |
| 275 | -} | |
| 276 | - | |
| 277 | -function wpbc_welcome_section_10_9( $obj ){ | |
| 278 | - | |
| 279 | - $section_param_arr = array( 'version_num' => '10.9', 'show_expand' => !false ); | |
| 280 | - | |
| 281 | - $obj->expand_section_start( $section_param_arr ); | |
| 282 | - | |
| 283 | - | |
| 284 | - //$obj->asset_path = 'http://beta/assets/'; // TODO: 2024-06-01 comment this | |
| 285 | - | |
| 286 | - | |
| 287 | - // <editor-fold defaultstate="collapsed" desc=" = F R E E = " > | |
| 288 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 289 | - // = F R E E = | |
| 290 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 291 | - ?><div class="wpbc_wn_container"> | |
| 292 | - <div class="wpbc_wn_section"> | |
| 293 | - <!-- <h2>--><?php //echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Modern Calendar Themes and More!' ) ); ?><!--</h2>--> | |
| 294 | - <!--h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New: Multi-Step Wizard for Booking Forms (Free Version)!' ) ); ?></h3--> | |
| 295 | - <div class="wpbc_wn_col" style="flex: 1 1 33%;"> | |
| 296 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New: Set Unavailable Time Intervals!' ) ); ?></h3> | |
| 167 | + <div class="wpbc_wn_col" style="flex: 1 1 40%;margin: 0;padding: 0;"> | |
| 297 | 168 | <ul> |
| 298 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• You can now define unavailable intervals for specific hours and minutes starting from the current time. This feature complements the ability to set unavailable dates starting from today\'s date, offering more flexibility in managing availability.' ) ); ?></li> | |
| 169 | + <li><strong><?php echo( 'Choose the view that fits your work.' ); ?></strong> <?php echo( 'Switch between Classic, Appointments, and Rentals while continuing to use the familiar Booking Calendar pages and saved configuration.' ); ?></li> | |
| 170 | + <li><strong><?php echo( 'See the pages available to you.' ); ?></strong> <?php echo( 'Each mode shows the pages provided by your installed edition and add-ons while safely omitting unavailable features.' ); ?></li> | |
| 299 | 171 | </ul> |
| 300 | 172 | </div> |
| 301 | - <div class="wpbc_wn_col"> | |
| 302 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 303 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.9/wp-booking-calendar__set_unavailable_time_from_current_time.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 304 | - </div> | |
| 305 | - </div> | |
| 306 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 307 | - </div> | |
| 308 | - <div class="wpbc_wn_container"> | |
| 309 | - <div class="wpbc_wn_section"> | |
| 310 | - <!-- <h2>--><?php //echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Modern Calendar Themes and More!' ) ); ?><!--</h2>--> | |
| 311 | - <div class="wpbc_wn_col" style="flex: 1 1 33%;"> | |
| 312 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New: **Redsys Payment Gateway** Support!' ) ); ?></h3> | |
| 173 | + <div class="wpbc_wn_col" style="flex: 1 1 40%;margin: 0;padding: 0;"> | |
| 313 | 174 | <ul> |
| 314 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Added integration with the **Redsys payment gateway** using the **Redsys Redirection** method. This feature is ideal for Spanish users, enabling them to seamlessly receive payments for bookings.' ) ); ?></li> | |
| 315 | - <li><span style="font-size: 0.9em;font-style: italic;"><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Available in the Booking Calendar Business Small or higher versions' ) ); ?></span></li> | |
| 175 | + <li><strong><?php echo( 'Continue where you were working.' ); ?></strong> <?php echo( 'When possible, switching modes keeps the current Booking Calendar page and section, with a safe destination used when the equivalent page is unavailable.' ); ?></li> | |
| 176 | + <li><strong><?php echo( 'Complete Setup in five steps.' ); ?></strong> <?php echo( 'The streamlined Setup flow now finishes in Form Builder, and the overlapping floating Setup Bar is disabled by default.' ); ?></li> | |
| 316 | 177 | </ul> |
| 317 | 178 | </div> |
| 318 | - <div class="wpbc_wn_col"> | |
| 319 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 320 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.9/wp-booking-calendar__redsys_settings.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 321 | - </div> | |
| 322 | 179 | </div> |
| 323 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 180 | + | |
| 324 | 181 | </div> |
| 325 | 182 | <?php |
| 183 | + $obj->expand_section_end( $section_parameters ); | |
| 184 | +} | |
| 326 | 185 | |
| 186 | +/** | |
| 187 | + * What's New section for Booking Calendar 11.7. | |
| 188 | + * | |
| 189 | + * @param object $obj Welcome-page renderer. | |
| 190 | + * | |
| 191 | + * @return void | |
| 192 | + */ | |
| 193 | +function wpbc_welcome_section_11_7( $obj ) { | |
| 327 | 194 | |
| 328 | - // </editor-fold> | |
| 195 | + $section_param_arr = array( 'version_num' => '11.7', 'show_expand' => true ); | |
| 196 | + // $obj->asset_path = 'http://beta/assets/'; // TODO: comment this in production. | |
| 197 | + $prices_inspector_sections = array( | |
| 198 | + array( | |
| 199 | + 'title' => 'Base Cost', | |
| 200 | + 'image' => '11.7/wp_booking_calendar__prices_catalog_base_cost_placeholder.png', | |
| 201 | + 'alt' => 'Prices inspector showing the Base Cost editor with a decimal amount and synchronized slider', | |
| 202 | + 'minimum_edition' => 'Booking Calendar Business Medium or higher.', | |
| 203 | + 'purpose' => 'Use Base Cost to define the normal starting price for this Resource before date, duration, deposit, and booking-time adjustments are applied.', | |
| 204 | + 'description' => 'Enter an exact Resource price, including decimals, or use the synchronized slider. The inspector also shows the owner currency and charging period that control how the value is understood.', | |
| 205 | + ), | |
| 206 | + array( | |
| 207 | + 'title' => 'Seasonal Rates', | |
| 208 | + 'image' => '11.7/wp_booking_calendar__prices_catalog_seasonal_rates_placeholder.png', | |
| 209 | + 'alt' => 'Prices inspector showing ordered Seasonal Rates with On and Off controls', | |
| 210 | + 'minimum_edition' => 'Booking Calendar Business Medium or higher.', | |
| 211 | + 'purpose' => 'Use Seasonal Rates when the same Resource should cost more or less on holidays, weekends, high seasons, or other reusable date periods.', | |
| 212 | + 'description' => 'Add fixed or percentage Seasonal Rates, switch saved rates On or Off without losing their settings, search authorized Seasons, and control evaluation order with drag or keyboard actions.', | |
| 213 | + ), | |
| 214 | + array( | |
| 215 | + 'title' => 'Duration-Based Costs', | |
| 216 | + 'image' => '11.7/wp_booking_calendar__prices_catalog_duration_costs_placeholder.png', | |
| 217 | + 'alt' => 'Prices inspector showing ordered Duration-Based Cost rules and a separate LAST-day value', | |
| 218 | + 'minimum_edition' => 'Booking Calendar Business Medium or higher.', | |
| 219 | + 'purpose' => 'Use Duration-Based Costs when the price should change according to how many days a customer books.', | |
| 220 | + 'description' => 'Build ordered From, For, Together, and LAST rules with fixed, percentage, or added amounts. Optional Season conditions, synchronized controls, and separate LAST-day previews make each rule easier to understand.', | |
| 221 | + ), | |
| 222 | + array( | |
| 223 | + 'title' => 'Partial Payment', | |
| 224 | + 'image' => '11.7/wp_booking_calendar__prices_catalog_partial_payment_placeholder.png', | |
| 225 | + 'alt' => 'Prices inspector showing a Partial Payment preview with due-now and balance amounts', | |
| 226 | + 'minimum_edition' => 'Booking Calendar Business Medium or higher.', | |
| 227 | + 'purpose' => 'Use Partial Payment when customers should pay a deposit at booking and the remaining balance later instead of paying the full total immediately.', | |
| 228 | + 'description' => 'Configure a percentage or fixed deposit with optional lead-time and Season conditions. The live preview separates the configured value from the amount currently due and shows the remaining balance and calculation basis.', | |
| 229 | + ), | |
| 230 | + array( | |
| 231 | + 'title' => 'Early Booking Adjustment', | |
| 232 | + 'image' => '11.7/wp_booking_calendar__prices_catalog_early_booking_placeholder.png', | |
| 233 | + 'alt' => 'Prices inspector showing an Early Booking discount preview and qualifying date range', | |
| 234 | + 'minimum_edition' => 'Booking Calendar Business Medium or higher.', | |
| 235 | + 'purpose' => 'Use Early Booking Adjustment to encourage advance reservations by reducing the price when check-in is sufficiently far away.', | |
| 236 | + 'description' => 'Offer fixed or percentage reductions for sufficiently early check-ins. The date ruler shows site today, the inclusive threshold, the selected check-in, and whether the authorized Season condition applies.', | |
| 237 | + ), | |
| 238 | + array( | |
| 239 | + 'title' => 'Late Booking Adjustment', | |
| 240 | + 'image' => '11.7/wp_booking_calendar__prices_catalog_last_minute_placeholder.png', | |
| 241 | + 'alt' => 'Prices inspector showing a Last-Minute discount preview and near-term qualifying date range', | |
| 242 | + 'minimum_edition' => 'Booking Calendar Business Medium or higher.', | |
| 243 | + 'purpose' => 'Use Late Booking Adjustment to help fill near-term availability by reducing the price for check-ins inside a short booking window.', | |
| 244 | + 'description' => 'Offer fixed or percentage reductions for near-term check-ins. The preview clearly shows the inverse date range and exclusive boundary, while saving this section leaves Early Booking settings unchanged.', | |
| 245 | + ), | |
| 246 | + ); | |
| 329 | 247 | |
| 330 | - // <editor-fold defaultstate="collapsed" desc=" = M I X E D = " > | |
| 331 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 332 | - // = M I X E D = | |
| 333 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 248 | + $obj->expand_section_start( $section_param_arr ); | |
| 334 | 249 | ?> |
| 335 | 250 | <div class="wpbc_wn_container"> |
| 336 | 251 | <div class="wpbc_wn_section"> |
| 337 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Additional Improvements in Free and Pro versions' ) ); ?></h2> | |
| 338 | - </div> | |
| 339 | - | |
| 340 | - <div class="wpbc_wn_section"> | |
| 341 | - <div class="wpbc_wn_col"> | |
| 252 | + <h2><?php echo 'A New Prices Catalog'; ?></h2> | |
| 253 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 254 | + <?php // Replace this placeholder with the final 11.7 Prices Catalog screenshot before release. ?> | |
| 255 | + <img | |
| 256 | + src="<?php echo esc_attr( $obj->section_img_url( '11.7/wp_booking_calendar__prices_catalog_overview_placeholder.png' ) ); ?>" | |
| 257 | + alt="<?php echo 'Prices Catalog showing Resource pricing summaries, previews, filters, layouts, and the right-side inspector'; ?>" | |
| 258 | + style="margin:10px 0;width:98%;" | |
| 259 | + /> | |
| 260 | + </div> | |
| 261 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 262 | + <p><strong><?php echo 'Minimum edition:'; ?></strong> <?php echo 'Booking Calendar Business Medium or higher.'; ?></p> | |
| 263 | + <p><strong><?php echo 'Why use it:'; ?></strong> <?php echo 'Use the Prices Catalog to review and manage all Resource-owned pricing rules from one page instead of opening several separate pricing screens.'; ?></p> | |
| 342 | 264 | <ul> |
| 343 | - <?php // Free ?> | |
| 344 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **New**: You can now select the "Number of months in a row" value from the Options toolbar on the WP Booking Calendar > Availability > Days Availability page. This feature improves the clarity of calendar day displays in certain calendar skins. The default value is set to 3 months.' ) ); ?></li> | |
| 345 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved**: Setup Wizard Troubleshooting for Wordfence Users! A warning message now appears at the 4th and 5th steps of the Setup Wizard if the Wordfence plugin is installed, along with a link to troubleshoot the issue. This ensures smoother configuration and guides users in resolving potential conflicts.' ) ); ?></li> | |
| 346 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improvement** Now, when approving a booking that was previously in the Trash, the system will automatically restore it, streamlining the approval process.' ) ); ?></li> | |
| 347 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improvement** The email fields now use the HTML input type email, ensuring better validation and user experience when entering email addresses.' ) ); ?></li> | |
| 265 | + <li><?php echo 'Manage Resource pricing from the familiar Booking Calendar > Prices page with search, filtering, sorting, paging, layouts, customizable columns, and clear pricing previews.'; ?></li> | |
| 266 | + <li><?php echo 'Expand a Resource to open direct links for Base Cost, Seasonal Rates, Duration-Based Costs, Partial Payment, Early Booking, and Last-Minute adjustments, together with owner Pricing context and authorized external settings.'; ?></li> | |
| 267 | + <li><?php echo 'The right-side inspector keeps each pricing area focused, validates current authorized values before saving, and protects changes made by another request.'; ?></li> | |
| 268 | + <li><?php echo 'Need more time before switching? Enable Use legacy catalog pages to temporarily restore the previous Prices listing without migrating or resetting pricing data.'; ?></li> | |
| 269 | + <li><?php echo 'Catalog previews cover Resource-owned pricing. Booking Form option costs, coupons, taxes, payment fees, additional Resources, and other later adjustments can still change the final booking total.'; ?></li> | |
| 348 | 270 | </ul> |
| 271 | + </div> | |
| 272 | + </div> | |
| 349 | 273 | |
| 350 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Improvements in Pro Versions' ) ); ?></h3> | |
| 351 | - <ul> | |
| 352 | - <?php // Pro ?> | |
| 353 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• We\'ve addressed an issue where the "real-time" cost wasn\'t displayed correctly based on selected days and other options. This occurred occasionally due to multiple requests causing server response delays. (10.8.1.3)' ) ); ?></li> | |
| 354 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Fixed a warning issue that occurred on the WP Booking Calendar > Availability > Season Availability page.' ) ); ?></li> | |
| 355 | - </ul> | |
| 356 | - | |
| 274 | + <?php foreach ( $prices_inspector_sections as $prices_inspector_section ) { ?> | |
| 275 | + <div class="wpbc_wn_section"> | |
| 276 | + <h2><?php echo esc_html( $prices_inspector_section['title'] ); ?></h2> | |
| 277 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 278 | + <?php // Replace this placeholder with the final 11.7 inspector screenshot before release. ?> | |
| 279 | + <img | |
| 280 | + src="<?php echo esc_attr( $obj->section_img_url( $prices_inspector_section['image'] ) ); ?>" | |
| 281 | + alt="<?php echo esc_attr( $prices_inspector_section['alt'] ); ?>" | |
| 282 | + style="margin:10px 0;width:98%;" | |
| 283 | + /> | |
| 284 | + </div> | |
| 285 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 286 | + <p><strong><?php echo 'Minimum edition:'; ?></strong> <?php echo esc_html( $prices_inspector_section['minimum_edition'] ); ?></p> | |
| 287 | + <p><strong><?php echo 'Why use it:'; ?></strong> <?php echo esc_html( $prices_inspector_section['purpose'] ); ?></p> | |
| 288 | + <p><?php echo esc_html( $prices_inspector_section['description'] ); ?></p> | |
| 289 | + </div> | |
| 357 | 290 | </div> |
| 291 | + <?php } ?> | |
| 358 | 292 | |
| 359 | - </div> | |
| 360 | - <?php /* ?> | |
| 361 | 293 | <div class="wpbc_wn_section"> |
| 362 | - <div class="wpbc_wn_col"> | |
| 363 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Bug Fixes' ) ); ?></h3> | |
| 294 | + <h2><?php echo 'Clearer Left Sidebar Navigation'; ?></h2> | |
| 295 | + <div class="wpbc_wn_col" style="flex: 1 1 40%;margin: 10px 0;"> | |
| 296 | + <p><strong><?php echo 'Minimum edition:'; ?></strong> <?php echo 'Booking Calendar Free. This improvement is available in every edition.'; ?></p> | |
| 297 | + <p><strong><?php echo 'Why use it:'; ?></strong> <?php echo 'Use the grouped navigation to find administration pages faster and keep the current page visible in long menus.'; ?></p> | |
| 364 | 298 | <ul> |
| 365 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved Calendar Behavior**: We’ve removed the highlighting of days in the calendar when the mouse cursor moves outside the calendar container for a smoother user experience. (10.5.2.4)' ) ); ?></li> | |
| 366 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved Timeline Navigation**: We’ve fixed an issue where the dropdown list would auto-close after selecting the start date in the navigation panel on the Timeline view. (10.5.2.1)' ) ); ?></li> | |
| 367 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved Page Workflow**: Notice messages from other plugins are now hidden in the header on Booking Calendar pages. This prevents interruptions to the normal workflow caused by messages from other plugins. (10.5.2.2)' ) ); ?></li> | |
| 368 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Start Time Validation**: We’ve added a fix to check the start time and prevent the selection of times that have already passed for today. (10.5.2.3)' ) ); ?></li> | |
| 369 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**Pro Versions:**' ) ); ?></li> | |
| 370 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Submit Button Color Issue Resolved**: We’ve fixed an issue where the color of the "Send" button wasn’t saving correctly after a second click on dates, when the range dates selection mode was enabled. (10.5.2.3)' ) ); ?></li> | |
| 371 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved Date/Time Hints Display**: Resolved an issue where date/time hints were not showing in the booking form if no date was selected. Previously, a "0" would display if only the time was selected. (10.5.2.7)' ) ); ?></li> | |
| 299 | + <li><?php echo 'The grouped left menu keeps Appointments, Services, Providers, Availability, Pricing, and Settings easier to scan while preserving the familiar WordPress administration area.'; ?></li> | |
| 300 | + <li><?php echo 'Long menus automatically bring the exact current page into view, and the Minimize control now remembers and restores the visible sidebar state reliably.'; ?></li> | |
| 372 | 301 | </ul> |
| 373 | 302 | </div> |
| 303 | + <div class="wpbc_wn_col" style="flex: 1 1 50%;margin: 10px 0;"> | |
| 304 | + <?php // Replace this placeholder with the final 11.7 navigation screenshot before release. ?> | |
| 305 | + <img | |
| 306 | + src="<?php echo esc_attr( $obj->section_img_url( '11.7/wp_booking_calendar__left_sidebar_navigation_placeholder.png' ) ); ?>" | |
| 307 | + alt="<?php echo 'Booking Calendar administration showing the grouped left sidebar navigation and selected page'; ?>" | |
| 308 | + style="margin:10px 0;width:98%;" | |
| 309 | + /> | |
| 310 | + </div> | |
| 374 | 311 | </div> |
| 375 | - <?php */ ?> | |
| 376 | - </div><?php | |
| 377 | - // </editor-fold> | |
| 378 | 312 | |
| 379 | - | |
| 380 | - $obj->expand_section_end( $section_param_arr ); | |
| 381 | -} | |
| 382 | - | |
| 383 | -function wpbc_welcome_section_10_8( $obj ){ | |
| 384 | - | |
| 385 | - $section_param_arr = array( 'version_num' => '10.8', 'show_expand' => !false ); | |
| 386 | - | |
| 387 | - $obj->expand_section_start( $section_param_arr ); | |
| 388 | - | |
| 389 | - | |
| 390 | - //$obj->asset_path = 'http://beta/assets/'; // TODO: 2024-06-01 comment this | |
| 391 | - | |
| 392 | - | |
| 393 | - // <editor-fold defaultstate="collapsed" desc=" = F R E E = " > | |
| 394 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 395 | - // = F R E E = | |
| 396 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 397 | - ?><div class="wpbc_wn_container"> | |
| 398 | 313 | <div class="wpbc_wn_section"> |
| 399 | - <!-- <h2>--><?php //echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Modern Calendar Themes and More!' ) ); ?><!--</h2>--> | |
| 400 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New: Multi-Step Wizard for Booking Forms (Free Version)!' ) ); ?></h3> | |
| 401 | - <div class="wpbc_wn_col" style="flex: 1 1 33%;"> | |
| 402 | - <!--<h3>--><?php //echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Booking Form Setup as the Wizard (several steps)' ) ); ?><!--</h3>--> | |
| 403 | - <ul> | |
| 404 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Now you can set up your booking form as a multi-step wizard in the Booking Calendar Free version. This feature allows you to **guide users through the booking process step-by-step**, enhancing the booking experience.' ) ); ?></li> | |
| 405 | - </ul> | |
| 406 | - <!--/div> | |
| 407 | - <div class="wpbc_wn_col"--> | |
| 408 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 409 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.8/wp_booking_calendar_booking_form_several_steps_wizard_01.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 314 | + <h2><?php echo 'More Improvements in 11.7'; ?></h2> | |
| 315 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 316 | + <?php // Replace these placeholders with the final 11.7 Cost correction screenshots before release. ?> | |
| 317 | + <img | |
| 318 | + src="<?php echo esc_attr( $obj->section_img_url( '11.7/wp_booking_calendar__add_booking_cost_correction_placeholder.png' ) ); ?>" | |
| 319 | + alt="<?php echo 'Add Booking inspector showing the Cost correction number and slider controls'; ?>" | |
| 320 | + style="margin:10px 0;width:98%;" | |
| 321 | + /> | |
| 410 | 322 | </div> |
| 411 | - </div> | |
| 412 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 413 | - </div> | |
| 414 | - <div class="wpbc_wn_container"> | |
| 415 | - <div class="wpbc_wn_section"> | |
| 416 | - <!-- <h2>--><?php //echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Modern Calendar Themes and More!' ) ); ?><!--</h2>--> | |
| 417 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New: Multi-Column Layout for Booking Forms (Free Version)!' ) ); ?></h3> | |
| 418 | - <div class="wpbc_wn_col" style="flex: 1 1 33%;"> | |
| 323 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 324 | + <p><strong><?php echo 'Minimum edition for Cost correction:'; ?></strong> <?php echo 'Booking Calendar Business Small or higher.'; ?></p> | |
| 325 | + <p><strong><?php echo 'Why use it:'; ?></strong> <?php echo 'Use Cost correction when an administrator needs to replace the automatically calculated total for one manually created Booking or Appointment.'; ?></p> | |
| 419 | 326 | <ul> |
| 420 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• You can now set the number of columns in your booking form in the Booking Calendar Free version. Easily adjust the column layout in the "Form Layout" section at WP Booking Calendar > Settings > Booking Form page for a more organized and customizable form appearance.' ) ); ?></li> | |
| 421 | - | |
| 327 | + <li><?php echo 'Optionally set an exact final total while adding a Booking or Appointment. Leave the field empty to keep normal automatic pricing.'; ?></li> | |
| 328 | + <li><?php echo 'Applied Cost corrections continue through the established deposit, balance, notification, and cost-note workflow.'; ?></li> | |
| 329 | + <li><?php echo 'All editions: Full Screen preferences now remain consistent between Booking Calendar pages, including WordPress installations in subdirectories.'; ?></li> | |
| 330 | + <li><?php echo 'All editions: Form Builder Select fields now keep Value different from label turned off after saving and continue synchronizing option values with their labels.'; ?></li> | |
| 331 | + <li><?php echo 'Business Medium and higher: Prices Catalog editing keeps Changed indicators compact, and inspector actions retain readable icon spacing in left-to-right and right-to-left layouts.'; ?></li> | |
| 422 | 332 | </ul> |
| 423 | 333 | </div> |
| 424 | - <div class="wpbc_wn_col"> | |
| 425 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 426 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.8/wp_booking_calendar_booking_form_setup_in_several_columns_02.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 427 | - </div> | |
| 428 | 334 | </div> |
| 429 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 430 | 335 | </div> |
| 431 | 336 | <?php |
| 337 | + $obj->expand_section_end( $section_param_arr ); | |
| 338 | +} | |
| 432 | 339 | |
| 340 | +/** | |
| 341 | + * What's New section for Booking Calendar 11.6. | |
| 342 | + * | |
| 343 | + * @param object $obj Welcome-page renderer. | |
| 344 | + * | |
| 345 | + * @return void | |
| 346 | + */ | |
| 347 | +function wpbc_welcome_section_11_6( $obj ) { | |
| 348 | + $section_param_arr = array( 'version_num' => '11.6', 'show_expand' => true ); | |
| 433 | 349 | |
| 434 | - // </editor-fold> | |
| 350 | + $obj->expand_section_start( $section_param_arr ); | |
| 435 | 351 | |
| 436 | - // <editor-fold defaultstate="collapsed" desc=" = M I X E D = " > | |
| 437 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 438 | - // = M I X E D = | |
| 439 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 352 | + // $obj->asset_path = 'http://beta/assets/'; // TODO: comment this in production. | |
| 440 | 353 | ?> |
| 441 | 354 | <div class="wpbc_wn_container"> |
| 442 | - <div class="wpbc_wn_section"> | |
| 443 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Additional Improvements in Free and Pro versions' ) ); ?></h2> | |
| 444 | - </div> | |
| 445 | 355 | |
| 446 | 356 | <div class="wpbc_wn_section"> |
| 447 | - <div class="wpbc_wn_col"> | |
| 448 | - <ul> | |
| 449 | - <?php // Free ?> | |
| 450 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• We\'ve added a 20-minute time-slot interval option when editing time slots on the WP Booking Calendar > Settings > Booking Form page. This allows for quick and easy configuration of time slots with a 20-minute duration.' ) ); ?></li> | |
| 451 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Enhanced** Added new skins: "Black-2", "Green-01", "Light-01", and "Traditional-times" to the legacy calendar skin group. (10.7.1.5)' ) ); ?></li> | |
| 452 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Enhanced** Disabled auto-selection of legacy calendar skins. (10.7.1.5.1)' ) ); ?></li> | |
| 453 | - </ul> | |
| 357 | + <h2><?php echo 'A New Booking Resources Catalog'; ?></h2> | |
| 454 | 358 | |
| 455 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Improvements in Pro Versions' ) ); ?></h3> | |
| 456 | - <ul> | |
| 457 | - <?php // Pro ?> | |
| 458 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• We\'ve introduced a new "**Time-Based Appointments**" form template in a multi-step wizard format. To use this template, reset your booking form by selecting it from the dropdown list in the toolbar on the Settings > Booking Form page. (10.7.1.4)' ) ); ?></li> | |
| 459 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Added new shortcodes: [search_days_number] and [search_nights_number] to enhance search results customization. Configure these on the WP Booking Calendar > Settings > Search page. (10.7.1.1) *(Business Large, MultiUser)*' ) ); ?></li> | |
| 460 | - </ul> | |
| 461 | - <div style="clear:both;height:20px;"></div> | |
| 462 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Under hood' ) ); ?></h3> | |
| 463 | - <ul> | |
| 464 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• You can now use the \'allow_past\' parameter in the URL (e.g., https://yourserver.com/wp-admin/admin.php?page=wpbc-new&allow_past) to display past bookings and enable scrolling to previous months on the Booking > Add Booking page in the admin panel.' ) ); ?></li> | |
| 465 | - </ul> | |
| 466 | - | |
| 359 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 360 | + <?php // Replace this placeholder with the final 11.6 screenshot or GIF before release. ?> | |
| 361 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.6/wp_booking_calendar__booking_resources_catalog_placeholder.png' ) ); ?>" alt="<?php echo 'New Booking Resources catalog'; ?>" style="margin:10px 0;width:98%;" /> | |
| 362 | + <div style="text-align: center;font-style: italic;font-size: 0.9em;">This screenshot demonstrates some features available exclusively in the Pro versions (including price, capacity, ...)</div> | |
| 467 | 363 | </div> |
| 468 | 364 | |
| 469 | - </div> | |
| 470 | - <?php /* ?> | |
| 471 | - <div class="wpbc_wn_section"> | |
| 472 | - <div class="wpbc_wn_col"> | |
| 473 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Bug Fixes' ) ); ?></h3> | |
| 365 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 474 | 366 | <ul> |
| 475 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved Calendar Behavior**: We’ve removed the highlighting of days in the calendar when the mouse cursor moves outside the calendar container for a smoother user experience. (10.5.2.4)' ) ); ?></li> | |
| 476 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved Timeline Navigation**: We’ve fixed an issue where the dropdown list would auto-close after selecting the start date in the navigation panel on the Timeline view. (10.5.2.1)' ) ); ?></li> | |
| 477 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved Page Workflow**: Notice messages from other plugins are now hidden in the header on Booking Calendar pages. This prevents interruptions to the normal workflow caused by messages from other plugins. (10.5.2.2)' ) ); ?></li> | |
| 478 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Start Time Validation**: We’ve added a fix to check the start time and prevent the selection of times that have already passed for today. (10.5.2.3)' ) ); ?></li> | |
| 479 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**Pro Versions:**' ) ); ?></li> | |
| 480 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Submit Button Color Issue Resolved**: We’ve fixed an issue where the color of the "Send" button wasn’t saving correctly after a second click on dates, when the range dates selection mode was enabled. (10.5.2.3)' ) ); ?></li> | |
| 481 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved Date/Time Hints Display**: Resolved an issue where date/time hints were not showing in the booking form if no date was selected. Previously, a "0" would display if only the time was selected. (10.5.2.7)' ) ); ?></li> | |
| 367 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Find and organize Booking Resources faster with **search, filtering, sorting, pagination, saved views, and customizable columns**.' ) ); ?></li> | |
| 368 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Choose the **Default, Compact, or Cards layout** while keeping the same Resource information and management tools.' ) ); ?></li> | |
| 369 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Use responsive, keyboard-friendly controls with improved mobile, RTL, wide-table, and shortened-text handling.' ) ); ?></li> | |
| 482 | 370 | </ul> |
| 483 | 371 | </div> |
| 484 | 372 | </div> |
| 485 | - <?php */ ?> | |
| 486 | - </div><?php | |
| 487 | - // </editor-fold> | |
| 488 | 373 | |
| 374 | + <div class="wpbc_wn_section"> | |
| 375 | + <h2><?php echo( 'A Native Seasons Catalog' ); ?></h2> | |
| 489 | 376 | |
| 490 | - $obj->expand_section_end( $section_param_arr ); | |
| 491 | -} | |
| 377 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 378 | + <?php // Replace this placeholder with the final 11.6 screenshot or GIF before release. ?> | |
| 379 | + <img | |
| 380 | + src="<?php echo esc_attr( $obj->section_img_url( '11.6/wp_booking_calendar__seasons_02.png' ) ); ?>" | |
| 381 | + alt="<?php echo( 'Seasons catalog showing reusable date rules and their usage' ); ?>" | |
| 382 | + style="margin:10px 0;width:98%;" | |
| 383 | + /> | |
| 384 | + </div> | |
| 492 | 385 | |
| 493 | -function wpbc_welcome_section_10_7( $obj ){ | |
| 494 | - | |
| 495 | - $section_param_arr = array( 'version_num' => '10.7', 'show_expand' => !false ); | |
| 496 | - | |
| 497 | - $obj->expand_section_start( $section_param_arr ); | |
| 498 | - | |
| 499 | - | |
| 500 | - //$obj->asset_path = 'http://beta/assets/'; // TODO: 2024-06-01 comment this | |
| 501 | - | |
| 502 | - | |
| 503 | - // <editor-fold defaultstate="collapsed" desc=" = F R E E = " > | |
| 504 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 505 | - // = F R E E = | |
| 506 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 507 | - ?><div class="wpbc_wn_container"> | |
| 508 | - <div class="wpbc_wn_section"> | |
| 509 | - <!-- <h2>--><?php //echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Modern Calendar Themes and More!' ) ); ?><!--</h2>--> | |
| 510 | - <div class="wpbc_wn_col"> | |
| 511 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Setup Wizard for Quick & Easy Configuration!' ) ); ?></h3> | |
| 386 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 512 | 387 | <ul> |
| 513 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Our new Setup Wizard makes it simple to get started with the Booking Calendar plugin! With an intuitive, step-by-step flow, this wizard guides you through essential settings, including booking type selection, calendar appearance, availability preferences, and more.' ) ); ?></li> | |
| 388 | + <li><?php echo( 'Business Medium and higher editions can search, filter, sort, and paginate Seasons in Default, Compact, or Cards layouts with customizable columns and site-local preferences.' ); ?></li> | |
| 389 | + <li><?php echo( 'Create and edit Conditional or Specific-date Seasons in a native right-side inspector with guided controls, color selection, a live twelve-month preview, and the standard Booking Calendar datepicker.' ); ?></li> | |
| 390 | + <li><?php echo( 'Select Seasons and review server-approved safe title changes inline or in bulk before applying them.' ); ?></li> | |
| 391 | + <li><?php echo( 'Review single or bulk deletion impact, follow authorized links to affected configuration, and keep referenced Seasons protected without silently rewriting related settings.' ); ?></li> | |
| 392 | + <li><?php echo( 'Open the reusable Seasons catalog from its dedicated Booking Calendar navigation group between Availability and Pricing; Season Availability remains under Availability, while legacy Season editors remain available through the rollback setting.' ); ?></li> | |
| 514 | 393 | </ul> |
| 515 | 394 | </div> |
| 516 | 395 | </div> |
| 517 | - </div> | |
| 518 | - <div class="wpbc_wn_container"> | |
| 519 | - <div class="wpbc_wn_section"> | |
| 520 | - <!-- <h2>--><?php //echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Modern Calendar Themes and More!' ) ); ?><!--</h2>--> | |
| 521 | - <div class="wpbc_wn_col" style="flex: 1 1 33%;"> | |
| 522 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Time Appointments - Quick Initial Setup' ) ); ?></h3> | |
| 523 | - <ul> | |
| 524 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Configure your **appointment booking system** in under 2.5 minutes. The guided setup process makes it quick and easy to get your system ready for handling time-based appointments.' ) ); ?></li> | |
| 525 | - </ul> | |
| 526 | - </div> | |
| 527 | - <div class="wpbc_wn_col"> | |
| 528 | - <div style="margin:0 auto;width: 560px;"> | |
| 529 | - <iframe width="560" height="298" src="https://www.youtube.com/embed/GYJWZJBFwXw?si=uBMpuv0fQfpjR9_O" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> | |
| 530 | - </div> | |
| 531 | 396 | |
| 532 | - </div> | |
| 533 | - </div> | |
| 534 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 535 | - </div> | |
| 536 | - <div class="wpbc_wn_container"> | |
| 537 | 397 | <div class="wpbc_wn_section"> |
| 538 | - <!-- <h2>--><?php //echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Modern Calendar Themes and More!' ) ); ?><!--</h2>--> | |
| 539 | - <div class="wpbc_wn_col" style="flex: 1 1 33%;"> | |
| 540 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Full Day Bookings - Setup Wizard' ) ); ?></h3> | |
| 541 | - <ul> | |
| 542 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Easily configure Booking Calendar for full-day bookings with the new step-by-step Setup Wizard. Get your booking system ready for full day bookings.' ) ); ?></li> | |
| 398 | + <h2><?php echo 'Richer Resource Profiles and Publishing'; ?></h2> | |
| 543 | 399 | |
| 544 | - </ul> | |
| 400 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 401 | + <?php // Replace this placeholder with the final 11.6 screenshot or GIF before release. ?> | |
| 402 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.6/wp_booking_calendar__resource_profiles_and_publishing_placeholder.png' ) ); ?>" alt="<?php echo 'Booking Resource profile and publishing tools'; ?>" style="margin:10px 0;width:98%;" /> | |
| 403 | + <div style="text-align: center;font-style: italic;font-size: 0.9em;">This screenshot demonstrates some features available exclusively in the Pro versions (including price, ...)</div> | |
| 545 | 404 | </div> |
| 546 | - <div class="wpbc_wn_col"> | |
| 547 | - <div style="margin:0 auto;width: 560px;"> | |
| 548 | - <iframe width="560" height="315" src="https://www.youtube.com/embed/NJ88lGD5iJ0?si=nFzlfnsPKcZHmtMB" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> | |
| 549 | - </div> | |
| 550 | 405 | |
| 551 | - </div> | |
| 552 | - </div> | |
| 553 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 554 | - </div> | |
| 555 | - <div class="wpbc_wn_container"> | |
| 556 | - <div class="wpbc_wn_section"> | |
| 557 | - <!-- <h2>--><?php //echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Modern Calendar Themes and More!' ) ); ?><!--</h2>--> | |
| 558 | - <div class="wpbc_wn_col" style="flex: 1 1 33%;"> | |
| 559 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Changeover Multi-Day Bookings - Setup Wizard' ) ); ?></h3> | |
| 406 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 560 | 407 | <ul> |
| 561 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Configure multi-day bookings with specific check-in and check-out days, clearly marked with diagonal or vertical lines. Perfect for bookings that require split days.' ) ); ?></li> | |
| 408 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Add a recognizable **title, photo, and description** to each Booking Resource.' ) ); ?></li> | |
| 409 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Review booking, publishing, pricing, structure, ownership, and availability information without leaving the catalog.' ) ); ?></li> | |
| 410 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Free version users can edit and publish the included Booking Resource directly from the catalog.' ) ); ?></li> | |
| 562 | 411 | </ul> |
| 563 | - <span style="font-size: 0.9em;font-style: italic;"><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Available in Business Small or higher versions.') ); ?></span><br> | |
| 564 | - <span style="font-size: 0.9em;font-style: italic;"><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Cost hints available in Business Medium or higher versions.') ); ?></span> | |
| 565 | 412 | </div> |
| 566 | - <div class="wpbc_wn_col"> | |
| 567 | - <div style="margin:0 auto;width: 560px;"> | |
| 568 | - <iframe width="560" height="298" src="https://www.youtube.com/embed/uCQ9JmHR8w4?si=wVdguA1rXo6DwcII" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> | |
| 569 | - </div> | |
| 570 | - | |
| 571 | - </div> | |
| 572 | 413 | </div> |
| 573 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 574 | - </div> | |
| 575 | - <?php | |
| 576 | 414 | |
| 577 | - ?><div class="wpbc_wn_container"> | |
| 578 | 415 | <div class="wpbc_wn_section"> |
| 579 | - <!-- <h2>--><?php //echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Modern Calendar Themes and More!' ) ); ?><!--</h2>--> | |
| 580 | - <div class="wpbc_wn_col"> | |
| 581 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Display Available Booking Slots in the Calendar!' ) ); ?></h3> | |
| 416 | + <h2><?php echo 'New Resource Catalog Layouts for Booking Pages'; ?></h2> | |
| 417 | + | |
| 418 | + <div class="wpbc_wn_col" style="flex: 1 1 48%;"> | |
| 419 | + <?php // Replace this placeholder with the final 11.6 screenshot or GIF before release. ?> | |
| 420 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.6/wp_booking_calendar__frontend_resource_catalog_placeholder_01.png' ) ); ?>" alt="<?php echo 'Responsive Booking Resource Catalog layouts'; ?>" style="margin:10px 0;width:98%;" /> | |
| 421 | + </div> | |
| 422 | + <div class="wpbc_wn_col" style="flex: 1 1 48%;"> | |
| 423 | + <?php // Replace this placeholder with the final 11.6 screenshot or GIF before release. ?> | |
| 424 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.6/wp_booking_calendar__frontend_resource_catalog_placeholder_02.png' ) ); ?>" alt="<?php echo 'Responsive Booking Resource Catalog layouts'; ?>" style="margin:10px 0;width:98%;" /> | |
| 425 | + </div> | |
| 426 | + <div style="text-align: center;font-style: italic;font-size: 0.9em; margin: 0 auto;">These screenshots demonstrates some features available exclusively in the Pro versions.</div> | |
| 427 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 582 | 428 | <ul> |
| 583 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Now you can display the number of available booking resources - such as slots, rooms, or items - directly in each date cell within the calendar, providing a clear view of availability at a glance.' ) ); ?></li> | |
| 429 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Transform the **[booking_resource_selector]** shortcode into a visual, searchable **Resource Catalog** for your booking pages.' ) ); ?></li> | |
| 430 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Choose a responsive **Grid or List layout** that adapts to desktop, tablet, and mobile screens.' ) ); ?></li> | |
| 431 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Configure Resource images, descriptions, hierarchy, availability, and price summaries to help customers compare their options.' ) ); ?></li> | |
| 432 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Customers can search the catalog and select the right Resource before its native booking calendar and form open on the same page.' ) ); ?></li> | |
| 584 | 433 | </ul> |
| 585 | - <span style="font-size: 0.9em;font-style: italic;"><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Available in Business Large or higher version.') ); ?></span><br> | |
| 586 | 434 | </div> |
| 587 | - <div class="wpbc_wn_col"> | |
| 588 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 589 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.7/wp_booking_calendar__availability_hint_in_day_cell_01.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 590 | - </div> | |
| 591 | 435 | </div> |
| 592 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 593 | - </div> | |
| 594 | - <?php | |
| 595 | 436 | |
| 596 | - // </editor-fold> | |
| 597 | -/* | |
| 598 | - // <editor-fold defaultstate="collapsed" desc=" = M I X E D = " > | |
| 599 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 600 | - // = M I X E D = | |
| 601 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 602 | - ?> | |
| 603 | - <div class="wpbc_wn_container"> | |
| 604 | 437 | <div class="wpbc_wn_section"> |
| 605 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Additional Improvements in Free and Pro versions' ) ); ?></h2> | |
| 606 | - </div> | |
| 438 | + <h2><?php echo 'A More Flexible Services Catalog'; ?></h2> | |
| 607 | 439 | |
| 608 | - <div class="wpbc_wn_section"> | |
| 609 | - <div class="wpbc_wn_col"> | |
| 610 | - <ul> | |
| 611 | - <?php // Free ?> | |
| 612 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Refactored Code**: We’ve refactored the code for improved efficiency and maintainability.' ) ); ?></li> | |
| 613 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved Email Deliverability**: The "From" email address is now automatically set to the website\'s "Administration Email Address" for all newly activated regular users. This change helps prevent emails from being marked as spam when the user\'s email is not from the website domain. *(MultiUser)*' ) ); ?></li> | |
| 614 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Translation**. Local German translation update' ) ); ?></li> | |
| 615 | - </ul> | |
| 616 | - <!-- | |
| 617 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Improvements in Pro Versions' ) ); ?></h3> | |
| 618 | - <ul> | |
| 619 | - <?php // Pro ?> | |
| 620 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced Spinners for Cost and Date Hints! The spinners in the booking form for cost and date hints have been updated for a smoother and more intuitive user experience. *(Business Medium/Large, MultiUser)*' ) ); ?></li> | |
| 621 | - </ul> | |
| 622 | - <div style="clear:both;height:20px;"></div> | |
| 623 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Translations' ) ); ?></h3> | |
| 624 | - <ul> | |
| 625 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Korean Translation! The translation has been updated and is now 96% complete, courtesy of modelaid.' ) ); ?></li> | |
| 626 | - </ul> | |
| 627 | - --> | |
| 440 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 441 | + <?php // Replace this placeholder with the final 11.6 screenshot or GIF before release. ?> | |
| 442 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.6/wp_booking_calendar__services_catalog_placeholder.png' ) ); ?>" alt="<?php echo 'Services catalog layouts and editing tools'; ?>" style="margin:10px 0;width:98%;" /> | |
| 443 | + <div style="text-align: center;font-style: italic;font-size: 0.9em;">This screenshot demonstrates some features available exclusively in the Pro versions (including price, ...)</div> | |
| 628 | 444 | </div> |
| 629 | 445 | |
| 630 | - </div> | |
| 631 | - <div class="wpbc_wn_section"> | |
| 632 | - <div class="wpbc_wn_col"> | |
| 633 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Bug Fixes' ) ); ?></h3> | |
| 446 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 634 | 447 | <ul> |
| 635 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved Calendar Behavior**: We’ve removed the highlighting of days in the calendar when the mouse cursor moves outside the calendar container for a smoother user experience. (10.5.2.4)' ) ); ?></li> | |
| 636 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved Timeline Navigation**: We’ve fixed an issue where the dropdown list would auto-close after selecting the start date in the navigation panel on the Timeline view. (10.5.2.1)' ) ); ?></li> | |
| 637 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved Page Workflow**: Notice messages from other plugins are now hidden in the header on Booking Calendar pages. This prevents interruptions to the normal workflow caused by messages from other plugins. (10.5.2.2)' ) ); ?></li> | |
| 638 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Start Time Validation**: We’ve added a fix to check the start time and prevent the selection of times that have already passed for today. (10.5.2.3)' ) ); ?></li> | |
| 639 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**Pro Versions:**' ) ); ?></li> | |
| 640 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Submit Button Color Issue Resolved**: We’ve fixed an issue where the color of the "Send" button wasn’t saving correctly after a second click on dates, when the range dates selection mode was enabled. (10.5.2.3)' ) ); ?></li> | |
| 641 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved Date/Time Hints Display**: Resolved an issue where date/time hints were not showing in the booking form if no date was selected. Previously, a "0" would display if only the time was selected. (10.5.2.7)' ) ); ?></li> | |
| 448 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Manage Services in responsive **Default, Compact, or Cards layouts**, with search, Provider filtering, sorting, and customizable columns.' ) ); ?></li> | |
| 449 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Select Services, edit current server-approved fields inline or in reviewed bulk changes, or use the **right-side Service editor** without leaving the catalog.' ) ); ?></li> | |
| 450 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Review changes in the same clear **before-and-after cards** used by Booking Resources and Seasons before applying them.' ) ); ?></li> | |
| 451 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Permanently delete unreferenced Services through a reviewed impact and confirmation step; protected Services provide authorized links to affected Appointments or saved Appointment pages.' ) ); ?></li> | |
| 642 | 452 | </ul> |
| 643 | 453 | </div> |
| 644 | 454 | </div> |
| 645 | 455 | |
| 646 | - </div><?php | |
| 647 | - // </editor-fold> | |
| 456 | + <div class="wpbc_wn_section"> | |
| 457 | + <h2><?php echo 'Faster and Safer Resource Management'; ?></h2> | |
| 648 | 458 | |
| 649 | -*/ | |
| 650 | - $obj->expand_section_end( $section_param_arr ); | |
| 651 | -} | |
| 459 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 460 | + <?php // Replace this placeholder with the final 11.6 screenshot or GIF before release. ?> | |
| 461 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.6/wp_booking_calendar__resource_management_placeholder.png' ) ); ?>" alt="<?php echo 'Booking Resource editing and review workflow'; ?>" style="margin:10px 0;width:98%;" /> | |
| 462 | + <div style="text-align: center;font-style: italic;font-size: 0.9em;">This screenshot demonstrates some features available exclusively in the Pro versions (including price, ...)</div> | |
| 463 | + </div> | |
| 652 | 464 | |
| 653 | -function wpbc_welcome_section_10_6( $obj ){ | |
| 654 | - | |
| 655 | - $section_param_arr = array( 'version_num' => '10.6', 'show_expand' => true ); | |
| 656 | - | |
| 657 | - $obj->expand_section_start( $section_param_arr ); | |
| 658 | - | |
| 659 | - | |
| 660 | - //$obj->asset_path = 'http://beta/assets/'; // TODO: 2024-06-01 comment this | |
| 661 | - | |
| 662 | - | |
| 663 | - // <editor-fold defaultstate="collapsed" desc=" = F R E E = " > | |
| 664 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 665 | - // = F R E E = | |
| 666 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 667 | - ?><div class="wpbc_wn_container"> | |
| 668 | - <div class="wpbc_wn_section"> | |
| 669 | - <!-- <h2>--><?php //echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Modern Calendar Themes and More!' ) ); ?><!--</h2>--> | |
| 670 | - <div class="wpbc_wn_col"> | |
| 671 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Structured Settings Dashboard!' ) ); ?></h3> | |
| 465 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 672 | 466 | <ul> |
| 673 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Structured Settings Dashboard**: We’ve introduced a new, organized settings dashboard with brief descriptions for each feature. This update makes it easier to find and configure the settings you\'re looking for.' ) ); ?></li> | |
| 467 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Select rows, edit safe fields inline, or use the **right-side Resource editor** while staying in the catalog.' ) ); ?></li> | |
| 468 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Paid versions add guided single or batch creation and reviewed bulk changes for the fields available in each edition.' ) ); ?></li> | |
| 469 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Preview important changes in consistent **before-and-after cards** before applying them, with server-side permission, ownership, edition, and stale-review checks.' ) ); ?></li> | |
| 470 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Reviewed deletion warns about existing bookings, links authorized users to the affected records, and protects parent and child Resource relationships.' ) ); ?></li> | |
| 674 | 471 | </ul> |
| 675 | 472 | </div> |
| 676 | - <div class="wpbc_wn_col"> | |
| 677 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 678 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.6/wp_booking_calendar_settings_dashboard_04.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 679 | - </div> | |
| 680 | 473 | </div> |
| 681 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 682 | - </div> | |
| 683 | - <?php | |
| 684 | 474 | |
| 685 | - // </editor-fold> | |
| 686 | - | |
| 687 | - // <editor-fold defaultstate="collapsed" desc=" = M I X E D = " > | |
| 688 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 689 | - // = M I X E D = | |
| 690 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 691 | - ?> | |
| 692 | - <div class="wpbc_wn_container"> | |
| 693 | 475 | <div class="wpbc_wn_section"> |
| 694 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Additional Improvements in Free and Pro versions' ) ); ?></h2> | |
| 695 | - </div> | |
| 476 | + <h2><?php echo 'Hierarchy and Capacity Tools (Business Large and Higher Editions)'; ?></h2> | |
| 696 | 477 | |
| 697 | - <div class="wpbc_wn_section"> | |
| 698 | - <div class="wpbc_wn_col"> | |
| 699 | - <ul> | |
| 700 | - <?php // Free ?> | |
| 701 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Refactored Code**: We’ve refactored the code for improved efficiency and maintainability.' ) ); ?></li> | |
| 702 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved Email Deliverability**: The "From" email address is now automatically set to the website\'s "Administration Email Address" for all newly activated regular users. This change helps prevent emails from being marked as spam when the user\'s email is not from the website domain. *(MultiUser)*' ) ); ?></li> | |
| 703 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Translation**. Local German translation update' ) ); ?></li> | |
| 704 | - </ul> | |
| 705 | - <!-- | |
| 706 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Improvements in Pro Versions' ) ); ?></h3> | |
| 707 | - <ul> | |
| 708 | - <?php // Pro ?> | |
| 709 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced Spinners for Cost and Date Hints! The spinners in the booking form for cost and date hints have been updated for a smoother and more intuitive user experience. *(Business Medium/Large, MultiUser)*' ) ); ?></li> | |
| 710 | - </ul> | |
| 711 | - <div style="clear:both;height:20px;"></div> | |
| 712 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Translations' ) ); ?></h3> | |
| 713 | - <ul> | |
| 714 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Korean Translation! The translation has been updated and is now 96% complete, courtesy of modelaid.' ) ); ?></li> | |
| 715 | - </ul> | |
| 716 | - --> | |
| 478 | + <div class="wpbc_wn_col" style="flex: 1 1 48%;"> | |
| 479 | + <?php // Replace this placeholder with the final 11.6 screenshot or GIF before release. ?> | |
| 480 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.6/wp_booking_calendar__hierarchy_and_capacity_placeholder_02.png' ) ); ?>" alt="<?php echo 'Booking Resource hierarchy and capacity tools'; ?>" style="margin:10px 0;width:98%;" /> | |
| 717 | 481 | </div> |
| 482 | + <div class="wpbc_wn_col" style="flex: 1 1 48%;"> | |
| 483 | + <?php // Replace this placeholder with the final 11.6 screenshot or GIF before release. ?> | |
| 484 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.6/wp_booking_calendar__hierarchy_and_capacity_placeholder_03.png' ) ); ?>" alt="<?php echo 'Booking Resource hierarchy and capacity tools'; ?>" style="margin:10px 0;width:98%;" /> | |
| 485 | + </div> | |
| 718 | 486 | |
| 719 | - </div> | |
| 720 | - <div class="wpbc_wn_section"> | |
| 721 | - <div class="wpbc_wn_col"> | |
| 722 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Bug Fixes' ) ); ?></h3> | |
| 487 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 723 | 488 | <ul> |
| 724 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved Calendar Behavior**: We’ve removed the highlighting of days in the calendar when the mouse cursor moves outside the calendar container for a smoother user experience. (10.5.2.4)' ) ); ?></li> | |
| 725 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved Timeline Navigation**: We’ve fixed an issue where the dropdown list would auto-close after selecting the start date in the navigation panel on the Timeline view. (10.5.2.1)' ) ); ?></li> | |
| 726 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved Page Workflow**: Notice messages from other plugins are now hidden in the header on Booking Calendar pages. This prevents interruptions to the normal workflow caused by messages from other plugins. (10.5.2.2)' ) ); ?></li> | |
| 727 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Start Time Validation**: We’ve added a fix to check the start time and prevent the selection of times that have already passed for today. (10.5.2.3)' ) ); ?></li> | |
| 728 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**Pro Versions:**' ) ); ?></li> | |
| 729 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Submit Button Color Issue Resolved**: We’ve fixed an issue where the color of the "Send" button wasn’t saving correctly after a second click on dates, when the range dates selection mode was enabled. (10.5.2.3)' ) ); ?></li> | |
| 730 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved Date/Time Hints Display**: Resolved an issue where date/time hints were not showing in the booking form if no date was selected. Previously, a "0" would display if only the time was selected. (10.5.2.7)' ) ); ?></li> | |
| 489 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Manage parent and child Booking Resources in expandable groups that stay together while searching, sorting, and changing pages.' ) ); ?></li> | |
| 490 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Adjust capacity** by creating inherited child Resources or by reviewing which children become independent or are permanently deleted.' ) ); ?></li> | |
| 491 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Capacity now represents the parent calendar and its child Resource calendars instead of the Maximum visitors setting.' ) ); ?></li> | |
| 731 | 492 | </ul> |
| 732 | 493 | </div> |
| 733 | 494 | </div> |
| 734 | - | |
| 735 | - </div><?php | |
| 736 | - // </editor-fold> | |
| 737 | - | |
| 738 | - | |
| 495 | + </div> | |
| 496 | + <?php | |
| 739 | 497 | $obj->expand_section_end( $section_param_arr ); |
| 740 | 498 | } |
| 741 | 499 | |
| 742 | -function wpbc_welcome_section_10_5( $obj ){ | |
| 500 | +/** | |
| 501 | + * What's New section for Booking Calendar 11.5. | |
| 502 | + * | |
| 503 | + * @param object $obj Welcome-page renderer. | |
| 504 | + * | |
| 505 | + * @return void | |
| 506 | + */ | |
| 507 | +function wpbc_welcome_section_11_5( $obj ) { | |
| 508 | + $section_param_arr = array( 'version_num' => '11.5', 'show_expand' => !false ); | |
| 509 | + // Keep empty image slots out of the markup until final 11.5 screenshots are available. | |
| 510 | + $image_urls = array( | |
| 511 | + 'appointment_booking' => '', | |
| 512 | + 'appointment_admin' => '', | |
| 513 | + 'add_booking' => '', | |
| 514 | + 'form_appearance' => '', | |
| 515 | + 'compatibility' => '', | |
| 516 | + ); | |
| 743 | 517 | |
| 744 | - $section_param_arr = array( 'version_num' => '10.5', 'show_expand' => true ); | |
| 518 | + $obj->expand_section_start( $section_param_arr ); | |
| 745 | 519 | |
| 746 | - $obj->expand_section_start( $section_param_arr ); | |
| 520 | + // $obj->asset_path = 'http://beta/assets/'; // TODO: comment this in production. | |
| 521 | + ?> | |
| 522 | + <div class="wpbc_wn_container"> | |
| 747 | 523 | |
| 748 | - //$obj->asset_path = 'http://beta/assets/'; // TODO: 2024-06-01 comment this | |
| 749 | - | |
| 750 | - // <editor-fold defaultstate="collapsed" desc=" = F R E E = " > | |
| 751 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 752 | - // = F R E E = | |
| 753 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 754 | - ?><div class="wpbc_wn_container"> | |
| 755 | 524 | <div class="wpbc_wn_section"> |
| 756 | -<!-- <h2>--><?php //echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Modern Calendar Themes and More!' ) ); ?><!--</h2>--> | |
| 757 | - <div class="wpbc_wn_col"> | |
| 758 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Added New Modern Calendar Themes featuring rounded day cells' ) ); ?></h3> | |
| 525 | + <h2><?php echo 'Services and the New Appointment Booking Flow'; ?></h2> | |
| 526 | + | |
| 527 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 528 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.5/wp_booking_calendar__services_and_appointments_2.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 529 | + </div> | |
| 530 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 759 | 531 | <ul> |
| 760 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Introducing a Fresh Calendar Color Skin! We\'ve added the new \'24_9__light\' skin featuring rounded day cells for a modern and sleek look.' ) ); ?></li> | |
| 761 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Fresh Color Scheme! We\'ve added the "24_9__light_square_1" color scheme for the "24_9__light" Calendar Skin, giving your calendar a stylish new look with square rounded day cells.' ) ); ?></li> | |
| 762 | - <!--li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Fresh Color Scheme! We\'ve added the "24_9__light_violet_1" color scheme for the "24_9__light" Calendar Skin, giving your calendar a stylish new look.' ) ); ?></li--> | |
| 532 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **NEW Services catalogue**: Create Services with a picture, description, duration, buffers, price, status, Booking Form, and compatible Providers.' ) ); ?></li> | |
| 533 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Clear Provider overview**: Search and sort Services, review assigned Providers and weekly availability, and open the relevant availability settings directly.' ) ); ?></li> | |
| 763 | 534 | </ul> |
| 764 | 535 | </div> |
| 765 | - <div class="wpbc_wn_col"> | |
| 766 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 767 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.5/wp_booking_calendar__appointments__bookings_01.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 768 | - <div style="font-size:10px;text-align: center">Image from paid versions of Booking Calendar</div> | |
| 769 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 770 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.5/wp_booking_calendar__changeover_days__bookings_01.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 771 | - <div style="font-size:10px;text-align: center">Image from paid versions of Booking Calendar</div> | |
| 536 | + | |
| 537 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 538 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.5/booking_calendar__appointment_flow_01.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 539 | + <div style="text-align: center;font-style: italic;font-size: 0.9em;">This video demonstrates features available in the Business Small and higher editions, including multiple providers, payments, and booking costs.</div> | |
| 772 | 540 | </div> |
| 773 | - </div> | |
| 774 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 775 | - </div> | |
| 776 | - <?php | |
| 777 | 541 | |
| 778 | - ?><div class="wpbc_wn_container"> | |
| 779 | - <div class="wpbc_wn_section"> | |
| 780 | - <div class="wpbc_wn_col"> | |
| 781 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Flexible Customization of Calendars' ) ); ?></h3> | |
| 542 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 782 | 543 | <ul> |
| 783 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Easy Configuration of Calendar Skin Parameters! Now you can easily customize your calendar skin using CSS parameter variables, including day cell radius, various colors, and other settings. This feature allows you to create your custom calendar skin quickly and efficiently.' ) ); ?></li> | |
| 544 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **NEW [booking_appointment] shortcode**: Customers choose a Service and compatible Provider before the native calendar and Booking Form load on the same page with AJAX.' ) ); ?></li> | |
| 545 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• A new **Start Over** field in the Booking Form Builder lets customers restart the Appointment flow without reloading the page.' ) ); ?></li> | |
| 546 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• A new **Appointments and Services Flow** template and **Weekday Start Time** field provide an Appointment-ready Form Builder starting point.' ) ); ?></li> | |
| 547 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Reliable scheduling**: Service duration, buffers, and Provider-specific overrides are checked on the server before an Appointment is saved.' ) ); ?></li> | |
| 784 | 548 | </ul> |
| 785 | 549 | </div> |
| 786 | - <div class="wpbc_wn_col"> | |
| 787 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 788 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.5/wp_booking_calendar__calendar_skins_setup_02.gif' ) ); ?>" style="margin:10px 0;width:auto;max-height: 280px;" /> | |
| 789 | - </div> | |
| 790 | 550 | </div> |
| 791 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 792 | - </div> | |
| 793 | - <?php | |
| 794 | 551 | |
| 795 | - ?><div class="wpbc_wn_container"> | |
| 796 | 552 | <div class="wpbc_wn_section"> |
| 797 | - <div class="wpbc_wn_col"> | |
| 798 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Dark Calendar Theme' ) ); ?></h3> | |
| 553 | + <h2><?php echo 'Administration Modes and QuickStart'; ?></h2> | |
| 554 | + | |
| 555 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 556 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.5/wp_booking_calendar__booking_modes_01.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 557 | + </div> | |
| 558 | + | |
| 559 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;"> | |
| 560 | + | |
| 799 | 561 | <ul> |
| 800 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Introducing a Dark Calendar Theme! We\'ve added a new dark calendar theme based on the \'24_9__light\' skin, featuring rounded day cells for a sleek and modern look.' ) ); ?></li> | |
| 562 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Choose **Classic**, **Appointments**, or **Rentals** to use familiar terminology and focused navigation without changing existing bookings, resources, availability, or page URLs.' ) ); ?></li> | |
| 563 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Mode selection is stored for the active Booking Calendar owner, including supported MultiUser owner contexts.' ) ); ?></li> | |
| 564 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Explicit **Appointment QuickStart** and **Rental QuickStart** actions can reuse or prepare the minimum booking page setup and remain safe to run again.' ) ); ?></li> | |
| 565 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• The **mode-aware Setup Wizard** follows the selected booking profile through the relevant Service, Provider, form, availability, appearance, publish, and test-page steps.' ) ); ?></li> | |
| 801 | 566 | </ul> |
| 802 | 567 | </div> |
| 803 | - <div class="wpbc_wn_col"> | |
| 804 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 805 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.5/wp_booking_calendar__dark_theme1.png' ) ); ?>" style="margin:10px 0;width:auto;max-height: 300px;" /> | |
| 806 | - </div> | |
| 807 | 568 | </div> |
| 808 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 809 | - </div> | |
| 810 | - <?php | |
| 811 | 569 | |
| 812 | - ?><div class="wpbc_wn_container"> | |
| 813 | 570 | <div class="wpbc_wn_section"> |
| 814 | - <div class="wpbc_wn_col"> | |
| 815 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Updated Booking Form Fields Setup' ) ); ?></h3> | |
| 816 | - <ul> | |
| 817 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Updated Booking Form Fields UI! We\'ve revamped the interface for setting up booking form fields, with refactored code and updated UI elements. The new design is cleaner and more intuitive, providing a smoother user experience.' ) ); ?></li> | |
| 818 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• We\'ve added new field blocks for the Calendar, Captcha, and Send button. You can now organize the order of these fields in the booking form and customize their labels or titles to suit your needs.' ) ); ?></li> | |
| 819 | - </ul> | |
| 571 | + <h2><?php echo 'Resource-first Booking Flow'; ?> ( Pro Versions)</h2> | |
| 572 | + | |
| 573 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 574 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.5/wp_booking_calendar__resources_selector_01.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 575 | + <div style="text-align: center;font-style: italic;font-size: 0.9em;">This video demonstrates features available in the Pro versions, including payments, and booking costs in BS+ versions.</div> | |
| 820 | 576 | </div> |
| 821 | - <div class="wpbc_wn_col"> | |
| 822 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 823 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.5/wp_booking_calendar__simple_forms__setup_03.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 824 | - </div> | |
| 825 | - </div> | |
| 826 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 827 | - </div> | |
| 828 | - <?php | |
| 829 | 577 | |
| 830 | - ?><div class="wpbc_wn_container"> | |
| 831 | - <div class="wpbc_wn_section"> | |
| 832 | - <div class="wpbc_wn_col"> | |
| 833 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Dashboard Statistic Options' ) ); ?></h3> | |
| 578 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;"> | |
| 834 | 579 | <ul> |
| 835 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'We\'ve added new statistic options to the Dashboard Agenda, including:' ) ); ?></li> | |
| 836 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Check in - Today' ) ); ?></li> | |
| 837 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Check out - Today' ) ); ?></li> | |
| 838 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Check in - Tomorrow' ) ); ?></li> | |
| 839 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Check out - Tomorrow' ) ); ?></li> | |
| 580 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• The new **[booking_resource_selector] shortcode** lets visitors choose a permitted Booking Resource before its native calendar and Booking Form load on the same page.' ) ); ?></li> | |
| 581 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Restrict, preselect, or optionally auto-open Resources from the shortcode popup or WordPress block, while retaining Start Over and the established availability, pricing, payment, and booking engines.' ) ); ?></li> | |
| 840 | 582 | </ul> |
| 841 | 583 | </div> |
| 842 | - <div class="wpbc_wn_col"> | |
| 843 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 844 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.5/wp_booking_calendar__dashboard_statistic.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 845 | - </div> | |
| 846 | 584 | </div> |
| 847 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 848 | - </div> | |
| 849 | - <?php | |
| 850 | 585 | |
| 851 | - ?><div class="wpbc_wn_container"> | |
| 852 | - <div class="wpbc_wn_section"> | |
| 853 | - <div class="wpbc_wn_col"> | |
| 854 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Enhanced Timeline View' ) ); ?></h3> | |
| 586 | + <div class="wpbc_wn_section" style="gap:1%"> | |
| 587 | + <div class="wpbc_wn_col" style="flex: 1 1 48%;"> | |
| 588 | + <h3><?php echo 'Appointment Administration'; ?></h3> | |
| 589 | + | |
| 590 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;padding:5px;"> | |
| 591 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.5/wp_booking_calendar__appointment_administration_3.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 592 | + </div> | |
| 593 | + | |
| 594 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 595 | + <?php if ( ! empty( $image_urls['appointment_admin'] ) ) { ?> | |
| 596 | + <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 597 | + <img src="<?php echo esc_url( $image_urls['appointment_admin'] ); ?>" alt="<?php echo 'Appointment administration'; ?>" style="margin:10px 0;width:98%;" /> | |
| 598 | + <?php } ?> | |
| 599 | + </div> | |
| 600 | + | |
| 855 | 601 | <ul> |
| 856 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Multiple time slot bookings in the admin panel are now displayed with a small margin, offering a clearer and more organized layout.' ) ); ?></li> | |
| 602 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **NEW Add Appointment page**: Create an Appointment through the same Service-first flow from a focused admin canvas with contextual inspector panels.' ) ); ?></li> | |
| 603 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Filter the Booking Listing by **Services and Providers** using reusable searchable multi-select controls.' ) ); ?></li> | |
| 604 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Appointment details, Service and Provider snapshots, duration, buffers, and blocked time are available in administration details and supported outputs.' ) ); ?></li> | |
| 605 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Providers remain existing **Booking Resources**, preserving established availability, permissions, and ownership behavior.' ) ); ?></li> | |
| 857 | 606 | </ul> |
| 858 | 607 | </div> |
| 859 | - <div class="wpbc_wn_col"> | |
| 860 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 861 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.5/wp_booking_calendar__timeline_week_view_one_resource.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 862 | - </div> | |
| 863 | - </div> | |
| 864 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 865 | - </div> | |
| 866 | - <?php | |
| 867 | 608 | |
| 868 | - ?><div class="wpbc_wn_container"> | |
| 869 | - <div class="wpbc_wn_section"> | |
| 870 | - <div class="wpbc_wn_col"> | |
| 871 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Create and Use Multiple Custom Booking Forms in **Simple Form Setup** mode' ) ); ?></h3> | |
| 872 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 873 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.5/wp_booking_calendar__custom_forms_in_simple_form_setup_02.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 609 | + <div class="wpbc_wn_col" style="flex: 1 1 48%;"> | |
| 610 | + <h3><?php echo 'Redesigned Add Booking Page'; ?></h3> | |
| 611 | + | |
| 612 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;padding:5px;"> | |
| 613 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.5/wp_booking_calendar__add_booking_page_3.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 614 | + </div> | |
| 615 | + | |
| 616 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 617 | + <?php if ( ! empty( $image_urls['add_booking'] ) ) { ?> | |
| 618 | + <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 619 | + <img src="<?php echo esc_url( $image_urls['add_booking'] ); ?>" alt="<?php echo 'Redesigned Add Booking administration page'; ?>" style="margin:10px 0;width:98%;" /> | |
| 620 | + <?php } ?> | |
| 621 | + </div> | |
| 622 | + | |
| 874 | 623 | <ul> |
| 875 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Create **Multiple Custom Booking Forms**! You can now create and use multiple custom booking forms while in "**Simple Form Setup**" mode. This enhancement offers a quicker and easier way for users to configure their booking forms.' ) ); ?></li> | |
| 876 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced UI for Advanced Form Mode! We\'ve updated the UI of booking forms while in "Advanced Form" mode. The code has been refactored, and toolbar UI elements have been refreshed for a smoother setup experience.' ) ); ?></li> | |
| 877 | - <li style="font-size:0.9em;"><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Ths feature available in the Business Medium or higher versions.' ) ); ?></li> | |
| 624 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Focused booking canvas**: The standard Booking Form remains in the main workspace while setup and actions move into a consistent right-side inspector.' ) ); ?></li> | |
| 625 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Important actions stay visible**: Add Booking and Auto-fill Form are placed together with a concise summary of the selected Booking Resource, Booking Form, email notifications, and past-date behavior.' ) ); ?></li> | |
| 626 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Temporary Date selection override**: Administrators can switch between Single day, Multiple days, and Range days immediately without reloading the page or changing saved front-end settings.' ) ); ?></li> | |
| 878 | 627 | </ul> |
| 628 | + | |
| 879 | 629 | </div> |
| 880 | 630 | </div> |
| 881 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 882 | - </div> | |
| 883 | - <?php | |
| 884 | 631 | |
| 632 | + <div class="wpbc_wn_section"> | |
| 885 | 633 | |
| 634 | + <h2><?php echo 'Consistent Form Styles and Accent Colors'; ?></h2> | |
| 886 | 635 | |
| 887 | - // </editor-fold> | |
| 888 | -if (1){ | |
| 889 | - // <editor-fold defaultstate="collapsed" desc=" = M I X E D = " > | |
| 890 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 891 | - // = M I X E D = | |
| 892 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 893 | - ?> | |
| 894 | - <div class="wpbc_wn_container"> | |
| 895 | - <div class="wpbc_wn_section"> | |
| 896 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Additional Improvements in Free and Pro versions' ) ); ?></h2> | |
| 897 | - </div> | |
| 636 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 637 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.5/wp_booking_calendar__theme_and_accent_colors_01.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 638 | + </div> | |
| 898 | 639 | |
| 899 | - <div class="wpbc_wn_section"> | |
| 900 | - <div class="wpbc_wn_col"> | |
| 640 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 641 | + <?php if ( ! empty( $image_urls['form_appearance'] ) ) { ?> | |
| 642 | + <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 643 | + <img src="<?php echo esc_url( $image_urls['form_appearance'] ); ?>" alt="<?php echo 'Form Styles and accent colors'; ?>" style="margin:10px 0;width:98%;" /> | |
| 644 | + <?php } ?> | |
| 645 | + </div> | |
| 646 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 901 | 647 | <ul> |
| 902 | - <?php // Free ?> | |
| 903 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Under the Hood: New Hook Added! We\'ve introduced a new hook that triggers after showing cost/dates hints. You can bind this event using the following JavaScript:' ) ); ?></li> | |
| 904 | - <li><code>jQuery(".booking_form_div").on('after_show_cost_hints', function(event, resource_id) { | |
| 905 | - // Your code here | |
| 906 | -});</code></li> | |
| 648 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Choose an optional **Custom accent color** for primary buttons, secondary-button hover borders, focused fields, selected choices, navigation, and compatible time slots.' ) ); ?></li> | |
| 649 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Use **Apply accent to form elements** to copy the accent into supported editable components, with global time-picker display and style controls available in Time field inspectors.' ) ); ?></li> | |
| 650 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• The new **Automatic - Match Booking Form** time-slot style follows the selected Form Style while existing time-picker skins keep their own colors.' ) ); ?></li> | |
| 651 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Custom button controls and unified primary, secondary, submit, and wizard styles provide consistent dimensions, borders, hover behavior, dark-theme colors, and accessible keyboard focus.' ) ); ?></li> | |
| 907 | 652 | </ul> |
| 908 | - <!-- | |
| 909 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Improvements in Pro Versions' ) ); ?></h3> | |
| 910 | - <ul> | |
| 911 | - <?php // Pro ?> | |
| 912 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced Spinners for Cost and Date Hints! The spinners in the booking form for cost and date hints have been updated for a smoother and more intuitive user experience. *(Business Medium/Large, MultiUser)*' ) ); ?></li> | |
| 913 | - </ul> | |
| 914 | - <div style="clear:both;height:20px;"></div> | |
| 915 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Translations' ) ); ?></h3> | |
| 916 | - <ul> | |
| 917 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Korean Translation! The translation has been updated and is now 96% complete, courtesy of modelaid.' ) ); ?></li> | |
| 918 | - </ul> | |
| 919 | - --> | |
| 920 | 653 | </div> |
| 921 | 654 | |
| 922 | 655 | </div> |
| 656 | + | |
| 923 | 657 | <div class="wpbc_wn_section"> |
| 924 | - <div class="wpbc_wn_col"> | |
| 925 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Bug Fixes' ) ); ?></h3> | |
| 658 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;"> | |
| 659 | + <h3><?php echo 'Compatibility and Extensibility'; ?></h3> | |
| 660 | + | |
| 661 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 662 | + <?php if ( ! empty( $image_urls['compatibility'] ) ) { ?> | |
| 663 | + <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 664 | + <img src="<?php echo esc_url( $image_urls['compatibility'] ); ?>" alt="<?php echo 'Booking Calendar compatibility and extensibility'; ?>" style="margin:10px 0;width:98%;" /> | |
| 665 | + <?php } ?> | |
| 666 | + </div> | |
| 667 | + | |
| 926 | 668 | <ul> |
| 927 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved Compatibility Issue! We\'ve fixed a potential issue that could occur when downgrading from the Paid to the Free version while using the \'Range Days\' selection mode, which is not supported in the Free version.' ) ); ?></li> | |
| 669 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Existing **Booking Resources, availability, Booking Forms, pricing, payments, and bookings remain authoritative**; the Appointment experience builds on them instead of replacing them.' ) ); ?></li> | |
| 670 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Appointment information is included in supported confirmations, emails, Booking Listing details, print views, and CSV exports.' ) ); ?></li> | |
| 671 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Safer customer access**: Public Timeline links are scoped to the exact authorized booking and Resource; Personal and higher editions use one-time email verification for customer booking lists.' ) ); ?></li> | |
| 672 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• New filters and hooks allow commercial editions and extensions to adapt capabilities, Service and Provider catalogues, and Appointment form routing.' ) ); ?></li> | |
| 928 | 673 | </ul> |
| 929 | 674 | </div> |
| 930 | 675 | </div> |
| 931 | - | |
| 932 | - </div><?php | |
| 933 | - // </editor-fold> | |
| 934 | -} | |
| 935 | - | |
| 676 | + </div> | |
| 677 | + <?php | |
| 936 | 678 | $obj->expand_section_end( $section_param_arr ); |
| 937 | 679 | } |
| 938 | 680 | |
| 939 | -function wpbc_welcome_section_10_4( $obj ){ | |
| 681 | +/** | |
| 682 | + * What's New section for Booking Calendar 11.4 | |
| 683 | + * | |
| 684 | + * @param object $obj | |
| 685 | + * | |
| 686 | + * @return void | |
| 687 | + */ | |
| 688 | +function wpbc_welcome_section_11_4( $obj ) { | |
| 940 | 689 | |
| 941 | - $section_param_arr = array( 'version_num' => '10.4', 'show_expand' => !false ); | |
| 690 | + $section_param_arr = array( 'version_num' => '11.4', 'show_expand' => true ); | |
| 942 | 691 | |
| 943 | 692 | $obj->expand_section_start( $section_param_arr ); |
| 693 | + // $obj->asset_path = 'http://beta/assets/'; // TODO: comment this in production. | |
| 694 | + ?> | |
| 695 | + <div class="wpbc_wn_container"> | |
| 944 | 696 | |
| 697 | + <div class="wpbc_wn_section"> | |
| 698 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Global Booking Form Styles' ) ); ?></h2> | |
| 945 | 699 | |
| 946 | - //$obj->asset_path = 'http://beta/assets/'; // TODO: 2024-06-01 comment this | |
| 947 | - | |
| 948 | - | |
| 949 | - // <editor-fold defaultstate="collapsed" desc=" = F R E E = " > | |
| 950 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 951 | - // = F R E E = | |
| 952 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 953 | - ?><div class="wpbc_wn_container"> | |
| 954 | - <div class="wpbc_wn_section"> | |
| 955 | - <!-- <h2>--><?php //echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Modern Calendar Themes and More!' ) ); ?><!--</h2>--> | |
| 956 | - <div class="wpbc_wn_col"> | |
| 957 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Modern Calendar Themes and More!' ) ); ?></h3> | |
| 958 | - <ul> | |
| 959 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Introducing a Modern Calendar Skin! Try the new \'Light 24_8\' skin for a fresh, contemporary look.' ) ); ?></li> | |
| 960 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Discover 10 New Color Schemes for the \'Light 24_8\' Calendar Skin! Customize your calendar with a variety of fresh, modern color options.' ) ); ?></li> | |
| 961 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Introducing a Modern Time Picker Skin - \'Light 24_8\'.' ) ); //sleek and contemporary look. | |
| 962 | - ?></li> | |
| 963 | - </ul> | |
| 964 | - </div> | |
| 965 | - <div class="wpbc_wn_col"> | |
| 700 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 966 | 701 | <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> |
| 967 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.4/wp_booking_calendar_modern_light_time_slots_booking_08.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 702 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.4/booking_calendar__booking_form_styles.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 968 | 703 | </div> |
| 969 | - </div> | |
| 970 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 971 | - </div> | |
| 972 | - <?php | |
| 973 | 704 | |
| 974 | - ?><div class="wpbc_wn_container"> | |
| 975 | - <div class="wpbc_wn_section"> | |
| 976 | - <div class="wpbc_wn_col"> | |
| 977 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Enhanced Change Over Days in New Calendar Themes!' ) ); ?></h3> | |
| 705 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 978 | 706 | <ul> |
| 979 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Updated Change Over Days in new calendar themes to better show split-day bookings.' ) ); ?></li> | |
| 980 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced Range Days Selection! When the range days selection mode is activated, the check-in and check-out dates now have a stronger color than the middle dates. This improvement makes it clearer for customers to identify their check-in and check-out dates.' ) ); ?></li> | |
| 707 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **NEW**: Added global **Booking Form Styles** with Light and Dark bordered, borderless, and soft-background presets, plus a fully configurable Custom style.' ) ); ?></li> | |
| 708 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Complete appearance controls**: Customize form backgrounds, borders, spacing, text, fields, focus states, checkbox and radio controls, and buttons.' ) ); ?></li> | |
| 709 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Consistent live previews**: Select and preview the same global Form Style in **Settings > Appearance / Theme** and the **Booking Form Builder**.' ) ); ?></li> | |
| 710 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Unified front-end design**: Form styles now apply consistently across booking forms and supported payment buttons while preserving PayPal branding.' ) ); ?></li> | |
| 981 | 711 | </ul> |
| 982 | 712 | </div> |
| 983 | - <div class="wpbc_wn_col"> | |
| 984 | - <!--img src="<?php echo esc_attr( $obj->section_img_url( '10.4/wp_booking_calendar__change-over-days-bookings--split-days.png' ) ); ?>" style="margin:10px 0;width:98%;" /--> | |
| 985 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 986 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.4/wp_booking_calendar__change_over_days__split_days_02.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 987 | - </div> | |
| 988 | 713 | </div> |
| 989 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 990 | - </div> | |
| 991 | - <?php | |
| 992 | 714 | |
| 993 | - ?><div class="wpbc_wn_container"> | |
| 994 | 715 | <div class="wpbc_wn_section"> |
| 995 | - <div class="wpbc_wn_col"> | |
| 996 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Updated Timeline Views and Booking Listing pages' ) ); ?></h3> | |
| 997 | - <ul> | |
| 998 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• The Timeline Views and Booking Listing pages have been updated. They now feature a clearer and more sleek user interface.' ) ); ?></li> | |
| 999 | - </ul> | |
| 1000 | - </div> | |
| 1001 | - <div class="wpbc_wn_col"> | |
| 716 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Two-Click Date Range Selection' ) ); ?></h2> | |
| 717 | + | |
| 718 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1002 | 719 | <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> |
| 1003 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.4/wp_booking_calendar_timeline_view_month.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 720 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.4/booking_calendar__date_range_selection.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1004 | 721 | </div> |
| 1005 | - </div> | |
| 1006 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 1007 | - </div> | |
| 1008 | - <?php | |
| 1009 | - | |
| 1010 | - ?><div class="wpbc_wn_container"> | |
| 1011 | - <div class="wpbc_wn_section"> | |
| 1012 | - <div class="wpbc_wn_col"> | |
| 1013 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Easy Configuration and Publishing Booking Calendar shortcodes' ) ); ?></h3> | |
| 722 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1014 | 723 | <ul> |
| 1015 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Added a configuration shortcode button at WP Booking Calendar > Publish menu page. This makes it simple to configure and publish booking forms, availability calendars, or timelines into existing or new pages.' ) ); ?></li> | |
| 724 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **NEW**: Added two-click date-range selection in **Booking Calendar Free and higher editions**, allowing visitors to select the first and last booking dates.' ) ); ?></li> | |
| 725 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Clear visual selection**: Available dates and the prospective date range are highlighted while visitors move through the calendar.' ) ); ?></li> | |
| 726 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Better visitor guidance**: Added clearer instructions for completing a range and more useful feedback when it contains unavailable dates.' ) ); ?></li> | |
| 727 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Faster full-day setup**: Two-click range selection is now the default when Full Day Booking mode is activated in the Setup Wizard.' ) ); ?></li> | |
| 1016 | 728 | </ul> |
| 1017 | 729 | </div> |
| 1018 | - <div class="wpbc_wn_col"> | |
| 1019 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1020 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.4/wp_booking_calendar_publish_booking_form.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1021 | - </div> | |
| 1022 | 730 | </div> |
| 1023 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 1024 | - </div> | |
| 1025 | - <?php | |
| 1026 | 731 | |
| 732 | + <div class="wpbc_wn_section" style="gap:1%"> | |
| 1027 | 733 | |
| 734 | + <div class="wpbc_wn_col" style="flex: 1 1 48%;"> | |
| 735 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Centralized Form Messages' ) ); ?></h2> | |
| 1028 | 736 | |
| 1029 | - // </editor-fold> | |
| 1030 | - | |
| 1031 | - // <editor-fold defaultstate="collapsed" desc=" = M I X E D = " > | |
| 1032 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1033 | - // = M I X E D = | |
| 1034 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1035 | - ?> | |
| 1036 | - <div class="wpbc_wn_container"> | |
| 1037 | - <div class="wpbc_wn_section"> | |
| 1038 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Additional Improvements in Free and Pro versions' ) ); ?></h2> | |
| 1039 | - </div> | |
| 1040 | - | |
| 1041 | - <div class="wpbc_wn_section"> | |
| 1042 | - <div class="wpbc_wn_col"> | |
| 737 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 738 | + <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 739 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.4/booking_calendar__form_messages.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 740 | + </div> | |
| 1043 | 741 | <ul> |
| 1044 | - <?php // Free ?> | |
| 1045 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Organized Calendar Skins! Defined groups for current and legacy calendar skins in the drop-down list on the Settings > General page in the "Calendar" section for easier navigation.' ) ); ?></li> | |
| 1046 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Simplified Booking Form Setup! During the initial installation of the plugin, the default structure of the booking form is now set to \'Form at right side of calendar\'.' ) ); ?></li> | |
| 1047 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced Typography and Styles! Updated typography and styles for the booking resources select-box in the booking resources selection shortcode.' ) ); ?></li> | |
| 742 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **NEW**: Added a dedicated **Form Messages** settings page for date selection notices, validation errors, submission messages, and other visitor-facing text.' ) ); ?></li> | |
| 743 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Multilingual messages**: Customize messages with **[lang=LOCALE]** language shortcodes while keeping translated plugin defaults.' ) ); ?></li> | |
| 744 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Simpler settings workflow**: Edit all message groups on one page, use quick section navigation, restore defaults, and save with AJAX notifications.' ) ); ?></li> | |
| 1048 | 745 | </ul> |
| 1049 | - <!-- | |
| 1050 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Improvements in Pro Versions' ) ); ?></h3> | |
| 1051 | - <ul> | |
| 1052 | - <?php // Pro ?> | |
| 1053 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced Spinners for Cost and Date Hints! The spinners in the booking form for cost and date hints have been updated for a smoother and more intuitive user experience. *(Business Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1054 | - </ul> | |
| 1055 | - <div style="clear:both;height:20px;"></div> | |
| 1056 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Translations' ) ); ?></h3> | |
| 1057 | - <ul> | |
| 1058 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Korean Translation! The translation has been updated and is now 96% complete, courtesy of modelaid.' ) ); ?></li> | |
| 1059 | - </ul> | |
| 1060 | - --> | |
| 1061 | 746 | </div> |
| 1062 | 747 | |
| 1063 | - </div> | |
| 1064 | - <div class="wpbc_wn_section"> | |
| 1065 | - <div class="wpbc_wn_col"> | |
| 1066 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Bug Fixes' ) ); ?></h3> | |
| 748 | + <div class="wpbc_wn_col" style="flex: 1 1 48%;"> | |
| 749 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Streamlined Form Builder Workflow' ) ); ?></h2> | |
| 750 | + | |
| 751 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 752 | + <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 753 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.4/booking_calendar__form_builder_workflow.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 754 | + </div> | |
| 1067 | 755 | <ul> |
| 1068 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Accurate Preview Updates! If a custom calendar skin is used in \'/wp-content/uploads/wpbc_skins/\', the preview now correctly updates in the \'Color Theme\' section on the Settings > Booking Form page.' ) ); ?></li> | |
| 1069 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**Pro Versions:**' ) ); ?></li> | |
| 1070 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Correct Availability Settings! Resolved an issue with defining availability on the WP Booking Calendar > Availability > Days Availability page, especially when booking resources were previously deleted and only one resource remains.' ) ); ?></li> | |
| 756 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Modernized form configuration**: Removed legacy Booking Form settings pages and routed form configuration to the **Booking Form Builder**.' ) ); ?></li> | |
| 757 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Safe legacy migration**: Existing Simple and Advanced legacy forms are imported into the Booking Form Builder during updates.' ) ); ?></li> | |
| 758 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Setup Wizard improvement**: Added **Save and Continue** and limited visual highlighting to the settings relevant to the current setup step.' ) ); ?></li> | |
| 1071 | 759 | </ul> |
| 1072 | 760 | </div> |
| 1073 | 761 | </div> |
| 1074 | 762 | |
| 1075 | - </div><?php | |
| 1076 | - // </editor-fold> | |
| 763 | + </div> | |
| 764 | + <?php | |
| 1077 | 765 | |
| 1078 | - | |
| 1079 | 766 | $obj->expand_section_end( $section_param_arr ); |
| 1080 | 767 | } |
| 1081 | 768 | |
| 1082 | -function wpbc_welcome_section_10_3( $obj ){ | |
| 769 | +/** | |
| 770 | + * What's New section for Booking Calendar 11.3 | |
| 771 | + * | |
| 772 | + * @param object $obj | |
| 773 | + * | |
| 774 | + * @return void | |
| 775 | + */ | |
| 776 | +function wpbc_welcome_section_11_3( $obj ) { | |
| 1083 | 777 | |
| 1084 | - $section_param_arr = array( 'version_num' => '10.3', 'show_expand' => true ); | |
| 778 | + $section_param_arr = array( 'version_num' => '11.3', 'show_expand' => true ); | |
| 1085 | 779 | |
| 1086 | 780 | $obj->expand_section_start( $section_param_arr ); |
| 781 | + // $obj->asset_path = 'http://beta/assets/'; // TODO: comment this in production. | |
| 782 | + ?> | |
| 783 | + <div class="wpbc_wn_container"> | |
| 1087 | 784 | |
| 785 | + <div class="wpbc_wn_section"> | |
| 786 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Calendar Settings Page' ) ); ?></h2> | |
| 1088 | 787 | |
| 1089 | - //$obj->asset_path = 'http://beta/assets/'; // TODO: 2024-06-01 comment this | |
| 788 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 789 | + <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 790 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.3/booking_calendar__settings_calendar_live_preview.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 791 | + </div> | |
| 1090 | 792 | |
| 1091 | - | |
| 1092 | - // <editor-fold defaultstate="collapsed" desc=" = F R E E = " > | |
| 1093 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1094 | - // = F R E E = | |
| 1095 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1096 | - ?><div class="wpbc_wn_container"> | |
| 1097 | - <div class="wpbc_wn_section"> | |
| 1098 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Enhanced Calendar Overview and Timeline Views, and more...' ) ); ?></h2> | |
| 1099 | - <div class="wpbc_wn_col"> | |
| 1100 | - <!--h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New: Updated Timeline View' ) ); ?></h3--> | |
| 793 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1101 | 794 | <ul> |
| 1102 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• We have updated the Calendar Overview and Timeline views to improve readability. Timelines now have a minimum width for day/time cells, making bookings easier to read. Additionally, you can scroll horizontally to search for specific date and time intervals.' ) ); ?></li> | |
| 1103 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Updated Bookings View in Calendar Overview and Timeline! Booking bars now have a transparent background, making it easier to identify specific dates under the booking pipeline.' ) ); ?></li> | |
| 1104 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced Typography in Bookings View! The typography in the Calendar Overview and Timeline has been updated for a cleaner and more modern look.' ) ); ?></li> | |
| 795 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **NEW**: Added a dedicated **Settings > Calendar** page with a live calendar preview and right-side configuration panels.' ) ); ?></li> | |
| 796 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Days selection preview**: Configure single day, multiple days, range selection, start weekdays, and related selection rules while immediately seeing how the calendar behaves.' ) ); ?></li> | |
| 797 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Changeover settings**: Configure check-in/check-out changeover days, diagonal or vertical markings, recurrent times, and changeover exceptions from the same visual interface.' ) ); ?></li> | |
| 798 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Calendar legend and tooltips**: Show or hide the legend, edit legend item titles, and configure date tooltip content with instant preview updates.' ) ); ?></li> | |
| 1105 | 799 | </ul> |
| 1106 | 800 | </div> |
| 1107 | - <div class="wpbc_wn_col"> | |
| 1108 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1109 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.3/wp_booking_timeline_scroll_06.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1110 | - </div> | |
| 1111 | 801 | </div> |
| 1112 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 1113 | - </div> | |
| 1114 | - <?php | |
| 1115 | 802 | |
| 1116 | - ?><div class="wpbc_wn_container"> | |
| 1117 | 803 | <div class="wpbc_wn_section"> |
| 1118 | - <div class="wpbc_wn_col"> | |
| 1119 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Change Over Days in Timeline Views!' ) ); ?></h3> | |
| 804 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Appearance / Theme Settings Page' ) ); ?></h2> | |
| 805 | + | |
| 806 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1120 | 807 | <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> |
| 1121 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.3/wp_booking_calendar__timeline__change_over_01.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 808 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.3/booking_calendar__settings_theme_live_preview.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 809 | + </div> | |
| 810 | + | |
| 811 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1122 | 812 | <ul> |
| 1123 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• In the pro versions, Timeline and Calendar Overview can now display change over days (triangles for check-in/out dates). This feature makes it easier to identify check-in/out dates and provides a better overview of bookings in the Timeline if your system uses the change over days functionality.' ) ); ?></li> | |
| 813 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **NEW**: Added a dedicated **Settings > Appearance / Theme** page for configuring the calendar skin and booking form visual style.' ) ); ?></li> | |
| 814 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Real booking form preview**: Preview the real calendar and booking form using selected resources, month count, custom forms, and preview modes.' ) ); ?></li> | |
| 815 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Theme controls**: Switch between light and dark booking form themes, choose calendar skins, configure time picker appearance, and review the result before saving.' ) ); ?></li> | |
| 816 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Cleaner settings experience**: Legacy Appearance / Color Theme settings were replaced with a clearer visual workflow.' ) ); ?></li> | |
| 1124 | 817 | </ul> |
| 1125 | 818 | </div> |
| 1126 | 819 | </div> |
| 1127 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 1128 | - </div> | |
| 1129 | - <?php | |
| 1130 | 820 | |
| 821 | + <div class="wpbc_wn_section" style="gap:1%"> | |
| 1131 | 822 | |
| 1132 | - // </editor-fold> | |
| 823 | + <div class="wpbc_wn_col" style="flex: 1 1 48%;"> | |
| 824 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Setup Wizard Improvements' ) ); ?></h2> | |
| 1133 | 825 | |
| 826 | + <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 827 | +<!-- <img src="--><?php //echo esc_attr( $obj->section_img_url( '11.3/booking_calendar__setup_wizard_calendar_flow.png' ) ); ?><!--" style="margin:10px 0;width:98%;" />--> | |
| 1134 | 828 | |
| 1135 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1136 | - // = P A I D = | |
| 1137 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1138 | - | |
| 1139 | - // <editor-fold defaultstate="collapsed" desc=" = M I X E D = " > | |
| 1140 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1141 | - // = M I X E D = | |
| 1142 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1143 | - ?> | |
| 1144 | - <div class="wpbc_wn_container"> | |
| 1145 | - <div class="wpbc_wn_section"> | |
| 1146 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Additional Improvements in Free and Pro versions' ) ); ?></h2> | |
| 1147 | - </div> | |
| 1148 | - | |
| 1149 | - <div class="wpbc_wn_section"> | |
| 1150 | - <div class="wpbc_wn_col"> | |
| 1151 | 829 | <ul> |
| 1152 | - <?php // Free ?> | |
| 1153 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Option to Remove Booking Summary Details in Export! Now you can choose to exclude booking summary details when exporting bookings using the "Add to Google Calendar" button. Enable this option on the WP Booking Calendar > Settings > Sync > "General" page.' ) ); ?></li> | |
| 830 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improvement**: Setup Wizard steps now open the new Calendar and Appearance / Theme settings pages instead of older settings screens.' ) ); ?></li> | |
| 831 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Smarter changeover setup**: Changeover workflows now include a dedicated Changeover Days step and continue through Date Availability, Color Theme, Publish, and Booking Listing.' ) ); ?></li> | |
| 832 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Better Setup Bar positioning**: The floating Setup Bar moves to a better default top position on visual settings pages, while preserving any user-dragged position.' ) ); ?></li> | |
| 1154 | 833 | </ul> |
| 1155 | - <!-- | |
| 1156 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Improvements in Pro Versions' ) ); ?></h3> | |
| 1157 | - <ul> | |
| 1158 | - <?php // Pro ?> | |
| 1159 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced Form Times Templates! We\'ve improved the form times templates for a better user experience. *(Personal, Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1160 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Updated the View of the "Back to Super Admin" Button! When a super booking admin user simulates a login as a "Regular User," the button\'s appearance has been enhanced for clarity. (10.1.5.2) *(MultiUser)*' ) ); ?></li> | |
| 1161 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced Spinners for Cost and Date Hints! The spinners in the booking form for cost and date hints have been updated for a smoother and more intuitive user experience. *(Business Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1162 | - </ul> | |
| 1163 | - | |
| 1164 | - <div style="clear:both;height:20px;"></div> | |
| 1165 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Translations' ) ); ?></h3> | |
| 1166 | - <ul> | |
| 1167 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Korean Translation! The translation has been updated and is now 96% complete, courtesy of modelaid.' ) ); ?></li> | |
| 1168 | - </ul> | |
| 1169 | - --> | |
| 1170 | 834 | </div> |
| 1171 | 835 | |
| 1172 | - </div> | |
| 1173 | -<!-- | |
| 1174 | - <div class="wpbc_wn_section"> | |
| 1175 | - <div class="wpbc_wn_col"> | |
| 836 | + <div class="wpbc_wn_col" style="flex: 1 1 48%;"> | |
| 837 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Resources and Admin Workflow' ) ); ?></h2> | |
| 1176 | 838 | |
| 1177 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Under Hood Changes' ) ); ?></h3> | |
| 1178 | - <ul> | |
| 1179 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Updated Bootstrap Icons to the latest 1.11.3 Version for enhanced visual appeal and consistency.' ) ); ?></li> | |
| 1180 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Removed Deprecated BS Glyph Font for a cleaner and more modern design.' ) ); ?></li> | |
| 1181 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Removed Deprecated wpbc_vars.js for improved performance and maintainability.' ) ); ?></li> | |
| 1182 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• The option \'Using BootStrap CSS for the form fields\' has been deprecated and moved to the Settings General page in the "Advanced" section for better organization.' ) ); ?></li> | |
| 1183 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Added support for the WP Rocket plugin by excluding it from JavaScript Delay execution, ensuring smoother performance.' ) ); ?></li> | |
| 1184 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**Pro Versions:**' ) ); ?></li> | |
| 1185 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Added a new hook \'wpbc_visitor_action__booking_trash\' for when visitors cancel their own booking. Example usage:: function your_cust_func_wpbc_visitor_action__booking_trash ( $booking_id, $resource_id ) { /* Your code here */ } add_action( \'wpbc_visitor_action__booking_trash\', \'your_cust_func_wpbc_visitor_action__booking_trash\', 100, 2 ) ); (10.2.0.3)' ) ); ?></li> | |
| 1186 | - </ul> | |
| 839 | + <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 840 | +<!-- <img src="--><?php //echo esc_attr( $obj->section_img_url( '11.3/booking_calendar__resources_capacity_rules.png' ) ); ?><!--" style="margin:10px 0;width:98%;" />--> | |
| 1187 | 841 | |
| 1188 | - </div> | |
| 1189 | - </div> | |
| 1190 | - <div class="wpbc_wn_section"> | |
| 1191 | - <div class="wpbc_wn_col"> | |
| 1192 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Bug Fixes' ) ); ?></h3> | |
| 1193 | 842 | <ul> |
| 1194 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Fix: Displaying Greyed (Disabled) Options! Fixed an issue where greyed-out (disabled) options, such as booked time slots, were not showing correctly in select boxes. ' ) ); ?></li> | |
| 1195 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Fix: Resolved Conflict with \'MIXITUP - A CSS3 and JQuery Filter & Sort Plugin\'! Fixed the issue causing the error: "Uncaught TypeError: time_fields_obj.times_as_seconds is undefined. ' ) ); ?></li> | |
| 1196 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**Pro Versions:**' ) ); ?></li> | |
| 1197 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved Start/End Time Invalid Issue! Fixed the issue where Start/End Time was invalid in some configurations with range days selection mode and change-over days.' ) ); ?></li> | |
| 843 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **NEW**: Moved capacity-related settings to **Resources > Capacity Rules**, keeping booking quantity and pending-day rules closer to resource configuration.' ) ); ?></li> | |
| 844 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improvement**: Added a shared top path/status line across Booking Calendar admin pages for clearer navigation.' ) ); ?></li> | |
| 845 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improvement**: Admin left sidebar and full-screen mode preferences are now saved per user, while special setup and builder workflows can still enforce their required layout.' ) ); ?></li> | |
| 846 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Fixes**: Improved Calendar preview saving, changeover rendering, legend refresh, tooltip settings, Setup Wizard routing, and Booking Listing email toggle persistence.' ) ); ?></li> | |
| 1198 | 847 | </ul> |
| 1199 | 848 | </div> |
| 1200 | 849 | </div> |
| 1201 | 850 | |
| 1202 | - </div><?php | |
| 1203 | - // </editor-fold> | |
| 851 | + </div> | |
| 1204 | 852 | |
| 853 | + <?php | |
| 1205 | 854 | |
| 1206 | 855 | $obj->expand_section_end( $section_param_arr ); |
| 1207 | 856 | } |
| 1208 | 857 | |
| 1209 | -function wpbc_welcome_section_10_2( $obj ){ | |
| 858 | +/** | |
| 859 | + * What's New section for Booking Calendar 11.2 | |
| 860 | + * | |
| 861 | + * @param object $obj | |
| 862 | + * | |
| 863 | + * @return void | |
| 864 | + */ | |
| 865 | +function wpbc_welcome_section_11_2( $obj ) { | |
| 1210 | 866 | |
| 1211 | - $section_param_arr = array( 'version_num' => '10.2', 'show_expand' => true ); | |
| 1212 | 867 | |
| 868 | + $section_param_arr = array( 'version_num' => '11.2', 'show_expand' => true ); | |
| 869 | + | |
| 1213 | 870 | $obj->expand_section_start( $section_param_arr ); |
| 871 | + // $obj->asset_path = 'http://beta/assets/'; // TODO: comment this in production. | |
| 872 | + ?> | |
| 873 | + <div class="wpbc_wn_container"> | |
| 1214 | 874 | |
| 875 | + <div class="wpbc_wn_section"> | |
| 876 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Redesigned Setup Wizard' ) ); ?></h2> | |
| 1215 | 877 | |
| 1216 | - //$obj->asset_path = 'http://beta/assets/'; // TODO: 2024-06-01 comment this | |
| 1217 | - | |
| 1218 | - | |
| 1219 | - // <editor-fold defaultstate="collapsed" desc=" = F R E E = " > | |
| 1220 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1221 | - // = F R E E = | |
| 1222 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1223 | - ?><div class="wpbc_wn_container"> | |
| 1224 | - <div class="wpbc_wn_section"> | |
| 1225 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Explore Advanced Configurable Booking Confirmation, Enhanced Booking Form Typography, and more...' ) ); ?></h2> | |
| 1226 | - <div class="wpbc_wn_col"> | |
| 1227 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New: Customizable Booking Confirmation Section' ) ); ?></h3> | |
| 1228 | - <ul> | |
| 1229 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Customizable Confirmation Section! Now you can configure what to display in the "Confirmation Window" after a booking is created. Enable or disable content and configure it with a list of shortcodes that will be shown in the "Personal Information" and "Booking Details" sections of the Booking Confirmation window.' ) ); ?></li> | |
| 1230 | - </ul> | |
| 878 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1231 | 879 | <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> |
| 1232 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.2/wp_booking_calendar__booking_confirmation_setup_04.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 880 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.2/booking_calendar__setup_wizard__floating_setup_bar.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1233 | 881 | </div> |
| 1234 | - </div> | |
| 1235 | - <div class="wpbc_wn_section"> | |
| 1236 | - <div class="wpbc_wn_col"> | |
| 1237 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Enhanced Typography for Booking Forms' ) ); ?></h3> | |
| 882 | + | |
| 883 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1238 | 884 | <ul> |
| 1239 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced Typography for Booking Forms! The typography for booking form elements has been updated to provide a cleaner interface and to prevent CSS conflicts with themes.' ) ); ?></li> | |
| 885 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **NEW**: Redesigned the initial **Setup Wizard** with a floating **Setup Bar** that guides users through configuration directly on the relevant Booking Calendar admin pages.' ) ); ?></li> | |
| 886 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Step-by-step setup flow**: After choosing the booking type, the wizard opens the exact settings pages needed for form setup, date selection, availability, working time, color theme, and publishing.' ) ); ?></li> | |
| 887 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Context-aware guidance**: The Setup Bar shows the current step, progress, Back / Continue / Finish controls, and clear instructions for what should be configured on each page.' ) ); ?></li> | |
| 888 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Smarter page assistance**: Setup steps can automatically open, scroll to, and highlight the related settings section.' ) ); ?></li> | |
| 1240 | 889 | </ul> |
| 1241 | 890 | </div> |
| 1242 | - <div class="wpbc_wn_col"> | |
| 1243 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1244 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.2/wp-booking-calendar_typography-01.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1245 | - </div> | |
| 1246 | 891 | </div> |
| 1247 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 1248 | - </div> | |
| 1249 | - <?php | |
| 1250 | 892 | |
| 1251 | - ?><div class="wpbc_wn_container"> | |
| 893 | + | |
| 1252 | 894 | <div class="wpbc_wn_section"> |
| 1253 | - <div class="wpbc_wn_col"> | |
| 1254 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Enhanced of Time Slots Bookings' ) ); ?></h3> | |
| 1255 | - <ul> | |
| 1256 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Introducing the "Use Selected Times for Each Booking Date" Option! This feature is available when \'Multiple Days\' selection mode is activated. It allows you to use the **selected times as booked time slots for each selected date**. If not enabled, the selected times will be used as the start time for the first date and the end time for the last date, with all middle dates being fully booked. Enable this option on the Settings > General page in the "Calendar" section. (10.1.5.4)' ) ); ?></li> | |
| 1257 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Introducing the \'Partially Booked\' Calendar Legend Item! You can now configure this item in the calendar legend. Enable and customize it on the Settings > General page in the "Calendar" section under the \'Show legend below calendar\' option. (10.1.5.5)' ) ); ?></li> | |
| 1258 | - </ul> | |
| 1259 | - </div> | |
| 1260 | - <div class="wpbc_wn_col"> | |
| 895 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Floating Setup Bar' ) ); ?></h2> | |
| 896 | + | |
| 897 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1261 | 898 | <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> |
| 1262 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.2/wp_booking_calendar__booking_times_in_several_days_01.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 899 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.2/booking_calendar__setup_wizard__move_setup_bar.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1263 | 900 | </div> |
| 1264 | - </div> | |
| 1265 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 1266 | - </div> | |
| 1267 | - <?php | |
| 1268 | 901 | |
| 1269 | - ?><div class="wpbc_wn_container"> | |
| 1270 | - <div class="wpbc_wn_section"> | |
| 1271 | - <div class="wpbc_wn_col"> | |
| 1272 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Shortcode' ) ); ?></h3> | |
| 902 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1273 | 903 | <ul> |
| 1274 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Introducing the [only_dates] Shortcode for Email Templates! This shortcode allows you to insert only booking dates without times in your email templates. (10.1.5.6)' ) ); ?></li> | |
| 904 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **NEW**: Added a floating **Setup Bar** available across Booking Calendar admin pages during setup.' ) ); ?></li> | |
| 905 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Save-aware workflow**: Steps that require saving now keep the Continue button disabled until changes are saved.' ) ); ?></li> | |
| 906 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Flexible positioning**: The bar can be collapsed, moved by drag and drop, reset to its default position, and automatically shifted away from right-side settings panels.' ) ); ?></li> | |
| 907 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Reliable completion**: Finishing or skipping setup now correctly hides the Setup Bar across all Booking Calendar admin pages.' ) ); ?></li> | |
| 1275 | 908 | </ul> |
| 1276 | 909 | </div> |
| 1277 | 910 | </div> |
| 1278 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 1279 | - </div> | |
| 1280 | - <?php | |
| 1281 | 911 | |
| 1282 | 912 | |
| 1283 | - // </editor-fold> | |
| 1284 | - | |
| 1285 | - | |
| 1286 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1287 | - // = P A I D = | |
| 1288 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1289 | - | |
| 1290 | - // <editor-fold defaultstate="collapsed" desc=" = M I X E D = " > | |
| 1291 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1292 | - // = M I X E D = | |
| 1293 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1294 | - ?> | |
| 1295 | - <div class="wpbc_wn_container"> | |
| 1296 | 913 | <div class="wpbc_wn_section"> |
| 1297 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Additional Improvements in Free and Pro versions' ) ); ?></h2> | |
| 1298 | - </div> | |
| 914 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Front-End Booking Form Popup' ) ); ?></h2> | |
| 1299 | 915 | |
| 1300 | - <div class="wpbc_wn_section"> | |
| 1301 | - <div class="wpbc_wn_col"> | |
| 1302 | - <ul> | |
| 1303 | - <?php // Free ?> | |
| 1304 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Added compatibility for WordPress 6.6' ) ); ?></li> | |
| 1305 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Added Thin Scroll Bar to Popovers! In the Calendar Overview and Timeline, a thin scroll bar is now included in popovers to handle long booking details or details for multiple bookings.' ) ); ?></li> | |
| 1306 | - </ul> | |
| 1307 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Improvements in Pro Versions' ) ); ?></h3> | |
| 1308 | - <ul> | |
| 1309 | - <?php // Pro ?> | |
| 1310 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced Form Times Templates! We\'ve improved the form times templates for a better user experience. *(Personal, Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1311 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Updated the View of the "Back to Super Admin" Button! When a super booking admin user simulates a login as a "Regular User," the button\'s appearance has been enhanced for clarity. (10.1.5.2) *(MultiUser)*' ) ); ?></li> | |
| 1312 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced Spinners for Cost and Date Hints! The spinners in the booking form for cost and date hints have been updated for a smoother and more intuitive user experience. *(Business Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1313 | - </ul> | |
| 916 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 917 | + <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 918 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.2/booking_calendar__open_popup.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 919 | + </div> | |
| 1314 | 920 | |
| 1315 | - <div style="clear:both;height:20px;"></div> | |
| 1316 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Translations' ) ); ?></h3> | |
| 921 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1317 | 922 | <ul> |
| 1318 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Korean Translation! The translation has been updated and is now 96% complete, courtesy of modelaid.' ) ); ?></li> | |
| 923 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **NEW**: Added front-end popup support for booking forms using shortcode parameters.' ) ); ?></li> | |
| 924 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Popup booking form shortcode**: Use **[booking resource_id=1 popup=1]** to show a button that opens the booking form in a modal window.' ) ); ?></li> | |
| 925 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Dedicated alias shortcode**: Added **[booking_popup]** as a shortcut for popup booking forms.' ) ); ?></li> | |
| 926 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Customizable popup display**: Configure popup button text, popup title, custom CSS classes, modal class, and popup size.' ) ); ?></li> | |
| 927 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Automatic assets loading**: Required popup JavaScript and CSS are loaded automatically on front-end pages.' ) ); ?></li> | |
| 1319 | 928 | </ul> |
| 1320 | - | |
| 1321 | 929 | </div> |
| 930 | + </div> | |
| 1322 | 931 | |
| 1323 | - </div> | |
| 932 | + <div class="wpbc_wn_section" style="gap:1%"> | |
| 1324 | 933 | |
| 1325 | - <div class="wpbc_wn_section"> | |
| 1326 | - <div class="wpbc_wn_col"> | |
| 934 | + <div class="wpbc_wn_col" style="flex: 1 1 48%;"> | |
| 935 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Time Slots Availability Improvements' ) ); ?></h2> | |
| 1327 | 936 | |
| 1328 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Under Hood Changes' ) ); ?></h3> | |
| 1329 | 937 | <ul> |
| 1330 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Updated Bootstrap Icons to the latest 1.11.3 Version for enhanced visual appeal and consistency.' ) ); ?></li> | |
| 1331 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Removed Deprecated BS Glyph Font for a cleaner and more modern design.' ) ); ?></li> | |
| 1332 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Removed Deprecated wpbc_vars.js for improved performance and maintainability.' ) ); ?></li> | |
| 1333 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• The option \'Using BootStrap CSS for the form fields\' has been deprecated and moved to the Settings General page in the "Advanced" section for better organization.' ) ); ?></li> | |
| 1334 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Added support for the WP Rocket plugin by excluding it from JavaScript Delay execution, ensuring smoother performance.' ) ); ?></li> | |
| 1335 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**Pro Versions:**' ) ); ?></li> | |
| 1336 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Added a new hook \'wpbc_visitor_action__booking_trash\' for when visitors cancel their own booking. Example usage:: function your_cust_func_wpbc_visitor_action__booking_trash ( $booking_id, $resource_id ) { /* Your code here */ } add_action( \'wpbc_visitor_action__booking_trash\', \'your_cust_func_wpbc_visitor_action__booking_trash\', 100, 2 ) ); (10.2.0.3)' ) ); ?></li> | |
| 938 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improvement**: Improved the **Create Booking for Selection** workflow in the Time Slots Availability popup.' ) ); ?></li> | |
| 939 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **More reliable popup handoff**: The Add Booking popup is now validated before the Time Slots popup closes, preventing cases where no booking form appeared.' ) ); ?></li> | |
| 940 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Better multi-date selections**: Dragged multi-date time intervals are now handled as explicit admin-selected time overrides during availability validation.' ) ); ?></li> | |
| 941 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Cleaner JavaScript**: Fixed deprecated jQuery warnings in the Time Slots Availability popup.' ) ); ?></li> | |
| 1337 | 942 | </ul> |
| 943 | + </div> | |
| 1338 | 944 | |
| 1339 | - </div> | |
| 1340 | - </div> | |
| 945 | + <div class="wpbc_wn_col" style="flex: 1 1 48%;"> | |
| 946 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Reliability and Sync Improvements' ) ); ?></h2> | |
| 1341 | 947 | |
| 1342 | - <div class="wpbc_wn_section"> | |
| 1343 | - <div class="wpbc_wn_col"> | |
| 1344 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Bug Fixes' ) ); ?></h3> | |
| 1345 | 948 | <ul> |
| 1346 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Adjusted the height of booking form fields to ensure compatibility with certain themes.' ) ); ?></li> | |
| 1347 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**Pro Versions:**' ) ); ?></li> | |
| 1348 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved the issue of search results not displaying on a separate page when custom search filter options are used in the search form. (10.2.0.2) *(Personal, Business Large, MultiUser)*' ) ); ?></li> | |
| 1349 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Added the ability to uncheck the exclusive checkbox in group checkbox options for greater flexibility. (10.1.5.1) *(Personal, Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1350 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved the issue of popovers not displaying in the timeline on the front-end during initial page loading when a cache plugin is activated. (10.2.0.4)' ) ); ?></li> | |
| 949 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Fix**: Fixed a PHP 8+ fatal error on the Form Builder page when malformed legacy custom form data was stored incorrectly.' ) ); ?></li> | |
| 950 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Fix**: Improved Form Options Costs parsing for selectbox fields with quoted defaults. Available in Business Medium or higher.' ) ); ?></li> | |
| 951 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Fix**: Add Booking now correctly loads the default custom booking form assigned to the selected booking resource. Available in Business Medium or higher.' ) ); ?></li> | |
| 952 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Fix**: Fixed Early / Late Booking discount calculation so fixed form option costs are not incorrectly reduced to zero.' ) ); ?></li> | |
| 953 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **NEW**: Added the **Append extra day after imported checkout day** option for **.ics** import sync rules.' ) ); ?></li> | |
| 1351 | 954 | </ul> |
| 1352 | 955 | </div> |
| 1353 | 956 | </div> |
| 1354 | 957 | |
| 1355 | - </div><?php | |
| 1356 | - // </editor-fold> | |
| 958 | + </div> | |
| 1357 | 959 | |
| 960 | + <?php | |
| 1358 | 961 | |
| 1359 | 962 | $obj->expand_section_end( $section_param_arr ); |
| 1360 | 963 | } |
| 1361 | 964 | |
| 1362 | -function wpbc_welcome_section_10_1( $obj ){ | |
| 965 | +/** | |
| 966 | + * What's New section for Booking Calendar 11.1 | |
| 967 | + * | |
| 968 | + * @param object $obj | |
| 969 | + * | |
| 970 | + * @return void | |
| 971 | + */ | |
| 972 | +function wpbc_welcome_section_11_1( $obj ) { | |
| 1363 | 973 | |
| 1364 | - $section_param_arr = array( 'version_num' => '10.1', 'show_expand' => true ); | |
| 1365 | 974 | |
| 975 | + $section_param_arr = array( 'version_num' => '11.1', 'show_expand' => true ); | |
| 976 | + | |
| 1366 | 977 | $obj->expand_section_start( $section_param_arr ); |
| 978 | + // $obj->asset_path = 'http://beta/assets/'; // TODO: comment this in production. | |
| 979 | + ?> | |
| 1367 | 980 | |
| 981 | + <div class="wpbc_wn_container"> | |
| 1368 | 982 | |
| 1369 | - //$obj->asset_path = 'http://beta/assets/'; // TODO: 2024-06-01 comment this | |
| 983 | + <div class="wpbc_wn_section"> | |
| 984 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Working Time' ) ); ?></h2> | |
| 1370 | 985 | |
| 1371 | - | |
| 1372 | - // <editor-fold defaultstate="collapsed" desc=" = F R E E = " > | |
| 1373 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1374 | - // = F R E E = | |
| 1375 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1376 | - ?><div class="wpbc_wn_container"> | |
| 1377 | - <div class="wpbc_wn_section"> | |
| 1378 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Explore Enhanced UI, Advanced Search <sup style="font-size:10px );top: -8px;position: relative;left: -4px;">Pro</sup>, and more...' ) ); ?></h2> | |
| 1379 | - <div class="wpbc_wn_col"> | |
| 1380 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New: Booking Form Setup' ) ); ?></h3> | |
| 1381 | - <ul> | |
| 1382 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Experience an updated UI for booking form configurations. Define booking form layout, including centering, and placing the form next to the calendar. Adjust the size and alignment of the form, easily create or edit new fields, define color themes, enable CAPTCHA, and much more.' ) ); ?></li> | |
| 1383 | - </ul> | |
| 986 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1384 | 987 | <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> |
| 1385 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.1/wp-booking-calendar__simple_booking_form_setup_01.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 988 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.1/wp_booking_calendar_11_1_working_time_01.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1386 | 989 | </div> |
| 1387 | - </div> | |
| 1388 | - <div class="wpbc_wn_section"> | |
| 1389 | - <div class="wpbc_wn_col"> | |
| 1390 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Booking Form Preview' ) ); ?></h3> | |
| 990 | + | |
| 991 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1391 | 992 | <ul> |
| 1392 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Now you can see all changes in real-time on the same page at WP Booking Calendar > Settings > Booking Form, immediately after making adjustments to your booking form.' ) ); ?></li> | |
| 993 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **NEW**: Added **Working Time** settings to **Booking Calendar > Availability > General Availability**, allowing administrators to restrict time-based bookings to specific working hours.' ) ); ?></li> | |
| 994 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Designed for time-based booking forms**: Working Time applies to booking forms that use **rangetime**, **start/end time**, or **start/duration time** fields.' ) ); ?></li> | |
| 995 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Flexible schedule control**: Define default working hours for each weekday, then optionally set custom working time rules for specific booking resources.' ) ); ?></li> | |
| 996 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Clear availability timeline**: Time outside working hours is shown in **Time Slots Availability** as read-only unavailable time, with links back to the related Working Time settings.' ) ); ?></li> | |
| 997 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Cleaner front-end calendar display**: Dates limited only by Working Time keep their tooltip information, while the calendar avoids showing partial-booking dots when there are no real bookings or manually blocked time slots.' ) ); ?></li> | |
| 998 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Better editing workflow**: When opening Working Time settings from the Time Slots Availability timeline, the General Availability page automatically expands and scrolls to the Working Time section.' ) ); ?></li> | |
| 1393 | 999 | </ul> |
| 1394 | 1000 | </div> |
| 1395 | - <div class="wpbc_wn_col"> | |
| 1396 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1397 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.1/wp_booking_calendar__simple_booking_form_preview_02.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1398 | - </div> | |
| 1399 | 1001 | </div> |
| 1400 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 1002 | + | |
| 1401 | 1003 | </div> |
| 1402 | 1004 | <?php |
| 1403 | 1005 | |
| 1404 | - ?><div class="wpbc_wn_container"> | |
| 1405 | - <div class="wpbc_wn_section"> | |
| 1406 | - <div class="wpbc_wn_col"> | |
| 1407 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Enhanced Admin Panel Calendar Overview' ) ); ?></h3> | |
| 1408 | - <ul> | |
| 1409 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Experience an **updated UI on the Calendar Overview page**, optimizing space for clear viewing of bookings. The new design minimizes space for UI elements, maximizing the focus on bookings and enhancing the user experience for managing them. This redesign not only improves user experience but also ensures seamless usability across all devices, including mobile, allowing for increased visibility of bookings.' ) ); ?></li> | |
| 1410 | - </ul> | |
| 1411 | - </div> | |
| 1412 | - <div class="wpbc_wn_col"> | |
| 1413 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1414 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.1/wp_booking_calendar__calendar_overview_04.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1415 | - <ul> | |
| 1416 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Display first and last names in the booking pipelines on the Calendar Overview page to simplify finding specific bookings.' ) ); ?></li> | |
| 1417 | - </ul> | |
| 1418 | - </div> | |
| 1419 | - </div> | |
| 1420 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 1421 | - </div> | |
| 1422 | - <?php | |
| 1006 | + $obj->expand_section_end( $section_param_arr ); | |
| 1007 | +} | |
| 1423 | 1008 | |
| 1424 | - ?><div class="wpbc_wn_container"> | |
| 1425 | - <div class="wpbc_wn_section"> | |
| 1426 | - <div class="wpbc_wn_col"> | |
| 1427 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Updated Interface for Email Settings' ) ); ?></h3> | |
| 1428 | - <ul> | |
| 1429 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'The Settings > Emails page now features an updated, user-friendly interface. The email template selection menu is conveniently located in the left navigation panel, clearly showing enabled and disabled templates. The configuration UI for email subjects and templates has been improved, with a revamped help section that highlights available shortcodes more effectively and clearly.' ) ); ?></li> | |
| 1430 | - </ul> | |
| 1431 | - </div> | |
| 1432 | - <div class="wpbc_wn_col"> | |
| 1433 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1434 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.1/wp-booking-calendar__email_settings_01.png' ) ); ?>" style="margin-top:14px;" /> | |
| 1435 | - </div> | |
| 1436 | - </div> | |
| 1437 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 1438 | - </div> | |
| 1439 | - <?php | |
| 1009 | +/** | |
| 1010 | + * What's New section for Booking Calendar 11.0 | |
| 1011 | + * | |
| 1012 | + * @param object $obj | |
| 1013 | + * | |
| 1014 | + * @return void | |
| 1015 | + */ | |
| 1016 | +function wpbc_welcome_section_11_0( $obj ) { | |
| 1440 | 1017 | |
| 1441 | 1018 | |
| 1442 | - // </editor-fold> | |
| 1019 | + $section_param_arr = array( 'version_num' => '11.0', 'show_expand' => true ); | |
| 1443 | 1020 | |
| 1021 | + $obj->expand_section_start( $section_param_arr ); | |
| 1022 | + // $obj->asset_path = 'http://beta/assets/'; // TODO: comment this in production. | |
| 1023 | + ?> | |
| 1024 | + <div class="wpbc_wn_container"> | |
| 1444 | 1025 | |
| 1445 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1446 | - // = P A I D = | |
| 1447 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1448 | - ?><div class="wpbc_wn_container"> | |
| 1449 | 1026 | <div class="wpbc_wn_section"> |
| 1450 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Changes in Premium Versions' ) ); ?></h2> | |
| 1451 | - <div class="wpbc_wn_col"> | |
| 1452 | - <ul> | |
| 1453 | - <li><br><h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Completely new Search Availability Engine' ) ); ?></h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• This powerful feature allows you to search for available Dates and Times based on existing bookings, unavailable dates, and other criteria defined in the search form. Enjoy a more efficient and precise search experience tailored to your needs.' ) ); ?></li> | |
| 1454 | - </ul> | |
| 1027 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Time Slots Availability' ) ); ?></h2> | |
| 1028 | + | |
| 1029 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1030 | + <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1031 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.0/wp_booking_calendar__availability__time_slots_01.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1032 | +<!-- <img src="--><?php //echo esc_attr( $obj->section_img_url( '11.0/wp_booking_calendar__availability__time_slots_02.png' ) ); ?><!--" style="margin:10px 0;width:98%;" />--> | |
| 1455 | 1033 | </div> |
| 1456 | - </div> | |
| 1457 | - <div class="wpbc_wn_section"> | |
| 1458 | - <div class="wpbc_wn_col"> | |
| 1034 | + | |
| 1035 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1459 | 1036 | <ul> |
| 1460 | - <li><h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Searchable Resource Setup' ) ); ?></h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• This feature allows you to easily customize search availability for booking resources. Personalize search visibility and attributes by customizing options like **summary text and thumbnail images** to enhance user engagement in search results. Additionally, configure specific **parameters for resource filtering in search forms**, providing users with targeted and relevant search options.' ) ); ?></li> | |
| 1037 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **NEW**: Added the **Time Slots Availability** page under **Booking Calendar > Availability**, allowing administrators to define unavailable time intervals for specific booking resources and date ranges.' ) ); ?></li> | |
| 1038 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Interactive timeline selection**: Select one or many days directly in the timeline, adjust start and end time, then block or unblock the selected interval.' ) ); ?></li> | |
| 1039 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Clear availability states**: The timeline now shows available, booked, unavailable, and full-day unavailable states in one place.' ) ); ?></li> | |
| 1040 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Finer control**: Work with visible time range controls, date range navigation arrows, and slot steps down to **5 minutes**.' ) ); ?></li> | |
| 1041 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Better long-range editing**: Sticky timeline headers and progress indicators make loading, blocking, unblocking, and saving easier to follow.' ) ); ?></li> | |
| 1461 | 1042 | </ul> |
| 1462 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1463 | - <img src="<?php echo esc_attr( $obj->asset_path ); ?>10.1/wp_booking_calendar__search_availability_05.gif" style="margin:10px 0;width:98%;"/> | |
| 1464 | 1043 | </div> |
| 1465 | 1044 | </div> |
| 1045 | + | |
| 1046 | + | |
| 1466 | 1047 | <div class="wpbc_wn_section"> |
| 1467 | - <div class="wpbc_wn_col"> | |
| 1468 | - <ul> | |
| 1469 | - <li><h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Search for Specific Time Slots' ) ); ?></h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Now you can search for specific time slots on particular dates or even a range of dates. This is a fantastic **feature for appointment-based businesses**, allowing clients to **find available time slots for different service providers**. Imagine searching for an available hair stylist, doctor, or other service provider on a specific date and time. You can even set an approximate date range (+/- N days from the desired date) to find appointments within a specific time slot.' ) ); ?></li> | |
| 1470 | - </ul> | |
| 1471 | - </div> | |
| 1472 | - <div class="wpbc_wn_col"> | |
| 1048 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Set Times Availability Popup' ) ); ?></h2> | |
| 1049 | + | |
| 1050 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1473 | 1051 | <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> |
| 1474 | - <img src="<?php echo esc_attr( $obj->asset_path ); ?>10.1/wp_booking_calendar__search_availability_time_01.gif" style="margin:10px 0;width:98%;"/> | |
| 1052 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.0/wp_booking_calendar_11_0_set_times_availability_popup.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1053 | + | |
| 1475 | 1054 | </div> |
| 1476 | - <div class="wpbc_wn_col"> | |
| 1477 | - <ul> | |
| 1478 | - <li><h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Dark Theme' ) ); ?></h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• New **Dark Theme** for Search Form and Results! When you switch the "Color Theme" to "Dark" at WP Booking Calendar > Settings > General page in the "Form Options" section, the system will automatically update the colors to dark in both the Search Form and Search Results for a seamless fit with your website design.' ) ); ?></li> | |
| 1479 | - </ul> | |
| 1480 | - </div> | |
| 1481 | - <div class="wpbc_wn_col"> | |
| 1482 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1483 | - <img src="<?php echo esc_attr( $obj->asset_path ); ?>10.1/wp-booking-calendar__search_availability_dark_01.png" style="margin:10px 0;width:98%;"/> | |
| 1484 | - </div> | |
| 1485 | - </div> | |
| 1486 | 1055 | |
| 1487 | - <div class="wpbc_wn_section"> | |
| 1488 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Improvements in Search Availability' ) ); ?></h3> | |
| 1489 | - <div class="wpbc_wn_col"> | |
| 1056 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1490 | 1057 | <ul> |
| 1491 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Streamlined Date Selection! After selecting a date in the Check In field in the search availability form, the **Check Out calendar** now **opens automatically** for a smoother booking experience.' ) ); ?></li> | |
| 1492 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced Search Interface! The Settings page now features an **updated search interface** with a streamlined help section, making it easier to find the shortcodes you need quickly and efficiently.' ) ); ?></li> | |
| 1493 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **6 New Search Form Templates**! Now available at WP Booking Calendar > Settings > Search page, offering more customization options for your search forms.' ) ); ?></li> | |
| 1494 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Discover **4 New Search Result Templates**, to suit your website\'s style and user preferences.' ) ); ?></li> | |
| 1495 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Now, the search form and search results **support "Simple HTML tags"** for easier configuration of the search form structure. Example: Create a row with 2 columns using <code><r> <c>..</c> <c>..</c> </r></code>.' ) ); ?></li> | |
| 1496 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Integrate **search filter options directly into your search results layout**. If specific filters are set in the **Search Filter** section of the **Searchable Resource** page, such as <code>location = Spain</code>, you can now incorporate corresponding shortcodes like <code>[location]</code> into your Search Results Layout. Tailor your search results to match your defined criteria effortlessly.' ) ); ?></li> | |
| 1058 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **NEW**: Added a reusable **Set Times Availability** popup to the Booking Listing page, so unavailable time intervals can be managed without leaving the bookings workflow.' ) ); ?></li> | |
| 1059 | + <li><img src="<?php echo esc_attr( $obj->section_img_url( '11.0/wp_booking_calendar__add_booking _from__timeslots__availability_01.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1060 | + <?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Create bookings from selected intervals**: Start a new booking directly from the selected time interval inside the Time Slots Availability popup.' ) ); ?></li> | |
| 1061 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Works across multiple days**: Select, block, unblock, and review unavailable intervals across a date range with booked and unavailable states visible.' ) ); ?></li> | |
| 1062 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Unavailable full-day reasons**: The popup can show days blocked by Days Availability, Season Availability, unavailable weekdays, unavailable time from current time, and limit available days from today settings.' ) ); ?></li> | |
| 1063 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Quick rule links**: Full-day unavailable timeline bars can link to the related availability settings page, helping administrators identify and adjust the rule that made a date unavailable.' ) ); ?></li> | |
| 1497 | 1064 | </ul> |
| 1498 | 1065 | </div> |
| 1499 | - <div class="wpbc_wn_col"> | |
| 1500 | - <ul> | |
| 1501 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **New Shortcodes for Search Forms**. Easily search for the **number of items to book**, **extend search dates** by a range, and **search for available times** using new shortcodes: <code>[search_quantity "1" "2" "3"]</code>, <code>[search_extend "2"]</code>, and <code>[search_time "Full Day@@" "10:00 - 14:00" "15:00 - 16:00"]</code>.' ) ); ?></li> | |
| 1502 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Configure \'**Search Filter Options**\' shortcodes. Now you can **filter search results by various criteria and parameters**. Example shortcodes include filtering by amenity, maximum visitors, and location: <code>[selectbox amenity "Any@@" "Parking" "WiFi"]</code>, <code>[selectbox max_visitors "Any@@" "1" "2" "3"]</code>, and <code>[selectbox location "Any@@" "Spain" "France"]</code>.' ) ); ?></li> | |
| 1503 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **New Search Results Shortcodes**. Customize your search results with a range of new shortcodes: <code>[search_time]</code>, <code>[search_time_check_in]</code>, <code>[search_time_check_out]</code>, <code>[search_result_title]</code>, <code>[search_result_info]</code>, <code>[search_result_image]</code>, <code>[search_result_image_url]</code>, <code>[search_result_url]</code>, <code>[search_result_button "Book Now"]</code>, <code>[resource_title]</code>, <code>[resource_id]</code>, <code>[resource_capacity]</code>, <code>[available_count]</code>, <code>[resource_cost]</code>, <code>[search_check_out_plus1day]</code>.' ) ); ?></li> | |
| 1504 | - </ul> | |
| 1505 | - </div> | |
| 1506 | - | |
| 1507 | 1066 | </div> |
| 1508 | 1067 | |
| 1509 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 1510 | 1068 | |
| 1511 | 1069 | <div class="wpbc_wn_section"> |
| 1512 | - <div class="wpbc_wn_col"> | |
| 1513 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Enhanced UI for Daily Costs Page' ) ); ?></h3> | |
| 1514 | - <ul> | |
| 1515 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• The Daily Costs page has been redesigned to provide users with a clearer and more intuitive interface. This update introduces standardized resource lists, action sections, labels, and enhanced search and sorting capabilities for booking resources by various parameters.' ) ); ?></li> | |
| 1516 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Now, users can easily identify daily cost parameters such as "per 1 day" or "per 1 night" next to each booking resource. This feature is particularly useful in the MultiUser version, as different regular users may have different configurations for these parameters for their own booking resources (calendars).' ) ); ?></li> | |
| 1517 | - </ul> | |
| 1518 | - </div> | |
| 1519 | - <div class="wpbc_wn_col"> | |
| 1070 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Faster Add Booking Popup' ) ); ?></h2> | |
| 1071 | + | |
| 1072 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1520 | 1073 | <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> |
| 1521 | - <img src="<?php echo esc_attr( $obj->asset_path ); ?>10.1/wp_booking_calendar__daily_costs_ui_01.gif" style="margin:10px 0;width:98%;"/> | |
| 1074 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.0/wp_booking_calendar_11_0_add_booking_popup.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1522 | 1075 | </div> |
| 1523 | - </div> | |
| 1524 | 1076 | |
| 1525 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 1526 | - | |
| 1527 | - <div class="wpbc_wn_section"> | |
| 1528 | - <div class="wpbc_wn_col"> | |
| 1529 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Updated Interface for Payment Setup Settings' ) ); ?></h3> | |
| 1077 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1530 | 1078 | <ul> |
| 1531 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'The Settings > Payment Setup page now features an updated, user-friendly interface. The payment gateways menu located in the left navigation panel, clearly showing enabled and disabled payment systems. The configuration UI for payment systems has been improved.' ) ); ?></li> | |
| 1079 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **NEW**: Added a faster **Add Booking** popup to the Booking Listing and Timeline pages, so users can create bookings without leaving the current view.' ) ); ?></li> | |
| 1080 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Prefilled from the timeline**: Selected booking resource, date, start time, and end time are passed into the popup when creating a booking from a selected interval.' ) ); ?></li> | |
| 1081 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Choose the right form in place**: Select the booking resource and custom booking form directly inside the popup.' ) ); ?></li> | |
| 1082 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Edit in the same workflow**: Existing bookings can be opened in the popup, with a direct link to edit the selected booking form when needed.' ) ); ?></li> | |
| 1083 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved navigation**: The Add Booking page is now available under the Bookings section, and Booking Listing and Timeline include a clearer **New booking** quick-action button.' ) ); ?></li> | |
| 1532 | 1084 | </ul> |
| 1533 | 1085 | </div> |
| 1534 | - <div class="wpbc_wn_col"> | |
| 1535 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1536 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.1/wp-booking-calendar__payment_setup_settings_01.png' ) ); ?>" style="margin-top:14px;" /> | |
| 1537 | - </div> | |
| 1538 | 1086 | </div> |
| 1539 | 1087 | |
| 1540 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 1541 | 1088 | |
| 1542 | 1089 | <div class="wpbc_wn_section"> |
| 1543 | - <div class="wpbc_wn_col"> | |
| 1544 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**Other New Features**' ) ); ?></h3> | |
| 1545 | - <?php | |
| 1546 | - echo '<ul>' | |
| 1547 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '• **Pre-Check-in Date Hint Shortcode:** Introduced the <code>[pre_checkin_date_hint]</code> shortcode, which shows the date that is N days before the selected check-in date. You can select the number of days for the [pre_checkin_date_hint] shortcode at the WP Booking Calendar > Settings General page in "Form Options" section". (10.0.0.31) *(Business Medium/Large, MultiUser)*' ) ). '</li>' | |
| 1548 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '• Added the ability to **use attributes in "Simple HTML"** tags. Now you can use attributes like **style** and **class** in "Simple HTML tags" for greater customization. Example: <code><r class=\'my_css_class\'> <c style=\'align-self:last baseline;\'>..</c> </r></code>' ) ) . '</li>' | |
| 1549 | - . '</ul>'; | |
| 1550 | - ?> | |
| 1090 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'General Availability Settings' ) ); ?></h2> | |
| 1091 | + | |
| 1092 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1093 | + <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1094 | + <img src="<?php echo esc_attr( $obj->section_img_url( '11.0/wp_booking_calendar_11_0_general_availability_settings_01.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1551 | 1095 | </div> |
| 1552 | - </div> | |
| 1553 | 1096 | |
| 1554 | - </div><?php | |
| 1555 | - | |
| 1556 | - // <editor-fold defaultstate="collapsed" desc=" = M I X E D = " > | |
| 1557 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1558 | - // = M I X E D = | |
| 1559 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1560 | - ?> | |
| 1561 | - <div class="wpbc_wn_container"> | |
| 1562 | - <div class="wpbc_wn_section"> | |
| 1563 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Additional Improvements in Free and Pro versions' ) ); ?></h2> | |
| 1564 | - </div> | |
| 1565 | - | |
| 1566 | - <div class="wpbc_wn_section"> | |
| 1567 | - <div class="wpbc_wn_col"> | |
| 1568 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Improvements in Pro Versions' ) ); ?></h3> | |
| 1097 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1569 | 1098 | <ul> |
| 1570 | - <?php // Pro ?> | |
| 1571 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• By default, the "Aggregate only bookings" option is disabled in the shortcode configuration dialog. (10.0.0.6)' ) ); ?></li> | |
| 1572 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Now, from the WP Booking Calendar > Resources page, you can easily simulate login to a regular user. The "Simulate login" button is located next to each booking resource belonging to "regular users" in the "Owner" section. (10.0.0.15) *(MultiUser)*' ) ); ?></li> | |
| 1573 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Renamed the WP Booking Calendar > Settings > Payment Gateways page to **Payment Setup** page. *(Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1574 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Eliminated parameters "Title of Search Results" and "Nothing Found Message" from the search form shortcode. You can now configure this text at the WP Booking Calendar > Settings > Search page. (10.0.0.41)' ) ); ?></li> | |
| 1099 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **NEW**: Added a **General Availability** settings page for defining global front-end availability rules across all calendars and booking resources.' ) ); ?></li> | |
| 1100 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Live calendar preview**: Review unavailable weekdays, availability limits from the current date, unavailable time from current time, and booking buffer effects before saving.' ) ); ?></li> | |
| 1101 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Fast settings workflow**: Save changes with AJAX, reset preview controls to defaults, and continue working in the same page layout.' ) ); ?></li> | |
| 1102 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Consistent admin design**: Uses the shared right-side palette layout from the Availability pages and setup wizard interfaces.' ) ); ?></li> | |
| 1575 | 1103 | </ul> |
| 1576 | - | |
| 1577 | - <div style="clear:both;height:20px;"></div> | |
| 1578 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Translations' ) ); ?></h3> | |
| 1579 | - <ul> | |
| 1580 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Dutch Translation Update**. Translation has been updated, reaching 98% completion, courtesy of Han van de Graaf.' ) ); ?></li> | |
| 1581 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Hungarian Translation Update**. Translation has been updated, reaching 99% completion, courtesy of VinczeI.' ) ); ?></li> | |
| 1582 | - </ul> | |
| 1583 | - | |
| 1584 | 1104 | </div> |
| 1585 | - <div class="wpbc_wn_col"> | |
| 1586 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Improvements in Free version' ) ); ?></h3> | |
| 1587 | - <ul> | |
| 1588 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Added support of new shortcodes of booking creation for emails on WP Booking Calendar > Settings > Emails page: [creation_date], [creation_year], [creation_month], [creation_day], [creation_hour], [creation_minutes], [creation_seconds] (10.0.0.34)' ) ); ?></li> | |
| 1589 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Smart Days Selection during booking editing. The system now selects dates in the calendar after all dates are loaded. If multiple non-consecutive dates are selected but a different selection mode is defined later, the system sets Multiple Days selection mode to ensure correct selection. If Single Day selection mode is enabled but the booking has multiple dates, the system switches to Multiple Days selection mode during the edit. (10.0.0.50)' ) ); ?></li> | |
| 1590 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• When adjusting the number of months in \'Setup Size & Structure,\' the overall \'Visible months\' count will automatically update in the Shortcode Configuration dialog. (10.0.0.4)' ) ); ?></li> | |
| 1591 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Now, you can define to scroll through the calendar for a period of 1.5 years (18 months). (10.0.0.11)' ) ); ?></li> | |
| 1592 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced parameter sanitization for improved security and stability. (10.0.0.12)' ) ); ?></li> | |
| 1593 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced the view of submenu items on settings pages for improved navigation and usability.' ) ); ?></li> | |
| 1594 | - </ul> | |
| 1595 | - </div> | |
| 1596 | 1105 | </div> |
| 1597 | 1106 | |
| 1107 | + | |
| 1598 | 1108 | <div class="wpbc_wn_section"> |
| 1599 | - <div class="wpbc_wn_col"> | |
| 1109 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Availability Accuracy and Reliability Fixes' ) ); ?></h2> | |
| 1600 | 1110 | |
| 1601 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Under Hood Changes' ) ); ?></h3> | |
| 1111 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1602 | 1112 | <ul> |
| 1603 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Introduced helper JavaScript for selecting calendar dates via keyboard (tab selection). Please note, additional CSS adjustments may be needed in specific calendars to display focus elements correctly. (10.0.0.19)' ) ); ?></li> | |
| 1604 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• New JS event generated after creation of booking: \'wpbc_booking_created\'. To catch this event use code: jQuery( \'body\' ).on( \'wpbc_booking_created\', function( event, resource_id, params ) { ... } ) ); (10.0.0.30)' ) ); ?></li> | |
| 1605 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Inline JavaScript variables needed for all calendars are now defined after loading the wpbc_all.js script. (10.0.0.43)' ) ); ?></li> | |
| 1606 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Added an action hook that triggers when all booking data is loaded in the calendar: jQuery( \'body\' ).on( \'wpbc_calendar_ajx__loaded_data\', function( event, resource_id ) { ... } ) ); (10.0.0.44)' ) ); ?></li> | |
| 1607 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Replaced the translation function apply_bk_filter( \'wpdev_check_for_active_language\', $text ) with wpbc_lang( $text ) function. (10.0.0.46)' ) ); ?></li> | |
| 1608 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Added a new internal function wpbc_auto_select_dates_in_calendar() for automatic date selection. This function simulates clicks on the calendar and, based on check-in/out dates and various conditions for range day selection, it can automatically select or not select dates in the calendar. (10.0.0.47)' ) ); ?></li> | |
| 1609 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Added a new internal function to automatically fill booking form fields from URL parameters. For example, \'?wpbc_auto_fill=visitors1^2~children1^1\' will auto-fill the specified fields. (10.0.0.47)' ) ); ?></li> | |
| 1610 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Added the ability to auto-select dates in the calendar based on URL parameters. For example, ?wpbc_select_check_in=2024-05-16&wpbc_select_check_out=2024-05-19&wpbc_select_calendar_id=1 will automatically select the specified dates. (10.0.0.48)' ) ); ?></li> | |
| 1611 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Removed most global JavaScript variables in the plugin and defined them under the _wpbc JS variable. Redefined the loading of JavaScript variables and some JS files.' ) ); ?></li> | |
| 1612 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Pro Versions:**' ) ); ?></li> | |
| 1613 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• By default, when saving a booking to the system, the plugin rechecks availability for specific dates. During this checking process, if you used the aggregate parameter, the system utilizes the "Aggregate only bookings" parameter value to prevent potential issues related to errors such as \'These dates and times in this calendar are already booked or unavailable. ... Booking cannot be saved on this date ...\' (10.0.0.7)' ) ); ?></li> | |
| 1614 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Introduced a hook that executes upon the deletion of booking resources: do_action( \'wpbc_deleted_booking_resources\', $bulk_action_arr_id ) ); (10.0.0.35)' ) ); ?></li> | |
| 1615 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Shortcode [bookinglooking] for help with search availability feature become deprecated and removed from Booking Calendar. *(Business Large, MultiUser)*' ) ); ?></li> | |
| 1616 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Deprecated the following shortcodes in the Search Form: [search_visitors], [additional_search "3"], [search_category], [search_tag]' ) ); ?></li> | |
| 1617 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Deprecated the following shortcodes in the Search Results: [booking_resource_title], [link_to_booking_resource "Book now"], [book_now_link], [num_available_resources], [booking_featured_image], [booking_info], [booking_resource_id], [standard_cost], [max_visitors]' ) ); ?></li> | |
| 1113 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Fix**: Fixed calendar booking status detection, improving how the front-end calendar reads approved and pending booking statuses for capacity-based resources, including parent/child resources and change-over dates.' ) ); ?></li> | |
| 1114 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Fix**: Fixed availability calculation for Booking Form Builder forms with time-slot fields, so dates are marked as fully unavailable when all booking form time slots are already booked. (10.15.8.2)' ) ); ?></li> | |
| 1115 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Fix**: Fixed a fatal error on some hosts by reading the local PRO **meta.json** file directly instead of using WordPress FTP filesystem access.' ) ); ?></li> | |
| 1116 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improvement**: Front-end booking form calendars should now reflect real availability more clearly across booked, pending, blocked, and change-over dates.' ) ); ?></li> | |
| 1618 | 1117 | </ul> |
| 1619 | - | |
| 1620 | 1118 | </div> |
| 1621 | 1119 | </div> |
| 1622 | 1120 | |
| 1623 | - <div class="wpbc_wn_section"> | |
| 1624 | - <div class="wpbc_wn_col"> | |
| 1625 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Bug Fixes' ) ); ?></h3> | |
| 1626 | - <ul> | |
| 1627 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Correctly display a white background for the header of admin pages on small resolutions where the top menu shifts to the second row. (10.0.0.13)' ) ); ?></li> | |
| 1628 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• If you set a number of months to scroll from today on the WP Booking Calendar > Settings General page, the system will show the last scrolled month\'s exact date as available, based on today\'s date. (10.0.0.26)' ) ); ?></li> | |
| 1629 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Addressed an issue with exporting booking links to Google Calendar when the start time is 00:00 and the end time is a specific time. In this scenario, the system incorrectly set the date one day lower than it should have. (10.0.0.28)' ) ); ?></li> | |
| 1630 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Improved top menu border and background colors for a sleeker look. This update ensures a more cohesive appearance, especially when other plugins or themes display warning messages at the top of the page. The background gradient of the top menu will now appear more organic and clear. (10.0.0.32)' ) ); ?></li> | |
| 1631 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Display the green bar correctly based on the WordPress timezone rather than GMT time on the Calendar Overview page in Day view mode. (10.0.0.40)' ) ); ?></li> | |
| 1632 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Compatibility with jQuery 3.0 replaced deprecated .unbind() to .off() and .andSelf() to .addBack() methods. (10.0.0.45)' ) ); ?></li> | |
| 1633 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved an issue where the end time in the booking form was set to 24:00 (midnight), causing a booking date issue like "30 Nov -0001." The system now adjusts the end time to 23:59 if it is set to 24:00. (10.0.0.49)' ) ); ?></li> | |
| 1634 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved an issue where the rangetime field was incorrectly selected during booking editing in the free version when using the AM/PM time format. (10.0.0.52)' ) ); ?></li> | |
| 1635 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Pro Versions:**' ) ); ?></li> | |
| 1636 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Updated styles for the message "There is a new version of Booking Calendar available" in the WordPress Plugins menu. (10.0.0.20)' ) ); ?></li> | |
| 1637 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved the error message: \'These dates and times in this calendar are already booked or unavailable...\' that appeared when using a custom booking form with time slots different from the standard booking form. (10.0.0.10) *(Business Large, MultiUser)*' ) ); ?></li> | |
| 1638 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved the issue of incorrectly displaying status for change-over dates when there were check-in/out dates with pending and approved statuses on the same date in booking resources with specific capacities. (10.0.0.2) *(Business Large, MultiUser)*' ) ); ?></li> | |
| 1639 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved the issue of incorrectly parsing "simple HTML tags" in custom booking forms on the Booking Listing page. (10.0.0.3) *(Business Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1640 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Corrected the display of booking resource ID = 1 in WordPress Blocks when configuring the booking resource differently from the default resource. (10.0.0.16) *(Personal, Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1641 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved PHP Fatal error that occurred in PHP 8.1 or 8.2 when using complex arithmetic operations at the WP Booking Calendar > Prices > Form Options Costs page: Uncaught TypeError: Unsupported operand types: null + string in ../wpbc-calc-string.php on line 68. (10.0.0.23) *(Business Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1642 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Addressed the warning message about an undefined array key "cost" on line 624 of the page-resources.php file. *(Personal)*' ) ); ?></li> | |
| 1643 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved the issue of the "bank" selection table not displaying correctly for the iDeal payment system on mobile devices in the payment form. (10.0.0.27) *(Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1644 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved the issue of the search field for Seasons being hidden on the WP Booking Calendar > Prices > Seasons page. (10.0.0.29) *(Business Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1645 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved the issue of the search field for Coupons being hidden on the WP Booking Calendar > Prices > Discount Coupons page. (10.0.0.29) *(Business Large, MultiUser)*' ) ); ?></li> | |
| 1646 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved the issue of the search field for Users being hidden on the WP Booking Calendar > Settings > Users page. (10.0.0.29) *(MultiUser)*' ) ); ?></li> | |
| 1647 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Improved the styles for date descriptions in season filters on the WP Booking Calendar > Availability > Seasons page. (10.0.0.33) *(Business Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1648 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Fixed the selection filter for [visitors] in the old legacy search engine to accurately display search results. (10.0.0.36) *(Business Large, MultiUser)*' ) ); ?></li> | |
| 1649 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Corrected the email notification sent when a booking was duplicated at the WP Booking Calendar > Add Booking page. It now sends a New booking email instead of a Modification email. (10.0.0.42)' ) ); ?></li> | |
| 1650 | - </ul> | |
| 1651 | - </div> | |
| 1652 | - </div> | |
| 1121 | + </div> | |
| 1122 | + <?php | |
| 1653 | 1123 | |
| 1654 | - </div><?php | |
| 1655 | - // </editor-fold> | |
| 1656 | - | |
| 1657 | - | |
| 1658 | 1124 | $obj->expand_section_end( $section_param_arr ); |
| 1659 | 1125 | } |
| 1660 | 1126 | |
| 1661 | -function wpbc_welcome_section_10_0( $obj ){ | |
| 1127 | +function wpbc_welcome_section_10_15( $obj ) { | |
| 1662 | 1128 | |
| 1663 | - $section_param_arr = array( 'version_num' => '10.0', 'show_expand' => true ); | |
| 1664 | 1129 | |
| 1130 | + $section_param_arr = array( 'version_num' => '10.15', 'show_expand' => true ); | |
| 1131 | + | |
| 1665 | 1132 | $obj->expand_section_start( $section_param_arr ); |
| 1666 | 1133 | |
| 1134 | + // $obj->asset_path = 'http://beta/assets/'; // TODO: comment this in production. | |
| 1135 | + ?> | |
| 1136 | + <div class="wpbc_wn_container"> | |
| 1667 | 1137 | |
| 1668 | - //$obj->asset_path = 'http://beta/assets/'; // TODO: 2023-11-06 comment this | |
| 1138 | + <div class="wpbc_wn_section"> | |
| 1139 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Drag & Drop Booking Form Builder' ) ); ?></h2> | |
| 1669 | 1140 | |
| 1670 | - | |
| 1671 | - // <editor-fold defaultstate="collapsed" desc=" = F R E E = " > | |
| 1672 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1673 | - // = F R E E = | |
| 1674 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1675 | - ?><div class="wpbc_wn_container"> | |
| 1676 | - <div class="wpbc_wn_section"> | |
| 1677 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Explore Simplified Integration and Enhanced Management' ) ); ?></h2> | |
| 1678 | - <div class="wpbc_wn_col"> | |
| 1679 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Easy Shortcode Integration' ) ); ?></h3> | |
| 1680 | - <ul> | |
| 1681 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Discover the simplicity of integrating Booking Calendar shortcodes into your pages. Our updated UI for the configuration popup dialog simplifies the process of inserting booking forms, availability calendars, and other Booking Calendar shortcodes. Configuring all parameters is now super easy with our new structured wizard-style configuration dialog. Add the Booking Calendar to your page by using Booking Calendar Blocks in the WP Block Editor or by clicking on the Booking Calendar icon in the WP Classic Editor.' ) ); ?></li> | |
| 1682 | - </ul> | |
| 1683 | - </div> | |
| 1684 | - <div class="wpbc_wn_col"> | |
| 1141 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1685 | 1142 | <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> |
| 1686 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.0/wp_booking_calendar_insert_shortcode_01.png' ) ); ?>" style="margin-top:55px" /> | |
| 1143 | + <img src="<?php echo esc_attr( $obj->section_img_url( '10.15/wp_booking_calendar__form_builder_overview_02.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1687 | 1144 | </div> |
| 1688 | - </div> | |
| 1689 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 1690 | - </div> | |
| 1691 | - <?php | |
| 1692 | 1145 | |
| 1693 | - ?><div class="wpbc_wn_container"> | |
| 1694 | - <div class="wpbc_wn_section"> | |
| 1695 | - <div class="wpbc_wn_col"> | |
| 1696 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Unavailable Dates legend item' ) ); ?></h3> | |
| 1146 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1697 | 1147 | <ul> |
| 1698 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Easily configure **Unavailable Dates legend item** under the calendar at WP Booking Calendar > Settings General page in the "Calendar" section.' ) ); ?></li> | |
| 1148 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **NEW**: Introduced the new **Drag & Drop Booking Form Builder** for visually creating booking forms without manually editing form code.' ) ); ?></li> | |
| 1149 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Build forms visually**: Drag fields into the canvas, arrange the layout, and see the result instantly in the live preview.' ) ); ?></li> | |
| 1150 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Faster and easier workflow**: Create modern booking forms without working with complex manual shortcodes.' ) ); ?></li> | |
| 1151 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Available in all versions**: Booking Calendar now supports **multiple custom booking form configurations** in all versions, including the Free version.' ) ); ?></li> | |
| 1699 | 1152 | </ul> |
| 1700 | 1153 | </div> |
| 1701 | - <div class="wpbc_wn_col"> | |
| 1702 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1703 | - <img src="<?php echo esc_attr( $obj->section_img_url( '10.0/wp_booking_calendar_unavailable_legend_01.png' ) ); ?>" style="margin-top:0px" /> | |
| 1704 | - </div> | |
| 1705 | 1154 | </div> |
| 1706 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 1707 | - </div> | |
| 1708 | - <?php | |
| 1709 | 1155 | |
| 1710 | - // </editor-fold> | |
| 1711 | 1156 | |
| 1712 | - | |
| 1713 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1714 | - // = P A I D = | |
| 1715 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1716 | - ?><div class="wpbc_wn_container"> | |
| 1717 | 1157 | <div class="wpbc_wn_section"> |
| 1718 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Changes in Premium Versions' ) ); ?></h2> | |
| 1719 | - </div> | |
| 1158 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Create Booking Forms, Contact Forms, and Inquiry Forms' ) ); ?></h2> | |
| 1720 | 1159 | |
| 1721 | - <div class="wpbc_wn_section"> | |
| 1722 | - <div class="wpbc_wn_col"> | |
| 1723 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Discover an enhanced user interface for the Resources page' ) ); ?></h3> | |
| 1724 | - <?php | |
| 1725 | - echo '<ul>' | |
| 1726 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '**New** **UI Design of Resource Page**. Easily toggle between table header tabs to view specific information, such as the shortcode for embedding into pages, costs, default form, or parent/child relation for defining booking resource capacity. The interface is now clearer and more straightforward for a seamless experience *(Personal, Business Small/Medium/Large, MultiUser)*.' ) . '</li>' | |
| 1727 | - . '</ul>' ); | |
| 1728 | - ?> | |
| 1160 | + <div class="wpbc_wn_col" style="flex: 1 1 48%;margin: 0 1% 0 0;"> | |
| 1729 | 1161 | <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> |
| 1730 | - <img src="<?php echo esc_attr( $obj->asset_path ); ?>10.0/wp_booking_calendar_resources_page_03.gif" /> | |
| 1731 | - <?php | |
| 1732 | - echo '<ul>' | |
| 1733 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '• Added **search booking resources** field to Options toolbar for easy searching by ID or Title keywords (9.9.0.11) *(Personal, Business Small/Medium/Large, MultiUser)*.' ) ) . '</li>' | |
| 1734 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '• You now have the ability to **save the number of booking resources per page** directly from the Booking > Resources page (at pagination section). (9.9.0.22) *(Personal, Business Small/Medium/Large, MultiUser)*' ) ) . '</li>' | |
| 1735 | - . '</ul>'; | |
| 1736 | - ?> | |
| 1162 | + <img src="<?php echo esc_attr( $obj->section_img_url( '10.15/wp_booking_calendar_10_15_contact_inquiry_forms_05.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1737 | 1163 | </div> |
| 1738 | - </div> | |
| 1739 | 1164 | |
| 1740 | - <div class="wpbc_wn_section"> | |
| 1741 | - <div class="wpbc_wn_col"> | |
| 1742 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Explore the super ease of configuring "Conditional Days Selection"' ) ); ?></h3> | |
| 1743 | - <?php | |
| 1744 | - echo '<ul>' | |
| 1745 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '• Set the **number of days** for selection based **on a specific weekday**.' ) ). '</li>' | |
| 1746 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '• Determine the **number of days** for selection **in a specific season**.' ) ). '</li>' | |
| 1747 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '• Define the **number of days** for selection **starting from a specific date**.' ) ). '</li>' | |
| 1748 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '• Choose **weekdays as start days** for selection **during a specific season**.' ) ). '</li>' | |
| 1749 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '*(Business Medium/Large, MultiUser)*' ) ). '</li>' | |
| 1750 | - . '</ul>'; | |
| 1751 | - ?> | |
| 1165 | + <div class="wpbc_wn_col" style="flex: 1 1 48%;margin: 0 0 0 1%;"> | |
| 1752 | 1166 | <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> |
| 1753 | - <img src="<?php echo esc_attr( $obj->asset_path ); ?>10.0/wp_booking_calendar_days_selection_04_2000px.gif" /> | |
| 1167 | + <img src="<?php echo esc_attr( $obj->section_img_url( '10.15/wp_booking_calendar_10_15_contact_form_preview_01.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1754 | 1168 | </div> |
| 1755 | - </div> | |
| 1756 | 1169 | |
| 1757 | - <div class="wpbc_wn_section"> | |
| 1758 | - <div class="wpbc_wn_col"> | |
| 1759 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**New shortcode** for **displaying taxes or additional fees based on the total booking cost**.' ) ); ?></h3> | |
| 1760 | - <?php | |
| 1761 | - echo wp_kses_post( '<ul>' | |
| 1762 | - . '<li>' . wpbc_replace_to_strong_symbols( 'This **[total_cost]** shortcode is used for displaying additional cost hints without affecting cost calculations. Since the total cost has already been calculated at this stage.' ) . ' ' | |
| 1763 | - . wpbc_replace_to_strong_symbols( 'For example, if you want to **show the tax cost as 20% inclusive part of the total booking cost**, set up your booking form fields like this: ' ) //. '</li>' | |
| 1764 | - . '<code><div style="display:none;"> [checkbox tax_fee default:on ""]</div> Tax: [tax_fee_hint]</code></li>' | |
| 1765 | - //. '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( 'The first shortcode, [checkbox tax_fee default:on ""], is crucial for cost calculation, while the second shortcode, [tax_fee_hint], reveals the cost hint.' ) . '</li>' | |
| 1766 | - . '<li>' . wpbc_replace_to_strong_symbols( 'Now, define the additional cost for tax_fee at WP Booking Calendar > Prices > Form Options Costs page: ' ) . '<code>tax_fee = ( [total_cost] * 0.2 )</code></li>' | |
| 1767 | - . '<li>' . wpbc_replace_to_strong_symbols( ' *(Business Medium/Large, MultiUser)*' ) . '</li>' | |
| 1768 | - . '</ul>' ); | |
| 1769 | - ?> | |
| 1170 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1171 | + <ul> | |
| 1172 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **NEW**: Added support for **Contact Forms / Inquiry Forms / Request Forms** — the calendar is now optional.' ) ); ?></li> | |
| 1173 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Use Booking Calendar as a contact form alternative**: Create forms without booking dates and manage all submissions inside Booking Calendar.' ) ); ?></li> | |
| 1174 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Ready-to-use templates**: Start faster with predefined templates for booking, contact, and inquiry forms.' ) ); ?></li> | |
| 1175 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Flexible start**: Create a form from a template or begin with a blank canvas for full control.' ) ); ?></li> | |
| 1176 | + </ul> | |
| 1770 | 1177 | </div> |
| 1771 | 1178 | </div> |
| 1772 | 1179 | |
| 1773 | - <div class="wpbc_wn_section"> | |
| 1774 | - <div class="wpbc_wn_col"> | |
| 1775 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Track Changes: **Booking Edit Notification**' ) ); ?></h3> | |
| 1776 | - <?php | |
| 1777 | - echo wp_kses_post( '<ul>' | |
| 1778 | - . '<li>' . wpbc_replace_to_strong_symbols( '• Whenever a booking is edited, a note stating **\'The booking has been edited\'** will be generated for the booking. This note also contains the URL of the page where the user made the modifications. With this feature, you gain control over tracking changes to booking details.' ) . '</li>' | |
| 1779 | - . '<li>' . wpbc_replace_to_strong_symbols( '• Now, booking notes such as "Imported from Google Calendar," "Payment section displayed," "Total cost manually entered," "Automatically calculated cost," etc., will be **saved only if the "Logging actions for booking" option is activated** in the WP Booking Calendar > Settings General page in the "Admin Panel" section.' ) . '</li>' | |
| 1780 | - . '</ul>' ); | |
| 1781 | - ?> | |
| 1782 | - </div> | |
| 1783 | - </div> | |
| 1784 | 1180 | |
| 1785 | - | |
| 1786 | - </div><?php | |
| 1787 | - | |
| 1788 | - | |
| 1789 | - | |
| 1790 | - // <editor-fold defaultstate="collapsed" desc=" = M I X E D = " > | |
| 1791 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1792 | - // = M I X E D = | |
| 1793 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1794 | - ?><hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 1795 | - <div class="wpbc_wn_container"> | |
| 1796 | 1181 | <div class="wpbc_wn_section"> |
| 1797 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Additional Improvements in Free and Pro versions' ) ); ?></h2> | |
| 1798 | - </div> | |
| 1182 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Powerful Visual Layout Builder' ) ); ?></h2> | |
| 1799 | 1183 | |
| 1800 | - <div class="wpbc_wn_section"> | |
| 1801 | - <div class="wpbc_wn_col"> | |
| 1802 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Improvements in Pro Versions' ) ); ?></h3> | |
| 1803 | - <ul> | |
| 1804 | - | |
| 1805 | - <?php // Pro ?> | |
| 1806 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Sage/Opayo gateway becoming a payment product under the Elavon brand. Update name of payment gateway from SagePay to **Opayo - Elavon**. For more information, visit: https://www.elavon.co.uk/resource-center/news-and-insights/opayo-migration-faqs.html (9.9.0.34) *(Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1807 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced **Booking Management** - When editing or duplicating a booking in the admin panel, you will now be redirected to the Booking Listing page, where the specific booking will be displayed. (9.9.0.3) (9.9.0.38) *(Personal, Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1808 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced **Shortcode Functionality** - Resolve the "403 permission error" issue encountered when modifying booking forms on the WP Booking Calendar > Settings > Booking Form page by utilizing the **new shortcode [selectbox name "Option 1" "Option 2"]** instead of [select name "Option 1" "Option 2"]. This update addresses the problem faced on certain Apache servers with ModSecurity firewall, which affects specific POST requests when saving booking form configurations. *(Personal, Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1809 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced **Deposit Management** - Now, when a booking is made in the admin panel at WP Booking Calendar > Add booking page, the deposit amount in the cost field and notes section, as well as the total cost for the booking, will be updated accordingly. This feature requires displaying payment forms at the Booking > Add booking page in such cases. (9.9.0.21) *(Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1810 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced **Import Functionality** - You can now utilize the option \'Trash / delete all imported bookings before new import\' in situations where imports are initiated via the Google Calendar API instead of .ics feeds. This feature provides greater control over managing imported bookings and ensures a smoother import process. Please note that this feature requires the installation of the **Booking Manager** plugin. (9.9.0.25)' ) ); ?></li> | |
| 1811 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced **Payment Confirmation** - You now have the ability to **use the [booking_confirm] shortcode on the "Successful payment" page**, where users are redirected after making a payment via the Stripe or PayPal payment system. This allows you to configure the page to display a message such as \'Your payment for the booking has been successfully received. [booking_confirm]\', providing users with confirmation of their payment along with booking details. (9.9.0.37) *(Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1812 | - | |
| 1813 | - </ul> | |
| 1184 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1185 | + <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1186 | + <img src="<?php echo esc_attr( $obj->section_img_url( '10.15/wp_booking_calendar__form_builder_02.gif' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1814 | 1187 | </div> |
| 1815 | - <div class="wpbc_wn_col"> | |
| 1816 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Improvements in Free version' ) ); ?></h3> | |
| 1817 | - <ul> | |
| 1818 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Ability to dismiss the booking statistic section at Booking > Settings General page in "Info / News" for improved admin panel loading speed. (9.9.0.8).' ) ); ?></li> | |
| 1819 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced **Performance** - To improve the speed of page loading in the admin panel, statistic functions will now run only on the Dashboard and Booking Calendar settings pages. This optimization ensures a smoother user experience by focusing resource-intensive tasks only where necessary. (9.9.0.40)' ) ); ?></li> | |
| 1820 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Prevent showing real preview in Elementor to reduce potential conflicts ); instead, show \'WP Booking Calendar Shortcode block\' (9.9.0.39).' ) ); ?></li> | |
| 1821 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Prevent execution of Booking Calendar shortcodes while editing posts/pages, reducing potential conflicts (9.9.0.39).' ) ); ?></li> | |
| 1822 | - </ul> | |
| 1823 | 1188 | |
| 1824 | - <div style="clear:both;height:20px;"></div> | |
| 1825 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Under Hood Changes' ) ); ?></h3> | |
| 1189 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1826 | 1190 | <ul> |
| 1827 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Customize showing booked time slots as inactive slots with a red background after selecting specific dates. Configure this in the ../{Booking Calendar Folder}/js/wpbc_time-selector.js file by searching //FixIn: 9.9.0.2 (9.9.0.2).' ) ); ?></li> | |
| 1828 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Update the URLs for send transactions for Opayo - Elavon (former SagePay) to an Elavon domain on 31st March 2024. For more details, please refer to the following link: https://developer.elavon.com/products/opayo-forms/v1/test-and-live-urls-4633 (9.9.0.34) *(Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1829 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Option to **Hide Payment Form After Visitor Edits Own Booking** - You now have the ability to define not to show the payment form after a visitor edits their own booking. This can be achieved by using the shortcode **[visitorbookingediturl]&is_show_payment_form=Off** in the New (visitor) email template at the WP Booking Calendar > Settings > Emails page. (9.9.0.35) *(Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1191 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Drag & drop fields** from the Fields palette directly into the form canvas.' ) ); ?></li> | |
| 1192 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Live visual preview** while building and editing the form.' ) ); ?></li> | |
| 1193 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Rows and columns layout** for clean and structured form designs.' ) ); ?></li> | |
| 1194 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Nested sections** (up to 5 levels) for advanced multi-row and multi-column layouts.' ) ); ?></li> | |
| 1195 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Ready section layouts** with 1, 2, 3, or 4 columns.' ) ); ?></li> | |
| 1196 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Column resizing with visual resizers** for precise control of layout widths.' ) ); ?></li> | |
| 1197 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Multi-page forms** for creating step-by-step wizard-style booking forms.' ) ); ?></li> | |
| 1198 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Drag & drop sorting of sections** plus **Move Up / Move Down controls** for faster layout management.' ) ); ?></li> | |
| 1830 | 1199 | </ul> |
| 1831 | - | |
| 1832 | - <div style="clear:both;height:20px;"></div> | |
| 1833 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Translations' ) ); ?></h3> | |
| 1834 | - <ul> | |
| 1835 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Hungarian Translation Update**. Translation has been updated, reaching 96% completion, courtesy of VinczeI.' ) ); ?></li> | |
| 1836 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **German Translation Update**. Translation has been updated, reaching 96% completion, courtesy of Wibias.' ) ); ?></li> | |
| 1837 | - </ul> | |
| 1838 | - | |
| 1839 | 1200 | </div> |
| 1840 | 1201 | </div> |
| 1841 | - <div class="wpbc_wn_section"> | |
| 1842 | - <div class="wpbc_wn_col"> | |
| 1843 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Bug Fixes' ) ); ?></h3> | |
| 1844 | - <ul> | |
| 1845 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved possible PHP 8 incompatibility issue (9.9.0.4).' ) ); ?></li> | |
| 1846 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved issue of showing top messages (9.9.0.10).' ) ); ?></li> | |
| 1847 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Corrected the issue of incorrectly showing today\'s date as an unavailable date in the calendar on servers with a timezone different from UTC, especially in American timezones (9.9.0.17).' ) ); ?></li> | |
| 1848 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Addressed the issue of incorrectly showing bookings in Calendar Overview and Timeline when the timezone was incorrectly defined by themes (in functions.php file) or other plugins via incorrectly defined the timezone via this PHP functions: like date_default_timezone_set(\'America/Chicago\') ); Even it is not correct way of defining timezone, relative to https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/ . Now plugin correctly resolve this issue. (9.9.0.18).' ) ); ?></li> | |
| 1849 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Re-created the "Thank you" confirmation page (such as https://server.com/wpbc-booking-received/) if the confirmation booking page was previously defined as follow: https://server.com/thank-you/ (9.9.0.27).' ) ); ?></li> | |
| 1850 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved fatal error: Uncaught Error: Cannot access offset of type string on string in ../wpbc-class-timeline_v2.php on line 3100 (9.9.0.30).' ) ); ?></li> | |
| 1851 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Search Availability** Functionality Issue - An issue has been resolved in the Search Availability functionality. Previously, it was not possible to find pages with booking form shortcodes when the booking resource was defined using the \'resource_id\' parameter instead of \'type\'. This fix ensures that the search functionality now works as expected, allowing users to locate pages with booking forms accurately. (9.9.0.26) *(Business Large, MultiUser)*' ) ); ?></li> | |
| 1852 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Correct Sorting Order for Booking Resources** - An issue has been addressed where the sorting order for booking resources in select-boxes was not defined correctly during the change of booking resource for a specific booking. This fix ensures that booking resources are displayed in the correct order. (9.9.0.23) *(Personal, Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1853 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Correction of Start Day Definition** - An issue has been **resolved where Sunday was incorrectly defined as the start day for selection** in specific seasons when using conditions in the shortcode. For example, when using a shortcode like [booking resource_id=1 options=\'{start-day condition="season" for="myHighSeason" value="0"},{select-day condition="season" for="myHighSeason" value="8,15,22,29"}\'], Sunday was inaccurately identified as the start day. This fix ensures that the start day for selection in specific seasons is correctly determined. (9.9.0.9) *(Business Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1854 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Corrected Saving of Booking Dates** - An issue has been resolved where booking dates were incorrectly saved if the option "Set check out date as available" was activated at the WP Booking Calendar > Settings General page in the "Calendar" section. (9.9.0.19) *(Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1855 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Corrected Redirect Issue for Failed Payments** - An issue has been addressed where users were incorrectly redirected to the home page instead of the failed URL when **payments failed via iDeal (Buckaroo)**. (9.9.0.24) *(Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1856 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved an issue causing a possible PHP Fatal error has been resolved. This error, specifically the Uncaught TypeError: Unsupported operand types: null + string, occurred in the wpbc-calc-string.php file when non-standard shortcodes with arithmetic operations were used on the WP Booking Calendar > Prices > Form Options Costs page. (9.9.0.28) *(Business Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1857 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Corrected Minimum Date Selection Issue** - An issue has been addressed where the minimum number of dates in the calendar was incorrectly selected if a user clicked twice on the same date, and the system had a minimum number defined higher than 1 day. (9.9.0.29) *(Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1858 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Corrected End Time Selection Issue** - An issue has been resolved where, if the option "Use selected times for each booking date" was deactivated, the system incorrectly blocked end times when a user selected multiple dates. For example, if the start time was booked from 00:00 to 15:00, the system would block the end time until 15:00, even if the end date was fully available. (9.9.0.31) *(Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1859 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Corrected Display Issue with Check-In/Out Dates** - An issue has been resolved where the check-in/out dates (triangles) were incorrectly shown as fully available dates in booking resources with specific capacity. This occurred when one of the child booking resources had a change-over dates situation rather than being fully booked. (9.9.0.33) *(Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1860 | - </ul> | |
| 1861 | - </div> | |
| 1862 | - </div> | |
| 1863 | 1202 | |
| 1864 | - </div><?php | |
| 1865 | - // </editor-fold> | |
| 1866 | 1203 | |
| 1204 | + <div class="wpbc_wn_section"> | |
| 1205 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Smart Editing and Form Controls' ) ); ?></h2> | |
| 1867 | 1206 | |
| 1868 | - $obj->expand_section_end( $section_param_arr ); | |
| 1869 | -} | |
| 1207 | + <div class="wpbc_wn_col" style="flex: 1 1 48%;margin: 0 1% 0 0;"> | |
| 1208 | + <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1209 | + <img src="<?php echo esc_attr( $obj->section_img_url( '10.15/wp_booking_calendar_10_15_sidebar_inspector_02.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1210 | + </div> | |
| 1870 | 1211 | |
| 1871 | -function wpbc_welcome_section_9_9( $obj ){ | |
| 1212 | + <div class="wpbc_wn_col" style="flex: 1 1 48%;margin: 0 0 0 1%;"> | |
| 1213 | + <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1214 | + <img src="<?php echo esc_attr( $obj->section_img_url( '10.15/wp_booking_calendar_10_15_field_limits_02.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1215 | + </div> | |
| 1872 | 1216 | |
| 1873 | - $section_param_arr = array( 'version_num' => '9.9', 'show_expand' => true ); | |
| 1874 | - | |
| 1875 | - $obj->expand_section_start( $section_param_arr ); | |
| 1876 | - | |
| 1877 | - | |
| 1878 | - //$obj->asset_path = 'http://beta/assets/'; // TODO: 2023-11-06 comment this | |
| 1879 | - | |
| 1880 | - | |
| 1881 | - // <editor-fold defaultstate="collapsed" desc=" = F R E E = " > | |
| 1882 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1883 | - // = F R E E = | |
| 1884 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1885 | - ?><div class="wpbc_wn_container"> | |
| 1886 | - <div class="wpbc_wn_section"> | |
| 1887 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Explore Enhanced User Experience' ) ); ?></h2> | |
| 1888 | - <div class="wpbc_wn_col"> | |
| 1889 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Enhancements in Booking Admin Panel UI' ) ); ?></h3> | |
| 1217 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1890 | 1218 | <ul> |
| 1891 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Redesigned "Top Tabs" for page selection in the Booking Calendar Admin UI. This update enhances space utilization, resulting in a clearer and smoother interface for users.' ) ); ?></li> | |
| 1219 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Right sidebar inspector**: Easily edit field and section settings in a clear visual interface.' ) ); ?></li> | |
| 1220 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Field usage limits**: The Builder automatically prevents adding one-time fields, such as the Calendar field, more than once.' ) ); ?></li> | |
| 1221 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Responsive-friendly column width control** with layout protection for more stable form structure.' ) ); ?></li> | |
| 1222 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved visual editing controls** for easier field, section, and layout management directly inside the canvas.' ) ); ?></li> | |
| 1892 | 1223 | </ul> |
| 1893 | 1224 | </div> |
| 1894 | - <div class="wpbc_wn_col"> | |
| 1895 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1896 | - <img src="<?php echo esc_attr( $obj->section_img_url( '9.9/wp_booking_calendar_admin_panel_01.png' ) ); ?>" /> | |
| 1897 | - </div> | |
| 1898 | 1225 | </div> |
| 1899 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 1900 | - </div> | |
| 1901 | - <?php | |
| 1902 | 1226 | |
| 1903 | - ?><div class="wpbc_wn_container"> | |
| 1227 | + | |
| 1904 | 1228 | <div class="wpbc_wn_section"> |
| 1905 | - <div class="wpbc_wn_col"> | |
| 1906 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Easy Booking Form Integration' ) ); ?></h3> | |
| 1229 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Better Form Management and Reuse' ) ); ?></h2> | |
| 1230 | + | |
| 1231 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1907 | 1232 | <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> |
| 1908 | - <img src="<?php echo esc_attr( $obj->section_img_url( '9.9/wp_booking_calendar_publish_02.gif' ) ); ?>" /> | |
| 1233 | + <img src="<?php echo esc_attr( $obj->section_img_url( '10.15/wpbc_11_0_form_management_01.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1234 | + </div> | |
| 1235 | + | |
| 1236 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1909 | 1237 | <ul> |
| 1910 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Now it\'s super easy to put your booking form into the pages of your website. Explore the new "Resource" menu in the free version, where you can find \'Publish\' button or use the new \'Publish\' button on the Booking > Resources page in paid versions. Add the form to any page with a few clicks. Simple as that!' ) ); ?></li> | |
| 1238 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Predefined templates:** Start building your new booking form with ready-made templates.' ) ); ?></li> | |
| 1239 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Save and restore complete form layouts** including pages, sections, columns, and fields.' ) ); ?></li> | |
| 1240 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Duplicate existing form configurations** to create similar forms much faster.' ) ); ?></li> | |
| 1241 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Save As workflow**: Create a new form based on an existing layout and settings.' ) ); ?></li> | |
| 1242 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Flexible form configuration management** for creating, saving, loading, organizing, and previewing custom forms.' ) ); ?></li> | |
| 1243 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Form details management**: Set a custom form title, slug, description, and image.' ) ); ?></li> | |
| 1244 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Media library integration** for selecting a custom image for each form configuration.' ) ); ?></li> | |
| 1911 | 1245 | </ul> |
| 1912 | 1246 | </div> |
| 1913 | 1247 | </div> |
| 1914 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 1915 | - </div> | |
| 1916 | - <?php | |
| 1917 | 1248 | |
| 1918 | - // </editor-fold> | |
| 1919 | 1249 | |
| 1920 | - | |
| 1921 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1922 | - // = P A I D = | |
| 1923 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1924 | - ?> | |
| 1925 | - <div class="wpbc_wn_container"> | |
| 1926 | 1250 | <div class="wpbc_wn_section"> |
| 1927 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Changes in Premium Versions' ) ); ?></h2> | |
| 1928 | - </div> | |
| 1251 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Preview, Import, and Flexible Workflow' ) ); ?></h2> | |
| 1929 | 1252 | |
| 1930 | - <div class="wpbc_wn_section"> | |
| 1931 | - <div class="wpbc_wn_col"> | |
| 1932 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New PayPal Standard Checkout integration.' ) ); ?></h3> | |
| 1933 | - <?php | |
| 1934 | - echo '<ul>' | |
| 1935 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( 'Integrated **PayPal Standard Checkout** payment gateway. Enjoy various payment methods, including **card payments and PayPal**. Choose from different designs for PayPal buttons. The system now automatically responds from the PayPal, updating the booking status and payment status. *(Available in Business Small/Medium/Large, MultiUser versions).*' ) . '</li>' | |
| 1936 | - . '</ul>' ); | |
| 1937 | - ?> | |
| 1253 | + <div class="wpbc_wn_col" style="flex: 1 1 48%;margin: 0 1% 0 0;"> | |
| 1938 | 1254 | <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> |
| 1939 | - <img src="<?php echo esc_attr( $obj->asset_path ); ?>9.9/wp_booking_calendar_paypal_setup_03.gif" /> | |
| 1255 | + <img src="<?php echo esc_attr( $obj->section_img_url( '10.15/wpbc_11_0_preview_page_01.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1940 | 1256 | </div> |
| 1941 | - </div> | |
| 1942 | - </div> | |
| 1943 | - <?php | |
| 1944 | 1257 | |
| 1258 | + <div class="wpbc_wn_col" style="flex: 1 1 48%;margin: 0 0 0 1%;"> | |
| 1259 | + <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1260 | + <img src="<?php echo esc_attr( $obj->section_img_url( '10.15/wp_booking_calendar_10_15_advanced_mode.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1261 | + </div> | |
| 1945 | 1262 | |
| 1946 | - | |
| 1947 | - // <editor-fold defaultstate="collapsed" desc=" = M I X E D = " > | |
| 1948 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1949 | - // = M I X E D = | |
| 1950 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 1951 | - ?> | |
| 1952 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 1953 | - <div class="wpbc_wn_container"> | |
| 1954 | - <div class="wpbc_wn_section"> | |
| 1955 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Additional Improvements in Free and Pro versions' ) ); ?></h2> | |
| 1956 | - </div> | |
| 1957 | - | |
| 1958 | - <div class="wpbc_wn_section"> | |
| 1959 | - <div class="wpbc_wn_col"> | |
| 1960 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Improvements' ) ); ?></h3> | |
| 1263 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1961 | 1264 | <ul> |
| 1962 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• The Prices menu now includes options such as "Seasonal Rates" (formerly "Rates"), "Duration-Based Cost" (formerly "Valuation days"), "Partial Payments" (formerly "Deposit"), "Form Options Costs" (formerly "Advanced costs"), and "Payment Gateways." This centralized location allows you to manage all prices for bookings in one place. *(Business Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1963 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• The "Availability" section has a new structure and titles. Now, the configuration of all "Calendars Availability" is located in the "Availability" menu page and its sub-pages, including "Days Availability," "Season Availability" (formerly "Availability"), and "General Availability." This provides a centralized location to manage all availability settings for calendars. *(Business Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1964 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• The Resources menu now features an enhanced toolbar UI for creating new booking resources and managing options. This improvement provides a more user-friendly experience for resource management. *(Paid versions)*' ) ); ?></li> | |
| 1965 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Implemented the addition of the "autocomplete" attribute to the booking form fields. This enhancement ensures correct autofill functionality in the Chrome browser when using autofill addons. *(Paid versions)*' ) ); ?></li> | |
| 1966 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Show super booking admin currency at front-end, instead of regular user defined currency, if was activated "Receive all payments only to Super Booking Admin account" option at the Booking > Settings General page in "Multiuser Options" section. (9.8.9.3) *(MultiUser)*' ) ); ?></li> | |
| 1967 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Updated Top WordPress Bar menu for Booking Calendar (9.8.15.9)' ) ); ?></li> | |
| 1265 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Preview page / live front-end preview**: Test how the form looks and works before publishing it on your website.' ) ); ?></li> | |
| 1266 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Import existing legacy booking forms** into the new Builder for easier transition to the visual workflow.' ) ); ?></li> | |
| 1267 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Builder mode and Advanced Form mode**: Work visually or keep manual form configuration when needed.' ) ); ?></li> | |
| 1268 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Blank form creation in Builder mode** lets you start new forms immediately in the visual editor.' ) ); ?></li> | |
| 1269 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Section presets** help you insert commonly used layout structures faster.' ) ); ?></li> | |
| 1968 | 1270 | </ul> |
| 1969 | 1271 | </div> |
| 1970 | - <div class="wpbc_wn_col"> | |
| 1971 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Features' ) ); ?></h3> | |
| 1972 | - <ul> | |
| 1973 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Easy weekdays selection in "Season Dates Filter". Now, you can easily select specific weekday(s) in specific year and append or remove additional dates by using range "Dates Filter" at Booking > Resources > Filters page. (9.8.6.3) *(Business Medium/Large, MultiUser)*' ) ); ?></li> | |
| 1974 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Introducing the **Server Balancer**, a feature designed for low-level hosting systems with limited server resources. Useful for scenarios where multiple calendars need to load bookings simultaneously on the same page or when using resource selection shortcode for many calendars. Now, you have the ability to define the number of parallel requests sent to the server. A lower number of parallel requests minimizes the impact on the server but extends the time required to load all calendars. Calendars will send requests only after the previous request is finished. By customizing the number of parallel requests, you can find the optimal balance for your specific server, especially when using numerous calendars on the same page. Simply set the value of parallel requests at Booking > Settings General page in the Advanced section. (9.8.6.2)' ) ); ?></li> | |
| 1975 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Introducing General Import Conditions options for importing events into the Booking Calendar for all booking resources. You can now enable the option **Import if Dates Available** to import events only if dates are available in the source calendar. Additionally, the option **Import Only New Events** allows you to import only if the event has not been imported before. This last option replaces the deprecated "Force import" option and can be configured at Booking > Settings > Sync > "General" page in the "Import advanced" section. (9.8.15.8)' ) ); ?></li> | |
| 1976 | - </ul> | |
| 1977 | - </div> | |
| 1978 | 1272 | </div> |
| 1273 | + | |
| 1274 | + | |
| 1979 | 1275 | <div class="wpbc_wn_section"> |
| 1980 | - <div class="wpbc_wn_col"> | |
| 1981 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Under Hood Changes' ) ); ?></h3> | |
| 1276 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Important Note About the Beta Builder' ) ); ?></h2> | |
| 1277 | + | |
| 1278 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1982 | 1279 | <ul> |
| 1983 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Now you can aggregate only \'**bookings**\' without including unavailable dates from the \'Booking > Availability > Days Availability\' page. If you use the \'**aggregate**\' parameter in the Booking Calendar shortcode and wish to include only bookings, utilize the new parameter: **options="{aggregate type=bookings_only}"**. For instance, in the shortcode example below, we aggregate only bookings: <code>[bookingselect type=\'3,4\' aggregate=\'3 );4\' options="{aggregate type=bookings_only}"]</code> (9.8.15.10)' ) ); ?></li> | |
| 1984 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Ability to define inline checkboxes and radio buttons using <code><r><c>...</c></r></code> constructions. For this, use the new element: <code><r><c><div class="wpbc_row_inline">...</div></c></r></code>. Example #1: <code><r><c><p class="wpbc_row_inline"><l>[checkbox terms "I accept"]<a href="#">terms and conditions</a></l></p></c></r></code> Example #2: <code><r><c><p class="wpbc_row_inline"><l>Fee: [checkbox somefee default:on ""]</l></p></c></r></code> Example #3: <code><r><c><p class="wpbc_row_inline"><l>Club: [radio* clubanlass default:No "No" "Yes"]</l></p></c></r></code> (9.8.8.1)' ) ); ?></li> | |
| 1985 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Improved dates selection mode. Introducing a new JavaScript functions for defining simple customization of different date selections for various calendars. Find more information on <a href="https://wpbookingcalendar.com/faq/advanced-javascript-for-the-booking-shortcodes/">this page</a>.' ) ); ?></li> | |
| 1986 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• In case, if you want to wrap checkbox with text in label use parameter "label_wrap" in the shortcode construction: <code>[checkbox* terms label_wrap use_label_element "I Accept"]</code>. System make DOM construction such as: <code><label for="cid"><input class="wpdev-validates-as-required wpdev-checkbox" id="cid" type="checkbox" name="terms" value="I Accept"> I Accept</label></code> (9.8.13.2)' ) ); ?></li> | |
| 1987 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• In case, if you want to use labels and checkbox separately, please use shortcode construction: <code>[checkbox* terms use_label_element "I Accept"]</code>. System make DOM construction such as: <code><input class="wpdev-validates-as-required wpdev-checkbox" id="cid" type="checkbox" name="terms" value="I Accept"> <label for="cid">I Accept</label></code> (9.8.13.2)' ) ); ?></li> | |
| 1280 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **This feature is currently in Beta** and can still be disabled at any time.' ) ); ?></li> | |
| 1281 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• To return to the previous legacy booking form configuration, go to **Form Builder > Settings** in the right sidebar and disable the **"Drag & Drop Form Builder"** option.' ) ); ?></li> | |
| 1988 | 1282 | </ul> |
| 1989 | 1283 | </div> |
| 1990 | 1284 | </div> |
| 1991 | - <div class="wpbc_wn_section"> | |
| 1992 | - <div class="wpbc_wn_col"> | |
| 1993 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Bug Fixes' ) ); ?></h3> | |
| 1994 | - <ul> | |
| 1995 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved an issue where bookings with zero cost were not automatically approved when the option "Auto approve booking if booking cost is zero" was activated in the Booking > Settings General page under the "Auto Cancellation / Auto Approval" section.' ) ); ?></li> | |
| 1996 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved a fatal error: Uncaught TypeError: Unsupported operand types: string * int in ../core/sync/wpbc-gcal-class.php' ) ); ?></li> | |
| 1997 | - </ul> | |
| 1998 | - </div> | |
| 1999 | - <div class="wpbc_wn_col"> | |
| 2000 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Translations' ) ); ?></h3> | |
| 2001 | - <ul> | |
| 2002 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **German Translation Update**. Translation has been updated, reaching 94% completion, courtesy of Res Rickli' ) ); ?></li> | |
| 2003 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **French Translation Update**. Translation has been updated, reaching 93% completion, courtesy of Res Rickli' ) ); ?></li> | |
| 2004 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Italian Translation Update**. Translation has been updated, reaching 85% completion, courtesy of Res Rickli' ) ); ?></li> | |
| 2005 | - </ul> | |
| 2006 | - </div> | |
| 2007 | - </div> | |
| 2008 | 1285 | |
| 2009 | - </div><?php | |
| 2010 | - // </editor-fold> | |
| 1286 | + </div> | |
| 1287 | + <?php | |
| 2011 | 1288 | |
| 2012 | - | |
| 2013 | 1289 | $obj->expand_section_end( $section_param_arr ); |
| 2014 | 1290 | } |
| 2015 | 1291 | |
| 2016 | -function wpbc_welcome_section_9_8( $obj ){ | |
| 1292 | +function wpbc_welcome_section_10_14( $obj ){ | |
| 2017 | 1293 | |
| 2018 | - $section_param_arr = array( 'version_num' => '9.8', 'show_expand' => true ); | |
| 1294 | + $section_param_arr = array( 'version_num' => '10.14', 'show_expand' => true ); | |
| 2019 | 1295 | |
| 2020 | 1296 | $obj->expand_section_start( $section_param_arr ); |
| 2021 | 1297 | |
| 2022 | 1298 | |
| 2023 | - //$obj->asset_path = 'http://beta/assets/'; // TODO: 2023-11-06 comment this | |
| 1299 | + // $obj->asset_path = 'http://beta/assets/'; // TODO: 2024-06-01 comment this | |
| 2024 | 1300 | |
| 2025 | 1301 | |
| 2026 | 1302 | // <editor-fold defaultstate="collapsed" desc=" = F R E E = " > |
| 2027 | 1303 | // ----------------------------------------------------------------------------------------------------------------- |
| @@ -2027,340 +1302,102 @@ | ||
| 2027 | 1302 | // <editor-fold defaultstate="collapsed" desc=" = F R E E = " > |
| 2028 | 1303 | // ----------------------------------------------------------------------------------------------------------------- |
| 2029 | 1304 | // = F R E E = |
| 2030 | 1305 | // ----------------------------------------------------------------------------------------------------------------- |
| 2031 | - ?><div class="wpbc_wn_container"> | |
| 1306 | + ?> | |
| 1307 | + <div class="wpbc_wn_container"> | |
| 2032 | 1308 | <div class="wpbc_wn_section"> |
| 2033 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Experience a smoother and more efficient booking process' ) ); ?></h2> | |
| 2034 | - <div class="wpbc_wn_col"> | |
| 2035 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Completely New Availability / Capacity engine' ) ); ?></h3> | |
| 2036 | - <ul> | |
| 2037 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'The calendar now dynamically loads bookings with smooth animations, enhancing the overall speed and user experience.' ) ); ?></li> | |
| 2038 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'The system is now highly proactive in preventing double bookings. It checks availability at multiple stages, whether it\'s during calendar loading or when users submit bookings. This ensures that double bookings are effectively eliminated. Even if multiple users attempt bookings for the same date/time from different locations at the same time.' ) ); ?></li> | |
| 2039 | - </ul> | |
| 1309 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Control start and end dates for booking and availability' ) ); ?></h2> | |
| 1310 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1311 | + <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1312 | + <img src="<?php echo esc_attr( $obj->section_img_url( '10.14/wp_booking_calendar_elementor_advanced_01.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1313 | + <span><span style="font-size: 0.9em;font-style: italic;"><?php //echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Available in the Booking Calendar Business Small or higher versions' ) ); ?></span></span> | |
| 2040 | 1314 | </div> |
| 2041 | - <div class="wpbc_wn_col"> | |
| 2042 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 2043 | - <img src="<?php echo esc_attr( $obj->section_img_url( '9.8/wp_booking_calendar_form_01.gif' ) ); ?>" style="margin-top:3.5em;"/> | |
| 2044 | - </div> | |
| 2045 | - </div> | |
| 2046 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 2047 | - <div class="wpbc_wn_section"> | |
| 2048 | - <div class="wpbc_wn_col"> | |
| 2049 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 2050 | - <img src="<?php echo esc_attr( $obj->asset_path ); ?>9.8/wp_booking_calendar_form_dark_02.gif" /> | |
| 2051 | - </div> | |
| 2052 | - <div class="wpbc_wn_col"> | |
| 2053 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Introducing the Dark Theme for Booking Form' ) ); ?></h3> | |
| 2054 | - <?php | |
| 2055 | - echo '<ul>' | |
| 2056 | - //. '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( 'In our latest update you have the option to switch to a "Dark" theme for your booking form.' ) . '</li>' | |
| 2057 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( 'With this new option, you can seamlessly integrate your booking form into your website\'s design. This Theme automatically selects the appropriate calendar and time picker skins, adjusts the colors of your booking form fields, labels, text, and other UI elements.' ) ). '</li>' | |
| 2058 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( 'If you prefer Dark design, now you can select it' ) ). '</li>' | |
| 2059 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( 'To enable the Dark Theme, head to the Settings General Page, find the "Form Options" section, and select "Dark" from the "Color Theme" dropdown.' ) ). '</li>' | |
| 2060 | - . '</ul>' ; | |
| 2061 | - ?> | |
| 2062 | - </div> | |
| 2063 | - </div> | |
| 2064 | - | |
| 2065 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 2066 | - <div class="wpbc_wn_section"> | |
| 2067 | - <div class="wpbc_wn_col"> | |
| 2068 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Performance improvements.' ) ); ?></h3> | |
| 2069 | - <?php | |
| 2070 | - echo wp_kses_post( '<ul>' | |
| 2071 | - . '<li>' . wpbc_replace_to_strong_symbols( 'We\'ve supercharged Booking Calendar with significant speed improvements. Compared to previous updates.' ) . '</li>' | |
| 2072 | - . '<li>' . wpbc_replace_to_strong_symbols( 'Page loading now happens **34% to 78% faster**. The speed boost varies depending on the number of bookings and number of calendars on your page (multiple calendars in paid versions of Booking Calendar).' ) . '</li>' | |
| 2073 | - . '<li>' . wpbc_replace_to_strong_symbols( 'Server request execution speed has **improved from 63% to 94%** when you load your initial calendar.' ) . '</li>' | |
| 2074 | - . '<li>' . wpbc_replace_to_strong_symbols( 'We\'ve streamlined the system to **reduce the number of SQL requests** for your initial page loading by **49%** to a staggering **89%**.' ) . '</li>' | |
| 2075 | - . '<li>' . wpbc_replace_to_strong_symbols( 'All these speed enhancements have been tested with 500 active bookings.' ) . '</li>' | |
| 2076 | - . '</ul>' ); | |
| 2077 | - ?> | |
| 2078 | - </div> | |
| 2079 | - </div> | |
| 2080 | - | |
| 2081 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 2082 | - <div class="wpbc_wn_section"> | |
| 2083 | - <div class="wpbc_wn_col"> | |
| 2084 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 2085 | - <img src="<?php echo esc_attr( $obj->asset_path ); ?>9.8/wp_booking_calendar_booking_confirmation_01.gif" /> | |
| 2086 | - </div> | |
| 2087 | - <div class="wpbc_wn_col"> | |
| 2088 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Booking Confirmation Section' ) ); ?></h3> | |
| 2089 | - <?php | |
| 2090 | - echo '<ul>' | |
| 2091 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( 'Introduced a new Booking Confirmation section that provides users with a **summary of their booking details**, making it easy for users to confirm their reservations after completing the booking process. This feature allows users to quickly review essential booking information. \'Booking confirmation\' section located on the Booking > Settings General page. Previously, it was located in the \'Form\' section as \'Thank you\' message/page.' ) . '</li>' | |
| 2092 | - . '</ul>' ); | |
| 2093 | - ?> | |
| 2094 | - </div> | |
| 2095 | - </div> | |
| 2096 | - | |
| 2097 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 2098 | - <div class="wpbc_wn_section"> | |
| 2099 | - <div class="wpbc_wn_col"> | |
| 2100 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Enhancements in Settings Interface' ) ); ?></h3> | |
| 1315 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 2101 | 1316 | <ul> |
| 2102 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**Structured General Settings Page:** Redesigned the General Settings page to enhance user experience. The new layout includes a clear navigation column that displays the specific section you click on, making it easier to understand settings, quickly find specific options, and simplify the configuration of the plugin.' ) ); ?></li> | |
| 2103 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**Toggle Boxes:** Replaced checkboxes in the Booking Calendar User Interface with toggle boxes. This change provides a clearer view of enabling specific options and features, particularly for enabling/disabling Rates and Availability in paid versions.' ) ); ?></li> | |
| 1317 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Control which dates are shown!**: You can now control which dates are shown in the Booking Calendar by using two new shortcode parameters: **[booking resource_id=1 calendar_dates_start=\'2025-01-01\' calendar_dates_end=\'2025-12-31\']**' ) ); ?></li> | |
| 1318 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **New**: Ability to **set the start and end dates for the calendar** using shortcode parameters. Example: [booking resource_id=1 calendar_dates_start=\'2025-01-01\' calendar_dates_end=\'2025-12-31\' startmonth=\'2025-3\']' ) ); ?></li> | |
| 1319 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **New**: If startmonth is omitted, the calendar will now automatically use the month from calendar_dates_start as the initial display month. Example: [booking resource_id=1 calendar_dates_start=\'2025-01-01\' calendar_dates_end=\'2025-12-31\']' ) ); ?></li> | |
| 1320 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **New**: New: You can now **allow users to submit bookings for past dates**, as long as those dates are within the visible range set by calendar_dates_start and calendar_dates_end in the shortcode. Useful for administrative or backdated bookings. Shortcode Example: [booking resource_id=1 calendar_dates_start=\'2025-01-01\' calendar_dates_end=\'2025-12-31\']' ) ); ?></li> | |
| 1321 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **New**: Elementor native supports of these parameters calendar_dates_start=\'2025-01-01\' calendar_dates_end=\'2025-12-31\' in Advanced section.' ) ); ?></li> | |
| 1322 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improvement**: When calendar_dates_start and calendar_dates_end are defined in the shortcode, the system skips checking availability from today, and instead starts from the defined calendar_dates_start.' ) ); ?></li> | |
| 1323 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improvement**: To **enable the new Smart Phone Validation** feature introduced in the previous update, go to: WP Booking Calendar > Settings > Booking Form > Form Options and enable the "Smart Phone Validation" option. It is disabled by default.' ) ); ?></li> | |
| 2104 | 1324 | </ul> |
| 2105 | 1325 | </div> |
| 2106 | - <div class="wpbc_wn_col"> | |
| 2107 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 2108 | - <img src="<?php echo esc_attr( $obj->section_img_url( '9.8/wp_booking_calendar_settings_02.gif' ) ); ?>" style="margin-top:3.5em;"/> | |
| 2109 | - </div> | |
| 2110 | 1326 | </div> |
| 2111 | 1327 | </div> |
| 2112 | 1328 | <?php |
| 2113 | 1329 | |
| 2114 | - // </editor-fold> | |
| 1330 | + $obj->expand_section_end( $section_param_arr ); | |
| 1331 | +} | |
| 2115 | 1332 | |
| 1333 | +function wpbc_welcome_section_10_13( $obj ){ | |
| 2116 | 1334 | |
| 2117 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 2118 | - // = P A I D = | |
| 2119 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 2120 | - ?> | |
| 2121 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 2122 | - <div class="wpbc_wn_container"> | |
| 2123 | - <div class="wpbc_wn_section"> | |
| 2124 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Changes in Premium Versions' ) ); ?></h2> | |
| 2125 | - </div> | |
| 1335 | + $section_param_arr = array( 'version_num' => '10.13', 'show_expand' => true ); | |
| 2126 | 1336 | |
| 2127 | - <div class="wpbc_wn_section"> | |
| 2128 | - <div class="wpbc_wn_col"> | |
| 2129 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 2130 | - <img src="<?php echo esc_attr( $obj->asset_path ); ?>9.8/wp_booking_calendar_time_capacity_09.gif" /> | |
| 2131 | - </div> | |
| 2132 | - <div class="wpbc_wn_col"> | |
| 2133 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'New Capacity Engine for time-slots' ) ); ?></h3> | |
| 2134 | - <?php | |
| 2135 | - echo '<ul>' | |
| 2136 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( 'With the new capacity engine, you can define booking capacities for your calendar, allowing you to receive a **specific number of bookings per time slots or full dates**. This enhances your control over bookings compared to the previous version, which only supported specific booking limits for full dates. *(Available in Business Large, MultiUser versions).*' ) . '</li>' | |
| 2137 | - . '</ul>' ); | |
| 2138 | - ?> | |
| 2139 | - </div> | |
| 2140 | - <div class="wpbc_wn_col"> | |
| 2141 | - <?php | |
| 2142 | - echo wp_kses_post( '<ul>' | |
| 2143 | - . '<li>' . wpbc_replace_to_strong_symbols( 'The the capacity feature ensures that the **total number of bookings for specific dates or times does not exceed the specified capacity**. This functionality is versatile and can be applied to various scenarios where you need to manage and limit bookings for specific resources to maintain efficient operations.' ) . '</li>' | |
| 2144 | - . '<li>' . wpbc_replace_to_strong_symbols( '**Booking Quantity Control:** Enabled the ability to enable and define a field for \'Booking Quantity Control,\' allowing visitors to define the number of items they can book for specific dates or times within a single reservation. Find this option in **New Capacity** section on Booking > Settings General page. *(Business Large, MultiUser)*' ) . '</li>' | |
| 2145 | - . '<li>' . wpbc_replace_to_strong_symbols( '**Capacity Shortcode:** Added the Capacity shortcode for showing available (remained) slots per selected dates and times: <code>[capacity_hint]</code>. You can use it in the booking form at the Booking > Settings > Form page. *(Business Large, MultiUser)*' ) . '</li>' | |
| 2146 | - . '</ul>' ); | |
| 2147 | - ?> | |
| 2148 | - </div> | |
| 2149 | - </div> | |
| 1337 | + $obj->expand_section_start( $section_param_arr ); | |
| 2150 | 1338 | |
| 2151 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 2152 | - <div class="wpbc_wn_section"> | |
| 2153 | - <div class="wpbc_wn_col"> | |
| 2154 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 2155 | - <img src="<?php echo esc_attr( $obj->asset_path ); ?>9.8/wp_booking_calendar_payments_01.gif" /> | |
| 2156 | - </div> | |
| 2157 | - <div class="wpbc_wn_col"> | |
| 2158 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Redesigned Payment Buttons' ) ); ?></h3> | |
| 2159 | - <?php | |
| 2160 | - echo wp_kses_post( '<ul>' | |
| 2161 | - . '<li>' . wpbc_replace_to_strong_symbols( '**Redesigned Payment Buttons:** Payment buttons in the new Booking Confirmation window have been redesigned for a more user-friendly experience. *(Business Small/Medium/Large, MultiUser)*' ) . '</li>' | |
| 2162 | - . '<li>' . wpbc_replace_to_strong_symbols( '**Payment System Responses:** Now, responses from payment systems after visitors\' payments are recorded in the Note section of the booking, provided "Logging actions for booking" is activated at the Booking > Settings General page in the "Booking Admin Panel" section. Also the booking log now keeps track of booking details, such as cost calculations, actions related to payment request pages via email links, and other important events. *(Business Small/Medium/Large, MultiUser)*' ) . '</li>' | |
| 2163 | - . '</ul>' ); | |
| 2164 | - ?> | |
| 2165 | - </div> | |
| 2166 | - <div class="wpbc_wn_col"> | |
| 2167 | - <?php | |
| 2168 | - echo '<ul>' | |
| 2169 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '**Additional Notes:** Added the ability to add extended notes about "Total Cost | Discounts applied | Subtotal cost | Deposit Due | Balance Remaining" after creating the booking. Also, added notes about the approval of the booking by the payment system after a response from the Payment gateway. Notes are now added for bookings that were imported from Google Calendar. *(Business Medium/Large, MultiUser)*' ) . '</li>' | |
| 2170 | - . '</ul>' ); | |
| 2171 | - ?> | |
| 2172 | - </div> | |
| 2173 | - <div class="wpbc_wn_col"> | |
| 2174 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 2175 | - <img src="<?php echo esc_attr( $obj->asset_path ); ?>9.8/wp_booking_calendar_extended_notes.png" /> | |
| 2176 | - </div> | |
| 2177 | - </div> | |
| 2178 | 1339 | |
| 2179 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 2180 | - <div class="wpbc_wn_section"> | |
| 2181 | - <div class="wpbc_wn_col"> | |
| 1340 | + // $obj->asset_path = 'http://beta/assets/'; // TODO: 2024-06-01 comment this | |
| 2182 | 1341 | |
| 2183 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Showing Customizable Booking Details in Tooltip' ) ); ?></h3> | |
| 2184 | - <?php | |
| 2185 | - echo wp_kses_post( '<ul>' | |
| 2186 | - . '<li>' . wpbc_replace_to_strong_symbols( '**Booking Details Tooltip:** Added the ability to show booking details in a mouse-over tooltip for specific booked dates or times during a day, significantly improving the speed of this functionality. <br>This can now **show booking details even for fully booked dates**. ' ) . '</li>' | |
| 2187 | - . '<li>' . wpbc_replace_to_strong_symbols( 'It\'s a helpful feature for businesses with booking workflows that require displaying information about the users who\'ve made the bookings or for similar neighborhood-based use cases.<br>*(Business Medium/Large, MultiUser)*' ) . '</li>' | |
| 2188 | - . '</ul>' ); | |
| 2189 | - ?> | |
| 2190 | - </div> | |
| 2191 | - <div class="wpbc_wn_col"> | |
| 2192 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 2193 | - <img src="<?php echo esc_attr( $obj->asset_path ); ?>9.8/wp_booking_display_booking_details_05.gif" /> | |
| 2194 | - </div> | |
| 2195 | - </div> | |
| 2196 | 1342 | |
| 2197 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 1343 | + // <editor-fold defaultstate="collapsed" desc=" = F R E E = " > | |
| 1344 | + // ----------------------------------------------------------------------------------------------------------------- | |
| 1345 | + // = F R E E = | |
| 1346 | + // ----------------------------------------------------------------------------------------------------------------- | |
| 1347 | + ?> | |
| 1348 | + <div class="wpbc_wn_container"> | |
| 2198 | 1349 | <div class="wpbc_wn_section"> |
| 2199 | - <div class="wpbc_wn_col"> | |
| 2200 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 2201 | - <img src="<?php echo esc_attr( $obj->asset_path ); ?>9.8/wp_booking_display_unavailable_before_after_02.gif" /> | |
| 1350 | + <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Smarter Bookings, Elementor Integration and Cleaner Interface' ) ); ?></h2> | |
| 1351 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1352 | + <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**Booking Calendar meets Elementor!**' ) ); ?></h3> | |
| 1353 | + <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1354 | + <img src="<?php echo esc_attr( $obj->section_img_url( '10.13/wp_booking_calendar_elementor_01.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1355 | + <span><span style="font-size: 0.9em;font-style: italic;"><?php //echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Available in the Booking Calendar Business Small or higher versions' ) ); ?></span></span> | |
| 2202 | 1356 | </div> |
| 2203 | - <div class="wpbc_wn_col"> | |
| 2204 | - | |
| 2205 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Set Unavailable Time Before or After Bookings' ) ); ?></h3> | |
| 2206 | - <?php | |
| 2207 | - echo '<ul>' | |
| 2208 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( 'This feature improves the engine for defining a specific period of unavailability before or after bookings. It now works in all scenarios, even for fully booked dates. When you select multiple dates and specific times for a booking, the system extends the unavailable time interval for those time slots on each day.' ) . '</li>' | |
| 2209 | - | |
| 2210 | - . '</ul>' ); | |
| 2211 | - ?> | |
| 1357 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 1358 | + <ul> | |
| 1359 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Full Elementor Support!**: Design and customize your booking forms directly inside the Elementor editor—with real-time form previews and a built-in skin selector. No more shortcode guesswork—just drag, configure, and save!' ) ); ?></li> | |
| 1360 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Calendar Preloader:** We’ve added a smooth-loading preloader bar that prevents layout jumps on slower connections, ensuring a polished experience for your visitors.' ) ); ?></li> | |
| 1361 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **New Booking Form Template – Service Selection Wizard (Pro):** Perfect for appointment-based bookings: this template features a left-side service selector with a streamlined date/time step for faster, easier bookings.' ) ); ?></li> | |
| 1362 | + </ul> | |
| 2212 | 1363 | </div> |
| 2213 | - <div class="wpbc_wn_col"> | |
| 2214 | - <?php | |
| 2215 | - echo '<ul>' | |
| 2216 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( 'It\'s a great feature for preparing your property or service before or after a specific booking, such as allowing time for cleaning.<br>*(Business Medium/Large, MultiUser)*' ) . '</li>' | |
| 2217 | - . '</ul>' ); | |
| 2218 | - ?> | |
| 2219 | - </div> | |
| 2220 | 1364 | </div> |
| 2221 | - | |
| 2222 | 1365 | <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> |
| 2223 | 1366 | <div class="wpbc_wn_section"> |
| 2224 | - <div class="wpbc_wn_col"> | |
| 2225 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Simple HTML Configuration' ) ); ?></h3> | |
| 2226 | - <?php | |
| 2227 | - echo '<ul>' | |
| 2228 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( 'Now, you can organize your booking form fields in rows and columns using the new Simple HTML shortcodes. This makes configuring your booking form even easier.' ) ). '</li>' | |
| 2229 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '**Here\'s how it works:**' ) ). '</li>' | |
| 2230 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( 'Example of how to create a single row with 2 columns:' ) ). '</li>' | |
| 2231 | - . '<li><pre><r><br> <c>...</c><br> <c>...</c> <br></r></pre></li>' | |
| 2232 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '**With this feature, you have the flexibility to design your booking form exactly as you need it.**' ) ). '</li>' | |
| 2233 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( ' *(Available in all paid versions).*' ) ) . '</li>' | |
| 2234 | - . '</ul>' ; | |
| 2235 | - ?> | |
| 1367 | + <div class="wpbc_wn_col" style="flex: 1 1 45%;margin: 10px 0;"> | |
| 1368 | + <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**Cleaner & More Intuitive Interface**' ) ); ?></h3> | |
| 1369 | + <ul> | |
| 1370 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Updated Sidebar Navigation:** All plugin menus now live in a single, collapsible sidebar—easier to navigate and quicker to access.' ) ); ?></li> | |
| 1371 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Visual Polish & UX Tweaks:** We’ve made subtle design upgrades across the board: improved calendar styling, better visual hierarchy, smarter warnings (e.g., duplicate calendar IDs), and more compact menu visuals in compact mode.' ) ); ?></li> | |
| 1372 | + </ul> | |
| 2236 | 1373 | </div> |
| 2237 | - <div class="wpbc_wn_col"> | |
| 2238 | - <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 2239 | - <img src="<?php echo esc_attr( $obj->asset_path ); ?>9.8/wp_booking_calendar_simple_html_09.gif" /> | |
| 2240 | - <?php | |
| 2241 | - echo '<ul>' | |
| 2242 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '**Create Rows**: Use <code><r>...</r></code> tags to defines a row in your form.' ) ). '</li>' | |
| 2243 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '**Add Columns**: Inside each row, you can specify columns using <code><c>...</c></code> tags.' ) ). '</li>' | |
| 2244 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '**Label Fields**: Use the <code><l>...</l></code> tags.' ) ). '</li>' | |
| 2245 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '**Spacer**: <code><spacer></spacer></code> or <code><spacer>width:1em;</spacer></code>.' ) ). '</li>' | |
| 2246 | - . '</ul>'; | |
| 2247 | - ?> | |
| 1374 | + <div class="wpbc_wn_col" style="flex: 1 1 50%;margin: 0px 0;"> | |
| 1375 | + <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1376 | + <img src="<?php echo esc_attr( $obj->section_img_url( '10.13/vertical_menu_01.png' ) ); ?>" style="margin:10px 0;width:98%;" /> | |
| 1377 | + <span><span style="font-size: 0.9em;font-style: italic;"><?php //echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Available in the Booking Calendar Business Small or higher versions' ) ); ?></span></span> | |
| 2248 | 1378 | </div> |
| 2249 | - <div class="wpbc_wn_col"> | |
| 2250 | - <?php | |
| 2251 | - echo '<ul>' | |
| 2252 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '**Simplified field data tag**: <code><f>...</f></code>. Easily highlight field data by enclosing it within <code><f>...</f></code> tags in the \'Content of booking fields data\' section on the Booking > Settings > Form page. For example: <code><f>[secondname]</f</code>. This will highlight the background of the field on the Booking Listing page. *(All Pro Versions)*' ) ). '</li>' | |
| 2253 | - . '</ul>'; | |
| 2254 | - ?> | |
| 2255 | - </div> | |
| 2256 | 1379 | </div> |
| 2257 | - | |
| 2258 | 1380 | <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> |
| 2259 | - | |
| 2260 | 1381 | <div class="wpbc_wn_section"> |
| 2261 | - <div class="wpbc_wn_col"> | |
| 2262 | - <?php | |
| 2263 | - echo '<ul>' | |
| 2264 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '**Different Rates for options in select-boxes:** Now, different rates are supported, depending on the selection of options in select-boxes. Example of rate configuration at Booking > Resources > Cost and rates > Rate page: <code>[visitors=1:270 );2:300;3:380;4:450]</code> (9.8.0.5) *(Business Medium/Large, MultiUser)*' ) ) . '</li>' | |
| 2265 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '**Date Selection Condition:** Added a condition for defining a specific number of selected dates if started from a specific date. Condition format: <code>\'{select-day condition="date" for="2023-10-01" value="20,25,30-35"}\'</code>. Example of shortcode: <code>[booking type=3 options=\'{select-day condition="date" for="2023-10-01" value="20,25,30-35"}\']</code> *(Business Medium/Large, MultiUser)*' ) ). '</li>' | |
| 2266 | - . '<li>' . wp_kses_post( wpbc_replace_to_strong_symbols( '**Cancellation Date Hint Shortcode:** Introduced the <code>[cancel_date_hint]</code> shortcode, which shows the date that is 14 days before the selected check-in date. (9.7.3.16) *(Business Medium/Large, MultiUser)*' ) ). '</li>' | |
| 2267 | - . '</ul>' ; | |
| 2268 | - ?> | |
| 2269 | - </div> | |
| 2270 | - </div> | |
| 2271 | - </div> | |
| 2272 | - <?php | |
| 2273 | - | |
| 2274 | - | |
| 2275 | - | |
| 2276 | - // <editor-fold defaultstate="collapsed" desc=" = M I X E D = " > | |
| 2277 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 2278 | - // = M I X E D = | |
| 2279 | - // ----------------------------------------------------------------------------------------------------------------- | |
| 2280 | - ?> | |
| 2281 | - <hr class="wpbc_hr_dots"><?php // ---------------------------------------------------------------------- ?> | |
| 2282 | - <div class="wpbc_wn_container"> | |
| 2283 | - <div class="wpbc_wn_section"> | |
| 2284 | - <h2><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Additional Improvements in Free and Pro versions' ) ); ?></h2> | |
| 2285 | - </div> | |
| 2286 | - | |
| 2287 | - <div class="wpbc_wn_section"> | |
| 2288 | - <div class="wpbc_wn_col"> | |
| 1382 | + <div class="wpbc_wn_col" style="flex: 1 1 45%;margin: 10px 0;"> | |
| 1383 | + <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**Smart Phone Validation**' ) ); ?></h3> | |
| 2289 | 1384 | <ul> |
| 2290 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Toolbar Enhancement** Added a \'Reset\' button at Booking > Add booking page for the toolbar of configuring calendar size.' ) ); ?></li> | |
| 2291 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Date : Time** section on the Booking > Settings General page, making it easier to configure date and time options. Now, the \'Time format\' option is also available in the Booking Calendar Free version.' ) ); ?></li> | |
| 2292 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Daylight Saving Time Fix:** Resolved the \'Daylight Saving Time\' issue that existed on some servers (possibly due to themes or other plugins defining different timezones than those in WordPress via date_default_timezone_set(...) )), ensuring localized dates and times work correctly for all booking dates/times without the need to activate any options in the settings.' ) ); ?></li> | |
| 2293 | - | |
| 2294 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved Google Calendar Import:** Improved the actual cron system for importing Google Calendar events, allowing you to set import time intervals starting from 15 minutes. The system now shows the last and next time of importing at the Booking > Settings > Sync > "Import Google Calendar Events" page.' ) ); ?></li> | |
| 2295 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Pseudo Cron** System updated for google calendar imports.' ) ); ?></li> | |
| 2296 | - | |
| 2297 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Scrolling Enhancement:** Enhanced scrolling to specific elements in the booking form, ensuring that the system will not create a new scroll if the previous one was not finished.' ) ); ?></li> | |
| 2298 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Legend Position:** Moved \'Show legend below calendar\' to the \'Calendar\' section on the Booking > Settings General page. Previously, it was located in the \'Form\' section.' ) ); ?></li> | |
| 2299 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Deprecated Options Removal:** Removed deprecated options such as "Use localized time format", \'Time for showing "Thank you" message\', \'Checking to prevent double booking during submitting booking,\' \'Set capacity based on the number of visitors,\' \'Disable booked time slots in multiple days selection mode\' from Booking > Settings General page and option: "for setting maximum number of visitors per resource" at the Booking > Resources page in paid versions.' ) ); ?></li> | |
| 2300 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **JS Calendar Scripts:** Updated to version 9.8.0.3.' ) ); ?></li> | |
| 2301 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Caching Improvement:** Introduced new caching for frequently used SQL requests (9.7.3.14).' ) ); ?></li> | |
| 2302 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **\'Reply-To visitor email\' Option:** Added the \'Reply-To visitor email\' option for "Admin emails" at the Booking > Settings > Emails page. By default, this option is disabled to prevent spam detection at some servers in the outbound SMTP relay, which could lead to email rejection (9.7.3.17).' ) ); ?></li> | |
| 2303 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Updated Styles:** Improved the styles of warning messages in the booking form for a better user experience.' ) ); ?></li> | |
| 1385 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Auto-Detect & Format Phone Fields:** Phone fields now automatically detect and format numbers based on the user’s input and locale. Start typing +1 and the field instantly formats to +1 000 000 0000 (USA); type +34 for Spain and get +34 000 000 0000.' ) ); ?></li> | |
| 2304 | 1386 | </ul> |
| 2305 | 1387 | </div> |
| 2306 | - <div class="wpbc_wn_col"> | |
| 2307 | - <ul> | |
| 2308 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Calendar Dimensions:** Increased the width of the calendar from 284px to 341px and the height of calendar cells from 40px to 48px (9.7.3.2). Improved internal logic for calendar months\' size. The width of the calendar is now based on the maximum width, ensuring great responsiveness at any resolution. No need to use "strong_width" parameter in options of Booking Calendar shortcode. (9.7.3.4)' ) ); ?></li> | |
| 2309 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Mobile Optimization:** For small mobile devices (width smaller than 400px), the height cell is now 40px by default (9.7.3.2). You can specify the same height for all devices using the \'strong_cell_height\' parameter in the shortcode. For example: [booking type=1 nummonths=2 options=\'{calendar months_num_in_row=2 width=682px strong_cell_height=55px}\'] (9.7.3.3)' ) ); ?></li> | |
| 2310 | -<!-- PRO --> | |
| 2311 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Shortcodes Enhancement:** All shortcodes can now use the parameter \'resource_id\' instead of the previously deprecated \'type\' parameter. *(All Pro Versions)*' ) ); ?></li> | |
| 2312 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Showing the **full URL .ics feed** at the Booking > Settings > Sync > **"Export - .ics" page** for easier copying of URLs (9.8.0.6). *(All Pro Versions)*' ) ); ?></li> | |
| 2313 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• When creating new fast blank bookings, all fields are autofilled with \'---\' instead of \'admin\' values, and the email address is filled with \'blank@wpbookingmanager.com,\' which is skipped during sending emails by Booking Calendar. *(Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 2314 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Improved \'Aggregate\' Parameter**: Now, when using \'aggregate,\' if you mark specific dates as unavailable in **aggregation resources on the Booking > Availability page**, the system will automatically make those dates unavailable in the source resource. *(All Pro Versions)*' ) ); ?></li> | |
| 2315 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Enhanced Availability Management: If you mark dates as unavailable in the aggregate booking resources on the Booking > Availability page, the system treats these dates as unavailable for all booking resources, including parent and child resources. This ensures consistent availability management. *(All Pro Versions. Capacity in Business Large, MultiUser)*' ) ); ?></li> | |
| 2316 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• For booking resources with specific capacities, when you use \'aggregate\' for a \'parent booking resource\' with a set capacity, the system adds bookings from \'aggregate booking resources\' to the \'parent resource\' and its child resources. Any \'unavailable dates\' marked on the Booking > Availability page will affect both the parent and its child resources, making those times or dates unavailable for booking. *(Business Large, MultiUser)*' ) ); ?></li> | |
| 2317 | - <ul> | |
| 1388 | + <div class="wpbc_wn_col" style="flex: 1 1 50%;margin: 0px 0;"> | |
| 1389 | + <?php // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage ?> | |
| 1390 | + <img src="<?php echo esc_attr( $obj->section_img_url( '10.13/phone_validattion_01.png' ) ); ?>" style="margin:10px auto;max-width:600px;" /> | |
| 2318 | 1391 | </div> |
| 2319 | - </div> | |
| 2320 | - | |
| 2321 | - <div class="wpbc_wn_section"> | |
| 2322 | - <div class="wpbc_wn_col"> | |
| 2323 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Under Hood Changes' ) ); ?></h3> | |
| 1392 | + <div class="wpbc_wn_col" style="flex: 1 1 100%;margin: 0;"> | |
| 2324 | 1393 | <ul> |
| 2325 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Removed the JavaScript wpbc_settings variable. Instead of wpbc_settings.set_option( \'pending_days_selectable\', true ) ); use: _wpbc.calendar__set_param_value( resource_id , \'pending_days_selectable\' , true ); It\'s give ability to define this parameter separately per each calendar in paid versions.' ) ); ?></li> | |
| 2326 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Replaced deprecated functions related to the new "Capacity and Availability" engine (9.7.3.13), and updated the cron system for Google Calendar imports.' ) ); ?></li> | |
| 2327 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Replaced JavaScript function showErrorMessage( element , errorMessage , isScrollStop ) to wpbc_front_end__show_message__warning( jq_node, message ).' ) ); ?></li> | |
| 2328 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Test Dates Functions:** Added the [wpbc_test_dates_functions] shortcode for testing different dates functions on the server, relative to the possible \'Daylight Saving Time\' issue.' ) ); ?></li> | |
| 2329 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '**CSS Class:** Added a new \'wpbc_calendar\' CSS class to the calendar HTML table, making it easier to manage CSS conflicts with theme styles). You can use CSS in the theme like this: table:not(.wpbc_calendar){...} instead of table{...} (9.7.3.7)' ) ); ?></li> | |
| 2330 | -<!-- PRO --> | |
| 2331 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Stripe**: Updated Stripe PHP library from version 9.0.0 to 12.6.0. *(Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 2332 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Max. visitors field at the Booking > Resources page is deprecated and removed. For defining capacity, use child booking resources. For defining max visitors selection, use a new custom booking form with a different number of users/visitors selection. *(Business Medium/Large, MultiUser)*' ) ); ?></li> | |
| 2333 | - | |
| 1394 | + <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Built-In Intelligence – No Setup Required** We intelligently detect phone fields by name (e.g., “phone”, “fone”, “tel”, “mobile”, “telefono”, etc.) and apply the right mask and placeholder automatically—no third-party APIs needed. Only valid digits are allowed; unsupported characters are blocked instantly.' ) ); ?></li> | |
| 2334 | 1395 | </ul> |
| 2335 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Support' ) ); ?></h3> | |
| 2336 | - <ul> | |
| 2337 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• **Support for WordPress 6.4:** Added support for WordPress version 6.4.' ) ); ?></li> | |
| 2338 | - </ul> | |
| 2339 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Translations' ) ); ?></h3> | |
| 2340 | - <ul> | |
| 2341 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Translation: Improved German (94% completed) by Reinhard Kappen and French (93% completed) by Roby.' ) ); ?></li> | |
| 2342 | - </ul> | |
| 2343 | 1396 | </div> |
| 2344 | - <div class="wpbc_wn_col"> | |
| 2345 | - <h3><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( 'Bug Fixes' ) ); ?></h3> | |
| 2346 | - <ul> | |
| 2347 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Fixed an issue with not correctly showing creation and modification booking times on some servers.' ) ); ?></li> | |
| 2348 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Corrected the problem of showing the calendar with an incorrectly defined Start week date at Booking > Availability page.' ) ); ?></li> | |
| 2349 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved the issue of not translating some terms in the plugin (9.7.3.9).' ) ); ?></li> | |
| 2350 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Fixed a color issue of daily cost in calendar date cells for the "Light-01" calendar skin (9.7.3.10).' ) ); ?></li> | |
| 2351 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Fixed an Uncaught TypeError related to the wpbc-gcal-class.php file (9.7.3.15).' ) ); ?></li> | |
| 2352 | -<!-- PRO --> | |
| 2353 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Fixed an issue of redirection to the "Unknown-Stripe-Payment" page after Stripe payment in Booking Calendar MultiUser version, if the option "Receive all payments only to Super Booking Admin account" was activated. (9.7.3.5) *(MultiUser)*' ) ); ?></li> | |
| 2354 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Corrected the issue of not showing conditional time slots, which depend on Seasons. Uncaught Error: Syntax error, unrecognized expression: # jQuery 10(9.7.3.6) *(Business Medium/Large, MultiUser)*' ) ); ?></li> | |
| 2355 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Resolved the problem of removing duplicate days\' selections at the "Specific days" selection option under range days selection mode using 2 mouse clicks. *(Business Small/Medium/Large, MultiUser)*' ) ); ?></li> | |
| 2356 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Fixed the issue of showing available dates in the search form, while such dates were defined as unavailable at Booking > Availability page (9.7.3.11). *(Business Large, MultiUser)*' ) ); ?></li> | |
| 2357 | - <li><?php echo wp_kses_post( wpbc_replace_to_strong_symbols( '• Eliminated the issue when used conditional days selection logic, and some weekdays were not defined in seasons. In this case, the system will use the default days selection settings. *(Business Medium/Large, MultiUser)*' ) ); ?></li> | |
| 2358 | - <ul> | |
| 2359 | - </div> | |
| 2360 | 1397 | </div> |
| 2361 | - </div><?php | |
| 2362 | - // </editor-fold> | |
| 2363 | 1398 | |
| 1399 | + </div> | |
| 1400 | + <?php | |
| 2364 | 1401 | |
| 2365 | 1402 | $obj->expand_section_end( $section_param_arr ); |
| 2366 | 1403 | } |