Skip to content

Releases: mortezamasumi/fb-passwd

v5.1.0

Choose a tag to compare

@mortezamasumi mortezamasumi released this 01 Aug 10:28

5.1.0 - 2026-08-01

  • fix: ForcePasswordChangeMiddleware now reads the current user's force_change_password flag instead of the first user's row
  • fix: user-menu "Change password" item renders correctly with Filament v5.7.x
  • fix: redirect target after a successful password change falls back to /login when no login URL is configured
  • tests: add failure-branch coverage and a two-user regression test
  • tooling: add Pint + PHPStan level 8 configs and CI quality gates, prefer-lowest matrix
  • docs: add CONTRIBUTING.md and SECURITY.md; rewrite README and CHANGELOG
  • deps: resolve Guzzle security advisories; drop dead facade alias and autoload entry

v5.0.2

Choose a tag to compare

@github-actions github-actions released this 01 Aug 10:20

5.0.2 (2026-08-01)

v5.0.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 12:53

5.0.1 (2026-07-11)

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 14:49

5.0.0 (2026-07-09)

v4.1.6

Choose a tag to compare

@github-actions github-actions released this 03 Jun 09:45

4.1.6 (2026-06-03)

Bug Fixes

v4.1.5

Choose a tag to compare

@github-actions github-actions released this 02 Jun 13:30

4.1.5 (2026-06-02)

Bug Fixes

  • update change password route signature for filament compatibility (b225162)

v4.1.4

Choose a tag to compare

@github-actions github-actions released this 09 Dec 15:05

4.1.4 (2025-12-09)

Bug Fixes

v4.1.3

Choose a tag to compare

@github-actions github-actions released this 19 Oct 16:22

4.1.3 (2025-10-19)

Bug Fixes

v4.1.2

Choose a tag to compare

@github-actions github-actions released this 14 Oct 15:39

4.1.2 (2025-10-14)

Bug Fixes

v4.1.1

Choose a tag to compare

@github-actions github-actions released this 12 Oct 16:55

4.1.1 (2025-10-12)

Bug Fixes

  • remove some unused code from tests (07f2c39)