Release v1.2.2
Release v1.2.2
Changelog
Added
- Demo apps (FrankenPHP): Demos now run with FrankenPHP (Caddy + PHP) instead of Nginx + PHP-FPM. Each demo (symfony7, symfony8, symfony8-php85) has a FrankenPHP-based Dockerfile, Caddyfile, and Caddyfile.dev for development vs production. New documentation:
docs/DEMO-FRANKENPHP.md. - Demos:
nowo-tech/twig-inspector-bundlev1.0.3 added to all demos (composer.json andconfig/bundles.php) for Twig inspection in development. - Documentation: New or updated docs: INSTALLATION, RELEASE, SECURITY, STANDARDS_COMPLIANCE, USAGE; upgrade guide renamed to
UPGRADING.md(from UPGRADE.md).
Changed
- Demos:
.env.examplein each demo documentsSENTRY_DSN: empty = Sentry disabled, or a DSN from sentry.io. Removed.env.devfrom the repository (demos use.envcopied from.env.example;.envand.env.devremain in.gitignore). - Demos: Removed
nginx.conffrom all demos in favour of Caddy/FrankenPHP configuration. - CI / tooling: Makefile and workflow adjustments for the new demo layout and release checks.
Full Changelog: v1.2.1...v1.2.2