Changeset 3445478
- Timestamp:
- 01/23/2026 10:05:38 AM (2 months ago)
- Location:
- bettercx-widget
- Files:
-
- 16 added
- 4 edited
- 1 copied
-
tags/1.0.21 (copied) (copied from bettercx-widget/trunk)
-
tags/1.0.21/assets/p-05e57c9d.system.entry.js (added)
-
tags/1.0.21/assets/p-5d3a139e.system.entry.js (added)
-
tags/1.0.21/assets/p-66ae8630.entry.js (added)
-
tags/1.0.21/assets/p-BE8la0vY.system.js (added)
-
tags/1.0.21/assets/p-Cdh6jn8w.system.js (added)
-
tags/1.0.21/assets/p-DC9T6BNW.js (added)
-
tags/1.0.21/assets/p-c0e0975b.entry.js (added)
-
tags/1.0.21/assets/p-c28394dc.js (added)
-
tags/1.0.21/bettercx-widget.php (modified) (3 diffs)
-
tags/1.0.21/readme.txt (modified) (5 diffs)
-
trunk/assets/p-05e57c9d.system.entry.js (added)
-
trunk/assets/p-5d3a139e.system.entry.js (added)
-
trunk/assets/p-66ae8630.entry.js (added)
-
trunk/assets/p-BE8la0vY.system.js (added)
-
trunk/assets/p-Cdh6jn8w.system.js (added)
-
trunk/assets/p-DC9T6BNW.js (added)
-
trunk/assets/p-c0e0975b.entry.js (added)
-
trunk/assets/p-c28394dc.js (added)
-
trunk/bettercx-widget.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bettercx-widget/tags/1.0.21/bettercx-widget.php
r3435673 r3445478 4 4 * Plugin URI: https://wordpress.org/plugins/bettercx-widget/ 5 5 * 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.2 06 * Version: 1.0.21 7 7 * Author: BetterCX 8 8 * Author URI: https://bettercx.ai … … 16 16 * 17 17 * @package BetterCX_Widget 18 * @version 1.0.2 018 * @version 1.0.21 19 19 * @author BetterCX 20 20 * @license GPLv2+ … … 37 37 38 38 // Define plugin constants 39 define('BETTERCX_WIDGET_VERSION', '1.0.2 0');39 define('BETTERCX_WIDGET_VERSION', '1.0.21'); 40 40 define('BETTERCX_WIDGET_PLUGIN_FILE', __FILE__); 41 41 define('BETTERCX_WIDGET_PLUGIN_DIR', plugin_dir_path(__FILE__)); -
bettercx-widget/tags/1.0.21/readme.txt
r3435673 r3445478 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.0.2 07 Stable tag: 1.0.21 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 248 248 == Changelog == 249 249 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 250 256 = 1.0.20 = 251 257 * Fixed spinner animation in send button - spinner now properly animates during message sending/generation … … 393 399 == Upgrade Notice == 394 400 401 = 1.0.21 = 402 Update: 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 395 404 = 1.0.20 = 396 405 Update: 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. … … 678 687 679 688 = Last Updated = 680 2025- 01-09689 2025-12-18 681 690 682 691 = Version = 683 1.0.2 0692 1.0.21 684 693 685 694 = Minimum WordPress Version = … … 696 705 697 706 = Stable Tag = 698 1.0.2 0707 1.0.21 699 708 700 709 = Development Version = 701 1.0.2 0710 1.0.21 702 711 703 712 = Requires at least = -
bettercx-widget/trunk/bettercx-widget.php
r3435673 r3445478 4 4 * Plugin URI: https://wordpress.org/plugins/bettercx-widget/ 5 5 * 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.2 06 * Version: 1.0.21 7 7 * Author: BetterCX 8 8 * Author URI: https://bettercx.ai … … 16 16 * 17 17 * @package BetterCX_Widget 18 * @version 1.0.2 018 * @version 1.0.21 19 19 * @author BetterCX 20 20 * @license GPLv2+ … … 37 37 38 38 // Define plugin constants 39 define('BETTERCX_WIDGET_VERSION', '1.0.2 0');39 define('BETTERCX_WIDGET_VERSION', '1.0.21'); 40 40 define('BETTERCX_WIDGET_PLUGIN_FILE', __FILE__); 41 41 define('BETTERCX_WIDGET_PLUGIN_DIR', plugin_dir_path(__FILE__)); -
bettercx-widget/trunk/readme.txt
r3435673 r3445478 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.0.2 07 Stable tag: 1.0.21 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 248 248 == Changelog == 249 249 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 250 256 = 1.0.20 = 251 257 * Fixed spinner animation in send button - spinner now properly animates during message sending/generation … … 393 399 == Upgrade Notice == 394 400 401 = 1.0.21 = 402 Update: 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 395 404 = 1.0.20 = 396 405 Update: 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. … … 678 687 679 688 = Last Updated = 680 2025- 01-09689 2025-12-18 681 690 682 691 = Version = 683 1.0.2 0692 1.0.21 684 693 685 694 = Minimum WordPress Version = … … 696 705 697 706 = Stable Tag = 698 1.0.2 0707 1.0.21 699 708 700 709 = Development Version = 701 1.0.2 0710 1.0.21 702 711 703 712 = Requires at least =
Note: See TracChangeset
for help on using the changeset viewer.