Changeset 2512093
- Timestamp:
- 04/09/2021 11:19:17 AM (5 years ago)
- Location:
- simple-fixed-contact
- Files:
-
- 26 added
- 1 deleted
- 3 edited
-
tags/1.1.1 (deleted)
-
tags/1.1.2 (added)
-
tags/1.1.2/.gitattributes (added)
-
tags/1.1.2/assets (added)
-
tags/1.1.2/assets/css (added)
-
tags/1.1.2/assets/css/admin.css (added)
-
tags/1.1.2/assets/css/style.css (added)
-
tags/1.1.2/assets/images (added)
-
tags/1.1.2/assets/images/email.svg (added)
-
tags/1.1.2/assets/images/facebook.svg (added)
-
tags/1.1.2/assets/images/form.svg (added)
-
tags/1.1.2/assets/images/instagram.svg (added)
-
tags/1.1.2/assets/images/messenger.svg (added)
-
tags/1.1.2/assets/images/phone.svg (added)
-
tags/1.1.2/assets/images/phonering.svg (added)
-
tags/1.1.2/assets/images/twitter.svg (added)
-
tags/1.1.2/assets/images/zalo.svg (added)
-
tags/1.1.2/assets/js (added)
-
tags/1.1.2/assets/js/frontend.js (added)
-
tags/1.1.2/includes (added)
-
tags/1.1.2/includes/class.admin.php (added)
-
tags/1.1.2/includes/inc.admin-options-page.php (added)
-
tags/1.1.2/includes/public-function.php (added)
-
tags/1.1.2/includes/style-fc.php (added)
-
tags/1.1.2/includes/template.php (added)
-
tags/1.1.2/lbk-fixed-contact.php (added)
-
tags/1.1.2/readme.txt (added)
-
trunk/assets/css/style.css (modified) (3 diffs)
-
trunk/lbk-fixed-contact.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-fixed-contact/trunk/assets/css/style.css
r2512030 r2512093 87 87 88 88 #lbk-fc-lightbox { 89 display: none; 89 90 position: fixed; 90 91 background: #14141450; … … 93 94 width: 100%; 94 95 height: 100%; 95 } 96 97 #lbk-fc-lightbox { 98 display: none; 96 z-index: 999; 99 97 } 100 98 … … 117 115 border-radius: 5px; 118 116 box-shadow: 0 0 5px #141414; 117 } 118 119 .lbk-lightbox-inner { 119 120 cursor: pointer; 120 121 } -
simple-fixed-contact/trunk/lbk-fixed-contact.php
r2512023 r2512093 8 8 * @license GPL-2.0-or-later 9 9 * @category plugin 10 * @version 1.1. 110 * @version 1.1.2 11 11 * 12 12 * @wordpress-plugin … … 14 14 * Plugin URI: https://lbk.vn/fixed-contact 15 15 * Description: Simple Fixed Contact always appear on the website 16 * Version: 1.1. 117 * Requires at least: 1.1. 116 * Version: 1.1.2 17 * Requires at least: 1.1.2 18 18 * Requires PHP: 7.4 19 19 * Author: Briki … … 52 52 * @var string 53 53 */ 54 const VERSION = '1.1. 1';54 const VERSION = '1.1.2'; 55 55 56 56 /** … … 134 134 private static function hooks() { 135 135 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' ); 137 137 } 138 138 -
simple-fixed-contact/trunk/readme.txt
r2512030 r2512093 3 3 Donate link: https://lbk.vn/ 4 4 Tags: simple fixed contact, lbk-fc 5 Requires at least: 1.1. 15 Requires at least: 1.1.2 6 6 Tested up to: 5.7 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 42 42 * edit style 43 43 44 = 1.1.2 04/09/2021 = 45 * fixed js 46 * edit style 47 44 48 == Upgrade Notice == 45 49 … … 47 51 * Initial release. 48 52 49 = 1.1 .0.=53 = 1.1 = 50 54 * Update lightbox form
Note: See TracChangeset
for help on using the changeset viewer.