Releases: pionl/laravel-chunk-upload
Releases · pionl/laravel-chunk-upload
v1.5.4
v1.5.4
What's Changed
- Add support Laravel 11 by @r0aringthunder in #166
New Contributors
- @r0aringthunder made their first contribution in #166
Full Changelog: v1.5.2...v1.5.3
v1.5.2
v1.5.1
⛑ fix issue for large file name (resuamblejs) by @shivank44 in #125
Full Changelog: v1.5.0...v1.5.1
v1.5.0
1.4.1
1.4.0
🎉 Finally a release for Laravel 7 support (bug found by @drjdr)
⛑ Finally I've fixed problems with chunks (Dropzone/Resumable.js with parallel upload).
👍 Also I've found a solution how to get file data after upload for a Dropzone. Check WIKI.
Now the release cycle will be easier thanks to integrations test on all Laravel versions. Update should take less time without breaking any support.
1.3.0
🎆 Added Laravel 6.5 support (@TheFrankman and @michaelaguiar)
1.2.9
🎆 Added Laravel 5.8 support (@ivandokov )
1.2.8
🙌 Added ability to add or override handlers - #50
Please update to your config (optional):
'handlers' => [
// A list of handlers/providers that will be appended to existing list of handlers
'custom' => [],
// Overrides the list of handlers - use only what you really want
'override' => [
// \Pion\Laravel\ChunkUpload\Handler\DropZoneUploadHandler::class
],
],