Plugin Directory

Changeset 2924960


Ignore:
Timestamp:
06/12/2023 06:00:50 PM (3 years ago)
Author:
yozeg
Message:

4.0.4 -> 4.0.5

Location:
chatbro
Files:
84 added
4 edited

Legend:

Unmodified
Added
Removed
  • chatbro/trunk/backends/version.php

    r2924326 r2924960  
    22
    33defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
    4 const chatbro_wp_minor_version = '4';
     4const chatbro_wp_minor_version = '5';
    55
    66?>
  • chatbro/trunk/common/chats/display_chat.php

    r2921869 r2924960  
    11<?php
    22
    3 require_once(__DIR__ .'/../settings/settings.php');
    4 require_once(__DIR__ .'/../user/user.php');
    5 require_once(__DIR__ .'/../utils/utils.php');
     3require_once(__DIR__ . '/../settings/settings.php');
     4require_once(__DIR__ . '/../user/user.php');
     5require_once(__DIR__ . '/../utils/utils.php');
    66
    77class CBroDisplayChat
     
    2828        $chat_title = null,
    2929        $ext_id = null
    30     )
    31     {
     30    ) {
    3231        if (is_null($this->chat)) {
    3332            return "";
    3433        }
    35 
    36         // if (CBroUser::can_delete()) {
    37         //     array_push($permissions, 'delete');
    38         // }
    3934
    4035        $site_domain = CBroUtils::get_site_domain();
     
    9994        if ($static) {
    10095            $params .= ", isStatic: true";
     96        } else {
     97            $params .= ", isStatic: false";
    10198        }
    10299
     
    187184        }
    188185
    189         return $this -> generate_code();
     186        return $this->generate_code();
    190187    }
    191188
  • chatbro/trunk/index.php

    r2924326 r2924960  
    22/**
    33 * @package ChatBro
    4  * @version 4.0.4
     4 * @version 4.0.5
    55 */
    66/*
     
    88Plugin URI: http://chatbro.com
    99Description: Live group chat for your community with social networks integration. Chat conversation is being syncronized with popular messengers. Love ChatBro? Spread the word! <a href="https://wordpress.org/support/view/plugin-reviews/chatbro">Click here to review the plugin!</a>.
    10 Version: 4.0.4
     10Version: 4.0.5
    1111Author: ChatBro
    1212Author URI: http://chatbro.com
  • chatbro/trunk/readme.txt

    r2924326 r2924960  
    33Tags: chat, chat plugin, live chat, telegram chat, chat widget, free chat, free live chat, wordpress chat, wordpress live chat, web chat, telegram integration, website chat, site chat, chat software, chat services, live support, chat for web, chat online, IM Chat, live web chat, web support, live chat software, online chat, online support, video chat, voice chat, snapengage, webrtc ,facebook chat plugin, facebook chat, facebook, facebook messenger, messenger, facebook live chat, crisp, pure chat, purechat, zendesk, zendesk chat, liveagent, olark, happyfox, reve chat, chatra, provide support, comm100, kayako, zoho, zoho salesiq, userlike, userengage, drift, livehelpnow, live help now, intercom, freshdesk, zendesk, clickdesk, liveperson, live person, bold360,  velaro, hubspot, salesforce, zapier, zopim, mailchimp, im chat, slack, casengo, tagove, mylivechat, my live chat, livezilla, chatrify, live chat tool, live chat widget, live support button, live chat solution, customer service software, chat, customer service chat, live chat button,wp livechat support, tidio, jivochat, formilla, tawk, tawkto,tawk.to livechat inc, livechatinc, live chat inc, revechat, iflychat, telegram, group chat, plugin chat, live help, live chat help, chat widget, live support plugin, live chat support pluginRequires at least: 4.6
    44Tested up to: 6.2.2
    5 Stable tag: 4.0.4
     5Stable tag: 4.0.5
    66License: GPLv2
    77
     
    6565
    6666== ChangeLog ==
     67
     68= 4.0.5 =
     69* Fixed shortcode option static=false, for cases when the chat is defined as static.
    6770
    6871= 4.0.4 =
Note: See TracChangeset for help on using the changeset viewer.