Release v0.3.6
v0.3.6
Changelog
Fixed
- Twig: Registered the
@NowoDashboardMenuBundlenamespace 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