Releases: mafftor/laravel-file-manager
Releases · mafftor/laravel-file-manager
v2.0.12
Fresh release
What's Changed
- Fix Windows bug by @igorgaming in #12
 - Fix an issue with lastModified on folder by @mafftor in #14
 - Add support Laravel 10 by @mafftor in #16
 
New Contributors
- @igorgaming made their first contribution in #12
 
Full Changelog: v2.0.10...v2.0.11
Fix of major issue
v2.0.10 Add checking for files (mimeType) (#10)
Support Laravel 9
Add support Laravel 9, (#8) remove League\Flysystem\Cached\CachedAdapter because it is no longer supports by Laravel 9
Storage cloud fixes
Disable check image origin (CORS) - bugfix S3
Laravel 8
Download attack
Fixed download attack
Compression
The main reason of this release is compression:
- Added tinypng service for compressing images
 - Style changes
 - Fixed dropzone
 - Create a file with new number if it exists
 
Optimizations
- Allowed change default route attributes from config
 - Cloud storage optimizations
 - Bug fixes
 
Fixed bug response.join
v2.0.3 Fixed bug response.join