Plugin Directory

Changeset 3419965


Ignore:
Timestamp:
12/15/2025 10:47:26 AM (3 months ago)
Author:
livechat
Message:

Release of 5.0.10

Location:
wp-live-chat-software-for-wordpress
Files:
75 added
7 edited

Legend:

Unmodified
Added
Removed
  • wp-live-chat-software-for-wordpress/trunk/changelog.txt

    r3388884 r3419965  
    11== Changelog ==
     2
     3= 5.0.10 =
     4* Fixed trailing slash in plugin URL
     5* Tested plugin compatibility with WordPress 6.9
    26
    37= 5.0.9 =
    48* Confirmed plugin compatibility with WordPress 6.8.3
    5 * Updated plugin description and assets for improved clarity 
     9* Updated plugin description and assets for improved clarity
    610
    711= 5.0.8 =
  • wp-live-chat-software-for-wordpress/trunk/livechat.php

    r3388884 r3419965  
    1010 * Plugin URI: https://www.livechat.com/marketplace/apps/wordpress/
    1111 * Description: Live chat software for live help, online sales and customer support. This plugin allows to quickly install LiveChat on any WordPress website.
    12  * Version: 5.0.9
     12 * Version: 5.0.10
    1313 * Author: LiveChat
    1414 * Author URI: https://www.livechat.com
     
    2828require_once __DIR__ . '/vendor/autoload.php';
    2929
    30 define( 'TEXT_PLUGIN_VERSION', '5.0.9' );
     30define( 'TEXT_PLUGIN_VERSION', '5.0.10' );
    3131define( 'TEXT_PLUGIN_DIR', __DIR__ );
    3232define( 'TEXT_PLUGIN_BASE', plugin_basename( __FILE__ ) );
    33 define( 'TEXT_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
     33define( 'TEXT_PLUGIN_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );
    3434define( 'TEXT_PARTNER_ID', 'wordpress' );
    3535define( 'TEXT_DOMAIN', 'wordpress.livechat.com' );
  • wp-live-chat-software-for-wordpress/trunk/readme.txt

    r3388884 r3419965  
    22Contributors: LiveChat
    33Tags: live chat, chat widget, chatbot, customer support, livechat, wordpress chat
    4 Stable tag: 5.0.9
     4Stable tag: 5.0.10
    55Requires PHP: 7.2
    6 Tested up to: 6.8.3
     6Tested up to: 6.9
    77Requires at least: 4.4
    88License: GPLv3 or later
     
    292292== Changelog ==
    293293
     294= 5.0.10 =
     295* Fixed trailing slash in plugin URL
     296* Tested plugin compatibility with WordPress 6.9
     297
    294298= 5.0.9 =
    295299* Confirmed plugin compatibility with WordPress 6.8.3
    296 * Updated plugin description and assets for improved clarity 
     300* Updated plugin description and assets for improved clarity
    297301
    298302= 5.0.8 =
  • wp-live-chat-software-for-wordpress/trunk/vendor/autoload.php

    r3323341 r3419965  
    2020require_once __DIR__ . '/composer/autoload_real.php';
    2121
    22 return ComposerAutoloaderInit525df3e329a675ac734f6c892aec722a::getLoader();
     22return ComposerAutoloaderInitf281e265d94786add5cdb2704ea448f5::getLoader();
  • wp-live-chat-software-for-wordpress/trunk/vendor/composer/autoload_real.php

    r3323341 r3419965  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit525df3e329a675ac734f6c892aec722a
     5class ComposerAutoloaderInitf281e265d94786add5cdb2704ea448f5
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit525df3e329a675ac734f6c892aec722a', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInitf281e265d94786add5cdb2704ea448f5', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit525df3e329a675ac734f6c892aec722a', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInitf281e265d94786add5cdb2704ea448f5', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInit525df3e329a675ac734f6c892aec722a::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInitf281e265d94786add5cdb2704ea448f5::getInitializer($loader));
    3333
    3434        $loader->register(true);
    3535
    36         $filesToLoad = \Composer\Autoload\ComposerStaticInit525df3e329a675ac734f6c892aec722a::$files;
     36        $filesToLoad = \Composer\Autoload\ComposerStaticInitf281e265d94786add5cdb2704ea448f5::$files;
    3737        $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
    3838            if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • wp-live-chat-software-for-wordpress/trunk/vendor/composer/autoload_static.php

    r3323341 r3419965  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit525df3e329a675ac734f6c892aec722a
     7class ComposerStaticInitf281e265d94786add5cdb2704ea448f5
    88{
    99    public static $files = array (
     
    4949    {
    5050        return \Closure::bind(function () use ($loader) {
    51             $loader->prefixLengthsPsr4 = ComposerStaticInit525df3e329a675ac734f6c892aec722a::$prefixLengthsPsr4;
    52             $loader->prefixDirsPsr4 = ComposerStaticInit525df3e329a675ac734f6c892aec722a::$prefixDirsPsr4;
    53             $loader->classMap = ComposerStaticInit525df3e329a675ac734f6c892aec722a::$classMap;
     51            $loader->prefixLengthsPsr4 = ComposerStaticInitf281e265d94786add5cdb2704ea448f5::$prefixLengthsPsr4;
     52            $loader->prefixDirsPsr4 = ComposerStaticInitf281e265d94786add5cdb2704ea448f5::$prefixDirsPsr4;
     53            $loader->classMap = ComposerStaticInitf281e265d94786add5cdb2704ea448f5::$classMap;
    5454
    5555        }, null, ClassLoader::class);
  • wp-live-chat-software-for-wordpress/trunk/vendor/composer/installed.php

    r3388884 r3419965  
    22    'root' => array(
    33        'name' => 'livechatinc/wordpress-integration',
    4         'pretty_version' => '5.0.9',
    5         'version' => '5.0.9.0',
     4        'pretty_version' => '5.0.10',
     5        'version' => '5.0.10.0',
    66        'reference' => null,
    77        'type' => 'wordpress-module',
     
    2121        ),
    2222        'livechatinc/wordpress-integration' => array(
    23             'pretty_version' => '5.0.9',
    24             'version' => '5.0.9.0',
     23            'pretty_version' => '5.0.10',
     24            'version' => '5.0.10.0',
    2525            'reference' => null,
    2626            'type' => 'wordpress-module',
Note: See TracChangeset for help on using the changeset viewer.