JivoChat Live Chat [Official] - Version 1.3.2

Version Description

  • Fix price list bug
Download this release

Release Info

Developer JivoChat
Plugin Icon 128x128 JivoChat Live Chat [Official]
Version 1.3.2
Comparing to
See all releases

Code changes from version 1.3.1 to 1.3.2

Files changed (2) hide show
  1. jivosite.php +5 -2
  2. readme.txt +4 -1
jivosite.php CHANGED
@@ -5,7 +5,7 @@
5
  * Author URI: www.jivochat.com
6
  * Plugin URI: http://jivochat.com/
7
  * Description: With JivoChat you can chat with visitors on your website to increase conversion and sales
8
- * Version: 1.3.1
9
  *
10
  * Text Domain: jivosite
11
  * Domain Path: /
@@ -16,10 +16,12 @@ if (!defined('ABSPATH')) die("go away!");
16
 
17
  load_plugin_textdomain('jivosite', false, PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)));
18
  $lang = get_bloginfo("language");
19
- if ($lang=="ru_RU") {
20
  $jivo_addr = 'http://www.jivosite.ru';
 
21
  } else {
22
  $jivo_addr = 'https://www.jivochat.com';
 
23
  }
24
 
25
  define ("JIVO_LANG", substr($lang,0,2));
@@ -149,6 +151,7 @@ class jivosite {
149
  $query = $_POST;
150
  $query['siteUrl'] = get_site_url();
151
  $query['partnerId'] = "wordpress";
 
152
  $authToken = md5(time().get_site_url());
153
  $query['authToken'] = $authToken;
154
  if(!$query['agent_id']){
5
  * Author URI: www.jivochat.com
6
  * Plugin URI: http://jivochat.com/
7
  * Description: With JivoChat you can chat with visitors on your website to increase conversion and sales
8
+ * Version: 1.3.2
9
  *
10
  * Text Domain: jivosite
11
  * Domain Path: /
16
 
17
  load_plugin_textdomain('jivosite', false, PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)));
18
  $lang = get_bloginfo("language");
19
+ if ($lang=="ru-RU") {
20
  $jivo_addr = 'http://www.jivosite.ru';
21
+ define ("JIVO_PRICELIST", 105);
22
  } else {
23
  $jivo_addr = 'https://www.jivochat.com';
24
+ define ("JIVO_PRICELIST", 4);
25
  }
26
 
27
  define ("JIVO_LANG", substr($lang,0,2));
151
  $query = $_POST;
152
  $query['siteUrl'] = get_site_url();
153
  $query['partnerId'] = "wordpress";
154
+ $query['pricelist_id'] = JIVO_PRICELIST;
155
  $authToken = md5(time().get_site_url());
156
  $query['authToken'] = $authToken;
157
  if(!$query['agent_id']){
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://jivochat.com/
4
  Tags: jivochat, jivo, chat, livechat, chat for website, chat online, chat software, click desk, clickdesk, contact plugin, contact us, customer support, free chat, IM Chat, live chat, live chat services, live chat software, live chatting, live help, live support, live web chat, livechat, online chat, online support, php live chat, snapengage, support software, wordpress chat, wordpress live chat, wordpress live chat plugin, живосайт, живой сайт, дживосайт, jivosite, zendesk, zopim, zopim live chat, zendesk chat, tawk, tawkto, tawk.to, chatra, чатра, pure chat, pureсhat, smartsupp, smart supp, happyfox, happy fox, siteheart, site heart, chatnox, liveagent, live agent, slack, subiz, casengo, chatpirate, tagove, wp live chat support, wise chat, wisechat, wise, chatbro, chat bro, iflychat, tidio, flyzoo, yith, livetex, webisonline, redhelper, red helper, mylivechat, my live chat, live chat inc, livechatinc, olark, userlike, user like, zoho, zoho chat, livezilla, intercom, chatrify, onicon, callbackhunter, callback, callback widget, venyoo, comagic, talk-me, talkme, NetroxSC, boldchat, velaro, bitrix24, bitrix
5
  Requires at least: 3.0.1
6
  Tested up to: 4.9.6
7
- Stable tag: 1.3.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -72,6 +72,9 @@ You can choose to install the desktop app, or you can install our JivoChat app o
72
 
73
  == Changelog ==
74
 
 
 
 
75
  = 1.3.1 =
76
  * Fixes, up to work with WordPress 4.9.6
77
 
4
  Tags: jivochat, jivo, chat, livechat, chat for website, chat online, chat software, click desk, clickdesk, contact plugin, contact us, customer support, free chat, IM Chat, live chat, live chat services, live chat software, live chatting, live help, live support, live web chat, livechat, online chat, online support, php live chat, snapengage, support software, wordpress chat, wordpress live chat, wordpress live chat plugin, живосайт, живой сайт, дживосайт, jivosite, zendesk, zopim, zopim live chat, zendesk chat, tawk, tawkto, tawk.to, chatra, чатра, pure chat, pureсhat, smartsupp, smart supp, happyfox, happy fox, siteheart, site heart, chatnox, liveagent, live agent, slack, subiz, casengo, chatpirate, tagove, wp live chat support, wise chat, wisechat, wise, chatbro, chat bro, iflychat, tidio, flyzoo, yith, livetex, webisonline, redhelper, red helper, mylivechat, my live chat, live chat inc, livechatinc, olark, userlike, user like, zoho, zoho chat, livezilla, intercom, chatrify, onicon, callbackhunter, callback, callback widget, venyoo, comagic, talk-me, talkme, NetroxSC, boldchat, velaro, bitrix24, bitrix
5
  Requires at least: 3.0.1
6
  Tested up to: 4.9.6
7
+ Stable tag: 1.3.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
72
 
73
  == Changelog ==
74
 
75
+ = 1.3.2 =
76
+ * Fix price list bug
77
+
78
  = 1.3.1 =
79
  * Fixes, up to work with WordPress 4.9.6
80