Plugin Directory

Changeset 3445478


Ignore:
Timestamp:
01/23/2026 10:05:38 AM (2 months ago)
Author:
appwavedev
Message:

Release version 1.0.21 - Optimized animations for improved performance and smoother user experience

Location:
bettercx-widget
Files:
16 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • bettercx-widget/tags/1.0.21/bettercx-widget.php

    r3435673 r3445478  
    44 * Plugin URI: https://wordpress.org/plugins/bettercx-widget/
    55 * Description: Professional AI-powered chat widget for BetterCX platform. Seamlessly integrate intelligent customer support into any website with full WordPress compatibility. Fully functional out of the box with no trial limitations.
    6  * Version: 1.0.20
     6 * Version: 1.0.21
    77 * Author: BetterCX
    88 * Author URI: https://bettercx.ai
     
    1616 *
    1717 * @package BetterCX_Widget
    18  * @version 1.0.20
     18 * @version 1.0.21
    1919 * @author BetterCX
    2020 * @license GPLv2+
     
    3737
    3838// Define plugin constants
    39 define('BETTERCX_WIDGET_VERSION', '1.0.20');
     39define('BETTERCX_WIDGET_VERSION', '1.0.21');
    4040define('BETTERCX_WIDGET_PLUGIN_FILE', __FILE__);
    4141define('BETTERCX_WIDGET_PLUGIN_DIR', plugin_dir_path(__FILE__));
  • bettercx-widget/tags/1.0.21/readme.txt

    r3435673 r3445478  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.20
     7Stable tag: 1.0.21
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    248248== Changelog ==
    249249
     250= 1.0.21 =
     251* Optimized animations for improved performance and smoother user experience
     252* Enhanced animation rendering with better frame rates and reduced CPU usage
     253* Improved widget responsiveness during animations across all devices
     254* Refined animation timing and easing functions for more natural transitions
     255
    250256= 1.0.20 =
    251257* Fixed spinner animation in send button - spinner now properly animates during message sending/generation
     
    393399== Upgrade Notice ==
    394400
     401= 1.0.21 =
     402Update: Optimized animations for improved performance and smoother user experience. Enhanced animation rendering with better frame rates and reduced CPU usage. Improved widget responsiveness during animations across all devices.
     403
    395404= 1.0.20 =
    396405Update: Fixed spinner animation in send button and improved avatar display in typing indicator. Enhanced delay status message positioning across all embedded modes for better visual consistency.
     
    678687
    679688= Last Updated =
    680 2025-01-09
     6892025-12-18
    681690
    682691= Version =
    683 1.0.20
     6921.0.21
    684693
    685694= Minimum WordPress Version =
     
    696705
    697706= Stable Tag =
    698 1.0.20
     7071.0.21
    699708
    700709= Development Version =
    701 1.0.20
     7101.0.21
    702711
    703712= Requires at least =
  • bettercx-widget/trunk/bettercx-widget.php

    r3435673 r3445478  
    44 * Plugin URI: https://wordpress.org/plugins/bettercx-widget/
    55 * Description: Professional AI-powered chat widget for BetterCX platform. Seamlessly integrate intelligent customer support into any website with full WordPress compatibility. Fully functional out of the box with no trial limitations.
    6  * Version: 1.0.20
     6 * Version: 1.0.21
    77 * Author: BetterCX
    88 * Author URI: https://bettercx.ai
     
    1616 *
    1717 * @package BetterCX_Widget
    18  * @version 1.0.20
     18 * @version 1.0.21
    1919 * @author BetterCX
    2020 * @license GPLv2+
     
    3737
    3838// Define plugin constants
    39 define('BETTERCX_WIDGET_VERSION', '1.0.20');
     39define('BETTERCX_WIDGET_VERSION', '1.0.21');
    4040define('BETTERCX_WIDGET_PLUGIN_FILE', __FILE__);
    4141define('BETTERCX_WIDGET_PLUGIN_DIR', plugin_dir_path(__FILE__));
  • bettercx-widget/trunk/readme.txt

    r3435673 r3445478  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.20
     7Stable tag: 1.0.21
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    248248== Changelog ==
    249249
     250= 1.0.21 =
     251* Optimized animations for improved performance and smoother user experience
     252* Enhanced animation rendering with better frame rates and reduced CPU usage
     253* Improved widget responsiveness during animations across all devices
     254* Refined animation timing and easing functions for more natural transitions
     255
    250256= 1.0.20 =
    251257* Fixed spinner animation in send button - spinner now properly animates during message sending/generation
     
    393399== Upgrade Notice ==
    394400
     401= 1.0.21 =
     402Update: Optimized animations for improved performance and smoother user experience. Enhanced animation rendering with better frame rates and reduced CPU usage. Improved widget responsiveness during animations across all devices.
     403
    395404= 1.0.20 =
    396405Update: Fixed spinner animation in send button and improved avatar display in typing indicator. Enhanced delay status message positioning across all embedded modes for better visual consistency.
     
    678687
    679688= Last Updated =
    680 2025-01-09
     6892025-12-18
    681690
    682691= Version =
    683 1.0.20
     6921.0.21
    684693
    685694= Minimum WordPress Version =
     
    696705
    697706= Stable Tag =
    698 1.0.20
     7071.0.21
    699708
    700709= Development Version =
    701 1.0.20
     7101.0.21
    702711
    703712= Requires at least =
Note: See TracChangeset for help on using the changeset viewer.