Changeset 2847976
- Timestamp:
- 01/13/2023 02:18:46 PM (3 years ago)
- Location:
- chat-support/trunk
- Files:
-
- 2 edited
-
ChatSupport.php (modified) (2 diffs)
-
README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chat-support/trunk/ChatSupport.php
r2847974 r2847976 5 5 * Plugin URI: https://graficarulez.forumfree.it/ 6 6 * Description: ChatSupport let you add a new and Fluent WhatsApp Support Button to your WordPress Website. 7 * Version: 1.0. 27 * Version: 1.0.3 8 8 * Requires at least: 6.1 9 9 * Requires PHP: 7.2 … … 144 144 position: fixed; 145 145 background: <?php 146 echo esc_html(get_option( 'chat_support_option_name' )['phone_number_0']);146 echo get_option( 'chat_support_option_name' )['icon_color_0'] == '' ? '#25d366' : esc_html(get_option( 'chat_support_option_name' )['icon_color_0']); 147 147 ?>; 148 148 width: 50px; -
chat-support/trunk/README.txt
r2847974 r2847976 3 3 Tags: Chat, Support, WhatsApp, Supporto, Contact 4 4 Donate link: https://www.paypal.com/paypalme/graficarulez 5 Version: 1.0. 26 Stable Tag: 1.0. 25 Version: 1.0.3 6 Stable Tag: 1.0.3 7 7 Requires at least: 6.1 8 8 Tested up to: 6.1 … … 23 23 == Changelog == 24 24 = 1.0.2 = 25 * Default or Choosed Color Introduction 26 = 1.0.2 = 25 27 * Color Introduction 26 28 = 1.0.1 =
Note: See TracChangeset
for help on using the changeset viewer.