Changeset 2965786
- Timestamp:
- 09/12/2023 10:14:31 AM (2 years ago)
- Location:
- sticky-chat-widget
- Files:
-
- 6 edited
- 1 copied
-
tags/1.2.1 (copied) (copied from sticky-chat-widget/trunk)
-
tags/1.2.1/includes/front-end.php (modified) (1 diff)
-
tags/1.2.1/index.php (modified) (2 diffs)
-
tags/1.2.1/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.1/includes/front-end.php
r2965621 r2965786 229 229 public function get_setting($postId) 230 230 { 231 $defaultWidgetSettings = [ 232 'view' => 'icon_view', 233 'chat_icon' => "chat-line", 234 'list_view_title' => 'Welcome!', 235 'list_view_subtitle' => 'How would you like to contact us?', 236 'list_title_bg' => '#1c5fc6', 237 'list_title_color' => '#ffffff', 238 'bg_color' => '#1c5fc6', 239 'interaction_bg_color' => '#1c5fc6', 240 'text_color' => '#ffffff', 241 'interaction_text_color' => '#ffffff', 242 'icon_size' => "56", 243 'border_radius' => "28", 244 'call_to_action' => 'Contact Us', 245 'font_family' => '', 246 'menu_animation' => 'ginger-menu-slide', 247 'animation' => 'ginger-btn-shockwave', 248 'position' => 'right', 249 'menu_view' => 'vertical', 250 'default_state' => 'click', 251 'show_close_button' => 'yes', 252 'hide_menu_after_close_click' => 'yes', 253 ]; 231 254 $widgetSettings = get_post_meta($postId, "widget_settings", true); 255 $widgetSettings = shortcode_atts($defaultWidgetSettings, $widgetSettings); 232 256 233 257 $icons = Ginger_Social_Icons::get_chat_icons(); -
sticky-chat-widget/tags/1.2.1/index.php
r2965621 r2965786 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 5 Version: 1.2.1 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 ");24 define("GSB_PLUGIN_VERSION", "1.2.1"); 25 25 } 26 26 -
sticky-chat-widget/tags/1.2.1/readme.txt
r2965621 r2965786 4 4 Requires at least: 4.0 5 5 Tested up to: 6.3 6 Stable tag: 1.2 6 Stable tag: 1.2.1 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.1 = 138 Bug fixes 139 137 140 = 1.2 = 138 141 New Icon Views -
sticky-chat-widget/trunk/includes/front-end.php
r2965621 r2965786 229 229 public function get_setting($postId) 230 230 { 231 $defaultWidgetSettings = [ 232 'view' => 'icon_view', 233 'chat_icon' => "chat-line", 234 'list_view_title' => 'Welcome!', 235 'list_view_subtitle' => 'How would you like to contact us?', 236 'list_title_bg' => '#1c5fc6', 237 'list_title_color' => '#ffffff', 238 'bg_color' => '#1c5fc6', 239 'interaction_bg_color' => '#1c5fc6', 240 'text_color' => '#ffffff', 241 'interaction_text_color' => '#ffffff', 242 'icon_size' => "56", 243 'border_radius' => "28", 244 'call_to_action' => 'Contact Us', 245 'font_family' => '', 246 'menu_animation' => 'ginger-menu-slide', 247 'animation' => 'ginger-btn-shockwave', 248 'position' => 'right', 249 'menu_view' => 'vertical', 250 'default_state' => 'click', 251 'show_close_button' => 'yes', 252 'hide_menu_after_close_click' => 'yes', 253 ]; 231 254 $widgetSettings = get_post_meta($postId, "widget_settings", true); 255 $widgetSettings = shortcode_atts($defaultWidgetSettings, $widgetSettings); 232 256 233 257 $icons = Ginger_Social_Icons::get_chat_icons(); -
sticky-chat-widget/trunk/index.php
r2965621 r2965786 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 5 Version: 1.2.1 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 ");24 define("GSB_PLUGIN_VERSION", "1.2.1"); 25 25 } 26 26 -
sticky-chat-widget/trunk/readme.txt
r2965621 r2965786 4 4 Requires at least: 4.0 5 5 Tested up to: 6.3 6 Stable tag: 1.2 6 Stable tag: 1.2.1 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.1 = 138 Bug fixes 139 137 140 = 1.2 = 138 141 New Icon Views
Note: See TracChangeset
for help on using the changeset viewer.