Skip to content

Release v0.3.6

Choose a tag to compare

@github-actions github-actions released this 18 Mar 10:07

v0.3.6

Changelog

Fixed

  • Twig: Registered the @NowoDashboardMenuBundle namespace via a compiler pass so templates render correctly even when Twig does not auto-register bundle paths.
  • Template overrides: Bundle Twig paths are added after application paths, so overrides in templates/bundles/NowoDashboardMenuBundle/ take precedence (standard Symfony behaviour).

Changed

  • Internal: Replaced Twig path registration via extension prepend with a compiler pass (RegisterTwigNamespacePass) to avoid blocking application template overrides.

Full Changelog: v0.3.5...v0.3.6