LiveChat – WP live chat plugin for WordPress - Version 4.5.1

Version Description

  • usage of Polyfill was removed
Download this release

Release Info

Developer livechat
Plugin Icon 128x128 LiveChat – WP live chat plugin for WordPress
Version 4.5.1
Comparing to
See all releases

Code changes from version 4.5.0 to 4.5.1

changelog.txt CHANGED
@@ -1,5 +1,8 @@
1
  == Changelog ==
2
 
 
 
 
3
  = 4.5.0 =
4
  * compatibility with the Elementor plugin
5
  * bug fixes
1
  == Changelog ==
2
 
3
+ = 4.5.1 =
4
+ * usage of Polyfill was removed
5
+
6
  = 4.5.0 =
7
  * compatibility with the Elementor plugin
8
  * bug fixes
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.5.0
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.5.1
7
  * Author: LiveChat
8
  * Author URI: https://www.livechat.com
9
  * Text Domain: wp-live-chat-software-for-wordpress
plugin_files/templates/connect.html.twig CHANGED
@@ -1,6 +1,5 @@
1
  <div id="lc-container"></div>
2
 
3
- <script src="https://cdn.polyfill.io/v3/polyfill.min.js?features=default,es6,fetch,Array.prototype.includes,Object.keys,Symbol.iterator&flags=gated" type="text/javascript"></script>
4
  <script>
5
  var LC_TOKEN = '{{ lcToken }}';
6
  var STORE_TOKEN = '{{ storeToken }}';
1
  <div id="lc-container"></div>
2
 
 
3
  <script>
4
  var LC_TOKEN = '{{ lcToken }}';
5
  var STORE_TOKEN = '{{ storeToken }}';
plugin_files/templates/notice.html.twig CHANGED
@@ -1,6 +1,5 @@
1
  <div id="lc-notice-container" class="notice"></div>
2
 
3
- <script src="https://cdn.polyfill.io/v3/polyfill.min.js?features=default,es6,fetch,Array.prototype.includes,Object.keys,Symbol.iterator&flags=gated" type="text/javascript"></script>
4
  <script>
5
  var LC_TOKEN = '{{ lcToken }}';
6
  var STORE_TOKEN = '{{ storeToken }}';
1
  <div id="lc-notice-container" class="notice"></div>
2
 
 
3
  <script>
4
  var LC_TOKEN = '{{ lcToken }}';
5
  var STORE_TOKEN = '{{ storeToken }}';
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.5.0
5
  Requires PHP: 5.6
6
  Tested up to: 5.8
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.5.0 =
356
  * compatibility with the Elementor plugin
357
  * bug fixes
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.1
5
  Requires PHP: 5.6
6
  Tested up to: 5.8
7
  Requires at least: 4.4
352
 
353
  == Changelog ==
354
 
355
+ = 4.5.1 =
356
+ * usage of Polyfill was removed
357
+
358
  = 4.5.0 =
359
  * compatibility with the Elementor plugin
360
  * bug fixes
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInita6493ae008253bbea81586604f62f71e::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit1594f150f6f38dd5d49b5590a6ccfa73::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInita6493ae008253bbea81586604f62f71e
6
  {
7
  private static $loader;
8
 
@@ -22,15 +22,15 @@ class ComposerAutoloaderInita6493ae008253bbea81586604f62f71e
22
  return self::$loader;
23
  }
24
 
25
- spl_autoload_register(array('ComposerAutoloaderInita6493ae008253bbea81586604f62f71e', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
- spl_autoload_unregister(array('ComposerAutoloaderInita6493ae008253bbea81586604f62f71e', '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\ComposerStaticInita6493ae008253bbea81586604f62f71e::getInitializer($loader));
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 ComposerAutoloaderInit1594f150f6f38dd5d49b5590a6ccfa73
6
  {
7
  private static $loader;
8
 
22
  return self::$loader;
23
  }
24
 
25
+ spl_autoload_register(array('ComposerAutoloaderInit1594f150f6f38dd5d49b5590a6ccfa73', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
+ spl_autoload_unregister(array('ComposerAutoloaderInit1594f150f6f38dd5d49b5590a6ccfa73', '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\ComposerStaticInit1594f150f6f38dd5d49b5590a6ccfa73::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 ComposerStaticInita6493ae008253bbea81586604f62f71e
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'L' =>
@@ -130,9 +130,9 @@ class ComposerStaticInita6493ae008253bbea81586604f62f71e
130
  public static function getInitializer(ClassLoader $loader)
131
  {
132
  return \Closure::bind(function () use ($loader) {
133
- $loader->prefixLengthsPsr4 = ComposerStaticInita6493ae008253bbea81586604f62f71e::$prefixLengthsPsr4;
134
- $loader->prefixDirsPsr4 = ComposerStaticInita6493ae008253bbea81586604f62f71e::$prefixDirsPsr4;
135
- $loader->classMap = ComposerStaticInita6493ae008253bbea81586604f62f71e::$classMap;
136
 
137
  }, null, ClassLoader::class);
138
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit1594f150f6f38dd5d49b5590a6ccfa73
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 = ComposerStaticInit1594f150f6f38dd5d49b5590a6ccfa73::$prefixLengthsPsr4;
134
+ $loader->prefixDirsPsr4 = ComposerStaticInit1594f150f6f38dd5d49b5590a6ccfa73::$prefixDirsPsr4;
135
+ $loader->classMap = ComposerStaticInit1594f150f6f38dd5d49b5590a6ccfa73::$classMap;
136
 
137
  }, null, ClassLoader::class);
138
  }