Skip to content

Release/0.4.0#266

Merged
jeffpaul merged 12 commits intodevelopfrom
release/0.4.0
Mar 5, 2026
Merged

Release/0.4.0#266
jeffpaul merged 12 commits intodevelopfrom
release/0.4.0

Conversation

@jeffpaul
Copy link
Member

@jeffpaul jeffpaul commented Mar 4, 2026

What?

Prepares 0.4.0 release.

Closes #265.

Copilot summary

This pull request releases version 0.4.0 of the AI Experiments plugin, introducing several new features, improvements, and fixes. The most significant changes include inline image generation within the post editor, enhanced Abilities Explorer capabilities, UI and internationalization improvements, and various developer-focused updates. The version bump and changelog updates reflect these enhancements.

Major Feature Additions

  • Added inline image generation directly in the post editor, allowing users to generate images without leaving authoring/editing flows (CHANGELOG.md, ai.php, includes/bootstrap.php, readme.txt) [1] [2] [3] [4].
  • Added contextual help text to the Abilities Explorer screen to assist users in understanding what Abilities are and how to use them (CHANGELOG.md).

UI and Usability Improvements

  • Updated the “Generate Summary” button style for consistency and improved the Abilities Explorer table layout to match WordPress admin conventions (CHANGELOG.md).
  • Made provider labels in the Abilities Explorer translatable and adjusted badge styling for clarity (CHANGELOG.md).
  • Improved the Ability test page with better internationalization and added copy-to-clipboard functionality (CHANGELOG.md).

Codebase and API Consistency

  • Standardized Abilities invocation using the runAbility helper for more consistent API calls (CHANGELOG.md).
  • Updated all relevant @since tags to 0.4.0 in code documentation for new and changed methods and classes (includes/Abstracts/Abstract_Experiment.php, includes/Contracts/Experiment.php, includes/Experiment_Category.php, includes/Experiments/Abilities_Explorer/Ability_Handler.php, includes/Experiments/Abilities_Explorer/Admin_Page.php, includes/Experiments/Image_Generation/Image_Generation.php, includes/Settings/Settings_Page.php) [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14].

Removals and Fixes

  • Removed unused checkbox column from the Abilities Explorer table, as it was not tied to any bulk actions (CHANGELOG.md).
  • Fixed the position and behavior of the “Copy” button in code blocks within the Abilities Explorer (CHANGELOG.md).

Developer and Documentation Updates

  • Bumped basic-ftp dependency from 5.1.0 to 5.2.0 and moved other dependency bumps to the Developer section in the changelog (CHANGELOG.md) [1] [2] [3].
  • Added new contributors to CREDITS.md.
  • Updated feature descriptions and roadmap in README.md for clarity and accuracy [1] [2] [3].

These changes collectively enhance the plugin’s functionality, usability, and maintainability for both users and developers.

Why?

How?

Use of AI Tools

ChatGPT leveraged to help summarize changelog entries.

Testing Instructions

Testing Instructions for Keyboard

Screenshots or screencast

Before After
Open WordPress Playground Preview

@jeffpaul jeffpaul added this to the 0.4.0 milestone Mar 4, 2026
@jeffpaul jeffpaul self-assigned this Mar 4, 2026
@codecov
Copy link

codecov bot commented Mar 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.68%. Comparing base (3926290) to head (0616095).
⚠️ Report is 13 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop     #266   +/-   ##
==========================================
  Coverage      57.68%   57.68%           
  Complexity       567      567           
==========================================
  Files             35       35           
  Lines           2933     2933           
==========================================
  Hits            1692     1692           
  Misses          1241     1241           
Flag Coverage Δ
unit 57.68% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jeffpaul jeffpaul marked this pull request as ready for review March 5, 2026 19:49
@jeffpaul jeffpaul requested a review from dkotter March 5, 2026 19:49
@github-actions
Copy link

github-actions bot commented Mar 5, 2026

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: jeffpaul <jeffpaul@git.wordpress.org>
Co-authored-by: dkotter <dkotter@git.wordpress.org>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

dkotter
dkotter previously approved these changes Mar 5, 2026
@jeffpaul jeffpaul merged commit d246b2c into develop Mar 5, 2026
16 of 23 checks passed
@jeffpaul jeffpaul deleted the release/0.4.0 branch March 5, 2026 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Release version 0.4.0

2 participants