Version Description
Download this release
Release Info
Developer | livechat |
Plugin | LiveChat – WP live chat plugin for WordPress |
Version | 4.1.2 |
Comparing to | |
See all releases |
Code changes from version 4.1.1 to 4.1.2
- livechat.php +1 -1
- plugin_files/css/livechat-general.css +17 -7
- plugin_files/templates/resources.html.twig +6 -0
- readme.txt +4 -1
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
livechat.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://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: https://www.livechatinc.com
|
8 |
-
Version: 4.1.
|
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: https://www.livechatinc.com
|
8 |
+
Version: 4.1.2
|
9 |
Text Domain: wp-live-chat-software-for-wordpress
|
10 |
Domain Path: /languages
|
11 |
*/
|
plugin_files/css/livechat-general.css
CHANGED
@@ -8,17 +8,26 @@
|
|
8 |
background: #fff;
|
9 |
}
|
10 |
|
11 |
-
.livechat_page_livechat_resources
|
|
|
12 |
padding-left: 0;
|
|
|
13 |
}
|
14 |
|
15 |
-
.livechat_page_livechat_resources #wpwrap #wpcontent #wpbody-content
|
|
|
16 |
padding-bottom: 0;
|
17 |
}
|
18 |
|
19 |
-
.livechat_page_livechat_resources
|
|
|
20 |
padding: 0;
|
21 |
-
height:
|
|
|
|
|
|
|
|
|
|
|
22 |
}
|
23 |
|
24 |
.lc-table {
|
@@ -41,13 +50,14 @@
|
|
41 |
}
|
42 |
|
43 |
#lc-container, #resources-container {
|
44 |
-
|
45 |
-
padding
|
46 |
-
height:
|
47 |
display: flex;
|
48 |
flex-direction: column;
|
49 |
align-items: center;
|
50 |
justify-content: center;
|
|
|
51 |
}
|
52 |
|
53 |
#lc-container > iframe, #resources-container > iframe {
|
8 |
background: #fff;
|
9 |
}
|
10 |
|
11 |
+
.livechat_page_livechat_resources #wpwrap #wpcontent,
|
12 |
+
.livechat_page_livechat_settings #wpwrap #wpcontent {
|
13 |
padding-left: 0;
|
14 |
+
height: 100%;
|
15 |
}
|
16 |
|
17 |
+
.livechat_page_livechat_resources #wpwrap #wpcontent #wpbody-content,
|
18 |
+
.livechat_page_livechat_settings #wpwrap #wpcontent #wpbody-content {
|
19 |
padding-bottom: 0;
|
20 |
}
|
21 |
|
22 |
+
.livechat_page_livechat_resources #wpwrap #wpcontent #resources-container,
|
23 |
+
.livechat_page_livechat_settings #wpwrap #wpcontent #resources-container {
|
24 |
padding: 0;
|
25 |
+
height: 93vh;
|
26 |
+
}
|
27 |
+
|
28 |
+
.livechat_page_livechat_resources .update-nag,
|
29 |
+
.livechat_page_livechat_settings .update-nag {
|
30 |
+
display: none;
|
31 |
}
|
32 |
|
33 |
.lc-table {
|
50 |
}
|
51 |
|
52 |
#lc-container, #resources-container {
|
53 |
+
width: 100%;
|
54 |
+
padding: 0;
|
55 |
+
height: 95vh;
|
56 |
display: flex;
|
57 |
flex-direction: column;
|
58 |
align-items: center;
|
59 |
justify-content: center;
|
60 |
+
float: left;
|
61 |
}
|
62 |
|
63 |
#lc-container > iframe, #resources-container > iframe {
|
plugin_files/templates/resources.html.twig
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
<div id="resources-container">
|
2 |
<iframe src="{{ resourcesUrl }}"></iframe>
|
3 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<div id="resources-container">
|
2 |
<iframe src="{{ resourcesUrl }}"></iframe>
|
3 |
</div>
|
4 |
+
|
5 |
+
<script>
|
6 |
+
if (document.getElementById('lc-connect-notice')) {
|
7 |
+
document.getElementById('resources-container').style.height = '80vh';
|
8 |
+
}
|
9 |
+
</script>
|
readme.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
=== LiveChat - WP live chat plugin for WordPress ===
|
2 |
Contributors: LiveChat
|
3 |
Tags: live chat, chat plugin, live chat plugin, wordpress live chat, live support, wordpress chat, chat
|
4 |
-
Stable tag: 4.1.
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.3.1
|
7 |
Requires at least: 4.0
|
@@ -382,6 +382,9 @@ For more detailed instructions, go to the [live chat plugin page](https://www.li
|
|
382 |
|
383 |
== Changelog ==
|
384 |
|
|
|
|
|
|
|
385 |
= 4.1.1. =
|
386 |
* bug fixes
|
387 |
|
1 |
=== LiveChat - WP live chat plugin for WordPress ===
|
2 |
Contributors: LiveChat
|
3 |
Tags: live chat, chat plugin, live chat plugin, wordpress live chat, live support, wordpress chat, chat
|
4 |
+
Stable tag: 4.1.2
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.3.1
|
7 |
Requires at least: 4.0
|
382 |
|
383 |
== Changelog ==
|
384 |
|
385 |
+
= 4.1.2. =
|
386 |
+
* CSS improvements
|
387 |
+
|
388 |
= 4.1.1. =
|
389 |
* bug fixes
|
390 |
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit40732b7730cdf5348c07356d7267c06c::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -19,15 +19,15 @@ class ComposerAutoloaderInit412ffbb41f7d262ee7e097e88acd6f03
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
-
call_user_func(\Composer\Autoload\
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit40732b7730cdf5348c07356d7267c06c
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit40732b7730cdf5348c07356d7267c06c', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit40732b7730cdf5348c07356d7267c06c', 'loadClassLoader'));
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit40732b7730cdf5348c07356d7267c06c::getInitializer($loader));
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'L' =>
|
@@ -72,9 +72,9 @@ class ComposerStaticInit412ffbb41f7d262ee7e097e88acd6f03
|
|
72 |
public static function getInitializer(ClassLoader $loader)
|
73 |
{
|
74 |
return \Closure::bind(function () use ($loader) {
|
75 |
-
$loader->prefixLengthsPsr4 =
|
76 |
-
$loader->prefixDirsPsr4 =
|
77 |
-
$loader->classMap =
|
78 |
|
79 |
}, null, ClassLoader::class);
|
80 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit40732b7730cdf5348c07356d7267c06c
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'L' =>
|
72 |
public static function getInitializer(ClassLoader $loader)
|
73 |
{
|
74 |
return \Closure::bind(function () use ($loader) {
|
75 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit40732b7730cdf5348c07356d7267c06c::$prefixLengthsPsr4;
|
76 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit40732b7730cdf5348c07356d7267c06c::$prefixDirsPsr4;
|
77 |
+
$loader->classMap = ComposerStaticInit40732b7730cdf5348c07356d7267c06c::$classMap;
|
78 |
|
79 |
}, null, ClassLoader::class);
|
80 |
}
|