Skip to content

Release v1.2.2

Choose a tag to compare

@github-actions github-actions released this 19 Mar 10:09
· 109 commits to main since this release

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-bundle v1.0.3 added to all demos (composer.json and config/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.example in each demo documents SENTRY_DSN: empty = Sentry disabled, or a DSN from sentry.io. Removed .env.dev from the repository (demos use .env copied from .env.example; .env and .env.dev remain in .gitignore).
  • Demos: Removed nginx.conf from 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