Skip to content

Releases: SymPress/migration

Release list

1.0.1

Choose a tag to compare

@brianvarskonst brianvarskonst released this 19 Jun 02:12

What's Changed

  • Split the WP-CLI migration command into context, executor, and reporter collaborators.
  • Added failed rollback coverage for migration execution.
  • Hardened WordPress SQL tracking and upgrade-library path handling.
  • Adopted the shared SymPress QA tooling and documented the migration CLI changes.

Verification

  • GitHub Actions QA (Composer validation/audit, PHPCS, PHPStan, PHPUnit)
  • git diff --check

Full Changelog

Full Changelog: 1.0.0...1.0.1

1.0.0

Choose a tag to compare

@brianvarskonst brianvarskonst released this 14 Jun 21:00

What's Changed

  • Initial stable release of SymPress Migration.
  • Adds versioned database migrations for WordPress with Doctrine-style runtime and metadata management.
  • Documents requirements, quality gates, installation, CLI usage, and migration authoring.
  • Publishes the current standalone repository state with QA, release, PHP, downloads, and license README badges.

Verification

  • README badge endpoints verified before release.
  • Release target: current main branch.

Full Changelog

Initial release.