Plugin Directory

Changeset 2520394


Ignore:
Timestamp:
04/23/2021 12:41:49 PM (5 years ago)
Author:
UsersUltra
Message:

updates

Location:
booking-ultra-pro/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • booking-ultra-pro/trunk/admin/scripts/admin.js

    r2518301 r2520394  
    434434   
    435435    /* Delete Users */
    436     jQuery(document).on("click", "#ubp-staff-member-delete", function(e) {
     436       
     437    jQuery('#bup-staff-details').on('click','#ubp-staff-member-delete',function(e)
     438    {
     439       
     440       
    437441        e.preventDefault();
    438442             
  • booking-ultra-pro/trunk/index.php

    r2518301 r2520394  
    44Plugin URI: http://bookingultrapro.com
    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.
    6 Version: 1.0.89
     6Version: 1.0.90
    77Author: Booking Ultra Pro
    88Domain Path: /languages
  • booking-ultra-pro/trunk/js/bup-front.js

    r2089957 r2520394  
    154154                        if(res.response=='OK')
    155155                        {
    156                             //bup_update_booking_steps(2);                     
     156                            bup_update_booking_steps(3);                       
    157157                        }
    158158                                           
     
    489489                                if(show_cart==1){
    490490                                   
    491                                     bup_reload_cart();                                         
     491                                    bup_reload_cart(); 
     492                                    bup_update_booking_steps(33);
    492493                               
    493494                               
     
    620621{               
    621622   
    622     jQuery( "#bup-step-rounded-1, #bup-step-rounded-2, #bup-step-rounded-3, #bup-step-rounded-4" ).removeClass( "bup-cart-step-active" ).addClass( "bup-cart-step-inactive" );             
     623    jQuery( "#bup-step-rounded-1, #bup-step-rounded-2, #bup-step-rounded-3, #bup-step-rounded-33, #bup-step-rounded-4" ).removeClass( "bup-cart-step-active" ).addClass( "bup-cart-step-inactive" );               
    623624
    624625
     
    760761                        var res = data;                             
    761762                        jQuery("#bup-steps-cont-res").html(res);
     763                        bup_update_booking_steps(33);
    762764                                       
    763765                       
  • booking-ultra-pro/trunk/readme.txt

    r2518301 r2520394  
    44Requires at least: 3.0.1
    55Tested up to: 5.7
    6 Stable tag: 1.0.89
     6Stable tag: 1.0.90
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    152152== Changelog ==
    153153
     154= 1.0.90 (04-22-2021) =
     155* Fix - Deleting Staff Members Issue.
     156
    154157= 1.0.89 (04-20-2021) =
    155 * Fix - Deleting Category Issu.
     158* Fix - Deleting Category Issue.
    156159* Fix - Deleting Subcategory.
    157160* Fix - Editing User.
Note: See TracChangeset for help on using the changeset viewer.