You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(custom-status): add status migration tool and WP-CLI commands
Adds tools to migrate posts between statuses, addressing the issue
of posts becoming inaccessible when Edit Flow is deactivated while
posts have custom statuses.
Features:
- New "Migrate" tab in Custom Status settings with UI to select
source and target statuses, showing post counts for each
- WP-CLI commands:
- `wp edit-flow custom-status list` - list all statuses
- `wp edit-flow custom-status migrate --from=X --to=Y` - migrate posts
- `wp edit-flow custom-status counts` - show post counts per status
- Supports --dry-run flag for preview and --post-type filter
Closes#230
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
20
20
21
21
### Added
22
22
23
+
* feat(custom-status): add status migration tool and WP-CLI commands by @GaryJones in [#859](https://github.com/Automattic/Edit-Flow/pull/859)
23
24
* feat(notifications): add Post Author and Auto-subscribed badges by @GaryJones in [#847](https://github.com/Automattic/Edit-Flow/pull/847)
24
25
* feat(story-budget): improve UX with Screen Options and collapsible categories by @GaryJones in [#846](https://github.com/Automattic/Edit-Flow/pull/846)
0 commit comments