LiveChat – WP live chat plugin for WordPress - Version 2.1.5

Version Description

  • Fixed creating new licences
  • Rebranded LIVECHAT Contact Center to LiveChat
  • Updated application download link
  • Renamed "Groups" to "Skills"
Download this release

Release Info

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

Code changes from version 2.1.4 to 2.1.5

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.4
9
  */
10
 
11
 
@@ -32,8 +32,8 @@ function livechat_admin_head()
32
  */
33
  function livechat_admin_footer()
34
  {
35
- echo '<script type="text/javascript" src="'.LIVECHAT_PLUGIN_URL.'/js/scripts.js"></script>';
36
- echo '<script type="text/javascript" src="'.LIVECHAT_PLUGIN_URL.'/js/signup.js"></script>';
37
  }
38
 
39
  /**
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
 
32
  */
33
  function livechat_admin_footer()
34
  {
35
+ echo '<script type="text/javascript" src="'.LIVECHAT_PLUGIN_URL.'/js/scripts.js?v=2010-06-23"></script>';
36
+ echo '<script type="text/javascript" src="'.LIVECHAT_PLUGIN_URL.'/js/signup.js?v=2010-06-23"></script>';
37
  }
38
 
39
  /**
plugin_files/chat_button.php CHANGED
@@ -22,7 +22,7 @@ function _livechat_chat_button_widget_control ($license_number, $lang, $groups,
22
  <hr class="livechat">
23
  <p>License number: <strong><?php echo $license_number; ?></strong><br>
24
  Language: <strong><?php echo $lang; ?></strong><br>
25
- Groups: <strong><?php echo $groups; ?></strong></p>
26
  <hr class="livechat">
27
  <p>To change these settings, go to <a href="?page=livechat_settings">Live chat plugin settings page</a>.</p>
28
  <?php else: ?>
22
  <hr class="livechat">
23
  <p>License number: <strong><?php echo $license_number; ?></strong><br>
24
  Language: <strong><?php echo $lang; ?></strong><br>
25
+ Skill: <strong><?php echo $groups; ?></strong></p>
26
  <hr class="livechat">
27
  <p>To change these settings, go to <a href="?page=livechat_settings">Live chat plugin settings page</a>.</p>
28
  <?php else: ?>
plugin_files/js/signup.js CHANGED
@@ -193,14 +193,13 @@ $(document).ready(function()
193
 
194
  // Check if email address is available
195
  $.getJSON('http://www.livechatinc.com/php/licence_info.php?email='+$('#livechat_new_account form input[name=livechat_account_email]').val()+'&jsoncallback=?',
196
- function(data)
197
  {
198
- data = parseInt(data.response);
199
- if (data == 1)
200
  {
201
  create_licence();
202
  }
203
- else if (data == 2)
204
  {
205
  $('#ajax_message').removeClass('wait').addClass('message').html('This email address is already in use. Please choose another e-mail address.');
206
  }
193
 
194
  // Check if email address is available
195
  $.getJSON('http://www.livechatinc.com/php/licence_info.php?email='+$('#livechat_new_account form input[name=livechat_account_email]').val()+'&jsoncallback=?',
196
+ function(response)
197
  {
198
+ if (response.response == 'true')
 
199
  {
200
  create_licence();
201
  }
202
+ else if (response.response == 'false')
203
  {
204
  $('#ajax_message').removeClass('wait').addClass('message').html('This email address is already in use. Please choose another e-mail address.');
205
  }
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/contact_center/LIVECHAT_Contact_Center.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/contact_center/LIVECHAT_Contact_Center.exe" class="awesome blue">Download application</a></p>
90
  </div>
91
  </div>
92
  <?php endif; ?>
@@ -118,8 +118,8 @@ else
118
  if (empty($groups)) $groups = '0';
119
  ?>
120
  <tr>
121
- <th scope="row"><label for="livechat_groups">Groups:</label></th>
122
- <td><input type="text" name="livechat_groups" id="livechat_groups" value="<?php echo $groups; ?>" /> <a class="help" href="http://www.livechatinc.com/en/support/manual/establishing_groups_of_operators.htm" target="3">what is that?</a> <span class="explanation"><strong>0</strong> for default group (recommended)</span></td>
123
  </tr>
124
 
125
  <?php
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
  <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; ?>
118
  if (empty($groups)) $groups = '0';
119
  ?>
120
  <tr>
121
+ <th scope="row"><label for="livechat_groups">Skill:</label></th>
122
+ <td><input type="text" name="livechat_groups" id="livechat_groups" value="<?php echo $groups; ?>" /> <a class="help" href="http://www.livechatinc.com/en/support/manual/establishing_groups_of_operators.htm" target="3">what is that?</a> <span class="explanation"><strong>0</strong> for default skill (recommended)</span></td>
123
  </tr>
124
 
125
  <?php
readme.txt CHANGED
@@ -4,11 +4,11 @@ Tags: live support, live chat, live chat software, online support, customer help
4
  Stable tag: trunk
5
  Tested up to: 2.8
6
 
7
- This plugin integrates your Wordpress with LIVECHAT Contact Center - an application for online customer service and support.
8
 
9
  == Description ==
10
 
11
- LIVECHAT Contact Center is a fast and intuitive live chat software to enable your sales representatives contact customers on the website. Help online visitors find what they need before they leave your site.
12
 
13
  * Increase sales conversion rate and customer satisfaction level.
14
  * Allow customers to chat live with the sales person.
@@ -26,7 +26,7 @@ Generate reports for each agent with the number of chats, invitations or time sp
26
 
27
  = Multiple languages support =
28
 
29
- LIVECHAT Contact Center works with:
30
 
31
  * Chinese
32
  * Český
@@ -217,6 +217,12 @@ This add-on allows agents to use Skype account to call back the customers in the
217
 
218
  == Changelog ==
219
 
 
 
 
 
 
 
220
  = 2.1.4 =
221
  * Fixed readme.txt file causing the `The plugin does not have a valid header.` problem
222
 
4
  Stable tag: trunk
5
  Tested up to: 2.8
6
 
7
+ This plugin integrates your Wordpress with LiveChat - an application for online customer service and support.
8
 
9
  == Description ==
10
 
11
+ LiveChat is a fast and intuitive live chat software to enable your sales representatives contact customers on the website. Help online visitors find what they need before they leave your site.
12
 
13
  * Increase sales conversion rate and customer satisfaction level.
14
  * Allow customers to chat live with the sales person.
26
 
27
  = Multiple languages support =
28
 
29
+ LiveChat works with:
30
 
31
  * Chinese
32
  * Český
217
 
218
  == Changelog ==
219
 
220
+ = 2.1.5 =
221
+ * Fixed creating new licences
222
+ * Rebranded LIVECHAT Contact Center to LiveChat
223
+ * Updated application download link
224
+ * Renamed "Groups" to "Skills"
225
+
226
  = 2.1.4 =
227
  * Fixed readme.txt file causing the `The plugin does not have a valid header.` problem
228