Skip to content

Release v0.3.40

Choose a tag to compare

@github-actions github-actions released this 15 Apr 14:38

Release 0.3.40

Changelog

Changed

  • Demos (Symfony 7/8): docker-compose.yml sets explicit dns (8.8.8.8, 8.8.4.4) on the PHP service to reduce Docker/WSL failures resolving repo.packagist.org during composer operations inside the container.

Fixed

  • Doctrine ORM: Menu entity mapping declares the (code, attributes_key) unique constraint with the #[ORM\UniqueConstraint] class attribute instead of uniqueConstraints on #[ORM\Table], removing the ORM 3.x deprecation and aligning with ORM 4.0 expectations (no schema change).

Full Changelog: v0.3.39...v0.3.40