Added
- New helper functions that are used to determine if we have valid AI Connector credentials (#603).
- New helper methods,
is_globally_enabledandis_individually_enabledto help tell if a feature is enabled individually or if features are globally enabled (#604).
Changed
- Removed the description from the Abilities listing within the Abilities Explorer (#592).
- Filter Guideline queries by the guideline type content (#593).
- Use the new
has_connector_authenticationinstead ofis_connector_configuredto avoid unnecessary API requests (#603).
Removed
- Deprecated
__nextHasNoMarginBottomprop (#609).
Fixed
- Utilize a new
is_connector_configuredfunction to properly determine if a connector is configured, whether via an API key, constant or ENV var (#537). - "Generate Editorial Note" button appearing in the block settings menu during post revisions (#591).
- If the Connector Approvals experiment is turned on, ensure we don't over-aggressively block functionality in the AI plugin that isn't actually making requests, like Request Logging (#595).
- Better matching of the originating code when the Connector Approvals experiment is on (#595).
- Focus loss issues when interacting with Purge actions in the Request Logs experiments page (#599).
- Disable the "Purge All" button when no logs are available to purge (#599).
- AI Status feature checklist properly shows if an individual feature is enabled even if globally features are disabled (#604).
- Ensure focus isn't lost when buttons enter disabled state during Alt Text Generation, Content Classification, Content Summarization, Excerpt Generation, Featured Image Generation, and Title Generation (#608, #611).
- Settings page strings, which are enqueued as script modules, are now localized at runtime (#613).
- Connector Approvals "Dismiss" button failing for pending requests whose key contains a slash (#615).
- Hide empty provider capabilities section in the dashboard widget (#616).
- Playground and test configs now target the latest WordPress release instead of the beta release (#626).
- Connector Approvals notice no longer overlaps the page header on the AI Request Logs screen (#628).
Developer
- Corrected installation instructions in readme (#620).
- Bump
@wordpress/buildfrom 0.13.0 to 0.14.0 (#606). - Bump
@wordpress/scriptsfrom 32.1.0 to 32.2.0 (#606).
GitHub-generated release notes
- Fix AI credentials detection by @LukasFritzeDev in #537
- Filter Guidelines service queries by content guideline type by @gziolo in #593
- [Request Logs]: Fix focus loss on interaction with Purge Actions by @yogeshbhutkar in #599
- Fix: Hide "Generate Editorial Note" option in Revisions mode by @prasadkarmalkar in #591
- Fix readme connector setup wording by @1d0u in #620
- Better connector approval matching by @dkotter in #595
- Fix connector approval dismiss for keys containing slashes by @t-hamano in #615
- Localize wp-build script module strings on the settings page by @t-hamano in #613
- Code Quality: Remove deprecated
__nextHasNoMarginBottomprop by @yogeshbhutkar in #609 - Fix: Focus loss when generation buttons enter disabled state by @ishitaj34 in #611
- Hide empty provider capabilities section by @ekamran in #616
- Fix: Abilities Explorer: Descriptions are excessively trimmed depending on the language by @hbhalodia in #592
- Fix AI Status feature checklist state by @ekamran in #604
- fix(deps-dev): bump the npm-dev-minor-patch group with 2 updates by @dependabot[bot] in #606
- Change our AI connector check from looking at configuration to looking at if authentication is set by @dkotter in #603
- Fix: Focus loss when button goes to disabled state by @hbhalodia in #608
- fix: add inline class to connector approval admin notice for proper l… by @Malayt04 in #628
- Fix WordPress 7.0 preview and test configs by @mehul0810 in #626
- Release/1.0.1 by @jeffpaul in #629
New Contributors
- @LukasFritzeDev made their first contribution in #537
- @yogeshbhutkar made their first contribution in #599
- @prasadkarmalkar made their first contribution in #591
- @1d0u made their first contribution in #620
- @ishitaj34 made their first contribution in #611
- @mehul0810 made their first contribution in #626
Full Changelog: 1.0.0...1.0.1.
View all items closed in the milestone.