Skip to content

Release v1.3.2

Choose a tag to compare

@github-actions github-actions released this 13 Jul 06:06
· 106 commits to master since this release

Release v1.3.2

Registers the nowo_cookie_consent Symfony asset package and loads
nowo-consent-modal.js via asset() for AssetMapper and standard apps.
No configuration or API breaking changes.

Changelog

Added

  • nowo_cookie_consent asset packageNowoCookieConsentExtension implements PrependExtensionInterface and registers framework.assets.packages.nowo_cookie_consent (base_path: /bundles/nowocookieconsent)

Changed

  • Twig consent templates load nowo-consent-modal.js via asset('nowo-consent-modal.js', 'nowo_cookie_consent') with defer instead of a hardcoded /bundles/nowocookieconsent/ path

Fixed

  • Consent modal JavaScript resolves correctly in apps using Symfony AssetMapper and standard asset packages

Documentation

No configuration or API breaking changes.

What's Changed

  • chore(ci): bump actions/cache from 5 to 6 by @dependabot[bot] in #13

Full Changelog: v1.3.1...v1.3.2