Changeset 2512023
- Timestamp:
- 04/09/2021 09:09:14 AM (5 years ago)
- Location:
- simple-fixed-contact
- Files:
-
- 26 added
- 1 deleted
- 3 edited
-
tags/1.1.1 (added)
-
tags/1.1.1/.gitattributes (added)
-
tags/1.1.1/assets (added)
-
tags/1.1.1/assets/css (added)
-
tags/1.1.1/assets/css/admin.css (added)
-
tags/1.1.1/assets/css/style.css (added)
-
tags/1.1.1/assets/images (added)
-
tags/1.1.1/assets/images/email.svg (added)
-
tags/1.1.1/assets/images/facebook.svg (added)
-
tags/1.1.1/assets/images/form.svg (added)
-
tags/1.1.1/assets/images/instagram.svg (added)
-
tags/1.1.1/assets/images/messenger.svg (added)
-
tags/1.1.1/assets/images/phone.svg (added)
-
tags/1.1.1/assets/images/phonering.svg (added)
-
tags/1.1.1/assets/images/twitter.svg (added)
-
tags/1.1.1/assets/images/zalo.svg (added)
-
tags/1.1.1/assets/js (added)
-
tags/1.1.1/assets/js/frontend.js (added)
-
tags/1.1.1/includes (added)
-
tags/1.1.1/includes/class.admin.php (added)
-
tags/1.1.1/includes/inc.admin-options-page.php (added)
-
tags/1.1.1/includes/public-function.php (added)
-
tags/1.1.1/includes/style-fc.php (added)
-
tags/1.1.1/includes/template.php (added)
-
tags/1.1.1/lbk-fixed-contact.php (added)
-
tags/1.1.1/readme.txt (added)
-
trunk/assets/js/frontend.js (modified) (1 diff)
-
trunk/lbk-fixed-contact.php (modified) (3 diffs)
-
trunk/lbk-fixed-contact.zip (deleted)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-fixed-contact/trunk/assets/js/frontend.js
r2512015 r2512023 17 17 }); 18 18 }) 19 } (jQuery));19 })(jQuery); -
simple-fixed-contact/trunk/lbk-fixed-contact.php
r2512015 r2512023 8 8 * @license GPL-2.0-or-later 9 9 * @category plugin 10 * @version 1.1. 010 * @version 1.1.1 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. 017 * Requires at least: 1.1. 016 * Version: 1.1.1 17 * Requires at least: 1.1.1 18 18 * Requires PHP: 7.4 19 19 * Author: Briki … … 52 52 * @var string 53 53 */ 54 const VERSION = '1.1. 0';54 const VERSION = '1.1.1'; 55 55 56 56 /** -
simple-fixed-contact/trunk/readme.txt
r2512015 r2512023 3 3 Donate link: https://lbk.vn/ 4 4 Tags: simple fixed contact, lbk-fc 5 Requires at least: 1.1. 05 Requires at least: 1.1.1 6 6 Tested up to: 5.7 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 38 38 * Update lightbox form 39 39 40 = 1.1.1 04/09/2021 = 41 * fixed js 42 40 43 == Upgrade Notice == 41 44
Note: See TracChangeset
for help on using the changeset viewer.