Releases: UniSharp/laravel-filemanager
Releases · UniSharp/laravel-filemanager
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).
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)
1.5.0
1.4.0-alpha release
Thanks @g0110280
- Multi-level folders support.
- Add a "back" button.