Changeset 2971817
- Timestamp:
- 09/26/2023 11:43:49 AM (2 years ago)
- Location:
- sticky-chat-widget
- Files:
-
- 6 edited
- 1 copied
-
tags/1.2.4 (copied) (copied from sticky-chat-widget/trunk)
-
tags/1.2.4/includes/front-end.php (modified) (1 diff)
-
tags/1.2.4/index.php (modified) (2 diffs)
-
tags/1.2.4/readme.txt (modified) (2 diffs)
-
trunk/includes/front-end.php (modified) (1 diff)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sticky-chat-widget/tags/1.2.4/includes/front-end.php
r2971796 r2971817 250 250 'show_close_button' => 'yes', 251 251 'hide_menu_after_close_click' => 'yes', 252 'has_pending_message' => 'no', 253 'no_of_messages' => 1, 254 'message_bg_color' => '#e64056', 255 'message_text_color' => '#ffffff', 252 256 ]; 253 257 $widgetSettings = get_post_meta($postId, "widget_settings", true); -
sticky-chat-widget/tags/1.2.4/index.php
r2971796 r2971817 3 3 Plugin Name: Sticky Chat Widget 4 4 Description: Connect with your valuable website visitors through Sticky Chat Widget that consist of current trendy chat options 5 Version: 1.2. 35 Version: 1.2.4 6 6 Author: Ginger Plugins 7 7 Author URI: https://www.gingerplugins.com/downloads/sticky-chat-widget/ … … 22 22 23 23 if (!defined('GSB_PLUGIN_VERSION')) { 24 define("GSB_PLUGIN_VERSION", "1.2. 3");24 define("GSB_PLUGIN_VERSION", "1.2.4"); 25 25 } 26 26 -
sticky-chat-widget/tags/1.2.4/readme.txt
r2971796 r2971817 4 4 Requires at least: 4.0 5 5 Tested up to: 6.3 6 Stable tag: 1.2. 36 Stable tag: 1.2.4 7 7 Requires PHP: 5.4 8 8 Plugin URI: https://www.gingerplugins.com/downloads/sticky-chat-widget/ … … 135 135 == Changelog == 136 136 137 = 1.2.4 = 138 - Pending message bug fixed 139 137 140 = 1.2.3 = 138 141 - WhatsApp Chat popup -
sticky-chat-widget/trunk/includes/front-end.php
r2971796 r2971817 250 250 'show_close_button' => 'yes', 251 251 'hide_menu_after_close_click' => 'yes', 252 'has_pending_message' => 'no', 253 'no_of_messages' => 1, 254 'message_bg_color' => '#e64056', 255 'message_text_color' => '#ffffff', 252 256 ]; 253 257 $widgetSettings = get_post_meta($postId, "widget_settings", true); -
sticky-chat-widget/trunk/index.php
r2971796 r2971817 3 3 Plugin Name: Sticky Chat Widget 4 4 Description: Connect with your valuable website visitors through Sticky Chat Widget that consist of current trendy chat options 5 Version: 1.2. 35 Version: 1.2.4 6 6 Author: Ginger Plugins 7 7 Author URI: https://www.gingerplugins.com/downloads/sticky-chat-widget/ … … 22 22 23 23 if (!defined('GSB_PLUGIN_VERSION')) { 24 define("GSB_PLUGIN_VERSION", "1.2. 3");24 define("GSB_PLUGIN_VERSION", "1.2.4"); 25 25 } 26 26 -
sticky-chat-widget/trunk/readme.txt
r2971796 r2971817 4 4 Requires at least: 4.0 5 5 Tested up to: 6.3 6 Stable tag: 1.2. 36 Stable tag: 1.2.4 7 7 Requires PHP: 5.4 8 8 Plugin URI: https://www.gingerplugins.com/downloads/sticky-chat-widget/ … … 135 135 == Changelog == 136 136 137 = 1.2.4 = 138 - Pending message bug fixed 139 137 140 = 1.2.3 = 138 141 - WhatsApp Chat popup
Note: See TracChangeset
for help on using the changeset viewer.