Version Description
- docs update
Download this release
Release Info
Developer | livechat |
Plugin | LiveChat – WP live chat plugin for WordPress |
Version | 4.2.2 |
Comparing to | |
See all releases |
Code changes from version 4.2.1 to 4.2.2
- changelog.txt +3 -0
- livechat.php +1 -1
- readme.txt +10 -1
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
changelog.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
== Changelog ==
|
2 |
|
|
|
|
|
|
|
3 |
= 4.2.1 =
|
4 |
* docs update
|
5 |
|
1 |
== Changelog ==
|
2 |
|
3 |
+
= 4.2.2 =
|
4 |
+
* docs update
|
5 |
+
|
6 |
= 4.2.1 =
|
7 |
* docs update
|
8 |
|
livechat.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://www.livechat.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.livechat.com
|
8 |
-
Version: 4.2.
|
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.livechat.com
|
8 |
+
Version: 4.2.2
|
9 |
Text Domain: wp-live-chat-software-for-wordpress
|
10 |
Domain Path: /languages
|
11 |
*/
|
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, wordpress chat,
|
4 |
-
Stable tag: 4.2.
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.4
|
7 |
Requires at least: 4.0
|
@@ -76,6 +76,12 @@ Take a look at LiveChat plans and features on our [website](https://www.livechat
|
|
76 |
|
77 |
LiveChat – WP live chat plugin for WordPress is a fully translation-ready plugin. You can translate the plugin into any language on [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/wp-live-chat-software-for-wordpress/).
|
78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
== Live Chat Features ==
|
80 |
|
81 |
- **Chat on multiple websites** – connect all of your websites to a single LiveChat account, and keep the chat widget consistent across all the pages.
|
@@ -346,6 +352,9 @@ For more detailed instructions, go to the [live chat plugin page](https://www.li
|
|
346 |
|
347 |
== Changelog ==
|
348 |
|
|
|
|
|
|
|
349 |
= 4.2.1 =
|
350 |
* docs update
|
351 |
|
1 |
=== LiveChat - WP live chat plugin for WordPress ===
|
2 |
Contributors: LiveChat
|
3 |
Tags: live chat, chat plugin, live chat plugin, wordpress live chat, wordpress chat,
|
4 |
+
Stable tag: 4.2.2
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.4
|
7 |
Requires at least: 4.0
|
76 |
|
77 |
LiveChat – WP live chat plugin for WordPress is a fully translation-ready plugin. You can translate the plugin into any language on [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/wp-live-chat-software-for-wordpress/).
|
78 |
|
79 |
+
= Notes =
|
80 |
+
|
81 |
+
You want to open a LiveChat account for a client? Expand your business offer by adding LiveChat in projects you run for your customers.
|
82 |
+
|
83 |
+
[Check our Partner Program](https://partners.livechat.com/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=wordpress_listing)
|
84 |
+
|
85 |
== Live Chat Features ==
|
86 |
|
87 |
- **Chat on multiple websites** – connect all of your websites to a single LiveChat account, and keep the chat widget consistent across all the pages.
|
352 |
|
353 |
== Changelog ==
|
354 |
|
355 |
+
= 4.2.2 =
|
356 |
+
* docs update
|
357 |
+
|
358 |
= 4.2.1 =
|
359 |
* docs update
|
360 |
|
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 ComposerAutoloaderInita31b2e7cd132fe57e20ab333042a5844::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 ComposerAutoloaderInit265eb3f29ecd9b509e4cbd121c4b07ee
|
|
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 ComposerAutoloaderInita31b2e7cd132fe57e20ab333042a5844
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInita31b2e7cd132fe57e20ab333042a5844', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInita31b2e7cd132fe57e20ab333042a5844', '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\ComposerStaticInita31b2e7cd132fe57e20ab333042a5844::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 ComposerStaticInit265eb3f29ecd9b509e4cbd121c4b07ee
|
|
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 ComposerStaticInita31b2e7cd132fe57e20ab333042a5844
|
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 = ComposerStaticInita31b2e7cd132fe57e20ab333042a5844::$prefixLengthsPsr4;
|
76 |
+
$loader->prefixDirsPsr4 = ComposerStaticInita31b2e7cd132fe57e20ab333042a5844::$prefixDirsPsr4;
|
77 |
+
$loader->classMap = ComposerStaticInita31b2e7cd132fe57e20ab333042a5844::$classMap;
|
78 |
|
79 |
}, null, ClassLoader::class);
|
80 |
}
|