Skip to content

Release v1.3.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 20:07
· 117 commits to master since this release

Release v1.3.0

Breaking: Doctrine table names use dashboard_cookie_* prefix (aligned with DashboardMenuBundle).
Config: doctrine.table_prefix preferred; root table_prefix deprecated.
Translations: complete modal strings for de, fr, it, nl, and pt.

See docs/CHANGELOG.md for migration mapping from nowo_cookie_consent_* tables.

Changelog

Changed

  • Breaking: Doctrine table names now use the dashboard_cookie_* prefix (e.g. dashboard_cookie_log, dashboard_cookie_config, dashboard_cookie_definition), aligned with DashboardMenuBundle.
  • doctrine.table_prefix — preferred config key (same structure as dashboard menu). Root table_prefix is deprecated but still supported.
  • Translations — complete consent modal strings for de, fr, it, nl, and pt (previously partial English fallback).

Migration

Rename existing tables or regenerate migrations. Examples:

Old New
nowo_cookie_consent_log dashboard_cookie_log
nowo_cookie_consent_config dashboard_cookie_config
nowo_cookie_consent_config_translation dashboard_cookie_config_translation
nowo_cookie_consent_cookie_definition dashboard_cookie_definition
nowo_cookie_consent_cookie_definition_translation dashboard_cookie_definition_translation

Documentation

What's Changed

  • chore(ci): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #3

New Contributors

Full Changelog: v1.2.0...v1.3.0