Skip to content

Releases: UniSharp/laravel-filemanager

v1.7 alpha release

23 Jan 16:31
Compare
Choose a tag to compare
v1.7 alpha release Pre-release
Pre-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 with script.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.
  • New Languages : pt_PT, ro.

1.6.3 release

03 Jan 09:55
Compare
Choose a tag to compare
  • 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

26 Nov 07:32
Compare
Choose a tag to compare
  • New events : ImageWasRenamed, ImageWasDeleted, FolderWasRenamed.
  • Remove ES6 scripts from lfm.js.
  • Updated languages : de, fr, pl.

1.6.1 release

12 Sep 02:57
Compare
Choose a tag to compare

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

03 Aug 12:25
Compare
Choose a tag to compare

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

28 Mar 08:29
Compare
Choose a tag to compare

Fixed #48, #49, #50, #51 and #52 .

  • New config added : alphanumeric_filename.
  • New language : fa.
  • Move javascript from index.blade.php to script.blade.php.

1.5.1 release

24 Mar 07:44
Compare
Choose a tag to compare
  • Fixed an error of integration sample code. (thanks @nasirkhan)

1.5.0

24 Mar 06:57
Compare
Choose a tag to compare

Thanks @amin101

  • Support independent usage - opening laravel-filemanager without ckeditor nor tinymce.
  • Fix a bug of incorrect folder path on Windows

1.4.0-alpha release

12 Mar 19:05
Compare
Choose a tag to compare
1.4.0-alpha release Pre-release
Pre-release

Thanks @g0110280

  • Multi-level folders support.
  • Add a "back" button.

1.3.0-alpha release

05 Mar 19:45
Compare
Choose a tag to compare
1.3.0-alpha release Pre-release
Pre-release

Add MIME Types checking support.
Fix #29 and #32
Remove Session dependence