Skip to content

Releases: UniSharp/laravel-filemanager

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

1.2.0 release

16 Jan 15:55
Compare
Choose a tag to compare

This is a feature enhancement release

1.1.1 release

10 Jan 11:00
Compare
Choose a tag to compare

This is a bugfix release.

Fix bug: #17 - Error on File upload, Images behaviour executed

1.1.0 release

06 Nov 17:33
Compare
Choose a tag to compare

ChangeLogs

  • Code refectoring
  • Add fr translations. Thanks @welcoMattic
  • Add "shared folder" support, accessible to all laravel authenticated users.
  • Fix a performance issue when loading big image files.
  • Fix a ckeditor integration error when uploading files directly without opening the file manager window.
  • Enhance non-ascii filename support.

Important:

Starts from version 1.1, views won't be published to your app by default, please remove the folder views/vendor/laravel-filemanager if you do not customise them. (If this folder is missing, it will apply the package maintainers default view).