Skip to content

Releases: SymPress/kernel

2.0.0

19 Jun 02:12

Choose a tag to compare

What's Changed

  • Split package manager actions from the package manager page view.
  • Extracted kernel runtime services for container caching, resource fingerprinting, configuration resolution, and core service registration.
  • Added profiler debug-state bridging and normalized runtime metadata handling.
  • Updated Symfony 8.1 kernel/bundle interfaces and preserved config locator paths.
  • 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: 1.0.0...2.0.0

1.0.0

14 Jun 21:00

Choose a tag to compare

What's Changed

  • Initial stable release of SymPress Kernel.
  • Adds the core Symfony-powered application kernel, service container, package discovery, hooks, and console integration for WordPress projects.
  • Documents architecture, package metadata, configuration, lifecycle, and extension patterns.
  • 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.