Changeset 3144052
- Timestamp:
- 08/30/2024 06:00:09 AM (7 months ago)
- Location:
- booking-ultra-pro
- Files:
-
- 394 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
booking-ultra-pro/trunk/index.php
r3139187 r3144052 5 5 Description: Booking Plugin for every service provider: dentists, medical services, hair & beauty salons, repair services, event planners, rental agencies, educational services, government agencies, school counsellors and more. This plugin allows you to manage your appointments easily. 6 6 Tested up to: 6.6.1 7 Version: 1.1.1 47 Version: 1.1.15 8 8 Author: Booking Ultra Pro 9 9 Domain Path: /languages -
booking-ultra-pro/trunk/readme.txt
r3140777 r3144052 4 4 Requires at least: 4.0 5 5 Tested up to: 6.6.1 6 Stable tag: 1.1.1 46 Stable tag: 1.1.15 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 170 170 171 171 == Changelog == 172 = 1.1.15 (30-08-2024) = 173 * Fix - frontend appointment page showing raw html instead of select service dropdown. 172 174 173 175 = 1.1.14 (21-08-2024) = -
booking-ultra-pro/trunk/templates/appointment.php
r3139187 r3144052 169 169 <label><?php echo esc_attr($bookingultrapro->get_template_label("select_service_label",$template_id));?></label> 170 170 171 <?php echo esc_attr($bookingultrapro->service->get_categories_drop_down_public($service_id, $staff_id, $category_ids, $template_id));171 <?php echo $bookingultrapro->service->get_categories_drop_down_public($service_id, $staff_id, $category_ids, $template_id); 172 172 ?> 173 173
Note: See TracChangeset
for help on using the changeset viewer.