Skip to content

Releases: UniSharp/laravel-filemanager

v1.8.2 release

16 Oct 03:52

Choose a tag to compare

Bug fixes

  • Fix a bug in image resizing.
  • Fix last modified time of a file.
  • Fix orientation problem when uploading an image.

Enhancements

  • Add ext-fileinfo extension as a requirement.
  • Documents modified.
  • Config renamed: change prefix to url_prefix.
  • Languages updated: hu, tr, zh-CN, zh-TW.
  • Demo route is now disabled by default.

Features

  • Loader effect added, thanks @iankov.
  • New config: should_create_thumbnails, raster_mimetypes , create_folder_mode , create_file_mode .
  • Integrate with Dropzone.js, thanks @harimayco.

Pre release of v1.8.2

09 Oct 16:00

Choose a tag to compare

Pre release of v1.8.2 Pre-release
Pre-release

This is a pre-release.
For the moment, please check git log for changelogs.

v1.8.1 release

13 Jul 07:00

Choose a tag to compare

Bug fixes :

  • Fix summernote integration problem. Thanks @pyaehein.
  • Fix cannot see picture when not logged in.
  • Fix problems with utf8 url. Thanks @khjay.

Feature :

  • Add summernote to demo page.
  • Click on image with open new preview window if editor integration is not found. Thanks @coryw.
  • Integrated with StyleCI.
  • Show a message when uploaded a file. Thanks @abdi42 .

v1.8.0 release

13 Jun 10:59

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

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

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

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

Choose a tag to compare

Critical bug fix : fix $success_response in FolderController.

v1.7.3 release

19 Apr 20:26

Choose a tag to compare

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

v1.7.2 release

19 Apr 17:53

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.