Skip to content

Releases: SymPress/orm

Release list

0.2.0

Choose a tag to compare

@brianvarskonst brianvarskonst released this 19 Jun 02:12

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

Choose a tag to compare

@brianvarskonst brianvarskonst released this 14 Jun 21:00

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 main branch.

Full Changelog

Initial release.