Skip to content

Releases: UniSharp/laravel-filemanager

v1.8.4 release

28 Dec 09:26
Compare
Choose a tag to compare

Bug fix: Clicking on file should call useFile() in grid view.

v2.0.0-alpha

21 Dec 07:11
Compare
Choose a tag to compare
v2.0.0-alpha Pre-release
Pre-release

Features:

  • Integration with Laravel Storage.
  • Multiple selection in stand alone button mode.
  • UI refactored, along with RWD design.

Views, config, assets are also refactored. Please republish them with --force.

Haven't tested on Windows yet!

v1.8.3 release

05 Dec 17:26
Compare
Choose a tag to compare

Bug fixes:

  • Uploaded files are sometimes missing. (see #452 )

Enhancements

  • New languages: eu, ka, vi.
  • Languages updated: pt-BR, ru.

v1.8.2.2 release

20 Oct 19:03
Compare
Choose a tag to compare

ChangeLogs

  • #447 Fix animated gif image, thanks @pompex
  • #447 Fix svg image upload.
  • All images are now retained 100% quality after uploading to the server.

v1.8.2.1 release

17 Oct 07:45
Compare
Choose a tag to compare

Bug fixes

  • Fix #442, lfm.prefix is not backward compatible with lfm.url_prefix, thanks @nalorim

You may need to php artisan vendor:publish --tag=lfm_view --force again to apply this fix.

v1.8.2 release

16 Oct 03:52
Compare
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
Compare
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
Compare
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
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.