Skip to content

Releases: UniSharp/laravel-filemanager

v2.11.0 release

16 Aug 09:59
Compare
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
Compare
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
Compare
Choose a tag to compare

v2.9.1 release

09 Aug 18:11
Compare
Choose a tag to compare

Security fixes

  • Disallow uploading files with executable extensions.

v2.9.0 release

10 Apr 07:50
Compare
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
Compare
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
Compare
Choose a tag to compare

Support Laravel 11

v2.7.1 release

27 Feb 14:25
Compare
Choose a tag to compare

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

v2.7.0 release

07 Feb 07:45
Compare
Choose a tag to compare

Support intervention/image version above 2.0.0.

v2.6.4 release

24 Nov 08:22
Compare
Choose a tag to compare

Security

  • In composer.json, requires league/flysystem version above v2.0.0 to detect directory traversal. See #1150 .