Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Mar 07:10
· 116 commits to main since this release

MVP Release

First release of the Classic to Gutenberg migration plugin.

Highlights

  • 11 block converters: paragraph, heading, separator, preformatted, more, nextpage, list (nested), quote, table, image (standalone/linked/figure)
  • Shortcode handling: [caption]core/image, [gallery]core/gallery, unknown → core/shortcode
  • WP-CLI commands: status, convert (single/batch/dry-run), rollback
  • Admin row actions: "Convert to Blocks" and "Preview Blocks" on post list
  • 9 extensibility hooks for custom converters, shortcode handlers, and migration lifecycle
  • Revision-based rollback for safe undo of conversions

Requirements

  • PHP 8.2+
  • WordPress 6.2+

Test coverage

  • 28 unit tests
  • 25 fixture-based integration tests across PHP 8.2/8.3/8.4 and WP latest/6.2
  • 18 E2E smoke tests (WP-CLI + admin UI)

See CHANGELOG.md for full details.