feat: add "Automatic Updates" column and related functionality to Plugins window#227
Conversation
|
hey @claude, what about some review here? ;) |
|
Claude finished @AllTerrainDeveloper's task in 2m 8s —— View job Review
Overall this is a solid, well-structured PR. The implementation closely mirrors Core's Issues1. Stale docblock — "four enrichment fields" is now five
/**
* Register the four enrichment fields on the `plugin` REST resource.The file header comment (lines 7–12) already lists the fifth field ( 2.
public function tear_down() {
remove_all_filters( 'desktop_mode_plugins_window_user_can_register' );
remove_all_filters( 'desktop_mode_plugins_window_user_can_use' );
parent::tear_down();
}The individual tests that touch Observations (no action required)
The
Optimistic toggle pattern
The column set (including the SummaryTwo small fixes wanted before merge — the stale "four" → "five" docblock, and completing the |
✅ WordPress Plugin Check Report
📊 ReportAll checks passed! No errors or warnings found. 🤖 Generated by WordPress Plugin Check Action • Learn more about Plugin Check |
closes #226