Releases: moxiecode/plupload
Releases · moxiecode/plupload
v3.1.5
Compare
Sorry, something went wrong.
No results found
spocke
released this
15 Nov 09:44
Fixed another case of html entities not being encoded that could be exploded by uploading a file name with html in it.
v3.1.4
Compare
Sorry, something went wrong.
No results found
spocke
released this
15 Nov 08:10
Fixed a potential security issue with not entity encoding the file names in the html in the queue/ui widgets.
v2.3.9
Compare
Sorry, something went wrong.
No results found
spocke
released this
15 Nov 09:44
Fixed another case of html entities not being encoded that could be exploded by uploading a file name with html in it.
v2.3.8
Compare
Sorry, something went wrong.
No results found
spocke
released this
15 Nov 08:11
Fixed a potential security issue with not entity encoding the file names in the html in the queue/ui widgets.
v3.1.3
Compare
Sorry, something went wrong.
No results found
spocke
released this
29 Mar 08:40
Fixed security vulnerability by adding die calls to all php files to prevent them from being executed unless modified.
v2.3.7
Compare
Sorry, something went wrong.
No results found
spocke
released this
29 Mar 08:40
Fixed security vulnerability by adding die calls to all php files to prevent them from being executed unless modified.
v3.1.2
Compare
Sorry, something went wrong.
No results found
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 .
v2.3.6
Compare
Sorry, something went wrong.
No results found
Changelog
Fix typo that caused Plupload to not handle HTTP errors properly.
Fix IE8 regressions.
v3.1.1
Compare
Sorry, something went wrong.
No results found
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 .
v2.3.4
Compare
Sorry, something went wrong.
No results found
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 .