Release v1.1.1
Release v1.1.1
- Fix EntityManager injection in placeholder Doctrine repository stubs
- Correct asset package base path (/bundles/taskboard)
- Form types use NowoTaskBoardBundle translation domain
See docs/CHANGELOG.md for full notes.
Changelog
Fixed
- Doctrine repository stubs — inject
EntityManagerInterfaceinDoctrineOrmTaskDependencyRepository,DoctrineOrmTaskDocumentRepository,DoctrineOrmTaskMemberRepository, andDoctrineOrmTaskTimeEntryRepositoryso Symfony can wire services registered byTaskBoardExtension(fixes DI errors when running demos with path-mounted bundles). - Asset package path — correct
nowo_task_boardbase path to/bundles/taskboard(Symfonyassets:installoutput forTaskBoardBundle). - Form translations — set
translation_domaintoTaskBoardBundle::TRANSLATION_DOMAINon all manage form types so labels resolve fromNowoTaskBoardBundletranslations.
Full Changelog: v1.1.0...v1.1.1