- Filament v5 and Laravel 12/13 support (PHP 8.2+) (#60)
- security: protected folder passwords are no longer rendered into the folder list, and the password is checked against the stored value instead of one sent by the browser
- the share-with-users select keys users by the configurable user.id_column (#55, thanks @mtaman)
- MediaManagerInput matches the Filament v5 schema() signature (it caused a fatal error on class load)
- opening the media page without a folder redirects to the folders list
- the Folder factory ships with the package; FolderController no longer depends on the app controller
- deprecated form() and Request::get() calls replaced
- new regression tests; Laravel 12/13 x PHP 8.3/8.4 test matrix