LiveChat – WP live chat plugin for WordPress - Version 3.5.2

Version Description

  • Updated compatibility with PHP 5
Download this release

Release Info

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

Code changes from version 3.5.1 to 3.5.2

livechat.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.livechatinc.com/addons/wordpress/
5
  Description: Live chat software for live help, online sales and customer support. This plugin allows to quickly install LiveChat on any WordPress website.
6
  Author: LiveChat
7
  Author URI: http://www.livechatinc.com
8
- Version: 3.5.1
9
  */
10
 
11
  if (is_admin())
5
  Description: Live chat software for live help, online sales and customer support. This plugin allows to quickly install LiveChat on any WordPress website.
6
  Author: LiveChat
7
  Author URI: http://www.livechatinc.com
8
+ Version: 3.5.2
9
  */
10
 
11
  if (is_admin())
plugin_files/LiveChat.class.php CHANGED
@@ -40,7 +40,7 @@ class LiveChat
40
  return self::$instance;
41
  }
42
 
43
- /**
44
  * Returns plugin files absolute path
45
  *
46
  * @return string
@@ -123,7 +123,7 @@ class LiveChat
123
  /**
124
  * Echoes given helper
125
  */
126
- public static function get_helper($class, $echo=true, $params=[])
127
  {
128
  $class .= 'Helper';
129
 
@@ -188,9 +188,9 @@ class LiveChat
188
  $visitor_name = $currentUserData->display_name;
189
  }
190
 
191
- return [
192
  'name' => $visitor_name,
193
  'email' => $visitor_email
194
- ];
195
  }
196
  }
40
  return self::$instance;
41
  }
42
 
43
+ /**
44
  * Returns plugin files absolute path
45
  *
46
  * @return string
123
  /**
124
  * Echoes given helper
125
  */
126
+ public static function get_helper($class, $echo=true, $params=array())
127
  {
128
  $class .= 'Helper';
129
 
188
  $visitor_name = $currentUserData->display_name;
189
  }
190
 
191
+ return array(
192
  'name' => $visitor_name,
193
  'email' => $visitor_email
194
+ );
195
  }
196
  }
plugin_files/LiveChatAdmin.class.php CHANGED
@@ -168,7 +168,11 @@ final class LiveChatAdmin extends LiveChat
168
  update_option( 'livechat_disable_mobile', $disableMobile );
169
  update_option( 'livechat_disable_guests', $disableGuests );
170
 
171
- echo json_encode(['message' => 'success']);
 
 
 
 
172
  die;
173
  } else {
174
  return false;
168
  update_option( 'livechat_disable_mobile', $disableMobile );
169
  update_option( 'livechat_disable_guests', $disableGuests );
170
 
171
+ $array = array(
172
+ 'message' => 'success'
173
+ );
174
+
175
+ echo json_encode($array);
176
  die;
177
  } else {
178
  return false;
readme.txt CHANGED
@@ -1,9 +1,10 @@
1
  === LiveChat - WP live chat plugin for WordPress ===
2
  Contributors: LiveChat
3
  Tags: chat plugin, live chat, live chat plugin, wordpress live chat, wordpress chat, wordpress live chat plugin, wordpress chat plugin, live chat software, live support, help desk, help desk software, online ticketing system, ticketing system, online support, ecommerce chat, chat online, chat software, sales, customer help, customer support, livechat, customer service software, chat, customer service chat, live chat button, live chat support, live chat tool, live chat widget, live support button, live chat solution, online live chat, online chat, wp chat, wp live chat, livechat inc, livechatinc, live chat inc, wp livechat support, smartsupp, smart supp, tidio, jivochat, formilla, tawk, tawkto, tawk.to, facebook, facebook messenger, messenger, facebook live chat, facebook 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, websitealive, website alive, velaro, hubspot, salesforce, zapier, zopim, mailchimp, analytics, google analytics, im chat, slack, casengo, tagove, wisechat, wise chat, mylivechat, my live chat, livezilla, chatrify
4
- Stable tag: 3.5.1
5
  Requires PHP: 5.6
6
  Tested up to: 4.9.5
 
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -268,6 +269,9 @@ For more detailed instructions, go to the [live chat plugin page](https://www.li
268
 
269
  == Changelog ==
270
 
 
 
 
271
  = 3.5.1 =
272
  * Updated compatibility with PHP 7.1+
273
 
1
  === LiveChat - WP live chat plugin for WordPress ===
2
  Contributors: LiveChat
3
  Tags: chat plugin, live chat, live chat plugin, wordpress live chat, wordpress chat, wordpress live chat plugin, wordpress chat plugin, live chat software, live support, help desk, help desk software, online ticketing system, ticketing system, online support, ecommerce chat, chat online, chat software, sales, customer help, customer support, livechat, customer service software, chat, customer service chat, live chat button, live chat support, live chat tool, live chat widget, live support button, live chat solution, online live chat, online chat, wp chat, wp live chat, livechat inc, livechatinc, live chat inc, wp livechat support, smartsupp, smart supp, tidio, jivochat, formilla, tawk, tawkto, tawk.to, facebook, facebook messenger, messenger, facebook live chat, facebook 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, websitealive, website alive, velaro, hubspot, salesforce, zapier, zopim, mailchimp, analytics, google analytics, im chat, slack, casengo, tagove, wisechat, wise chat, mylivechat, my live chat, livezilla, chatrify
4
+ Stable tag: 3.5.2
5
  Requires PHP: 5.6
6
  Tested up to: 4.9.5
7
+ Requires at least: 3.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
269
 
270
  == Changelog ==
271
 
272
+ = 3.5.2 =
273
+ * Updated compatibility with PHP 5
274
+
275
  = 3.5.1 =
276
  * Updated compatibility with PHP 7.1+
277