Plugin Directory

Changeset 2971817


Ignore:
Timestamp:
09/26/2023 11:43:49 AM (2 years ago)
Author:
gingerplugins
Message:

Update to version 1.2.4 from GitHub

Location:
sticky-chat-widget
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sticky-chat-widget/tags/1.2.4/includes/front-end.php

    r2971796 r2971817  
    250250            'show_close_button'             => 'yes',
    251251            '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',
    252256        ];
    253257        $widgetSettings = get_post_meta($postId, "widget_settings", true);
  • sticky-chat-widget/tags/1.2.4/index.php

    r2971796 r2971817  
    33    Plugin Name: Sticky Chat Widget
    44    Description: Connect with your valuable website visitors through Sticky Chat Widget that consist of current trendy chat options
    5     Version:     1.2.3
     5    Version:     1.2.4
    66    Author: Ginger Plugins
    77    Author URI: https://www.gingerplugins.com/downloads/sticky-chat-widget/
     
    2222
    2323if (!defined('GSB_PLUGIN_VERSION')) {
    24     define("GSB_PLUGIN_VERSION", "1.2.3");
     24    define("GSB_PLUGIN_VERSION", "1.2.4");
    2525}
    2626
  • sticky-chat-widget/tags/1.2.4/readme.txt

    r2971796 r2971817  
    44Requires at least: 4.0
    55Tested up to: 6.3
    6 Stable tag: 1.2.3
     6Stable tag: 1.2.4
    77Requires PHP: 5.4
    88Plugin URI: https://www.gingerplugins.com/downloads/sticky-chat-widget/
     
    135135== Changelog ==
    136136
     137= 1.2.4 =
     138- Pending message bug fixed
     139
    137140= 1.2.3 =
    138141- WhatsApp Chat popup
  • sticky-chat-widget/trunk/includes/front-end.php

    r2971796 r2971817  
    250250            'show_close_button'             => 'yes',
    251251            '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',
    252256        ];
    253257        $widgetSettings = get_post_meta($postId, "widget_settings", true);
  • sticky-chat-widget/trunk/index.php

    r2971796 r2971817  
    33    Plugin Name: Sticky Chat Widget
    44    Description: Connect with your valuable website visitors through Sticky Chat Widget that consist of current trendy chat options
    5     Version:     1.2.3
     5    Version:     1.2.4
    66    Author: Ginger Plugins
    77    Author URI: https://www.gingerplugins.com/downloads/sticky-chat-widget/
     
    2222
    2323if (!defined('GSB_PLUGIN_VERSION')) {
    24     define("GSB_PLUGIN_VERSION", "1.2.3");
     24    define("GSB_PLUGIN_VERSION", "1.2.4");
    2525}
    2626
  • sticky-chat-widget/trunk/readme.txt

    r2971796 r2971817  
    44Requires at least: 4.0
    55Tested up to: 6.3
    6 Stable tag: 1.2.3
     6Stable tag: 1.2.4
    77Requires PHP: 5.4
    88Plugin URI: https://www.gingerplugins.com/downloads/sticky-chat-widget/
     
    135135== Changelog ==
    136136
     137= 1.2.4 =
     138- Pending message bug fixed
     139
    137140= 1.2.3 =
    138141- WhatsApp Chat popup
Note: See TracChangeset for help on using the changeset viewer.