Skip to content

Releases: UniSharp/laravel-filemanager

v1.7.5 release

21 Apr 02:13
Compare
Choose a tag to compare
  • Bug fix : remove php7 script "??" from grid view and list view.
  • Allow php.ini overriding from lfm.php. See #274 .

v1.7.4 release

19 Apr 20:37
Compare
Choose a tag to compare

Critical bug fix : fix $success_response in FolderController.

v1.7.3 release

19 Apr 20:26
Compare
Choose a tag to compare

Critical bug fix : $success_response in LfmController should be static.

v1.7.2 release

19 Apr 17:53
Compare
Choose a tag to compare
  • 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.
  • Bug fixes :

    • Exception messages will be displayed instead of "Action failed, due to server error".
    • If mime type of files are image/gif or image/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

23 Mar 06:57
Compare
Choose a tag to compare

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

17 Feb 08:43
Compare
Choose a tag to compare
  • 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

04 Feb 15:13
Compare
Choose a tag to compare
  • Fix for Laravel 5.4 support.

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.