Releases: UniSharp/laravel-filemanager
Releases · UniSharp/laravel-filemanager
v2.0.0-alpha7 release
- Fix failure when uploading files.
- Fix Windows compatibility.
v2.0.0-alpha6 release
Features
- Implemented multiple selection toggle, modified UX
- Used
CachedAdapter
of file system, thanks to @mnightingale - RWD of resize feature
- Breadcrumbs
- Preview multiple items with their file names using carousel
v2.0.0-alpha5 release
- Support Laravel 5.7
- New locale: it.
- Locales updated: es, fa.
- Fix "Invalid upload request".
v2.0.0-alpha4
Features
- Apply mime icon generator.
- Refactor floating action buttons.
- Provide a function that generates all routes and remove old
routes.php
. - Moving function for files and folders.
- Abandon
LfmFileRepository.php
, all files are now uploaded through Laravel storage.
Other
- Namespace changes.
v1.9.2 release
Fix error with str_singular()
helper, see #516 .
v1.9.1 release
Namespace chaged, please uninstall and reintall this package to prevent error.
v1.9.0 release
Namespace chaged, please uninstall and reintall this package to prevent error.
v1.8.5 release
fix issuse#623
correct wrong namespace
v2.0.0-alpha3 release
- Fix namespace error when first installed.
- New locale: sv.
- Updated locale: es.
- Apply mime icon generator.
v2.0.0-alpha2
Fix S3 support.