Skip to content

Releases: WordPress/ai

0.1.1

02 Dec 07:31
40c8510

Choose a tag to compare

Added

  • 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).

Changed

  • Updated namespace to ai_experiments (#111).
  • Bumped WP AI Client from dev-trunk to 0.2.0 (#118, #122, #125).

Removed

  • Valid AI credentials check from the Experiment is_enabled check (#120).
  • Example Experiment registration (#121).

Fixed

  • Bug in asset loader causing missing dependencies (#113).

Security

  • Bumped js-yaml from 3.14.1 to 3.14.2 (#105).

Developer

  • Updated format script to only format JS to avoid random JSON file changes (#114).
  • Updated documentation (#108, #112).
GitHub-generated release notes

New Contributors

Full Changelog: 0.1.0...0.1.1
View all closed items in the milestone.

0.1.0

26 Nov 21:52
cc1b8a6

Choose a tag to compare

First public release of the AI Experiments plugin, introducing a framework for exploring experimental AI-powered features in WordPress. 🎉

Added

  • 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
GitHub-generated release notes

New Contributors

Full Changelog: https://github.com/WordPress/ai/commits/0.1.0.
View all closed items in the milestone.