Plugin Directory

Changeset 3249980


Ignore:
Timestamp:
03/04/2025 12:04:19 AM (4 weeks ago)
Author:
deetronix
Message:

Ver 1.1.19

Location:
booking-ultra-pro
Files:
397 added
7 edited

Legend:

Unmodified
Added
Removed
  • booking-ultra-pro/trunk/admin/tabs/users.php

    r3139187 r3249980  
    8989            {
    9090           
    91              $image_to_crop = $_POST['image_to_crop'];
     91            $image_to_crop = isset($_POST['image_to_crop']) ? sanitize_text_field($_POST['image_to_crop']) : '';
    9292             
    9393           
  • booking-ultra-pro/trunk/classes/bookingultra.admin.php

    r3230734 r3249980  
    18471847                if (strpos($key, 'html_') !== false)
    18481848                {
    1849                       //$this->userultra_default_options[$key] = stripslashes($value);
     1849                      $this->userultra_default_options[$key] = stripslashes($value);
    18501850                }else{
    18511851                   
    1852                      // $this->userultra_default_options[$key] = esc_attr($value);
     1852                      $this->userultra_default_options[$key] = esc_attr($value);
    18531853                 }
    18541854                   
     
    19201920        {               
    19211921       
    1922          $special_with_check = array('uultra_loggedin_activated', 'private_message_system','redirect_backend_profile','redirect_backend_registration', 'redirect_registration_when_social','redirect_backend_login', 'social_media_fb_active', 'social_media_linked_active', 'social_media_yahoo', 'social_media_google', 'twitter_connect', 'instagram_connect', 'gateway_free_success_active',  'appointment_cancellation_active', 'mailchimp_active', 'mailchimp_auto_checked',  'aweber_active', 'aweber_auto_checked','aweber_auto_text','sendinblue_auto_checked');
     1922         //$special_with_check = array('uultra_loggedin_activated', 'private_message_system','redirect_backend_profile','redirect_backend_registration', 'redirect_registration_when_social','redirect_backend_login', 'social_media_fb_active', 'social_media_linked_active', 'social_media_yahoo', 'social_media_google', 'twitter_connect', 'instagram_connect', 'gateway_free_success_active',  'appointment_cancellation_active', 'mailchimp_active', 'mailchimp_auto_checked',  'aweber_active', 'aweber_auto_checked','aweber_auto_text','sendinblue_auto_checked');
     1923         $special_with_check = array('uultra_loggedin_activated', 'private_message_system','redirect_backend_profile','redirect_backend_registration', 'redirect_registration_when_social','redirect_backend_login', 'social_media_fb_active', 'social_media_linked_active', 'social_media_yahoo', 'social_media_google', 'twitter_connect', 'instagram_connect', 'mailchimp_active', 'mailchimp_auto_checked',  'aweber_active', 'aweber_auto_checked','aweber_auto_text','sendinblue_auto_checked');
    19231924         
    19241925        }elseif($tab=="bookingultra-gateway"){
    19251926           
    1926              $special_with_check = array('gateway_test_payment_active','gateway_paypal_active', 'gateway_bank_active', 'gateway_authorize_active', 'gateway_authorize_success_active' ,'gateway_stripe_active', 'gateway_stripe_success_active' ,'gateway_bank_success_active', 'gateway_free_success_active',  'gateway_paypal_success_active' ,  'appointment_cancellation_active', 'gateway_paypal_cancel_active');
     1927             //$special_with_check = array('gateway_test_payment_active','gateway_paypal_active', 'gateway_bank_active', 'gateway_authorize_active', 'gateway_authorize_success_active' ,'gateway_stripe_active', 'gateway_stripe_success_active' ,'gateway_bank_success_active', 'gateway_free_success_active',  'gateway_paypal_success_active' ,  'appointment_cancellation_active', 'gateway_paypal_cancel_active');
     1928             $special_with_check = array('gateway_test_payment_active','gateway_paypal_active', 'gateway_bank_active', 'gateway_authorize_active', 'gateway_authorize_success_active' ,'gateway_stripe_active', 'gateway_stripe_success_active' ,'gateway_bank_success_active', 'gateway_free_success_active',  'gateway_paypal_success_active');
    19271929       
    19281930        }elseif($tab=="mail"){
  • booking-ultra-pro/trunk/classes/bookingultra.appointment.php

    r3146510 r3249980  
    256256        $my_success_url = '';       
    257257       
    258         if($bookingultrapro->get_option('appointment_cancellation_active')=='1')       
     258        if($bookingultrapro->get_option('appointment_cancellation_active')=='yes')     
    259259        {           
    260260            $sucess_page_id = $bookingultrapro->get_option('appointment_cancellation_redir_page');
  • booking-ultra-pro/trunk/classes/bookingultra.messaging.php

    r3139187 r3249980  
    762762       
    763763        $allow_cancellation = false;
    764         if( $this->get_option('appointment_cancellation_active')==1){$allow_cancellation = true;}
     764        if( $this->get_option('appointment_cancellation_active')=="yes"){$allow_cancellation = true;}
    765765       
    766766        $subject_client = $this->get_option('email_new_booking_subject_client');
     
    901901       
    902902        $allow_cancellation = false;
    903         if( $this->get_option('appointment_cancellation_active')==1){$allow_cancellation = true;}
     903        if( $this->get_option('appointment_cancellation_active')=="yes"){$allow_cancellation = true;}
    904904       
    905905        $subject_client = $this->get_option('email_new_booking_subject_client');
  • booking-ultra-pro/trunk/classes/bookingultra.user.php

    r3188843 r3249980  
    26642664        }
    26652665       
    2666         $my_account_url = $bookingultrapro->userpanel->get_my_account_direct_link
     2666        //$my_account_url = $bookingultrapro->userpanel->get_my_account_direct_link
    26672667       
    26682668       
     
    26782678             
    26792679             
    2680             <p>
     2680            <div style="position:relative;"> <p>
    26812681                                                     
    26822682                            <button name="plupload-browse-button-avatar" id="uultra-confirm-avatar-cropping" class="bup-button-upload-avatar" type="link"><span><i class="fa fa-crop"></i></span> <?php esc_html_e('Crop & Save', 'booking-ultra-pro') ; ?> </button>
     
    26852685                            <div class="bup-please-wait-croppingmessage" id="bup-cropping-avatar-wait-message">&nbsp;</div>
    26862686                            </p>
     2687    </div>
    26872688                           
    26882689                           
  • booking-ultra-pro/trunk/index.php

    r3230734 r3249980  
    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.7.1
    7 Version: 1.1.18
     7Version: 1.1.19
    88Author: Booking Ultra Pro
    99Domain Path: /languages
  • booking-ultra-pro/trunk/readme.txt

    r3230734 r3249980  
    44Requires at least: 4.0
    55Tested up to: 6.7.1
    6 Stable tag: 1.1.18
     6Stable tag: 1.1.19
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    170170
    171171== Changelog ==
     172= 1.1.19 (04-03-2025) =
     173* Fix - Selection for optiion  Redirect Cancellation link? is fixed . 
     174* Fix - Code updated for secuirty patch
    172175
    173176= 1.1.18 (28-01-2025) =
Note: See TracChangeset for help on using the changeset viewer.