Releases: UniSharp/laravel-filemanager
Releases · UniSharp/laravel-filemanager
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.phpwas replaced withscript.js.- Validation of uploading files are now being done one by one.
jquery-migrate.jswas 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-imageicons 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).
1.6.2 release
- New events : ImageWasRenamed, ImageWasDeleted, FolderWasRenamed.
- Remove ES6 scripts from
lfm.js. - Updated languages : de, fr, pl.
1.6.1 release
Bug fixes :
- Fix #114 (url issue after applying asset function).
- Fix #112 (editor not found message error), and related issues.
Other changes :
- Languages added : ar, nl.
- New config added :
alphanumeric_directory. - Notify user when the size of uploaded file exceeds max file size in
php.ini. - Demo route added.
1.6.0 release
Fix #35 , #55 , #62 , #65 , #67 , #77 , #79.
- New languages : bg, tr, fa, es.
- New doc chapters : Event and Upgrate.
- New events : FolderWasRenamed, ImageWasDeleted, ImageWasRenamed, ImageWasUploaded.
- Screenshots updated.
- Change PHP requirement to PHP 5.4 .
- Notify developers when both gd and imagick extensions are not found.
- Refactor views.
- Apply
asset()function to css and javascript sources.
1.5.2 release
1.5.1 release
- Fixed an error of integration sample code. (thanks @nasirkhan)