Releases: UniSharp/laravel-filemanager
Releases · UniSharp/laravel-filemanager
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-fileinfoextension as a requirement. - Documents modified.
- Config renamed: change
prefixtourl_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
v1.7.7 release
v1.7.6 release
Bug fixes :
- Fix cache issue in
resize.blade.phpandcrop.blade.php. - Fix resizing and cropping on Windows.
- Fix issues of creating default folders.
- Fix routing of non-public files.
- Refactor grid view and list view. Related css and js files are also refactored.
- Sort folders by names in tree view.
Features :
- Default lfm type will be "file" if request parameter
typeis not specified. - Display original image when thumbnail is missing.
v1.7.5 release
- Bug fix : remove php7 script "??" from grid view and list view.
- Allow php.ini overriding from
lfm.php. See #274 .
v1.7.4 release
Critical bug fix : fix $success_response in FolderController.
v1.7.3 release
Critical bug fix : $success_response in LfmController should be static.
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_fieldcan 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/giforimage/svg+xml, display original images instead of thumbnails. - Fix image broken when config :
base_directoryis not set to "public". - Fix issue with folder permission.