Releases: SymPress/migration
Releases · SymPress/migration
Release list
1.0.1
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
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
mainbranch.
Full Changelog
Initial release.