File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 ref : ${{ github.head_ref }}
2020
2121 - name : Fix PHP code style issues
22- uses : aglipanci/laravel-pint-action@2.5
22+ uses : aglipanci/laravel-pint-action@2.6
2323
2424 - name : Commit changes
2525 uses : stefanzweifel/git-auto-commit-action@v5
Original file line number Diff line number Diff line change 1414 name : phpstan
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818
1919 - name : Setup PHP
2020 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout code
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929
3030 - name : Setup PHP
3131 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 ref : main
1919
Original file line number Diff line number Diff line change 22
33All notable changes to ` filament-2fa ` will be documented in this file.
44
5+ ## v3.0.0 - 2025-06-24
6+
7+ ### Breaking changes
8+
9+ - Changed namespace to ` Backstage `
10+
11+ ### What's Changed
12+
13+ * Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/backstagephp/filament-2fa/pull/81
14+ * Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in https://github.com/backstagephp/filament-2fa/pull/82
15+ * Fixed: infinity redirect loop when panel path is base url by @Michel-Verhoeven in https://github.com/backstagephp/filament-2fa/pull/83
16+ * Fixing translation override by @ccharz in https://github.com/backstagephp/filament-2fa/pull/88
17+ * Add German translations to language files by @thyseus in https://github.com/backstagephp/filament-2fa/pull/89
18+ * Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in https://github.com/backstagephp/filament-2fa/pull/90
19+ * Fix missing of loading button when Login by @informagenie in https://github.com/backstagephp/filament-2fa/pull/91
20+ * Update README by @Baspa in https://github.com/backstagephp/filament-2fa/pull/92
21+ * Update TwoFactor.php by @SinaMoradi9571 in https://github.com/backstagephp/filament-2fa/pull/94
22+ * Transfer repository to Backstage by @Baspa in https://github.com/backstagephp/filament-2fa/pull/97
23+
24+ ### New Contributors
25+
26+ * @Michel-Verhoeven made their first contribution in https://github.com/backstagephp/filament-2fa/pull/83
27+ * @ccharz made their first contribution in https://github.com/backstagephp/filament-2fa/pull/88
28+ * @thyseus made their first contribution in https://github.com/backstagephp/filament-2fa/pull/89
29+ * @informagenie made their first contribution in https://github.com/backstagephp/filament-2fa/pull/91
30+ * @SinaMoradi9571 made their first contribution in https://github.com/backstagephp/filament-2fa/pull/94
31+
32+ ** Full Changelog** : https://github.com/backstagephp/filament-2fa/compare/v2.1.0...v3.0.0
33+
534## v2.1.0 - 2025-01-21
635
736### What's Changed
@@ -48,6 +77,7 @@ How to upgrade:
4877</div >```
4978
5079
80+
5181```
5282## v1.7.0 - 2024-10-04
5383
You can’t perform that action at this time.
0 commit comments