LiveChat – WP live chat plugin for WordPress - Version 2.1.8

Version Description

  • Updated desktop application download link
Download this release

Release Info

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

Code changes from version 2.1.7 to 2.1.8

Files changed (3) hide show
  1. livechat.php +1 -1
  2. plugin_files/settings.php +2 -2
  3. readme.txt +4 -1
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.7
9
  */
10
 
11
 
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.8
9
  */
10
 
11
 
plugin_files/settings.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  function _livechat_helper_license_created_info()
4
  {
5
- echo '<div class="updated installed_ok"><p><strong>Your live chat license has been created! Please install the <a href="http://www.livechatinc.com/download/LiveChat/LiveChat.exe">live chat application</a> and start chatting!</strong></p></div>';
6
  }
7
 
8
  function _livechat_helper_monitoring_code_info()
@@ -86,7 +86,7 @@ else
86
  <h3>Download application</h3>
87
  <div class="postbox_content">
88
  <p>Download the live chat application and start chatting with your customers!</p>
89
- <p><a href="http://www.livechatinc.com/download/LiveChat/LiveChat.exe" class="awesome blue">Download application</a></p>
90
  </div>
91
  </div>
92
  <?php endif; ?>
2
 
3
  function _livechat_helper_license_created_info()
4
  {
5
+ echo '<div class="updated installed_ok"><p><strong>Your live chat license has been created! Please install the <a href="http://www.livechatinc.com/en/download/" target="_blank">live chat application</a> and start chatting!</strong></p></div>';
6
  }
7
 
8
  function _livechat_helper_monitoring_code_info()
86
  <h3>Download application</h3>
87
  <div class="postbox_content">
88
  <p>Download the live chat application and start chatting with your customers!</p>
89
+ <p><a href="http://www.livechatinc.com/en/download/" target="_blank" class="awesome blue">Download application</a></p>
90
  </div>
91
  </div>
92
  <?php endif; ?>
readme.txt CHANGED
@@ -2,7 +2,7 @@
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
- Tested up to: 3.0
6
 
7
  This plugin integrates your Wordpress with LiveChat - an application for online customer service and support.
8
 
@@ -219,6 +219,9 @@ This add-on allows agents to use Skype account to call back the customers in the
219
 
220
  == Changelog ==
221
 
 
 
 
222
  = 2.1.7 =
223
  * Fixed `Skill` parameter
224
  * Updated monitoring and chat button codes (for improved performance)
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
+ Tested up to: 3.1
6
 
7
  This plugin integrates your Wordpress with LiveChat - an application for online customer service and support.
8
 
219
 
220
  == Changelog ==
221
 
222
+ = 2.1.8 =
223
+ * Updated desktop application download link
224
+
225
  = 2.1.7 =
226
  * Fixed `Skill` parameter
227
  * Updated monitoring and chat button codes (for improved performance)