Release v3.2.0
v3.2.0
Rename translation domain to NowoPerformanceBundle (REQ-I18N-003).
See docs/CHANGELOG.md and docs/UPGRADING.md.
Changelog
Changed
- Translations (REQ-I18N-003) – Domain and catalog filenames renamed from
nowo_performancetoNowoPerformanceBundle(src/Resources/translations/NowoPerformanceBundle.{locale}.yaml). Twig, forms, and flash messages updated accordingly. See UPGRADING.md. - Docs – USAGE.md translation override examples updated; baseline spec.md FR-I18N-001 updated.
Notes
- Breaking for apps that override translations – rename override files and replace the domain string
nowo_performance→NowoPerformanceBundlein custom Twig/forms. Config alias, routes, and UX component names are unchanged.
Commits
- Release v3.2.0: rename translation domain to NowoPerformanceBundle. (c95e838)
- Merge pull request #13 from nowo-tech/dependabot/github_actions/actions/checkout-7 (0aaa493)
- Merge pull request #14 from nowo-tech/dependabot/composer/friendsofphp/php-cs-fixer-3.95.15 (32da49f)
- chore(deps): bump friendsofphp/php-cs-fixer from 3.95.13 to 3.95.15 (4b48873)
- chore(ci): bump actions/checkout from 6 to 7 (ae4954c)
- Apply PHP CS Fixer fixes [skip ci] (f088c4b)