Releases: UniSharp/laravel-filemanager
Releases · UniSharp/laravel-filemanager
v2.12.1 release
v2.12.0 release
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
- Always displays floating action button.
- TinyMCE integration #1148 , thanks to @Generation4 .
- Dropzone uploading issue #1062 , thanks to @hasanilingi .
- Last modified time issue on directories when integrating with cloud file storage services #1270 . Thanks to @gp247net .
- Issue on double clicking an image. Thanks to @joaogabrielti .
- S3 bucket compatibility, see #1197 . Thanks to @slimani-dev .
- File moving issue on Window #1260 . Thanks to @patacra .
- Dropzone authorization token #1048 . Thanks to @p-andrey .
v2.11.0 release
Deprecation
- Minimal version of PHP should be 8.1 . Prior versions have reached EOL.
- Integrate with
intervention/imagev3 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