Plugin Directory

Changeset 3279668


Ignore:
Timestamp:
04/23/2025 07:28:27 AM (11 months ago)
Author:
livechat
Message:

Release of 5.0.2

Location:
wp-live-chat-software-for-wordpress
Files:
74 added
3 edited

Legend:

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

    r3258488 r3279668  
    11== Changelog ==
     2
     3= 5.0.2 =
     4* checked plugin compatibility with WordPress 6.8
    25
    36= 5.0.1 =
  • wp-live-chat-software-for-wordpress/trunk/livechat.php

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

    r3258494 r3279668  
    22Contributors: LiveChat
    33Tags: live chat, chat plugin, live chat plugin, wordpress live chat, wordpress chat,
    4 Stable tag: 5.0.1
     4Stable tag: 5.0.2
    55Requires PHP: 7.2
    6 Tested up to: 6.7
     6Tested up to: 6.8
    77Requires at least: 4.4
    88License: GPLv3 or later
     
    181181== Changelog ==
    182182
     183= 5.0.2 =
     184* checked plugin compatibility with WordPress 6.8
     185
    183186= 5.0.1 =
    184187* added missing changelog entry
     
    192195= 4.5.23 =
    193196* checked plugin compatibility with WordPress 6.7
    194 
    195 = 4.5.22 =
    196 * checked plugin compatibility with WordPress 6.6
    197 
    198 = 4.5.21 =
    199 * fixed deprecation warnings for PHP 8.2+
    200 
    201 = 4.5.20 =
    202 * fixed plugin attached if woocommerce is active
    203 
    204 = 4.5.19 =
    205 * checked plugin compatibility with WordPress 6.5
    206 
    207 = 4.5.18 =
    208 * update firebase/php-jwt package to 6.4.0
    209 
    210 = 4.5.17 =
    211 * pass variable instead of reference when calling JWT::decode
    212 
    213 = 4.5.16 =
    214 * fixed CSRF vulnerability
    215 
    216 = 4.5.15 =
    217 * fixed error with firebase/php-jwt package
    218 
    219 = 4.5.14 =
    220 * checked plugin compatibility with WordPress 6.4
    221 
    222 = 4.5.13 =
    223 * checked plugin compatibility with WordPress 6.3
    224 
    225 = 4.5.12 =
    226 * checked plugin compatibility with WordPress 6.2.2
    227 
    228 = 4.5.11 =
    229 * fix for 'Attempt to read property "slug" on array' for PHP v8+
    230 
    231 = 4.5.10 =
    232 * support for Elementor plugin v3.5+
    233 
    234 = 4.5.9 =
    235 * updated plugin description
    236 
    237 = 4.5.8 =
    238 * checked plugin compatibility with WordPress 6.1
    239 
    240 = 4.5.7 =
    241 * fix on hiding review notice
    242 
    243 = 4.5.6 =
    244 * checked plugin compatibility with WordPress 6.0
    245 
    246 = 4.5.5 =
    247 * checked plugin compatibility with WordPress 5.9
    248 
    249 = 4.5.4 =
    250 * updated plugin description
    251 
    252 = 4.5.3 =
    253 * fixed loading custom fonts in Elementor
    254 
    255 = 4.5.2 =
    256 * introduced prefixes to avoid naming collisions
    257 
    258 = 4.5.1 =
    259 * usage of Polyfill was removed
    260 
    261 = 4.5.0 =
    262 * compatibility with the Elementor plugin
    263 * bug fixes
    264 
    265 = 4.4.10 =
    266 * bug fixes
    267 
    268 = 4.4.9 =
    269 * support for Elementor plugin
    270 * hide chat widget in Elementor preview
    271 
    272 = 4.4.8 =
    273 * CDN for connect-bridge script
    274 
    275 = 4.4.7 =
    276 * connect-bridge update
    277 * tested WordPress version bump
    278 
    279 = 4.4.6 =
    280 * bug fixes
    281 
    282 = 4.4.5 =
    283 * bug fixes
    284 
    285 = 4.4.4 =
    286 * asynchronous chat widget loading
    287 * support for the new admin notices mechanism
    288 * WordPress 5.7 compatibility check
    289 
    290 = 4.4.3 =
    291 * bug fixes
    292 
    293 = 4.4.2 =
    294 * plugin compatibility bumped to WP in version 5.6
    295 
    296 = 4.4.1 =
    297 * bug fixes
    298 
    299 = 4.4.0 =
    300 * auto-update feature
    301 
    302 = 4.3.3 =
    303 * plugin compatibility bumped to WP in version 5.5
    304 
    305 = 4.3.2 =
    306 * bug fixes
    307 
    308 = 4.3.1 =
    309 * bug fixes
    310 
    311 = 4.3.0 =
    312 * bug fixes
    313 * disconnect option added
Note: See TracChangeset for help on using the changeset viewer.