Skip to content

Releases: pionl/laravel-chunk-upload

0.3.2

17 Jan 17:38
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

Fixes the chunk directory creation.

0.3.0

19 Sep 12:15
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

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
Choose a tag to compare
Merge pull request #1 from buschmann23/master

Fix creation of chunk folder if needed.

0.2.1

29 Jun 15:00
Compare
Choose a tag to compare
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
Choose a tag to compare

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
Choose a tag to compare
added per session chunk file name, fixed the move function for the re…

…sult chunk file, updated readme

0.1

27 Jun 15:49
Compare
Choose a tag to compare
0.1
v0.1

updated the syntax highlight for the readme