All notable changes to this project will be documented in this file, per the Keep a Changelog standard, and will adhere to Semantic Versioning.
Unreleased - TBD
0.1.1 - 2025-12-01
- Link to the plugin settings screen from the plugin list table (#98).
- WordPress Playground live preview integration (#85).
- RTL language support and inlining for performance (#113).
- Updated namespace to
ai_experiments(#111). - Bumped WP AI Client from
dev-trunkto 0.2.0 (#118, #122, #125).
- Valid AI credentials check from the Experiment
is_enabledcheck (#120). - Example Experiment registration (#121).
- Bug in asset loader causing missing dependencies (#113).
- Bumped
js-yamlfrom 3.14.1 to 3.14.2 (#105).
- Updated format script to only format JS to avoid random JSON file changes (#114).
- Updated documentation (#108, #112).
0.1.0 - 2025-11-26
First public release of the AI Experiments plugin, introducing a framework for exploring experimental AI-powered features in WordPress. 馃帀
- Experiment registry and loader system for managing AI features
- Abstract experiment base class for consistent feature development
- Experiment: Title Generation
- Basic admin settings screen with toggle support
- Initial integration with WP AI Client SDK and Abilities API
- Utilities Ability for common AI tasks and testing