Skip to content

Release v1.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 22:03
· 29 commits to main since this release

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 EntityManagerInterface in DoctrineOrmTaskDependencyRepository, DoctrineOrmTaskDocumentRepository, DoctrineOrmTaskMemberRepository, and DoctrineOrmTaskTimeEntryRepository so Symfony can wire services registered by TaskBoardExtension (fixes DI errors when running demos with path-mounted bundles).
  • Asset package path — correct nowo_task_board base path to /bundles/taskboard (Symfony assets:install output for TaskBoardBundle).
  • Form translations — set translation_domain to TaskBoardBundle::TRANSLATION_DOMAIN on all manage form types so labels resolve from NowoTaskBoardBundle translations.

Full Changelog: v1.1.0...v1.1.1