Release v1.3.0
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). Roottable_prefixis deprecated but still supported.- Translations — complete consent modal strings for
de,fr,it,nl, andpt(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
- CONFIGURATION.md —
doctrine.table_prefix, deprecated roottable_prefix, updated default table names - INSTALLATION.md — database table names and prefix configuration
- UPGRADING.md — upgrade path from 1.2.0
What's Changed
- chore(ci): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #3
New Contributors
- @dependabot[bot] made their first contribution in #3
Full Changelog: v1.2.0...v1.3.0