Changeset 3140638
- Timestamp:
- 08/24/2024 03:14:43 AM (20 months ago)
- Location:
- all-in-one-contact-buttons-wpshare247/trunk
- Files:
-
- 4 edited
-
all-in-one-contact-buttons-wpshare247.php (modified) (2 diffs)
-
assets/aio_ct_button.css (modified) (1 diff)
-
inc/class.setting.page.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
all-in-one-contact-buttons-wpshare247/trunk/all-in-one-contact-buttons-wpshare247.php
r3140459 r3140638 4 4 * Plugin URI: https://wpshare247.com/ 5 5 * Description: Floating click to contact buttons All-In-One 6 * Version: 1.0. 76 * Version: 1.0.8 7 7 * Author: Wpshare247.com 8 8 * Author URI: https://wpshare247.com … … 17 17 } 18 18 19 $plugin_data = get_file_data(__FILE__, array('Version' => 'Version'), false); 20 $plugin_version = $plugin_data['Version']; 21 22 define( 'WS247_AIO_CT_BUTTON_VER', $plugin_version ); 19 23 define( 'WS247_AIO_CT_BUTTON', __FILE__ ); 20 24 define( '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 570 570 margin: 0; 571 571 left: 0; 572 width: 100%; 572 573 } 573 574 #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 98 98 function register_scripts() { 99 99 //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 ); 101 101 102 102 //fontawesome-free-6.6.0 -
all-in-one-contact-buttons-wpshare247/trunk/readme.txt
r3140459 r3140638 6 6 Tested up to: 6.6.1 7 7 Requires PHP: 5.6 8 Stable tag: 1.0. 78 Stable tag: 1.0.8 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 88 88 * Verticle icon on mobile 89 89 90 = 1.0.8 = 91 * Fix css on mobile 92 90 93 == Upgrade Notice == 91 94
Note: See TracChangeset
for help on using the changeset viewer.