Version Description
- Fix missing nonce variable
Download this release
Release Info
Developer | kkopaczyktidio |
Plugin | Tidio Live Chat |
Version | 4.2.1 |
Comparing to | |
See all releases |
Code changes from version 4.2.0 to 4.2.1
- media/js/options.js +0 -17
- readme.txt +22 -34
- tidio-elements.php +2 -2
media/js/options.js
CHANGED
@@ -6,23 +6,6 @@ jQuery(function ($) {
|
|
6 |
token: null,
|
7 |
email: '',
|
8 |
init: function () {
|
9 |
-
// check if page is already integrated; if so show after install screen
|
10 |
-
if ($('a[href="admin.php?page=tidio-chat"]').length === 0) {
|
11 |
-
$.post(ajaxurl, {
|
12 |
-
'action': 'get_private_key',
|
13 |
-
'_wpnonce': nonce,
|
14 |
-
},
|
15 |
-
function (response) {
|
16 |
-
if (response === 'error') {
|
17 |
-
// load through ajax url
|
18 |
-
TidioChatWP.accessThroughXHR(redirect);
|
19 |
-
return false;
|
20 |
-
}
|
21 |
-
$('#after-install-text').show();
|
22 |
-
TidioChatWP.setRedirectLink(response);
|
23 |
-
});
|
24 |
-
return;
|
25 |
-
}
|
26 |
this.error = $('.error');
|
27 |
this.form = $('#tidio-start');
|
28 |
this.form.show();
|
6 |
token: null,
|
7 |
email: '',
|
8 |
init: function () {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
this.error = $('.error');
|
10 |
this.form = $('#tidio-start');
|
11 |
this.form.show();
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== Tidio Live Chat ===
|
2 |
-
Contributors: tytus-tytus, lucastidio, marcingwizdala
|
3 |
Tags: free live chat, plugin, facebook, admin, live chat, chat, livechat, post, tidio, widget, post, posts, twitter, zendesk, mailchimp
|
4 |
Requires at least: 3.0
|
5 |
-
Tested up to: 5.
|
6 |
-
Stable tag: 4.2.
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -74,44 +74,29 @@ Please note that Tidio Chat is free. After activating the plugin, your 7 day tri
|
|
74 |
|
75 |
== Frequently Asked Questions ==
|
76 |
|
77 |
-
=
|
78 |
-
|
79 |
|
80 |
-
=
|
81 |
-
|
82 |
|
83 |
-
= Can
|
84 |
-
Yes, you can
|
85 |
|
86 |
-
=
|
87 |
-
|
88 |
|
89 |
-
=
|
90 |
-
|
91 |
|
92 |
-
=
|
93 |
-
Yes,
|
94 |
|
95 |
-
= Can I
|
96 |
-
Yes,
|
97 |
|
98 |
-
= Is there
|
99 |
-
|
100 |
-
|
101 |
-
= Is there an application for iOS or Android? =
|
102 |
-
Yes, you can download our mobile app from App Store (http://goo.gl/mqth2P) or Google Play (http://goo.gl/ayibFD)
|
103 |
-
|
104 |
-
= Can I install TidioChat on my plain html site? =
|
105 |
-
Yes you can
|
106 |
-
|
107 |
-
= Is it possible to initiate a conversation before the visitor does? =
|
108 |
-
Yes, you can do it with the automatic messages feature or simply choose a client from the visitors list and engage a conversation.
|
109 |
-
|
110 |
-
= Can I move the Tidio Chat widget? =
|
111 |
-
There are currently 2 positions for the chat, the bottom left and the bottom right hand corner.
|
112 |
-
|
113 |
-
= Can I hide chat’s widget? =
|
114 |
-
Yes, simply go to your chat panel and switch the “Display” option to off.
|
115 |
|
116 |
== Screenshots ==
|
117 |
1. Live Chat - instantly reply to people who visit your website
|
@@ -121,6 +106,9 @@ Yes, simply go to your chat panel and switch the “Display” option to off.
|
|
121 |
|
122 |
== Changelog ==
|
123 |
|
|
|
|
|
|
|
124 |
= 4.2.0 =
|
125 |
* Update menu icon
|
126 |
* Use email from plugin form as default email for a Tidio account
|
1 |
=== Tidio Live Chat ===
|
2 |
+
Contributors: tytus-tytus, lucastidio, marcingwizdala, kkopaczyktidio
|
3 |
Tags: free live chat, plugin, facebook, admin, live chat, chat, livechat, post, tidio, widget, post, posts, twitter, zendesk, mailchimp
|
4 |
Requires at least: 3.0
|
5 |
+
Tested up to: 5.4.1
|
6 |
+
Stable tag: 4.2.1
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
74 |
|
75 |
== Frequently Asked Questions ==
|
76 |
|
77 |
+
= Is Tidio free? How much does it cost? =
|
78 |
+
Upon registering, a 7-day trial of an unlimited version of the app is assigned to your account. After the trial expires, you will be asked if you'd like to subscribe to a paid package (they start from $18 a month) or downgrade to the basic version. That way you are still able to use the chat for free, for an unlimited time :)
|
79 |
|
80 |
+
= Can I customise the chat widget? =
|
81 |
+
You can customise the chat widget by adjusting its colour, its position on your website (the bottom-right or bottom-left corner, or as a sidebar), all of the texts that appear in it, as well as some other options!
|
82 |
|
83 |
+
= Can my chat answer clients automatically? =
|
84 |
+
Yes, your chat can engage in simple conversations automatically; you can use the chatbots feature to create autoresponders and FAQ bots, and many others :)
|
85 |
|
86 |
+
= Is it possible to automatically send a message to a new/returning customer? =
|
87 |
+
Chatbots will allow you to interact with both new and returning customers on your website.
|
88 |
|
89 |
+
= Is the history of conversations saved? =
|
90 |
+
Yes, the history of all conversations is saved in your panel, and you can access it at any time. You’re able to remove the history for an entire conversation if you choose to.
|
91 |
|
92 |
+
= Can I disable/hide the chat widget? =
|
93 |
+
Yes, it’s possible to hide the chat widget on all the subpages of your website, or only of the pages of your choice, both for desktop and mobile devices.
|
94 |
|
95 |
+
= Can I use Tidio on multiple websites? =
|
96 |
+
Yes, there are two options to use Tidio on multiple websites. You can use the same chat on every website or add a new project for every website, which allows you to manage them all separately.
|
97 |
|
98 |
+
= Is there a mobile application? =
|
99 |
+
Yes, you can download our mobile app from the App Store (http://goo.gl/mqth2P) or Google Play (http://goo.gl/ayibFD).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
|
101 |
== Screenshots ==
|
102 |
1. Live Chat - instantly reply to people who visit your website
|
106 |
|
107 |
== Changelog ==
|
108 |
|
109 |
+
= 4.2.1 =
|
110 |
+
* Fix missing nonce variable
|
111 |
+
|
112 |
= 4.2.0 =
|
113 |
* Update menu icon
|
114 |
* Use email from plugin form as default email for a Tidio account
|
tidio-elements.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Plugin Name: Tidio Chat
|
5 |
* Plugin URI: http://www.tidio.com
|
6 |
* Description: Tidio Live Chat - live chat boosted with chatbots for your online business. Integrates with your website in less than 20 seconds.
|
7 |
-
* Version: 4.2.
|
8 |
* Author: Tidio Ltd.
|
9 |
* Author URI: http://www.tidio.com
|
10 |
* License: GPL2
|
11 |
*/
|
12 |
-
define('TIDIOCHAT_VERSION', '4.2.
|
13 |
define('AFFILIATE_CONFIG_FILE_PATH', get_template_directory().'/tidio_affiliate_ref_id.txt');
|
14 |
|
15 |
class TidioLiveChat
|
4 |
* Plugin Name: Tidio Chat
|
5 |
* Plugin URI: http://www.tidio.com
|
6 |
* Description: Tidio Live Chat - live chat boosted with chatbots for your online business. Integrates with your website in less than 20 seconds.
|
7 |
+
* Version: 4.2.1
|
8 |
* Author: Tidio Ltd.
|
9 |
* Author URI: http://www.tidio.com
|
10 |
* License: GPL2
|
11 |
*/
|
12 |
+
define('TIDIOCHAT_VERSION', '4.2.1');
|
13 |
define('AFFILIATE_CONFIG_FILE_PATH', get_template_directory().'/tidio_affiliate_ref_id.txt');
|
14 |
|
15 |
class TidioLiveChat
|