Releases: SymPress/orm
Releases · SymPress/orm
Release list
0.2.0
What's Changed
- Extracted ORM connection-provider and DQL-extension-registry collaborators.
- Fixed optimistic version updates after successful flushes.
- Hardened the wpdb connection adapter and documented query-safety expectations.
- Raised the package runtime requirement to PHP 8.5.
Verification
- GitHub Actions QA (Composer validation/audit, PHPCS, PHPStan, PHPUnit)
git diff --check
Full Changelog
Full Changelog: 0.1.0...0.2.0
0.1.0
What's Changed
- Initial development release of SymPress ORM.
- Adds WIP Doctrine-inspired ORM primitives for WordPress projects that keep wpdb as the database runtime.
- Documents entity metadata, repositories, entity manager behavior, query building, schema SQL generation, and migration integration.
- 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.