Releases: moxiecode/plupload
Releases · moxiecode/plupload
v3.1.0
v2.3.1
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 supportPUT
). - 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
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
ando
namespaces. Majority of helper methods are also accessible fromplupload
namespace ormoxie
namespace (yep, there were too many, sorry).
v3.0-beta1
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.1.9 (security update)
Changelog
- Update mOxie to v1.3.5
v2.1.8
Changelog
- UI: Fix thumbs not being cropped.
- UI: Fix dummy covering thumb after upload.
- UI: Store the options after they are merged and normalised.
- UI: Rename start and stop events to started and stopped and fix them.
- UI: Add server response to uploaded event.
- Fix event binding/unbinding logic by partially reverting it.
- Fix UA parser bug that made v2.1.5 unusable.
- Update Latvian language pack. Remove redundant Serbian language pack.
- Update moxie to v1.3.4