Skip to content

Releases: UniSharp/laravel-filemanager

v1.8.0 release

13 Jun 10:59
Compare
Choose a tag to compare

Bug fixes:

  • Fix cannot use closure in config/lfm.php
  • Removed upload_max_filesize option from config
  • Fix iconv bug while processing non-utf8 folders (Windows issue with utf-8 encoding)

Features:

  • Added 'Copy & Crop' option in crop pop-up. See #335
  • Moved ini override to the LfmController's constructor so it's always executed
  • Default value of config : alphanumeric_filename, should be false
  • Removed some additions that are no longer used
  • Added french translation for nav-sort, nav-sort-alphabetic, nav-sort-time and sort. See #327
  • Languages updated : fa, fr

v1.7.7 release

18 May 01:51
Compare
Choose a tag to compare
  • Add comments to all functions in LfmHelpers.php .
  • Copy security note from @tsawler .
  • Language updated : nl.
  • Fix hard coded prefix in lfm.php` .
  • Fix updating files. See #300.

v1.7.6 release

28 Apr 06:36
Compare
Choose a tag to compare

Bug fixes :

  • Fix cache issue in resize.blade.php and crop.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

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.