Releases: UniSharp/laravel-filemanager
Releases · UniSharp/laravel-filemanager
v1.8.4 release
Bug fix: Clicking on file should call useFile() in grid view.
v2.0.0-alpha
Features:
- Integration with Laravel Storage.
- Multiple selection in stand alone button mode.
- UI refactored, along with RWD design.
Views, config, assets are also refactored. Please republish them with --force
.
Haven't tested on Windows yet!
v1.8.3 release
Bug fixes:
- Uploaded files are sometimes missing. (see #452 )
Enhancements
- New languages: eu, ka, vi.
- Languages updated: pt-BR, ru.
v1.8.2.2 release
v1.8.2.1 release
v1.8.2 release
Bug fixes
- Fix a bug in image resizing.
- Fix last modified time of a file.
- Fix orientation problem when uploading an image.
Enhancements
- Add
ext-fileinfo
extension as a requirement. - Documents modified.
- Config renamed: change
prefix
tourl_prefix
. - Languages updated: hu, tr, zh-CN, zh-TW.
- Demo route is now disabled by default.
Features
- Loader effect added, thanks @iankov.
- New config:
should_create_thumbnails
,raster_mimetypes
,create_folder_mode
,create_file_mode
. - Integrate with Dropzone.js, thanks @harimayco.
Pre release of v1.8.2
This is a pre-release.
For the moment, please check git log
for changelogs.
v1.8.1 release
v1.8.0 release
Bug fixes:
- Fix cannot use closure in config/lfm.php
- Removed upload_max_filesize option from config
- Fix iconv bug while processing non-utf8 folders (Windows issue with utf-8 encoding)
Features:
- Added 'Copy & Crop' option in crop pop-up. See #335
- Moved ini override to the LfmController's constructor so it's always executed
- Default value of config : alphanumeric_filename, should be false
- Removed some additions that are no longer used
- Added french translation for nav-sort, nav-sort-alphabetic, nav-sort-time and sort. See #327
- Languages updated : fa, fr