Skip to content

Releases: pionl/laravel-chunk-upload

v1.5.4

25 Mar 15:50
Compare
Choose a tag to compare

What's Changed

  • Address preg_match deprecation notice when sending null to second argument. by @RTippin in #167

New Contributors

Full Changelog: v1.5.3...v1.5.4

v1.5.4

19 Mar 18:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.2...v1.5.3

v1.5.2

15 Mar 21:04
dcf5cf4
Compare
Choose a tag to compare

🚀 Laravel 10 support officially landed.

v1.5.1

31 Aug 07:41
e1ffe87
Compare
Choose a tag to compare

⛑ fix issue for large file name (resuamblejs) by @shivank44 in #125

Full Changelog: v1.5.0...v1.5.1

v1.5.0

21 Mar 12:50
37b20f1
Compare
Choose a tag to compare

🚀 Laravel 9 support - all acceptance tests passed by @drjdr #129
❌ Laravel 5/6 support officially not supported, but still can be used and works (not tested anymore)

1.4.1

07 Dec 18:03
149f911
Compare
Choose a tag to compare

🚀 Laravel 8 support - all acceptance tests passed

1.4.0

21 Jun 20:09
a979029
Compare
Choose a tag to compare

🎉 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.

Snímek obrazovky 2020-06-21 v 18 35 05

1.3.0

05 Nov 21:29
2105138
Compare
Choose a tag to compare

🎆 Added Laravel 6.5 support (@TheFrankman and @michaelaguiar)

PR #85, #80, #84

1.2.9

05 Mar 12:41
074b2f9
Compare
Choose a tag to compare

🎆 Added Laravel 5.8 support (@ivandokov )

1.2.8

11 Sep 09:27
f556e3e
Compare
Choose a tag to compare

🙌 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
        ],
    ],

Full version of config