Skip to content

Releases: UniSharp/laravel-filemanager

v2.12.1 release

26 Oct 07:37

Choose a tag to compare

Fixes

  • Key used for merging default config #1273 . Thanks to @gp247net .
  • Apply proper style for search bar.

v2.12.0 release

25 Oct 13:52

Choose a tag to compare

Features

  • Provide a stand alone button to cancel selection.
  • locales updated: el
  • Add config to output files in reverse #1126 . Thanks to @Ercogx .
  • New config for routing #1026 . Thanks to @drhootch .
  • Use slug instead of preg_replace #941 . Thanks to @arxeiss .
  • Searching current working directory. Thanks to @redzwanlatif .

Fixes

v2.11.0 release

16 Aug 09:59

Choose a tag to compare

Deprecation

  • Minimal version of PHP should be 8.1 . Prior versions have reached EOL.
  • Integrate with intervention/image v3 only, since v2 has also reached EOL.
  • Thanks to @sonole for this deprecation.

Features

  • bangla language support. Thanks to @amdad121 .

Fixes

  • Remove deprecation warning. Thanks to @safiul0073, @nadirhamid, @kahovskaia .
  • Integration document with CKEditor. Thanks to @patacra .
  • Remove error in console if double clicking on confirm button for deletion very fast. Thanks to @amidesfahani pointing out this issue.

v2.10.1 release

11 Mar 17:28
e82f8f6

Choose a tag to compare

Fix "Call to a member function getStorage() on null". Thanks to @jonnott .

v2.10.0 release

03 Mar 10:53
ed14dce

Choose a tag to compare

v2.9.1 release

09 Aug 18:11

Choose a tag to compare

Security fixes

  • Disallow uploading files with executable extensions.

v2.9.0 release

10 Apr 07:50

Choose a tag to compare

Features

  • Support v3.* versions of intervention/image. Also thanks to @MeeDNite .
  • New feature "resize as new image" is available. Thanks to @rashidul-hasan .

Fixes

v2.8.1 release

03 Apr 06:54

Choose a tag to compare

Remove support for intervention/image:3.* in composer dependency for now. Will be added back after compatibility issue is solved.

v2.8.0 release

20 Mar 05:40
de26d5e

Choose a tag to compare

Support Laravel 11

v2.7.1 release

27 Feb 14:25

Choose a tag to compare

Fixes issues when displaying api errors for deleting and renaming. See #1142, #1212, #1214.