Releases: SymPress/kernel
Releases · SymPress/kernel
2.0.0
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
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
mainbranch.
Full Changelog
Initial release.