Plugin Directory

Changeset 3379435


Ignore:
Timestamp:
10/16/2025 12:08:23 PM (4 months ago)
Author:
newcodebyte
Message:

changelog 1.6.7

Location:
chatbot-ai-free-models
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chatbot-ai-free-models/tags/1.6.7/readme.txt

    r3379377 r3379435  
    140140
    141141== Changelog ==
     142
     143= 1.6.7 =
     144* Enhancement: The conversation history is now managed via sessionStorage, making it more robust and independent from PHP sessions.
     145* Enhancement: Session storage keys are now unique to each site, preventing chat history from being shared across different sites on the same domain (e.g., in a local development environment).
     146* Enhancement: Improved CSS for chat bubbles to ensure consistent height and layout across different browsers and themes.
     147* Fix: Corrected a critical caching issue that prevented styles and scripts from loading for non-logged-in users on sites with aggressive server-side caching.
     148* Fix: Resolved a bug where the first message of a new conversation would not appear in the admin panel until a second message was sent.
     149* Fix: Corrected all remaining incorrect asset paths (images, sounds) following the code refactoring.
     150* Fix: The chatbot widget button and proactive message no longer appear when the shortcode display mode is active.
    142151
    143152= 1.6.6 =
  • chatbot-ai-free-models/trunk/readme.txt

    r3379377 r3379435  
    140140
    141141== Changelog ==
     142
     143= 1.6.7 =
     144* Enhancement: The conversation history is now managed via sessionStorage, making it more robust and independent from PHP sessions.
     145* Enhancement: Session storage keys are now unique to each site, preventing chat history from being shared across different sites on the same domain (e.g., in a local development environment).
     146* Enhancement: Improved CSS for chat bubbles to ensure consistent height and layout across different browsers and themes.
     147* Fix: Corrected a critical caching issue that prevented styles and scripts from loading for non-logged-in users on sites with aggressive server-side caching.
     148* Fix: Resolved a bug where the first message of a new conversation would not appear in the admin panel until a second message was sent.
     149* Fix: Corrected all remaining incorrect asset paths (images, sounds) following the code refactoring.
     150* Fix: The chatbot widget button and proactive message no longer appear when the shortcode display mode is active.
    142151
    143152= 1.6.6 =
Note: See TracChangeset for help on using the changeset viewer.