Releases: UniSharp/laravel-filemanager
Releases · UniSharp/laravel-filemanager
v2.11.0 release
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
Fix "Call to a member function getStorage() on null". Thanks to @jonnott .
v2.10.0 release
- Support Laravel 12. Thanks to @atmonshi .
v2.9.1 release
Security fixes
- Disallow uploading files with executable extensions.
v2.9.0 release
Features
- Support
v3.*
versions ofintervention/image
. Also thanks to @MeeDNite . - New feature "resize as new image" is available. Thanks to @rashidul-hasan .
Fixes
- Fix downloading issues with S3, see #1109 . Thanks to @rodrigocardenas .
- Fix public visibility issues with S3, see #1199 . Thanks to @agus24 .
v2.8.1 release
Remove support for intervention/image:3.*
in composer dependency for now. Will be added back after compatibility issue is solved.
v2.8.0 release
Support Laravel 11
v2.7.1 release
v2.7.0 release
Support intervention/image
version above 2.0.0
.
v2.6.4 release
Security
- In
composer.json
, requires league/flysystem version abovev2.0.0
to detect directory traversal. See #1150 .