Skip to content

Releases: pionl/laravel-chunk-upload

1.0.1

14 Feb 19:45

Choose a tag to compare

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

Choose a tag to compare

  • Updated composer to support Laravel 5.4
  • Updated readme with example project link

0.3.2

17 Jan 17:38

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

Choose a tag to compare

Fixes the chunk directory creation.

0.3.0

19 Sep 12:15

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

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

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

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

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

Choose a tag to compare

v0.1.1

added per session chunk file name, fixed the move function for the re…