Skip to content

Releases: moxiecode/plupload

v3.1.0

07 Mar 06:49
Compare
Choose a tag to compare
v3.1.0 Pre-release
Pre-release

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.

v2.3.1

06 Feb 14:05
Compare
Choose a tag to compare

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

23 Nov 11:11
Compare
Choose a tag to compare

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).

v3.0-beta1

24 Aug 09:37
Compare
Choose a tag to compare
v3.0-beta1 Pre-release
Pre-release

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)

15 May 10:49
Compare
Choose a tag to compare

Changelog

v2.1.8

21 Jul 12:23
Compare
Choose a tag to compare

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

v2.1.4

25 May 15:33
Compare
Choose a tag to compare

Changelog

  • Fix: don't cancel current upload on generic file error
  • UI: If thumb fails to load display the placeholder with extension
  • Update moxie to v1.3

v2.1.3

11 May 20:36
Compare
Choose a tag to compare

Changelog

  • Add Catalan, Vietnamese language packs. Update Albanian.
  • Add Bulgarian and Kurdish lang packs. Update Armenian.
  • Flash: swf shouldn't accept any parameters via query string when loaded directly.

v2.1.2

16 May 13:23
Compare
Choose a tag to compare
Update binaries.

v2.1.1

16 Jan 08:50
Compare
Choose a tag to compare

Bugfix release (still targets FP 10.3).