Releases: pionl/laravel-chunk-upload
Releases · pionl/laravel-chunk-upload
1.0.1
Added support for passing file object instead of fileIndex (example: multiple files in a request). Change discussion in #7 (@RAZORzdenko), merged in #8
1.0.0
- Updated composer to support Laravel 5.4
- Updated readme with example project link
0.3.2
- Fixed the schedule register #4.
- Added Laravel version restriction to 5.1 or 5.2 or 5.3 into composer (5.4 not tested)
0.3.1
Fixes the chunk directory creation.
0.3.0
- improved the ChunkSave path generation
- AbstractHandler can use config
- Added single upload handler as standard upload fallback
- Added plupload handler
- Added automatic handler selection based on request (HandlerFactory)
- Updated config for new naming convention to support cross domain upload
0.2.3
fixed the correct path to the chunk directory on first use, added possibility to get the chunk directory with disk path
0.2.2
Merge pull request #1 from buschmann23/master
Fix creation of chunk folder if needed.
0.2.1
fixed bugs after laravel storage changes
fixed the publishes config file
added back the chunks folder creations until the storage streams will
be used
0.2.0
adds Laravel filesystem usage
adds a service provider with a config and clear command (with automatic schedule setup)
0.1.1
v0.1.1
added per session chunk file name, fixed the move function for the re…