Releases: UniSharp/laravel-filemanager
Releases · UniSharp/laravel-filemanager
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.
v1.7 alpha release
- All codes refactored.
- Fix compatibility with Windows machines.
- All functionality related to file path had been modified.
- Html structure simplified, no more double scroll bars(happened in older versions).
script.blade.php
was replaced withscript.js
.- Validation of uploading files are now being done one by one.
jquery-migrate.js
was removed, since all functionality works fine without it.
- Bug fixes :
- Can't upload file in "File mode".
- New features :
- Standalone button - route prefix can be passed as an option by
.filemanager()
. - File mode - images will now display thumbnails.
fa-image
icons will be displayed if thumbnails of images is not found.
- Standalone button - route prefix can be passed as an option by
- New Languages : pt_PT, ro.
1.6.3 release
- New events : FolderIsRenaming, ImageIsDeleting, ImageIsRenaming, ImageIsUploading.
- File size validation added.
- Config added to set default view to grid/list view.
- New language : el.
- Updated languages : en, fa, fr.
- Choosing multiple files in upload dialog is available now.
- ApiTest added (cannot run without Laravel).