Plugin Directory

Changeset 2466436


Ignore:
Timestamp:
02/01/2021 01:39:47 PM (5 years ago)
Author:
longvietweb
Message:

Small bug fixes make it more stable

Location:
quick-call-button/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quick-call-button/trunk/quick-call-button.php

    r2367106 r2466436  
    77Author URI:     https://longvietweb.com/
    88Author:         LongViet
    9 Version:        1.2.5
     9Version:        1.2.6
    1010License:        GPL2
    1111Text Domain:    quickcallbutton
    1212*/
    1313
    14 define('QUICK_CALL_BUTTON_VERSION', '1.2.5');
     14define('QUICK_CALL_BUTTON_VERSION', '1.2.6');
    1515define('QUICK_CALL_BUTTON_DIR', plugin_dir_path(__FILE__));
    1616define('QUICK_CALL_BUTTON_URL', plugins_url('/', __FILE__));
     
    7979
    8080        if (get_current_screen()->base == 'settings_page_lv_quick_call_button') {
    81             wp_register_script( 'lv_js', plugins_url('assets/js/quick-call-button-admin.js', __FILE__), array('jquery'), '1.2.5', true );
     81            wp_register_script( 'lv_js', plugins_url('assets/js/quick-call-button-admin.js', __FILE__), array('jquery'), '1.2.6', true );
    8282            wp_enqueue_script( 'lv_js' );
    83             wp_register_style( 'lv_css', plugins_url('/assets/css/quick-call-button-admin.css', __FILE__) , false, '1.2.5' );
     83            wp_register_style( 'lv_css', plugins_url('/assets/css/quick-call-button-admin.css', __FILE__) , false, '1.2.6' );
    8484            wp_enqueue_style( 'lv_css');
    8585
     
    313313           
    314314            // adding the enque here will setup the style.
    315             wp_register_style( 'lv_css', QUICK_CALL_BUTTON_URL."assets/css/quick-call-button.css",array(),"1.2.5" );
     315            wp_register_style( 'lv_css', QUICK_CALL_BUTTON_URL."assets/css/quick-call-button.css",array(),"1.2.6" );
    316316            wp_enqueue_style( 'lv_css');
    317317            if ( empty( $this->lv_options['disabled_drag_drop'] ) ){
     
    371371                    <div>
    372372                        <p class='call-text'> {$this->lv_options['call_text']} </p>
    373                         <a href='tel:".$phone_number__id."' id='quickcallbutton' ".$tracking."' title='Call Now' >
     373                        <a href='tel:".$phone_number__id."' id='quickcallbutton' ".$tracking." title='Call Now' >
    374374                        <div class='quick-alo-ph-circle {$this->lv_options['call_wave_effect']}'></div>
    375375                        <div class='quick-alo-ph-circle-fill {$this->lv_options['call_wave_effect']}'></div>
  • quick-call-button/trunk/readme.txt

    r2367106 r2466436  
    44Tags: call button, quick call button, call now button, ipad, mobile, responsive, buttons, phone, call, contact,
    55Requires at least: 4.6
    6 Tested up to: 5.5
    7 Stable tag: 1.2.5
     6Tested up to: 5.6
     7Stable tag: 1.2.6
    88Requires PHP: 5.6
    99License: GPLv3
     
    6868== Changelog ==
    6969
     70= 1.2.6 =
     71* Small bug fixes make it more stable.
     72
    7073= 1.2.5 =
    7174* jquery decompression update reported malicious code by google ads.
     
    115118= 1.2.5 =
    116119
     120= 1.2.5 =
     121
    117122= 1.2.4 =
    118123
Note: See TracChangeset for help on using the changeset viewer.