Version Description
- Connect Flow implemented
Download this release
Release Info
Developer | livechat |
Plugin | LiveChat – WP live chat plugin for WordPress |
Version | 3.7.0 |
Comparing to | |
See all releases |
Code changes from version 3.6.3 to 3.7.0
languages/wp-live-chat-software-for-wordpress.pot
CHANGED
@@ -71,14 +71,6 @@ msgstr ""
|
|
71 |
msgid "LiveChat is now installed on your website!"
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: ../plugin_files/helpers/SettingsHelper.class.php:34
|
75 |
-
msgid "or"
|
76 |
-
msgstr ""
|
77 |
-
|
78 |
-
#: ../plugin_files/helpers/SettingsHelper.class.php:36
|
79 |
-
msgid "create an account"
|
80 |
-
msgstr ""
|
81 |
-
|
82 |
#: ../plugin_files/helpers/SettingsHelper.class.php:50
|
83 |
msgid "Currently you are using your"
|
84 |
msgstr ""
|
71 |
msgid "LiveChat is now installed on your website!"
|
72 |
msgstr ""
|
73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
#: ../plugin_files/helpers/SettingsHelper.class.php:50
|
75 |
msgid "Currently you are using your"
|
76 |
msgstr ""
|
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.
|
9 |
Text Domain: wp-live-chat-software-for-wordpress
|
10 |
Domain Path: /languages
|
11 |
*/
|
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.7.0
|
9 |
Text Domain: wp-live-chat-software-for-wordpress
|
10 |
Domain Path: /languages
|
11 |
*/
|
plugin_files/css/livechat.css
CHANGED
@@ -84,6 +84,7 @@ div#wordpress-livechat-container .login-box-header {
|
|
84 |
width: 600px;
|
85 |
max-width: 100%;
|
86 |
margin: -30px auto 0;
|
|
|
87 |
}
|
88 |
div#wordpress-livechat-container .account {
|
89 |
margin-top: 60px;
|
@@ -280,13 +281,15 @@ div#wordpress-livechat-container .onoffswitch-checkbox:checked + .onoffswitch-la
|
|
280 |
/* Sign in with LiveChat */
|
281 |
|
282 |
.login-with-livechat {
|
283 |
-
|
|
|
|
|
284 |
text-align: center;
|
285 |
}
|
286 |
|
287 |
iframe#login-with-livechat
|
288 |
{
|
289 |
-
width:
|
290 |
height: 45px;
|
291 |
border: none;
|
292 |
}
|
84 |
width: 600px;
|
85 |
max-width: 100%;
|
86 |
margin: -30px auto 0;
|
87 |
+
z-index: 1;
|
88 |
}
|
89 |
div#wordpress-livechat-container .account {
|
90 |
margin-top: 60px;
|
281 |
/* Sign in with LiveChat */
|
282 |
|
283 |
.login-with-livechat {
|
284 |
+
position: relative;
|
285 |
+
z-index: 2;
|
286 |
+
margin-top: -50px;
|
287 |
text-align: center;
|
288 |
}
|
289 |
|
290 |
iframe#login-with-livechat
|
291 |
{
|
292 |
+
width: 212px;
|
293 |
height: 45px;
|
294 |
border: none;
|
295 |
}
|
plugin_files/helpers/SettingsHelper.class.php
CHANGED
@@ -10,6 +10,7 @@ class SettingsHelper extends LiveChatHelper
|
|
10 |
$license_email = LiveChat::get_instance()->get_login();
|
11 |
$license_id = LiveChat::get_instance()->get_license_number();
|
12 |
$settings = LiveChat::get_instance()->get_settings();
|
|
|
13 |
|
14 |
if (isset($_GET['actionType']) && $_GET['actionType'] === 'install') { ?>
|
15 |
<div class="updated installed">
|
@@ -27,12 +28,7 @@ class SettingsHelper extends LiveChatHelper
|
|
27 |
</div>
|
28 |
<div id="useExistingAccount">
|
29 |
<p class="login-with-livechat"><br>
|
30 |
-
<iframe id="login-with-livechat" src="https://addons.livechatinc.com/sign-in-with-livechat" > </iframe>
|
31 |
-
</p>
|
32 |
-
<p class="lc-or"><?php _e('or', 'wp-live-chat-software-for-wordpress'); ?><br>
|
33 |
-
<a href="https://my.livechatinc.com/signup?a=wordpress&utm_source=wordpress.org&utm_medium=integration&utm_campaign=wordpress_plugin" target="_blank" class="livechat-signup a-important">
|
34 |
-
<?php _e('create an account', 'wp-live-chat-software-for-wordpress'); ?>
|
35 |
-
</a>
|
36 |
</p>
|
37 |
<form id="licenseForm" action="?page=livechat_settings&actionType=install" method="post">
|
38 |
<input type="hidden" name="licenseEmail" id="licenseEmail">
|
10 |
$license_email = LiveChat::get_instance()->get_login();
|
11 |
$license_id = LiveChat::get_instance()->get_license_number();
|
12 |
$settings = LiveChat::get_instance()->get_settings();
|
13 |
+
$user = LiveChat::get_instance()->get_user_data();
|
14 |
|
15 |
if (isset($_GET['actionType']) && $_GET['actionType'] === 'install') { ?>
|
16 |
<div class="updated installed">
|
28 |
</div>
|
29 |
<div id="useExistingAccount">
|
30 |
<p class="login-with-livechat"><br>
|
31 |
+
<iframe id="login-with-livechat" src="https://addons.livechatinc.com/sign-in-with-livechat/wordpress/?linkLabel=Connect+with+LiveChat&popupRoute=signup%2Fcredentials&a=wordpress&utm_source=wordpress.org&utm_medium=integration&utm_campaign=wordpress_plugin&email=<?php echo urlencode($user['email']); ?>&name=<?php echo urlencode($user['name']); ?>" > </iframe>
|
|
|
|
|
|
|
|
|
|
|
32 |
</p>
|
33 |
<form id="licenseForm" action="?page=livechat_settings&actionType=install" method="post">
|
34 |
<input type="hidden" name="licenseEmail" id="licenseEmail">
|
readme.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
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 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.0.3
|
7 |
Requires at least: 3.4
|
@@ -307,6 +307,9 @@ For more detailed instructions, go to the [live chat plugin page](https://www.li
|
|
307 |
|
308 |
== Changelog ==
|
309 |
|
|
|
|
|
|
|
310 |
= 3.6.3 =
|
311 |
* Connect notice
|
312 |
|
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.7.0
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.0.3
|
7 |
Requires at least: 3.4
|
307 |
|
308 |
== Changelog ==
|
309 |
|
310 |
+
= 3.7.0 =
|
311 |
+
* Connect Flow implemented
|
312 |
+
|
313 |
= 3.6.3 =
|
314 |
* Connect notice
|
315 |
|