Version Description
- checked plugin compatibility with WordPress 5.9
Download this release
Release Info
Developer | livechat |
Plugin | LiveChat – WP live chat plugin for WordPress |
Version | 4.5.5 |
Comparing to | |
See all releases |
Code changes from version 4.5.4 to 4.5.5
- changelog.txt +3 -0
- composer.lock +26 -21
- livechat.php +2 -2
- readme.txt +5 -2
- 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.5.4 =
|
4 |
* updated plugin description
|
5 |
|
1 |
== Changelog ==
|
2 |
|
3 |
+
= 4.5.5 =
|
4 |
+
* checked plugin compatibility with WordPress 5.9
|
5 |
+
|
6 |
= 4.5.4 =
|
7 |
* updated plugin description
|
8 |
|
composer.lock
CHANGED
@@ -63,16 +63,16 @@
|
|
63 |
"packages-dev": [
|
64 |
{
|
65 |
"name": "antecedent/patchwork",
|
66 |
-
"version": "2.1.
|
67 |
"source": {
|
68 |
"type": "git",
|
69 |
"url": "https://github.com/antecedent/patchwork.git",
|
70 |
-
"reference": "
|
71 |
},
|
72 |
"dist": {
|
73 |
"type": "zip",
|
74 |
-
"url": "https://api.github.com/repos/antecedent/patchwork/zipball/
|
75 |
-
"reference": "
|
76 |
"shasum": ""
|
77 |
},
|
78 |
"require": {
|
@@ -103,7 +103,7 @@
|
|
103 |
"runkit",
|
104 |
"testing"
|
105 |
],
|
106 |
-
"time": "
|
107 |
},
|
108 |
{
|
109 |
"name": "brain/monkey",
|
@@ -137,12 +137,12 @@
|
|
137 |
}
|
138 |
},
|
139 |
"autoload": {
|
140 |
-
"psr-4": {
|
141 |
-
"Brain\\Monkey\\": "src/"
|
142 |
-
},
|
143 |
"files": [
|
144 |
"inc/api.php"
|
145 |
-
]
|
|
|
|
|
|
|
146 |
},
|
147 |
"notification-url": "https://packagist.org/downloads/",
|
148 |
"license": [
|
@@ -173,27 +173,27 @@
|
|
173 |
},
|
174 |
{
|
175 |
"name": "dealerdirect/phpcodesniffer-composer-installer",
|
176 |
-
"version": "v0.7.
|
177 |
"source": {
|
178 |
"type": "git",
|
179 |
"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
|
180 |
-
"reference": "
|
181 |
},
|
182 |
"dist": {
|
183 |
"type": "zip",
|
184 |
-
"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/
|
185 |
-
"reference": "
|
186 |
"shasum": ""
|
187 |
},
|
188 |
"require": {
|
189 |
"composer-plugin-api": "^1.0 || ^2.0",
|
190 |
"php": ">=5.3",
|
191 |
-
"squizlabs/php_codesniffer": "^2.0 || ^3.0 || ^4.0"
|
192 |
},
|
193 |
"require-dev": {
|
194 |
"composer/composer": "*",
|
195 |
-
"
|
196 |
-
"
|
197 |
},
|
198 |
"type": "composer-plugin",
|
199 |
"extra": {
|
@@ -214,6 +214,10 @@
|
|
214 |
"email": "franck.nijhof@dealerdirect.com",
|
215 |
"homepage": "http://www.frenck.nl",
|
216 |
"role": "Developer / IT Manager"
|
|
|
|
|
|
|
|
|
217 |
}
|
218 |
],
|
219 |
"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
|
@@ -225,6 +229,7 @@
|
|
225 |
"codesniffer",
|
226 |
"composer",
|
227 |
"installer",
|
|
|
228 |
"phpcs",
|
229 |
"plugin",
|
230 |
"qa",
|
@@ -235,7 +240,7 @@
|
|
235 |
"stylecheck",
|
236 |
"tests"
|
237 |
],
|
238 |
-
"time": "
|
239 |
},
|
240 |
{
|
241 |
"name": "doctrine/instantiator",
|
@@ -427,12 +432,12 @@
|
|
427 |
},
|
428 |
"type": "library",
|
429 |
"autoload": {
|
430 |
-
"psr-4": {
|
431 |
-
"DeepCopy\\": "src/DeepCopy/"
|
432 |
-
},
|
433 |
"files": [
|
434 |
"src/DeepCopy/deep_copy.php"
|
435 |
-
]
|
|
|
|
|
|
|
436 |
},
|
437 |
"notification-url": "https://packagist.org/downloads/",
|
438 |
"license": [
|
63 |
"packages-dev": [
|
64 |
{
|
65 |
"name": "antecedent/patchwork",
|
66 |
+
"version": "2.1.21",
|
67 |
"source": {
|
68 |
"type": "git",
|
69 |
"url": "https://github.com/antecedent/patchwork.git",
|
70 |
+
"reference": "25c1fa0cd9a6e6d0d13863d8df8f050b6733f16d"
|
71 |
},
|
72 |
"dist": {
|
73 |
"type": "zip",
|
74 |
+
"url": "https://api.github.com/repos/antecedent/patchwork/zipball/25c1fa0cd9a6e6d0d13863d8df8f050b6733f16d",
|
75 |
+
"reference": "25c1fa0cd9a6e6d0d13863d8df8f050b6733f16d",
|
76 |
"shasum": ""
|
77 |
},
|
78 |
"require": {
|
103 |
"runkit",
|
104 |
"testing"
|
105 |
],
|
106 |
+
"time": "2022-02-07T07:28:34+00:00"
|
107 |
},
|
108 |
{
|
109 |
"name": "brain/monkey",
|
137 |
}
|
138 |
},
|
139 |
"autoload": {
|
|
|
|
|
|
|
140 |
"files": [
|
141 |
"inc/api.php"
|
142 |
+
],
|
143 |
+
"psr-4": {
|
144 |
+
"Brain\\Monkey\\": "src/"
|
145 |
+
}
|
146 |
},
|
147 |
"notification-url": "https://packagist.org/downloads/",
|
148 |
"license": [
|
173 |
},
|
174 |
{
|
175 |
"name": "dealerdirect/phpcodesniffer-composer-installer",
|
176 |
+
"version": "v0.7.2",
|
177 |
"source": {
|
178 |
"type": "git",
|
179 |
"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
|
180 |
+
"reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db"
|
181 |
},
|
182 |
"dist": {
|
183 |
"type": "zip",
|
184 |
+
"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
|
185 |
+
"reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
|
186 |
"shasum": ""
|
187 |
},
|
188 |
"require": {
|
189 |
"composer-plugin-api": "^1.0 || ^2.0",
|
190 |
"php": ">=5.3",
|
191 |
+
"squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
|
192 |
},
|
193 |
"require-dev": {
|
194 |
"composer/composer": "*",
|
195 |
+
"php-parallel-lint/php-parallel-lint": "^1.3.1",
|
196 |
+
"phpcompatibility/php-compatibility": "^9.0"
|
197 |
},
|
198 |
"type": "composer-plugin",
|
199 |
"extra": {
|
214 |
"email": "franck.nijhof@dealerdirect.com",
|
215 |
"homepage": "http://www.frenck.nl",
|
216 |
"role": "Developer / IT Manager"
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"name": "Contributors",
|
220 |
+
"homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors"
|
221 |
}
|
222 |
],
|
223 |
"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
|
229 |
"codesniffer",
|
230 |
"composer",
|
231 |
"installer",
|
232 |
+
"phpcbf",
|
233 |
"phpcs",
|
234 |
"plugin",
|
235 |
"qa",
|
240 |
"stylecheck",
|
241 |
"tests"
|
242 |
],
|
243 |
+
"time": "2022-02-04T12:51:07+00:00"
|
244 |
},
|
245 |
{
|
246 |
"name": "doctrine/instantiator",
|
432 |
},
|
433 |
"type": "library",
|
434 |
"autoload": {
|
|
|
|
|
|
|
435 |
"files": [
|
436 |
"src/DeepCopy/deep_copy.php"
|
437 |
+
],
|
438 |
+
"psr-4": {
|
439 |
+
"DeepCopy\\": "src/DeepCopy/"
|
440 |
+
}
|
441 |
},
|
442 |
"notification-url": "https://packagist.org/downloads/",
|
443 |
"license": [
|
livechat.php
CHANGED
@@ -3,13 +3,13 @@
|
|
3 |
* Plugin Name: LiveChat
|
4 |
* Plugin URI: https://www.livechat.com/marketplace/apps/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 |
-
* Version: 4.5.
|
7 |
* Author: LiveChat
|
8 |
* Author URI: https://www.livechat.com
|
9 |
* Text Domain: wp-live-chat-software-for-wordpress
|
10 |
* Domain Path: /languages
|
11 |
*
|
12 |
-
* Copyright: ©
|
13 |
* License: GNU General Public License v3.0
|
14 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
15 |
*/
|
3 |
* Plugin Name: LiveChat
|
4 |
* Plugin URI: https://www.livechat.com/marketplace/apps/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 |
+
* Version: 4.5.5
|
7 |
* Author: LiveChat
|
8 |
* Author URI: https://www.livechat.com
|
9 |
* Text Domain: wp-live-chat-software-for-wordpress
|
10 |
* Domain Path: /languages
|
11 |
*
|
12 |
+
* Copyright: © 2022 LiveChat.
|
13 |
* License: GNU General Public License v3.0
|
14 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
15 |
*/
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
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.5.
|
5 |
Requires PHP: 5.6
|
6 |
-
Tested up to: 5.
|
7 |
Requires at least: 4.4
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
@@ -178,6 +178,9 @@ For more detailed instructions, go to the [live chat plugin page](https://www.li
|
|
178 |
|
179 |
== Changelog ==
|
180 |
|
|
|
|
|
|
|
181 |
= 4.5.4 =
|
182 |
* updated plugin description
|
183 |
|
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.5.5
|
5 |
Requires PHP: 5.6
|
6 |
+
Tested up to: 5.9
|
7 |
Requires at least: 4.4
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
178 |
|
179 |
== Changelog ==
|
180 |
|
181 |
+
= 4.5.5 =
|
182 |
+
* checked plugin compatibility with WordPress 5.9
|
183 |
+
|
184 |
= 4.5.4 =
|
185 |
* updated plugin description
|
186 |
|
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 ComposerAutoloaderInit757e8efefd2d28e96cacd41439263281::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 |
|
@@ -22,15 +22,15 @@ class ComposerAutoloaderInitb1ef8bf58595db780147b40e54faa192
|
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
-
spl_autoload_register(array('
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
-
spl_autoload_unregister(array('
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
-
call_user_func(\Composer\Autoload\
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit757e8efefd2d28e96cacd41439263281
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
spl_autoload_register(array('ComposerAutoloaderInit757e8efefd2d28e96cacd41439263281', 'loadClassLoader'), true, true);
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit757e8efefd2d28e96cacd41439263281', 'loadClassLoader'));
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit757e8efefd2d28e96cacd41439263281::getInitializer($loader));
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
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' =>
|
@@ -130,9 +130,9 @@ class ComposerStaticInitb1ef8bf58595db780147b40e54faa192
|
|
130 |
public static function getInitializer(ClassLoader $loader)
|
131 |
{
|
132 |
return \Closure::bind(function () use ($loader) {
|
133 |
-
$loader->prefixLengthsPsr4 =
|
134 |
-
$loader->prefixDirsPsr4 =
|
135 |
-
$loader->classMap =
|
136 |
|
137 |
}, null, ClassLoader::class);
|
138 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit757e8efefd2d28e96cacd41439263281
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'L' =>
|
130 |
public static function getInitializer(ClassLoader $loader)
|
131 |
{
|
132 |
return \Closure::bind(function () use ($loader) {
|
133 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit757e8efefd2d28e96cacd41439263281::$prefixLengthsPsr4;
|
134 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit757e8efefd2d28e96cacd41439263281::$prefixDirsPsr4;
|
135 |
+
$loader->classMap = ComposerStaticInit757e8efefd2d28e96cacd41439263281::$classMap;
|
136 |
|
137 |
}, null, ClassLoader::class);
|
138 |
}
|