Skip to content

Latest commit

 

History

History
140 lines (73 loc) · 4.8 KB

CHANGELOG.md

File metadata and controls

140 lines (73 loc) · 4.8 KB

Changelog

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

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