Plugin Directory

Changeset 3144052


Ignore:
Timestamp:
08/30/2024 06:00:09 AM (7 months ago)
Author:
deetronix
Message:

v1.1.15

Location:
booking-ultra-pro
Files:
394 added
3 edited

Legend:

Unmodified
Added
Removed
  • booking-ultra-pro/trunk/index.php

    r3139187 r3144052  
    55Description: 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.
    66Tested up to: 6.6.1
    7 Version: 1.1.14
     7Version: 1.1.15
    88Author: Booking Ultra Pro
    99Domain Path: /languages
  • booking-ultra-pro/trunk/readme.txt

    r3140777 r3144052  
    44Requires at least: 4.0
    55Tested up to: 6.6.1
    6 Stable tag: 1.1.14
     6Stable tag: 1.1.15
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    170170
    171171== Changelog ==
     172= 1.1.15 (30-08-2024) =
     173* Fix - frontend appointment page showing raw html instead of select service dropdown.
    172174
    173175= 1.1.14 (21-08-2024) =
  • booking-ultra-pro/trunk/templates/appointment.php

    r3139187 r3144052  
    169169                       <label><?php echo esc_attr($bookingultrapro->get_template_label("select_service_label",$template_id));?></label>
    170170                   
    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);
    172172                     ?>                   
    173173                   
Note: See TracChangeset for help on using the changeset viewer.