Changeset 3317582
- Timestamp:
- 06/25/2025 11:23:51 AM (9 months ago)
- Location:
- wp-live-chat-software-for-wordpress
- Files:
-
- 75 added
- 5 edited
-
tags/5.0.5 (added)
-
tags/5.0.5/changelog.txt (added)
-
tags/5.0.5/includes (added)
-
tags/5.0.5/includes/css (added)
-
tags/5.0.5/includes/css/connect.css (added)
-
tags/5.0.5/includes/css/successfully-connected.css (added)
-
tags/5.0.5/includes/css/text-icons.css (added)
-
tags/5.0.5/includes/css/text.css (added)
-
tags/5.0.5/includes/css/widgets.css (added)
-
tags/5.0.5/includes/elementor-functions.php (added)
-
tags/5.0.5/includes/fonts (added)
-
tags/5.0.5/includes/fonts/text-icons.eot (added)
-
tags/5.0.5/includes/fonts/text-icons.ttf (added)
-
tags/5.0.5/includes/fonts/text-icons.woff (added)
-
tags/5.0.5/includes/functions.php (added)
-
tags/5.0.5/includes/js (added)
-
tags/5.0.5/includes/js/deactivationHandler.js (added)
-
tags/5.0.5/includes/js/textConnect.js (added)
-
tags/5.0.5/includes/plugin.php (added)
-
tags/5.0.5/includes/routes (added)
-
tags/5.0.5/includes/routes/diagnose.php (added)
-
tags/5.0.5/includes/svg (added)
-
tags/5.0.5/includes/svg/brush.svg (added)
-
tags/5.0.5/includes/svg/chat.svg (added)
-
tags/5.0.5/includes/svg/connect.svg (added)
-
tags/5.0.5/includes/svg/livechat.svg (added)
-
tags/5.0.5/includes/svg/people.svg (added)
-
tags/5.0.5/includes/svg/wp.svg (added)
-
tags/5.0.5/includes/templates (added)
-
tags/5.0.5/includes/templates/connect-notification.php (added)
-
tags/5.0.5/includes/templates/connect.php (added)
-
tags/5.0.5/includes/templates/resources.php (added)
-
tags/5.0.5/includes/templates/successfully-connected.php (added)
-
tags/5.0.5/includes/widgets (added)
-
tags/5.0.5/includes/widgets/contact-button.php (added)
-
tags/5.0.5/includes/widgets/quality-badge.php (added)
-
tags/5.0.5/includes/woocommerce-functions.php (added)
-
tags/5.0.5/languages (added)
-
tags/5.0.5/languages/livechat-elementor.pot (added)
-
tags/5.0.5/languages/livechat-woocommerce.pot (added)
-
tags/5.0.5/languages/wp-live-chat-software-for-wordpress.pot (added)
-
tags/5.0.5/livechat.php (added)
-
tags/5.0.5/readme.txt (added)
-
tags/5.0.5/resources (added)
-
tags/5.0.5/resources/images (added)
-
tags/5.0.5/resources/images/livechat-icon.svg (added)
-
tags/5.0.5/vendor (added)
-
tags/5.0.5/vendor/autoload.php (added)
-
tags/5.0.5/vendor/composer (added)
-
tags/5.0.5/vendor/composer/ClassLoader.php (added)
-
tags/5.0.5/vendor/composer/InstalledVersions.php (added)
-
tags/5.0.5/vendor/composer/LICENSE (added)
-
tags/5.0.5/vendor/composer/autoload_classmap.php (added)
-
tags/5.0.5/vendor/composer/autoload_files.php (added)
-
tags/5.0.5/vendor/composer/autoload_namespaces.php (added)
-
tags/5.0.5/vendor/composer/autoload_psr4.php (added)
-
tags/5.0.5/vendor/composer/autoload_real.php (added)
-
tags/5.0.5/vendor/composer/autoload_static.php (added)
-
tags/5.0.5/vendor/composer/installed.json (added)
-
tags/5.0.5/vendor/composer/installed.php (added)
-
tags/5.0.5/vendor/composer/platform_check.php (added)
-
tags/5.0.5/vendor/firebase (added)
-
tags/5.0.5/vendor/firebase/php-jwt (added)
-
tags/5.0.5/vendor/firebase/php-jwt/CHANGELOG.md (added)
-
tags/5.0.5/vendor/firebase/php-jwt/LICENSE (added)
-
tags/5.0.5/vendor/firebase/php-jwt/README.md (added)
-
tags/5.0.5/vendor/firebase/php-jwt/composer.json (added)
-
tags/5.0.5/vendor/firebase/php-jwt/src (added)
-
tags/5.0.5/vendor/firebase/php-jwt/src/BeforeValidException.php (added)
-
tags/5.0.5/vendor/firebase/php-jwt/src/CachedKeySet.php (added)
-
tags/5.0.5/vendor/firebase/php-jwt/src/ExpiredException.php (added)
-
tags/5.0.5/vendor/firebase/php-jwt/src/JWK.php (added)
-
tags/5.0.5/vendor/firebase/php-jwt/src/JWT.php (added)
-
tags/5.0.5/vendor/firebase/php-jwt/src/Key.php (added)
-
tags/5.0.5/vendor/firebase/php-jwt/src/SignatureInvalidException.php (added)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/includes/woocommerce-functions.php (modified) (1 diff)
-
trunk/livechat.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-live-chat-software-for-wordpress/trunk/changelog.txt
r3317014 r3317582 1 1 == Changelog == 2 3 = 5.0.5 = 4 * added SKU property to cart tracking 2 5 3 6 = 5.0.4 = -
wp-live-chat-software-for-wordpress/trunk/includes/woocommerce-functions.php
r3317014 r3317582 99 99 'value' => $value, 100 100 'productPreviewUrl' => $product->get_permalink(), 101 'sku' => $product->get_sku(), 101 102 ); 102 103 } -
wp-live-chat-software-for-wordpress/trunk/livechat.php
r3317014 r3317582 10 10 * Plugin URI: https://www.livechat.com/marketplace/apps/wordpress/ 11 11 * 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. 412 * Version: 5.0.5 13 13 * Author: LiveChat 14 14 * Author URI: https://www.livechat.com … … 28 28 require_once __DIR__ . '/vendor/autoload.php'; 29 29 30 define( 'TEXT_PLUGIN_VERSION', '5.0. 4' );30 define( 'TEXT_PLUGIN_VERSION', '5.0.5' ); 31 31 define( 'TEXT_PLUGIN_DIR', __DIR__ ); 32 32 define( 'TEXT_PLUGIN_BASE', plugin_basename( __FILE__ ) ); -
wp-live-chat-software-for-wordpress/trunk/readme.txt
r3317014 r3317582 2 2 Contributors: LiveChat 3 3 Tags: live chat, chat plugin, live chat plugin, wordpress live chat, wordpress chat, 4 Stable tag: 5.0. 44 Stable tag: 5.0.5 5 5 Requires PHP: 7.2 6 6 Tested up to: 6.8.1 … … 181 181 == Changelog == 182 182 183 = 5.0.5 = 184 * added SKU property to cart tracking 185 183 186 = 5.0.4 = 184 187 * fixed WooCommerce cart discounts return type -
wp-live-chat-software-for-wordpress/trunk/vendor/composer/installed.php
r3317014 r3317582 2 2 'root' => array( 3 3 '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', 6 6 'reference' => null, 7 7 'type' => 'wordpress-module', … … 21 21 ), 22 22 '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', 25 25 'reference' => null, 26 26 'type' => 'wordpress-module',
Note: See TracChangeset
for help on using the changeset viewer.