Skip to content

Release/0.9.0#522

Merged
jeffpaul merged 12 commits into
developfrom
release/0.9.0
May 7, 2026
Merged

Release/0.9.0#522
jeffpaul merged 12 commits into
developfrom
release/0.9.0

Conversation

@jeffpaul
Copy link
Copy Markdown
Member

@jeffpaul jeffpaul commented May 7, 2026

What?

Prepares 0.9.0 release.

Closes #517.

Copilot summary

This pull request prepares the plugin for the 0.9.0 release, introducing major new features, enhancements, and fixes. Notably, it adds new experiments for comment moderation and content resizing, improves developer options, updates the plugin version, and documents all changes in the changelog and readme. The codebase also updates all relevant @since tags for the new release.

Major feature additions:

  • Added new experiments:

    • Comment Moderation: Automatically moderates comments using toxicity detection and sentiment analysis (Comment_Analysis ability and documentation updates). [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]
    • Content Resizing: Allows users to shorten, expand, or rephrase selected block content. [1] [2]
  • Added developer-focused improvements:

    • Developer Mode settings page toggle for selecting provider/model per feature.
    • New WP-CLI command for bulk alt text generation.
    • Additional developer documentation and E2E test coverage.

Enhancements and UI changes:

  • Compressed AI settings page and migrated to use @wordpress/ui components, with various UI improvements.
  • AI-generated images now use descriptive, slugified filenames.
  • Updated Content Summary experiment to use a Group variation block.

Bug fixes and security:

  • Fixed standards compliance, UI issues in RTL, and improved error localization.
  • Security bumps for serialize-javascript, postcss, and minimatch dependencies.

Release and documentation updates:

  • Updated plugin version to 0.9.0 in ai.php and all @since tags in Comment_Analysis.php. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]
  • Added 0.9.0 changelog entry and updated README to reflect new and changed features. [1] [2] [3]
  • Updated credits with new contributors.

Why?

How?

Use of AI Tools

Any and all mistakes here are human, sorry.

Testing Instructions

Screenshots or screencast

Before After

Changelog Entry

n/a

Open WordPress Playground Preview

@jeffpaul jeffpaul added this to the 0.9.0 milestone May 7, 2026
@jeffpaul jeffpaul requested a review from dkotter May 7, 2026 19:12
@jeffpaul jeffpaul self-assigned this May 7, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 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.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.07%. Comparing base (35fe1b8) to head (be7a473).

Additional details and impacted files
@@            Coverage Diff             @@
##             develop     #522   +/-   ##
==========================================
  Coverage      70.07%   70.07%           
  Complexity      1107     1107           
==========================================
  Files             67       67           
  Lines           5367     5367           
==========================================
  Hits            3761     3761           
  Misses          1606     1606           
Flag Coverage Δ
unit 70.07% <ø> (ø)

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.

Comment thread readme.txt Outdated
dkotter
dkotter previously approved these changes May 7, 2026
Removed several developer-related notes and updates from the readme file.
@jeffpaul
Copy link
Copy Markdown
Member Author

jeffpaul commented May 7, 2026

Waiting for tests to pass

@jeffpaul jeffpaul merged commit 6fc8653 into develop May 7, 2026
19 of 20 checks passed
@jeffpaul jeffpaul deleted the release/0.9.0 branch May 7, 2026 20:14
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.9.0

2 participants