Skip to content

Latest commit

 

History

History
370 lines (193 loc) · 13.9 KB

File metadata and controls

370 lines (193 loc) · 13.9 KB

Changelog

All notable changes to filament-two-factor-authentication will be documented in this file.

3.0.6 - 2025-09-15

What's Changed

  • Added Turkish Translation (Türkçe Dil Desteği Eklendi) by @engbz in #83

New Contributors

  • @engbz made their first contribution in #83

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/3.0.5...3.0.6

2.0.8 - 2025-08-22

What's Changed

  • [2.x] Set the intended URL before redirecting to the challenge by @ashleyshenton in #74

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.7...2.0.8

3.0.5 - 2025-08-18

What's Changed

  • [3.x] Set the intended URL before redirecting to the challenge by @ashleyshenton in #81

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/3.0.4...3.0.5

3.0.4 - 2025-08-18

What's Changed

  • Chore: Middleware Usage & Translation Fixes by @stephenjude in #80

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/3.0.3...3.0.4

3.0.3 - 2025-08-17

What's Changed

  • Add constructor property promotion support for events by @stephenjude in #78
  • Improvements: Switch 2FA challenge from hash validation to decrypt validation and Cleanup translation usage. by @stephenjude in #79

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/3.0.2...3.0.3

3.0.2 - 2025-08-17

What's Changed

  • Revert logout action deletion by @stephenjude in #77

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/3.0.1...3.0.2

3.0.1 - 2025-08-16

What's Changed

  • Support Arabic language by @yhyasyrian in #75

New Contributors

  • @yhyasyrian made their first contribution in #75

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/3.0.0...3.0.1

3.0.0 - 2025-08-16

What's Changed

  • Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in #66
  • Filament 4.x upgrade by @broqit in #67
  • ref: Updated UI by @dipesh79 in #69
  • Fix pages with schema on Filament 4.x by @broqit in #70
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #71
  • Revert "ref: Updated UI" by @stephenjude in #72
  • Filament V4 Support by @stephenjude in #73

New Contributors

  • @broqit made their first contribution in #67
  • @dipesh79 made their first contribution in #69

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.7...3.0.0

2.0.7 - 2025-07-24

What's Changed

  • Fixed: blade facade class import by @stephenjude in #64

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.6...2.0.7

2.0.6 - 2025-07-24

What's Changed

  • Register passkey auth view for only the current panel by @stephenjude in #63

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.5...2.0.6

2.0.5 - 2025-06-17

What's Changed

  • Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot in #62

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.4...2.0.5

2.0.4 - 2025-05-28

What's Changed

  • Add check for current panel in ServiceProvider. by @alecritson in #61

New Contributors

  • @alecritson made their first contribution in #61

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.3...2.0.4

2.0.3 - 2025-05-24

What's Changed

  • Bump esbuild from 0.19.12 to 0.25.0 by @dependabot in #58
  • Register passkey configuration when plugin is registered and passkey enabled. by @stephenjude in #59

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.2...2.0.3

2.0.2 - 2025-05-21

What's Changed

  • Allow passkey login to bypass the 2FA challenge. by @stephenjude in #57

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.1...2.0.2

2.0.1 - 2025-05-20

What's Changed

  • Allow passkey login without 2fa challenge by @stephenjude in #55

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.0...2.0.1

2.0.0 - 2025-05-20

What's Changed

  • Add Passkey Authentication & Test Coverage by @stephenjude in #53
  • Passkey: Automatically Register Routes & Publish Migrations by @stephenjude in #54

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/1.0.0...2.0.0

0.0.27 - 2025-05-07

What's Changed

  • Login through recovery code by @talha-abdullah-990 in #51

New Contributors

  • @talha-abdullah-990 made their first contribution in #51

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.26...0.0.27

0.0.26 - 2025-05-04

What's Changed

  • Fix #47 by @RChutchev in #48

