plupload v3.1.2 Release Notes
Release Date: 2018-02-20 // almost 7 years ago-
๐ Changelog
- โ Add new file filter:
prevent_empty
- that will filter out 0kb files if enabled. - ๐ Fix HTTP error handling.
- ๐ Fix regression in ImageResizer.
- ๐ Fix regression in Queue affecting IE8.
- Disable auto pause/resume of the Queue.
- ๐ Update mOxie to: v1.5.8.
- โ Add new file filter:
Previous changes from v3.1.1
-
๐ Changelog
- ๐ Fix not being able to resize detached blob (created from dataUrl or binary string) that was added via uploader.addFile().
- Consider HTTP status below 200 an error as well (mostly because when connection breaks, HTTP status might be reported as 0).
- ๐ฆ Expose whole moxie namespace under
plupload.moxie
(mostly for smooth integration into environments like Webpack). - ๐ Update mOxie to: v1.5.6.