Skip to content

Releases: UniSharp/laravel-filemanager

v2.2.0 release

16 Nov 10:57

Choose a tag to compare

v2.1.0 release

10 May 10:16

Choose a tag to compare

  • New feature: pagination. Thanks to @StApostol.
  • Fix serious performance issues with cloud filesystem(see #754). Thanks to @Plytas.

v2.0.1 release

17 Apr 04:30
241100b

Choose a tag to compare

  • Laravel 7 support.
  • Multiple languages updated.

v2.0.0 release

08 Jan 09:52

Choose a tag to compare

  • Redesigned RWD user interface.
  • Supporting multiple files selection.
  • Supporting cloud storages integration(with Laravel file system).
  • Refactored code and increased test coverage.

v2.0.0-alpha8 release

06 May 03:27
8639557

Choose a tag to compare

v2.0.0-alpha8 release Pre-release
Pre-release
  • Support Laravel 5.8
  • Updated locale: uk

v2.0.0-alpha7 release

05 Dec 14:35

Choose a tag to compare

v2.0.0-alpha7 release Pre-release
Pre-release
  • Fix failure when uploading files.
  • Fix Windows compatibility.

v2.0.0-alpha6 release

30 Nov 07:13

Choose a tag to compare

v2.0.0-alpha6 release Pre-release
Pre-release

Features

  • Implemented multiple selection toggle, modified UX
  • Used CachedAdapter of file system, thanks to @mnightingale
  • RWD of resize feature
  • Breadcrumbs
  • Preview multiple items with their file names using carousel

v2.0.0-alpha5 release

19 Oct 03:58

Choose a tag to compare

v2.0.0-alpha5 release Pre-release
Pre-release
  • Support Laravel 5.7
  • New locale: it.
  • Locales updated: es, fa.
  • Fix "Invalid upload request".

v2.0.0-alpha4

05 Jul 10:38

Choose a tag to compare

v2.0.0-alpha4 Pre-release
Pre-release

Features

  • Apply mime icon generator.
  • Refactor floating action buttons.
  • Provide a function that generates all routes and remove old routes.php.
  • Moving function for files and folders.
  • Abandon LfmFileRepository.php, all files are now uploaded through Laravel storage.

Other

  • Namespace changes.

v1.9.2 release

05 Jul 11:38

Choose a tag to compare

Fix error with str_singular() helper, see #516 .