Skip to content

Release v1.4.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 13:13
· 19 commits to main since this release

Release v1.4.0 - REQ-UI-002 allow_unauthenticated + Packagist TimeTrack

Changelog

Added

  • REQ-UI-002security.allow_unauthenticated (default false) and AllowAllTaskBoardAccessChecker for trusted demos/dev only.
  • Compile-time guard: when allow_unauthenticated is false, symfony/security-bundle is required (LogicException otherwise).
  • GitHub hygiene workflows: Dependabot, stale issues/PRs (actions/stale v11), semantic PR title lint, Copilot instructions.

Changed

  • CI / local Compose no longer clone or path-mount sibling TimeTrack / TagInput / TipTap repos; TimeTrack comes from Packagist (^1.0).
  • Demo composer.json pins nowo-tech/twig-inspector-bundle to ^1.0.
  • Docs: CONFIGURATION / SECURITY document allow_unauthenticated and the SecurityBundle requirement.

Compatibility

  • PHP >=8.2, <8.6; Symfony ^7.4 || ^8.0.
  • Manage UI with default security settings requires SecurityBundle (or set allow_unauthenticated: true for trusted local demos).

Full Changelog: v1.3.1...v1.4.0