v1.7.2 release
-
Features :
- Debug command :
php ./vendor/unisharp/laravel-filemanager/bin/debug
- Modify RWD (move create folder and upload button to floating action button).
- Sorting(by alphabets or timestamp) is available now.
- Config :
user_field
can accept a closure now. (user id is the default value as always) - New language : uk.
- Refactored grid view and list view.
- Debug command :
-
Bug fixes :
- Exception messages will be displayed instead of "Action failed, due to server error".
- If mime type of files are
image/gif
orimage/svg+xml
, display original images instead of thumbnails. - Fix image broken when config :
base_directory
is not set to "public". - Fix issue with folder permission.