plupload v3.1.2 Release Notes

Release Date: 2018-02-20 // about 6 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.

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.