Skip to content

Commit fef21e3

Browse files
authored
Merge pull request #18 from DutchCodingCompany/update-changelog
Update CHANGELOG.md
2 parents 836707a + c5dcd2d commit fef21e3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

33
All notable changes to `dutchcodingcompany/developer-logins` will be documented in this file.
44

5+
## 1.3.0 - 2024-10-11
6+
7+
- Catch model-not-found errors + simplify code by @bert-w in https://github.com/DutchCodingCompany/filament-developer-logins/pull/10
8+
- Fix: Clear session password hash to resolve "Switch To" Button Error (Issue #15) by @slimani-dev in https://github.com/DutchCodingCompany/filament-developer-logins/pull/17
9+
510
## 1.2.1 - 2024-06-19
611

712
- Bugfix: Plugin issue with multiple panels by @ainesophaur in https://github.com/DutchCodingCompany/filament-developer-logins/pull/9

src/FilamentDevelopersLogin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public function login(Panel $panel, FilamentDeveloperLoginsPlugin $plugin, strin
2828
->where($plugin->getColumn(), $credentials)
2929
->first();
3030

31-
3231
if (! $model) {
3332
throw ValidationException::withMessages([
3433
'developer-logins-failed' => __('filament-developer-logins::auth.messages.failed_not_found'),

0 commit comments

Comments
 (0)