Skip to content

Commit 18b9a58

Browse files
committed
Merge branch 'main' of github.com:vormkracht10/filament-two-factor-auth
2 parents 168bd9d + 1fd5dc6 commit 18b9a58

5 files changed

Lines changed: 35 additions & 5 deletions

File tree

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
ref: main
1919

CHANGELOG.md

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

33
All 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

0 commit comments

Comments
 (0)