Plugin Directory

Changeset 3140638


Ignore:
Timestamp:
08/24/2024 03:14:43 AM (20 months ago)
Author:
website366
Message:

#update 1.0.8

Location:
all-in-one-contact-buttons-wpshare247/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • all-in-one-contact-buttons-wpshare247/trunk/all-in-one-contact-buttons-wpshare247.php

    r3140459 r3140638  
    44 * Plugin URI: https://wpshare247.com/
    55 * Description: Floating click to contact buttons All-In-One
    6  * Version: 1.0.7
     6 * Version: 1.0.8
    77 * Author: Wpshare247.com
    88 * Author URI: https://wpshare247.com
     
    1717}
    1818
     19$plugin_data = get_file_data(__FILE__, array('Version' => 'Version'), false);
     20$plugin_version = $plugin_data['Version'];
     21
     22define( 'WS247_AIO_CT_BUTTON_VER', $plugin_version );
    1923define( 'WS247_AIO_CT_BUTTON', __FILE__ );
    2024define( 'WS247_AIO_CT_BUTTON_PLUGIN_DIR', untrailingslashit( dirname( WS247_AIO_CT_BUTTON ) ) );
  • all-in-one-contact-buttons-wpshare247/trunk/assets/aio_ct_button.css

    r3140459 r3140638  
    570570        margin: 0;
    571571        left: 0;
     572        width: 100%;
    572573    }
    573574    #ws247-aio-ct-button-show-all-container.aio-fixed-bt-mb #ft-contact-icons-out-m{
  • all-in-one-contact-buttons-wpshare247/trunk/inc/class.setting.page.php

    r3140459 r3140638  
    9898        function register_scripts() {
    9999            //Css
    100             wp_enqueue_style( 'wpshare247.com_aio_ct_button.css', WS247_AIO_CT_BUTTON_PLUGIN_INC_ASSETS_URL . '/aio_ct_button.css', false, '1.0.7' );
     100            wp_enqueue_style( 'wpshare247.com_aio_ct_button.css', WS247_AIO_CT_BUTTON_PLUGIN_INC_ASSETS_URL . '/aio_ct_button.css', false, WS247_AIO_CT_BUTTON_VER );
    101101           
    102102            //fontawesome-free-6.6.0
  • all-in-one-contact-buttons-wpshare247/trunk/readme.txt

    r3140459 r3140638  
    66Tested up to: 6.6.1
    77Requires PHP: 5.6
    8 Stable tag: 1.0.7
     8Stable tag: 1.0.8
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8888* Verticle icon on mobile
    8989
     90= 1.0.8 =
     91* Fix css on mobile
     92
    9093== Upgrade Notice ==
    9194
Note: See TracChangeset for help on using the changeset viewer.