New Contributors

  • @RChutchev made their first contribution in #48

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.25...0.0.26

0.0.25 - 2025-04-29

What's Changed

  • Fix generating new recovery codes by @GrameJunior in #45

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.24...0.0.25

0.0.24 - 2025-04-29

What's Changed

  • Add German translations by @GrameJunior in #46

New Contributors

  • @GrameJunior made their first contribution in #46

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.23...0.0.24

0.0.23 - 2025-04-16

What's Changed

  • Fix page reload error by @kateengland-moore in #41

New Contributors

  • @kateengland-moore made their first contribution in #41

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.22...0.0.23

0.0.22 - 2025-03-12

What's Changed

  • Fixed 404 link for new issues by @stephenjude in #40

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.21...0.0.22

0.0.21 - 2025-03-10

What's Changed

  • Fixing Bad Translation Key by @GlitterCakes in #37

New Contributors

  • @GlitterCakes made their first contribution in #37

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.20...0.0.21

0.0.20 - 2025-03-04

What's Changed

  • fix: EnforceTwoFactor middleware namespace by @webard in #35

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.19...0.0.20

0.0.19 - 2025-03-04

What's Changed

  • Remove custom login usage that is no longer in use by @stephenjude in #33

New Contributors

  • @stephenjude made their first contribution in #33

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.18...0.0.19

0.0.18 - 2025-03-01

What's Changed

  • Feature: Key based translations + polish language by @webard in #29

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.17...0.0.18

0.0.17 - 2025-03-01

What's Changed

  • Feature: Session based 2FA challenge by @webard in #27
  • Feature: password required for regenerate recovery codes by @webard in #31

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.16...0.0.17

0.0.16 - 2025-02-28

What's Changed

  • Feature: Configure if password is needed when enabling/disabling 2fa by @webard in #28
  • Feature: Recovery codes visible only after enabling 2FA and regenerating recovery codes by @webard in #30

New Contributors

  • @webard made their first contribution in #28

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.15...0.0.16

0.0.15 - 2025-02-24

What's Changed

  • Fix QR code scanning issue in dark mode by adding white padding by @waleed-GRT in #26

New Contributors

  • @waleed-GRT made their first contribution in #26

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.14...0.0.15

0.0.14 - 2025-02-11

  • Only show dashboard/logout links on 2FA setup page.

0.0.13 - 2025-02-09

What's Changed

  • Update Recovery.php by @hurycz in #25

New Contributors

  • @hurycz made their first contribution in #25

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.12...0.0.13

0.0.12 - 2025-02-07

What's Changed

  • Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in #19
  • feat: Add translatable title for recovery page by @Abdulmajeed-Jamaan in #21
  • fix(auth): check for valid authenticated session before applying recovery code by @Abdulmajeed-Jamaan in #22
  • feat(event): Add new event when valid recovery code provided by @Abdulmajeed-Jamaan in #23

New Contributors

  • @Abdulmajeed-Jamaan made their first contribution in #21

Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.11...0.0.12

0.0.11 - 2025-01-28

  • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 #18

0.0.10 - 2025-01-07

  • Fixed logout route issue by @gustavocaiano in #15

0.0.9 - 2024-11-20

  • Fixed incomplete Arr import on Login.php by @brunovt074 in #13

0.0.8 - 2024-11-04

  • Introduced components by @elishaukpong in #7

0.0.7 - 2024-10-28

  • Added support for dark mode in the recovery code display and fixed the dashboard link on the 2FA setup page by @elishaukpong

0.0.6 - 2024-10-23

  • Fixed event issue

0.0.5 - 2024-10-05

  • Texts linked to translation #4 by @batinmustu

0.0.4 - 2024-09-06

  • Include logout action on 2FA pages

0.0.3 - 2024-09-06

  • Exclude profile and logout routes from enforce 2FA middleware

0.0.1 - 2024-08-23

  • Initial release

1.0.0 - 202X-XX-XX

  • initial release