Releases: UniSharp/laravel-filemanager
Releases · UniSharp/laravel-filemanager
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.php
andcrop.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
type
is 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_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.
V1.7.1 release
Bug fixes
- Fix problems with resizing and cropping.
- Fix problems with missing upload validation message.
Enhancements
- New events for resizing and cropping.
- Width and height of thumbnails are now configurable.
- New config for disabling upload validation of mime types and file size.
- Move documents to GitHub Pages.
v1.7.0 release
- All documents updated.
- Prevent bootbox from submitting when hitting cancel button.
- Preview images with timestamp.
- Configs related to working directory are refactored.
- Fix file name locale issue on Windows.
- Move all data passed by
show()
from LfmController. - Updated languages : de.
- Added cropping with changing aspect ratio feature.
- Error display modified.
- Add more comments to config file.
1.6.4 release
- Fix for Laravel 5.4 support.