Version Description
- Fixed monitoring and chat button code installation
Download this release
Release Info
Developer | livechat |
Plugin | LiveChat – WP live chat plugin for WordPress |
Version | 2.1.1 |
Comparing to | |
See all releases |
Code changes from version 2.1.0 to 2.1.1
- livechat.php +1 -1
- plugin_files/chat_button.php +1 -0
- plugin_files/monitoring_code.php +1 -0
- readme.txt +6 -1
livechat.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Live Chat Software for Wordpress
|
|
4 |
Plugin URI: http://www.livechatinc.com
|
5 |
Description: Live chat software for live help, online sales and customer support. This plugin allows to quickly install the live chat button and monitoring code on any WordPress website.
|
6 |
Author: LIVECHAT Software
|
7 |
-
Version: 2.1.
|
8 |
Author URI: http://www.livechatinc.com
|
9 |
*/
|
10 |
|
4 |
Plugin URI: http://www.livechatinc.com
|
5 |
Description: Live chat software for live help, online sales and customer support. This plugin allows to quickly install the live chat button and monitoring code on any WordPress website.
|
6 |
Author: LIVECHAT Software
|
7 |
+
Version: 2.1.1
|
8 |
Author URI: http://www.livechatinc.com
|
9 |
*/
|
10 |
|
plugin_files/chat_button.php
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
// Chat button Widget
|
4 |
function _livechat_chat_button_widget ($license_number, $lang, $groups, $use_ssl = false)
|
5 |
{
|
|
|
6 |
?>
|
7 |
|
8 |
<!-- BEGIN LIVECHAT button tag. See also www.livechatinc.com -->
|
3 |
// Chat button Widget
|
4 |
function _livechat_chat_button_widget ($license_number, $lang, $groups, $use_ssl = false)
|
5 |
{
|
6 |
+
if (LIVECHAT_LICENSE_INSTALLED == false) return;
|
7 |
?>
|
8 |
|
9 |
<!-- BEGIN LIVECHAT button tag. See also www.livechatinc.com -->
|
plugin_files/monitoring_code.php
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
|
3 |
function _livechat_monitoring_code($license_number, $lang, $groups, $params)
|
4 |
{
|
|
|
5 |
?>
|
6 |
|
7 |
<!-- BEGIN LIVECHAT track tag. See also www.livechatinc.com -->
|
2 |
|
3 |
function _livechat_monitoring_code($license_number, $lang, $groups, $params)
|
4 |
{
|
5 |
+
if (LIVECHAT_LICENSE_INSTALLED == false) return;
|
6 |
?>
|
7 |
|
8 |
<!-- BEGIN LIVECHAT track tag. See also www.livechatinc.com -->
|
readme.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
=== Live Chat Software for Wordpress ===
|
2 |
Contributors: LIVECHAT Software
|
3 |
-
Tags: live support, live chat, live chat software, online support, customer help, customer support, livechat, help desk, helpdesk, live support, customer service, plugin
|
4 |
Stable tag: trunk
|
5 |
|
6 |
This plugin integrates your Wordpress with LIVECHAT Contact Center - an application for online customer service and support.
|
@@ -31,6 +31,8 @@ LIVECHAT Contact Center works with:
|
|
31 |
* Český
|
32 |
* Deutsch
|
33 |
* English
|
|
|
|
|
34 |
* Italiano
|
35 |
* Polski
|
36 |
* Română
|
@@ -214,6 +216,9 @@ This add-on allows agents to use Skype account to call back the customers in the
|
|
214 |
|
215 |
== Changelog ==
|
216 |
|
|
|
|
|
|
|
217 |
= 2.1.0 =
|
218 |
* Added "Settings" link to plugin settings page
|
219 |
* Added "Download application" button
|
1 |
=== Live Chat Software for Wordpress ===
|
2 |
Contributors: LIVECHAT Software
|
3 |
+
Tags: live support, live chat, live chat software, online support, customer help, customer support, livechat, help desk, helpdesk, live support, customer service, plugin, chat
|
4 |
Stable tag: trunk
|
5 |
|
6 |
This plugin integrates your Wordpress with LIVECHAT Contact Center - an application for online customer service and support.
|
31 |
* Český
|
32 |
* Deutsch
|
33 |
* English
|
34 |
+
* Espańol
|
35 |
+
* Français
|
36 |
* Italiano
|
37 |
* Polski
|
38 |
* Română
|
216 |
|
217 |
== Changelog ==
|
218 |
|
219 |
+
= 2.1.1 =
|
220 |
+
* Fixed monitoring and chat button code installation
|
221 |
+
|
222 |
= 2.1.0 =
|
223 |
* Added "Settings" link to plugin settings page
|
224 |
* Added "Download application" button
|