Skip to content

Commit 26f5c0d

Browse files
authored
Merge pull request #77 from stephenjude/main
Revert logout action deletion
2 parents b90f829 + 249c746 commit 26f5c0d

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed

CHANGELOG.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,82 @@
22

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

5+
## 3.0.1 - 2025-08-16
6+
7+
### What's Changed
8+
9+
* Support Arabic language by @yhyasyrian in https://github.com/stephenjude/filament-two-factor-authentication/pull/75
10+
11+
### New Contributors
12+
13+
* @yhyasyrian made their first contribution in https://github.com/stephenjude/filament-two-factor-authentication/pull/75
14+
15+
**Full Changelog**: https://github.com/stephenjude/filament-two-factor-authentication/compare/3.0.0...3.0.1
16+
17+
## 3.0.0 - 2025-08-16
18+
19+
### What's Changed
20+
21+
* Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in https://github.com/stephenjude/filament-two-factor-authentication/pull/66
22+
* Filament 4.x upgrade by @broqit in https://github.com/stephenjude/filament-two-factor-authentication/pull/67
23+
* ref: Updated UI by @dipesh79 in https://github.com/stephenjude/filament-two-factor-authentication/pull/69
24+
* Fix pages with schema on Filament 4.x by @broqit in https://github.com/stephenjude/filament-two-factor-authentication/pull/70
25+
* Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/stephenjude/filament-two-factor-authentication/pull/71
26+
* Revert "ref: Updated UI" by @stephenjude in https://github.com/stephenjude/filament-two-factor-authentication/pull/72
27+
* Filament V4 Support by @stephenjude in https://github.com/stephenjude/filament-two-factor-authentication/pull/73
28+
29+
### New Contributors
30+
31+
* @broqit made their first contribution in https://github.com/stephenjude/filament-two-factor-authentication/pull/67
32+
* @dipesh79 made their first contribution in https://github.com/stephenjude/filament-two-factor-authentication/pull/69
33+
34+
**Full Changelog**: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.7...3.0.0
35+
36+
## 2.0.7 - 2025-07-24
37+
38+
### What's Changed
39+
40+
* Fixed: blade facade class import by @stephenjude in https://github.com/stephenjude/filament-two-factor-authentication/pull/64
41+
42+
**Full Changelog**: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.6...2.0.7
43+
44+
## 2.0.6 - 2025-07-24
45+
46+
### What's Changed
47+
48+
* Register passkey auth view for only the current panel by @stephenjude in https://github.com/stephenjude/filament-two-factor-authentication/pull/63
49+
50+
**Full Changelog**: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.5...2.0.6
51+
52+
## 2.0.5 - 2025-06-17
53+
54+
### What's Changed
55+
56+
* Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot in https://github.com/stephenjude/filament-two-factor-authentication/pull/62
57+
58+
**Full Changelog**: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.4...2.0.5
59+
60+
## 2.0.4 - 2025-05-28
61+
62+
### What's Changed
63+
64+
* Add check for current panel in ServiceProvider. by @alecritson in https://github.com/stephenjude/filament-two-factor-authentication/pull/61
65+
66+
### New Contributors
67+
68+
* @alecritson made their first contribution in https://github.com/stephenjude/filament-two-factor-authentication/pull/61
69+
70+
**Full Changelog**: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.3...2.0.4
71+
72+
## 2.0.3 - 2025-05-24
73+
74+
### What's Changed
75+
76+
* Bump esbuild from 0.19.12 to 0.25.0 by @dependabot in https://github.com/stephenjude/filament-two-factor-authentication/pull/58
77+
* Register passkey configuration when plugin is registered and passkey enabled. by @stephenjude in https://github.com/stephenjude/filament-two-factor-authentication/pull/59
78+
79+
**Full Changelog**: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.2...2.0.3
80+
581
## 2.0.2 - 2025-05-21
682

783
### What's Changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<div class="flex justify-center w-full">
2+
<form method="POST" action="{{ filament()->getCurrentOrDefaultPanel()->getLogoutUrl() }}">
3+
@csrf
4+
<x-filament::link tag="button" type="submit" weight="semibold">
5+
{{__('filament-two-factor-authentication::components.logout.button')}}
6+
</x-filament::link>
7+
</form>
8+
</div>

0 commit comments

Comments
 (0)