Releases: pionl/laravel-chunk-upload
Releases · pionl/laravel-chunk-upload
1.0.1
14 Feb 19:45
Compare
Sorry, something went wrong.
No results found
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
07 Feb 14:59
Compare
Sorry, something went wrong.
No results found
Updated composer to support Laravel 5.4
Updated readme with example project link
0.3.2
17 Jan 17:38
Compare
Sorry, something went wrong.
No results found
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
04 Oct 11:38
Compare
Sorry, something went wrong.
No results found
Fixes the chunk directory creation.
0.3.0
19 Sep 12:15
Compare
Sorry, something went wrong.
No results found
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
02 Sep 16:10
Compare
Sorry, something went wrong.
No results found
fixed the correct path to the chunk directory on first use, added possibility to get the chunk directory with disk path
0.2.2
05 Jul 13:36
Compare
Sorry, something went wrong.
No results found
Merge pull request #1 from buschmann23/master
Fix creation of chunk folder if needed.
0.2.1
29 Jun 15:00
Compare
Sorry, something went wrong.
No results found
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
28 Jun 10:59
Compare
Sorry, something went wrong.
No results found
adds Laravel filesystem usage
adds a service provider with a config and clear command (with automatic schedule setup)
0.1.1
27 Jun 17:49
Compare
Sorry, something went wrong.
No results found
v0.1.1
added per session chunk file name, fixed the move function for the re…