Changeset 2520394
- Timestamp:
- 04/23/2021 12:41:49 PM (5 years ago)
- Location:
- booking-ultra-pro/trunk
- Files:
-
- 4 edited
-
admin/scripts/admin.js (modified) (1 diff)
-
index.php (modified) (1 diff)
-
js/bup-front.js (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
booking-ultra-pro/trunk/admin/scripts/admin.js
r2518301 r2520394 434 434 435 435 /* 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 437 441 e.preventDefault(); 438 442 -
booking-ultra-pro/trunk/index.php
r2518301 r2520394 4 4 Plugin URI: http://bookingultrapro.com 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 Version: 1.0. 896 Version: 1.0.90 7 7 Author: Booking Ultra Pro 8 8 Domain Path: /languages -
booking-ultra-pro/trunk/js/bup-front.js
r2089957 r2520394 154 154 if(res.response=='OK') 155 155 { 156 //bup_update_booking_steps(2);156 bup_update_booking_steps(3); 157 157 } 158 158 … … 489 489 if(show_cart==1){ 490 490 491 bup_reload_cart(); 491 bup_reload_cart(); 492 bup_update_booking_steps(33); 492 493 493 494 … … 620 621 { 621 622 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" ); 623 624 624 625 … … 760 761 var res = data; 761 762 jQuery("#bup-steps-cont-res").html(res); 763 bup_update_booking_steps(33); 762 764 763 765 -
booking-ultra-pro/trunk/readme.txt
r2518301 r2520394 4 4 Requires at least: 3.0.1 5 5 Tested up to: 5.7 6 Stable tag: 1.0. 896 Stable tag: 1.0.90 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 152 152 == Changelog == 153 153 154 = 1.0.90 (04-22-2021) = 155 * Fix - Deleting Staff Members Issue. 156 154 157 = 1.0.89 (04-20-2021) = 155 * Fix - Deleting Category Issu .158 * Fix - Deleting Category Issue. 156 159 * Fix - Deleting Subcategory. 157 160 * Fix - Editing User.
Note: See TracChangeset
for help on using the changeset viewer.