Version Description
- bug fixes
Download this release
Release Info
Developer | livechat |
Plugin | LiveChat – WP live chat plugin for WordPress |
Version | 4.4.6 |
Comparing to | |
See all releases |
Code changes from version 4.4.5 to 4.4.6
- changelog.txt +3 -0
- config.php +2 -2
- livechat.php +1 -1
- readme.txt +4 -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.4.5 =
|
4 |
* bug fixes
|
5 |
|
1 |
== Changelog ==
|
2 |
|
3 |
+
= 4.4.6 =
|
4 |
+
* bug fixes
|
5 |
+
|
6 |
= 4.4.5 =
|
7 |
* bug fixes
|
8 |
|
config.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
define( 'PLUGIN_SLUG', 'wp-live-chat-software-for-wordpress' );
|
4 |
define( 'PLUGIN_MAIN_FILE', PLUGIN_SLUG . '/livechat.php' );
|
5 |
define( 'OPTION_PREFIX', 'livechat_' );
|
@@ -9,8 +11,6 @@ define( 'LC_APP_URL_PATTERN', 'https://connect.livechatinc.com/%s/%s%s' );
|
|
9 |
define( 'LC_API_URL_PATTERN', 'https://%s.livechatinc.com' );
|
10 |
define( 'LC_WIDGET_URL_REGEX', '/^https:\/\/connect(-eu)?\.livechatinc\.com\/api\/v1\/script\/([a-z]|[A-Z]|[0-9]|[-]){36}\/widget\.js(\?lcv=([a-z]|[A-Z]|[0-9]|[-]){36})?$/' );
|
11 |
define( 'LC_AA_URL', 'https://my.livechatinc.com' );
|
12 |
-
define( 'LC_PARTNER_ID', '' );
|
13 |
-
define( 'LC_UTM_CAMPAIGN', '' );
|
14 |
|
15 |
// Below has to be done this way because of PHP 5.6 limitations for using arrays in define.
|
16 |
const DEPRECATED_OPTION_PREFIXES = array(
|
1 |
<?php
|
2 |
|
3 |
+
define( 'LC_PARTNER_ID', '' );
|
4 |
+
define( 'LC_UTM_CAMPAIGN', '' );
|
5 |
define( 'PLUGIN_SLUG', 'wp-live-chat-software-for-wordpress' );
|
6 |
define( 'PLUGIN_MAIN_FILE', PLUGIN_SLUG . '/livechat.php' );
|
7 |
define( 'OPTION_PREFIX', 'livechat_' );
|
11 |
define( 'LC_API_URL_PATTERN', 'https://%s.livechatinc.com' );
|
12 |
define( 'LC_WIDGET_URL_REGEX', '/^https:\/\/connect(-eu)?\.livechatinc\.com\/api\/v1\/script\/([a-z]|[A-Z]|[0-9]|[-]){36}\/widget\.js(\?lcv=([a-z]|[A-Z]|[0-9]|[-]){36})?$/' );
|
13 |
define( 'LC_AA_URL', 'https://my.livechatinc.com' );
|
|
|
|
|
14 |
|
15 |
// Below has to be done this way because of PHP 5.6 limitations for using arrays in define.
|
16 |
const DEPRECATED_OPTION_PREFIXES = array(
|
livechat.php
CHANGED
@@ -3,7 +3,7 @@
|
|
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.4.
|
7 |
* Author: LiveChat
|
8 |
* Author URI: https://www.livechat.com
|
9 |
* Text Domain: wp-live-chat-software-for-wordpress
|
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.4.6
|
7 |
* Author: LiveChat
|
8 |
* Author URI: https://www.livechat.com
|
9 |
* Text Domain: wp-live-chat-software-for-wordpress
|
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.4.
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.7
|
7 |
Requires at least: 4.4
|
@@ -352,6 +352,9 @@ For more detailed instructions, go to the [live chat plugin page](https://www.li
|
|
352 |
|
353 |
== Changelog ==
|
354 |
|
|
|
|
|
|
|
355 |
= 4.4.5 =
|
356 |
* bug fixes
|
357 |
|
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.4.6
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.7
|
7 |
Requires at least: 4.4
|
352 |
|
353 |
== Changelog ==
|
354 |
|
355 |
+
= 4.4.6 =
|
356 |
+
* bug fixes
|
357 |
+
|
358 |
= 4.4.5 =
|
359 |
* bug fixes
|
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 ComposerAutoloaderInit61b153da011b24eca396c34d8e5b65ea::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 ComposerAutoloaderInit8e5b12f916df6f14624e4607a4ac0157
|
|
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 ComposerAutoloaderInit61b153da011b24eca396c34d8e5b65ea
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
spl_autoload_register(array('ComposerAutoloaderInit61b153da011b24eca396c34d8e5b65ea', 'loadClassLoader'), true, true);
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit61b153da011b24eca396c34d8e5b65ea', '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\ComposerStaticInit61b153da011b24eca396c34d8e5b65ea::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' =>
|
@@ -156,9 +156,9 @@ class ComposerStaticInit8e5b12f916df6f14624e4607a4ac0157
|
|
156 |
public static function getInitializer(ClassLoader $loader)
|
157 |
{
|
158 |
return \Closure::bind(function () use ($loader) {
|
159 |
-
$loader->prefixLengthsPsr4 =
|
160 |
-
$loader->prefixDirsPsr4 =
|
161 |
-
$loader->classMap =
|
162 |
|
163 |
}, null, ClassLoader::class);
|
164 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit61b153da011b24eca396c34d8e5b65ea
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'L' =>
|
156 |
public static function getInitializer(ClassLoader $loader)
|
157 |
{
|
158 |
return \Closure::bind(function () use ($loader) {
|
159 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit61b153da011b24eca396c34d8e5b65ea::$prefixLengthsPsr4;
|
160 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit61b153da011b24eca396c34d8e5b65ea::$prefixDirsPsr4;
|
161 |
+
$loader->classMap = ComposerStaticInit61b153da011b24eca396c34d8e5b65ea::$classMap;
|
162 |
|
163 |
}, null, ClassLoader::class);
|
164 |
}
|