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.