Changelog
Changelog
All notable changes to the Supervised AI Bots plugin will be documented in this section.
[1.0.0] - Initial Release
This is the first stable release of the Supervised AI Bots plugin, providing the foundational tools to integrate AI-driven chat interfaces into WordPress.
Added
- Centralized Admin Interface: A new settings page in the WordPress dashboard where users can manage multiple chatbot source URLs.
- Shortcode Support: Introduced the
[supervised_ai_bot]shortcode for easy deployment across posts, pages, and widget areas.- Usage:
[supervised_ai_bot id="1"] - The
idattribute corresponds to the line number of the URL entered in the plugin settings.
- Usage:
- Floating Chat Interface: A responsive, fixed-position popup container (bottom-right) that houses the chatbot iframe.
- Interactive UI Elements:
- Circle Launch Button: A floating action button (FAB) that allows users to toggle the chat interface.
- Toggle Functionality: JavaScript-driven
togglePopup()andclosePopup()functions to ensure a smooth user experience without page reloads.
- Customizable Styling: Integrated CSS framework for the chatbot container, featuring a 400px default width (expandable to 800px) and a fixed height of 670px for consistent display across themes.
- Iframe Integration: Secure loading of Supervised AI bots via isolated iframe containers to prevent style bleeding between the bot and the WordPress theme.
Changed
- Initialized core plugin architecture for WordPress 5.0+ compatibility.
Fixed
- Initial release; no previous bugs to report.