Plugin Directory

Changeset 2512093


Ignore:
Timestamp:
04/09/2021 11:19:17 AM (5 years ago)
Author:
serviceslbk
Message:

init 1.1.2

Location:
simple-fixed-contact
Files:
26 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • simple-fixed-contact/trunk/assets/css/style.css

    r2512030 r2512093  
    8787
    8888#lbk-fc-lightbox {
     89    display: none;
    8990    position: fixed;
    9091    background: #14141450;
     
    9394    width: 100%;
    9495    height: 100%;
    95 }
    96 
    97 #lbk-fc-lightbox {
    98     display: none;
     96    z-index: 999;
    9997}
    10098
     
    117115    border-radius: 5px;
    118116    box-shadow: 0 0 5px #141414;
     117}
     118
     119.lbk-lightbox-inner {
    119120    cursor: pointer;
    120121}
  • simple-fixed-contact/trunk/lbk-fixed-contact.php

    r2512023 r2512093  
    88 * @license GPL-2.0-or-later
    99 * @category plugin
    10  * @version 1.1.1
     10 * @version 1.1.2
    1111 *
    1212 * @wordpress-plugin
     
    1414 * Plugin URI:        https://lbk.vn/fixed-contact
    1515 * Description:       Simple Fixed Contact always appear on the website
    16  * Version:           1.1.1
    17  * Requires at least: 1.1.1
     16 * Version:           1.1.2
     17 * Requires at least: 1.1.2
    1818 * Requires PHP:      7.4
    1919 * Author:            Briki
     
    5252         * @var string
    5353         */
    54         const VERSION = '1.1.1';
     54        const VERSION = '1.1.2';
    5555
    5656        /**
     
    134134        private static function hooks() {
    135135            wp_enqueue_style( 'lbk-fc-style', LBK_FC_URL . 'assets/css/style.css', array( 'wp-color-picker' ), lbkFc::VERSION );
    136             wp_enqueue_script( 'lbk-fc', LBK_FC_URL . 'assets/js/frontend.js', array(), lbkFc::VERSION, 'all' );
     136            wp_enqueue_script( 'lbk-fc', LBK_FC_URL . 'assets/js/frontend.js', array( 'jquery' ), lbkFc::VERSION, 'all' );
    137137        }
    138138
  • simple-fixed-contact/trunk/readme.txt

    r2512030 r2512093  
    33Donate link: https://lbk.vn/
    44Tags: simple fixed contact, lbk-fc
    5 Requires at least: 1.1.1
     5Requires at least: 1.1.2
    66Tested up to: 5.7
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    4242* edit style
    4343
     44= 1.1.2 04/09/2021 =
     45* fixed js
     46* edit style
     47
    4448== Upgrade Notice ==
    4549
     
    4751* Initial release.
    4852
    49 = 1.1.0. =
     53= 1.1 =
    5054* Update lightbox form
Note: See TracChangeset for help on using the changeset viewer.