All Versions
11
Latest Version
Avg Release Cycle
173 days
Latest Release
2256 days ago

Changelog History
Page 1

  • v3.1.2 Changes

    February 20, 2018

    🔄 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.
  • v3.1.1 Changes

    October 03, 2017

    🔄 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.
  • v3.1.0 Changes

    March 07, 2017

    🔄 Changelog

    • Queue now inherits from Queueable (basically this is the main reason why I've incremented version to 3.1.0).
    • 🚀 Numerous inconsistencies were addressed, since beta release.
    • ⚡️ Update mOxie to: v1.5.3.
  • v3.0 Changes

    August 24, 2016

    🔄 Changelog

    • Major rewrite (finally split the code into separate modules).
    • Simultaneous uploads of files and chunks.
    • 👍 Better control on chunks.
    • Separate queue for image resizing.
    • 👌 Improved quality for client-side image resizing (bilinear resampling).
    • 🚀 Update mOxie to: v1.5-beta.2.
  • v3.0-beta1 Changes

    August 24, 2016

    🔄 Changelog

    • Major rewrite (finally split the code into separate modules).
    • Simultaneous uploads of files and chunks.
    • 👍 Better control on chunks.
    • Separate queue for image resizing.
    • 👌 Improved quality for client-side image resizing (bilinear resampling).
    • 🚀 Update mOxie to: v1.5-beta.2.
  • v2.3.6 Changes

    November 03, 2017

    🔄 Changelog

    • 🛠 Fix typo that caused Plupload to not handle HTTP errors properly.
    • 🛠 Fix IE8 regressions.
  • v2.3.4 Changes

    October 02, 2017

    🔄 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).
    • Do not set inner global xhr var to null onloadend of any single instance (which caused random errors during the upload).
    • 🔦 Expose whole moxie namespace under plupload.moxie (mostly for smooth integration into environments like Webpack).
    • Add new filter prevent_empty, which filters out empty files by default, but can be turned off if required.
    • ⚡️ Update Russian, Latvian and German language packs.
    • 🚀 Update mOxie to: v1.5.6.
  • v2.3.1 Changes

    February 06, 2017

    🔄 Changelog

    • 📦 Marked all NPM dependencies as dev (this will make NPM package so much lighter).
    • Add BeforeChunkUpload event.
    • 🛠 Fix event-based invocation of chunk uploading, where it wasn't possible to unbind from the event properly.
    • Add new option http_method (basically to support PUT).
    • 🛠 Fix bytesPerSec reporting.
    • Treat extensions in accept option as case-insensitive.
    • 💻 Do not add mime types into accept attribute, when browser can filter by extensions only.
    • 🛠 Fix processing of scheme-less URLs, like: //domain.com.
    • 💻 UI: Fix regression where thumbnails weren't scaled when cropped.
    • 💻 UI/Queue: Renaming and removing should be possible for queued files only.
    • 💅 Update Spanish, Polish ans Swedish language packs.
    • 🚀 Update mOxie to: v1.5.3.
  • v2.2.1 Changes

    November 23, 2016

    🔄 Changelog

    • 🚀 Update mOxie to: v1.5.2.
    • 👌 Improved quality for client-side image resizing (bilinear resampling).
    • Add AMD/CommonJS support via UMD-like wrapper.
    • ⬇️ Drop mOxie and o namespaces. Majority of helper methods are also accessible from plupload namespace or moxie namespace (yep, there were too many, sorry).
  • v2.1.9 Changes

    May 15, 2016

    🔄 Changelog