Plugin Directory

Changeset 3467574

Timestamp:
02/23/2026 10:52:56 AM (4 weeks ago)
Author:
nabiabdi
Message:

Updating readme/assets from GitHub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kimaai/trunk/readme.txt

    r3465620 r3467574  
    88Tested up to: 6.9
    99Requires PHP: 8.0
    10 Stable tag: 1.4.4
     10Stable tag: 1.4.5
    1111
    1212KimaAI is the first true all-in-one AI plugin for WordPress.
     
    7474
    7575== Changelog ==
     76== 1.4.5 (February 23, 2026) ==
     77- Added open link action type for quick-actions
     78- Centralized sanitization/validation by removing `sanitize_callback` and `validate_callback` from field definitions across all config files (playground.php, embedding.php, chatbot.php, aiServices.php)
     79- Updated Settings.php to handle `number`, `float`, and `url` types in centralized sanitization logic
     80- Refactored usePlaygroundChat React hook to avoid mutating settings and simplified code structure
     81- Changed sticky positioning in FieldRenderer component and removed loading state display in Layout component for better UX
     82
    7683= 1.4.4 (February 20, 2026) =
    7784- Added loading states for quick actions to show typing indicators while actions are being fetched
Note: See TracChangeset for help on using the changeset viewer.