Releases: UniSharp/laravel-filemanager
Releases · UniSharp/laravel-filemanager
v2.2.0 release
v2.1.0 release
- New feature: pagination. Thanks to @StApostol.
- Fix serious performance issues with cloud filesystem(see #754). Thanks to @Plytas.
v2.0.1 release
- Laravel 7 support.
- Multiple languages updated.
v2.0.0 release
- Redesigned RWD user interface.
- Supporting multiple files selection.
- Supporting cloud storages integration(with Laravel file system).
- Refactored code and increased test coverage.
v2.0.0-alpha8 release
- Support Laravel 5.8
- Updated locale: uk
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
CachedAdapterof 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 .