Releases: freezer278/laravel-file-uploads
Releases · freezer278/laravel-file-uploads
Laravel 7 support
v1.1.8 added support for laravel 7.0
v1.1.7
added support for laravel 6.0
v1.1.6
added ability to set custom extension for uploaded base64image
v1.1.5
small pngquant code improvement
v1.1.4
moved image compression to the independent class
v1.1.3
fixed getting file extension during file saving
Added ability to set default images extension in configs
v1.1.2 added using new configs in Job
Multiple Storages Support
- now you can pass name of any storage supported by laravel
- made some FilesSaver class code cleanups
- moved all code for the generating UploadedFile instance from FilesSaver to the independent class
Improved configuration abilities
v1.0.5 added configuration for the default uploads folder
Improved local base64 images saving, fixed dependencies
v1.0.4 fixed dependencies and added creating folder for storing base64 image…