LiveChat – WP live chat plugin for WordPress - Version 2.1.6

Version Description

  • Added LiveChat icon in menu bar
Download this release

Release Info

Developer livechat
Plugin Icon 128x128 LiveChat – WP live chat plugin for WordPress
Version 2.1.6
Comparing to
See all releases

Code changes from version 2.1.5 to 2.1.6

Files changed (3) hide show
  1. livechat.php +2 -2
  2. plugin_files/images/favicon.png +0 -0
  3. readme.txt +3 -0
livechat.php CHANGED
@@ -5,7 +5,7 @@ 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
  Author URI: http://www.livechatinc.com
8
- Version: 2.1.5
9
  */
10
 
11
 
@@ -105,7 +105,7 @@ function livechat_admin_menu()
105
  define('LIVECHAT_WIDGETS_ENABLED', (bool)(sizeof($wp_registered_sidebars) > 0));
106
 
107
 
108
- add_menu_page ('Live chat settings', 'Live chat', 'administrator', 'livechat_settings', 'livechat_settings' /* live chat logo here */);
109
  add_submenu_page ('livechat_settings', 'Live chat settings', 'Settings', 'administrator', 'livechat_settings', 'livechat_settings');
110
  if (LIVECHAT_LICENSE_INSTALLED && LIVECHAT_WIDGETS_ENABLED == false) add_submenu_page ('livechat_settings', 'Chat button', 'Chat button', 'administrator', 'livechat_chat_button', 'livechat_chat_button');
111
  add_submenu_page ('livechat_settings', 'Control Panel', 'Control Panel', 'administrator', 'livechat_control_panel', 'livechat_control_panel');
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
  Author URI: http://www.livechatinc.com
8
+ Version: 2.1.6
9
  */
10
 
11
 
105
  define('LIVECHAT_WIDGETS_ENABLED', (bool)(sizeof($wp_registered_sidebars) > 0));
106
 
107
 
108
+ add_menu_page ('Live chat settings', 'Live chat', 'administrator', 'livechat_settings', 'livechat_settings', LIVECHAT_PLUGIN_URL.'/images/favicon.png');
109
  add_submenu_page ('livechat_settings', 'Live chat settings', 'Settings', 'administrator', 'livechat_settings', 'livechat_settings');
110
  if (LIVECHAT_LICENSE_INSTALLED && LIVECHAT_WIDGETS_ENABLED == false) add_submenu_page ('livechat_settings', 'Chat button', 'Chat button', 'administrator', 'livechat_chat_button', 'livechat_chat_button');
111
  add_submenu_page ('livechat_settings', 'Control Panel', 'Control Panel', 'administrator', 'livechat_control_panel', 'livechat_control_panel');
plugin_files/images/favicon.png ADDED
Binary file
readme.txt CHANGED
@@ -217,6 +217,9 @@ This add-on allows agents to use Skype account to call back the customers in the
217
 
218
  == Changelog ==
219
 
 
 
 
220
  = 2.1.5 =
221
  * Fixed creating new licences
222
  * Rebranded LIVECHAT Contact Center to LiveChat
217
 
218
  == Changelog ==
219
 
220
+ = 2.1.6 =
221
+ * Added LiveChat icon in menu bar
222
+
223
  = 2.1.5 =
224
  * Fixed creating new licences
225
  * Rebranded LIVECHAT Contact Center to LiveChat