Plugin Directory

Changeset 3317582


Ignore:
Timestamp:
06/25/2025 11:23:51 AM (9 months ago)
Author:
livechat
Message:

Release of 5.0.5

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

Legend:

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

    r3317014 r3317582  
    11== Changelog ==
     2
     3= 5.0.5 =
     4* added SKU property to cart tracking
    25
    36= 5.0.4 =
  • wp-live-chat-software-for-wordpress/trunk/includes/woocommerce-functions.php

    r3317014 r3317582  
    9999            'value'             => $value,
    100100            'productPreviewUrl' => $product->get_permalink(),
     101            'sku'               => $product->get_sku(),
    101102        );
    102103    }
  • wp-live-chat-software-for-wordpress/trunk/livechat.php

    r3317014 r3317582  
    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.4
     12 * Version: 5.0.5
    1313 * Author: LiveChat
    1414 * Author URI: https://www.livechat.com
     
    2828require_once __DIR__ . '/vendor/autoload.php';
    2929
    30 define( 'TEXT_PLUGIN_VERSION', '5.0.4' );
     30define( 'TEXT_PLUGIN_VERSION', '5.0.5' );
    3131define( 'TEXT_PLUGIN_DIR', __DIR__ );
    3232define( 'TEXT_PLUGIN_BASE', plugin_basename( __FILE__ ) );
  • wp-live-chat-software-for-wordpress/trunk/readme.txt

    r3317014 r3317582  
    22Contributors: LiveChat
    33Tags: live chat, chat plugin, live chat plugin, wordpress live chat, wordpress chat,
    4 Stable tag: 5.0.4
     4Stable tag: 5.0.5
    55Requires PHP: 7.2
    66Tested up to: 6.8.1
     
    181181== Changelog ==
    182182
     183= 5.0.5 =
     184* added SKU property to cart tracking
     185
    183186= 5.0.4 =
    184187* fixed WooCommerce cart discounts return type
  • wp-live-chat-software-for-wordpress/trunk/vendor/composer/installed.php

    r3317014 r3317582  
    22    'root' => array(
    33        'name' => 'livechatinc/wordpress-integration',
    4         'pretty_version' => '5.0.3',
    5         'version' => '5.0.3.0',
     4        'pretty_version' => '5.0.5',
     5        'version' => '5.0.5.0',
    66        'reference' => null,
    77        'type' => 'wordpress-module',
     
    2121        ),
    2222        'livechatinc/wordpress-integration' => array(
    23             'pretty_version' => '5.0.3',
    24             'version' => '5.0.3.0',
     23            'pretty_version' => '5.0.5',
     24            'version' => '5.0.5.0',
    2525            'reference' => null,
    2626            'type' => 'wordpress-module',
Note: See TracChangeset for help on using the changeset viewer.