# Changelog

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

## 2.1.0 - 2026-01-20

- Feature/add php 85 to workflow by @bramr94 in https://github.com/DutchCodingCompany/filament-developer-logins/pull/50
- Add support for Filament 5 by @gizburdt in https://github.com/DutchCodingCompany/filament-developer-logins/pull/54
- Make the enabled() function required by @thyseus in https://github.com/DutchCodingCompany/filament-developer-logins/pull/53

## 2.0.1 - 2025-09-06

- Fix dropdown placement by @mathieutu in https://github.com/DutchCodingCompany/filament-developer-logins/pull/47

## 2.0.0 - 2025-08-26

- Support filament 4 by @bramr94 in https://github.com/DutchCodingCompany/filament-developer-logins/pull/44

## 1.10.0 - 2025-08-01

- Change label if user is not authenticated. by @bramr94 in https://github.com/DutchCodingCompany/filament-developer-logins/pull/42

## 1.9.0 - 2025-05-28

- feat: prioritize auth config for User model path resolution by @anheru88 in https://github.com/DutchCodingCompany/filament-developer-logins/pull/33

## 1.8.1 - 2025-05-19

- Bugfix: Allow showing the menu while disconnected by @mathieutu in https://github.com/DutchCodingCompany/filament-developer-logins/pull/35

## 1.8.0 - 2025-02-26

- Add support for Laravel 12 by @bramr94 in https://github.com/DutchCodingCompany/filament-developer-logins/pull/32

## 1.7.0 - 2025-02-19

- fix: redirect to current panel from menu login by @Dipesh79 in https://github.com/DutchCodingCompany/filament-developer-logins/pull/30

## 1.6.0 - 2025-01-06

- Include PHP 8.4 in the workflow by @bramr94 in https://github.com/DutchCodingCompany/filament-developer-logins/pull/23
- `url.intended` as highest priority by @bilogic in https://github.com/DutchCodingCompany/filament-developer-logins/pull/26

## 1.5.0 - 2024-11-19

- Allow passing a closure for users. by @mathieutu in https://github.com/DutchCodingCompany/filament-developer-logins/pull/22

## 1.4.0 - 2024-10-12

- Fix Layout with Filament Grid Style and HasColumns Trait by @slimani-dev in https://github.com/DutchCodingCompany/filament-developer-logins/pull/16

## 1.3.0 - 2024-10-11

- Catch model-not-found errors + simplify code by @bert-w in https://github.com/DutchCodingCompany/filament-developer-logins/pull/10
- 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

## 1.2.1 - 2024-06-19

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

## 1.2.0 - 2024-05-28

- Allow the `redirectTo()` method to accept a closure.

## 1.1.0 - 2024-05-03

- Added a "Switch to" button to the top right of the page when you are logged in. This button allows you to switch to another user without having to log out first.

## 1.0.0 - 2024-04-25

- initial release
