X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/bf5c68485ef07868ad0a91168ecd0092af7661ae..61343b82c4f0da4c68e4c6373daafff4a81efdd1:/wp-includes/js/plupload/changelog.txt diff --git a/wp-includes/js/plupload/changelog.txt b/wp-includes/js/plupload/changelog.txt index 56947216..7aaff4c8 100644 --- a/wp-includes/js/plupload/changelog.txt +++ b/wp-includes/js/plupload/changelog.txt @@ -1,3 +1,26 @@ +Version 1.5.7 (2013-04-10) + HTML5: Workaround for squish problem in iOS6, when uploading resized images. + HTML5: Fix failing workaround for FormData+Blob bug on Android... + HTML5: Allow multiple uploads on iOS. + Include VB build script that doesn't depend on Ant and is said to be native to Windows. +Version 1.5.6 (2013-02-28) + Fix regression: getPos() wrong on ie6/7. + HTML5: Send file as binary string if it was mangled, even if multipart is set to false. + HTML5: Add workaround Android browsers, that are unable to properly send blobs in FormData. + HTML4/Flash/Silverlight: Destroy fails to cleanup everything when container not defined. + UI, Queue: Use html() instead of text(), otherwise special characters fail to display properly. + UI, Queue: Use on() instead of delegate() or live(). Update examples to use jQuery 1.9.0 by default. + Queue: Blur rename input field when ESC is pressed. + Additional language packs: Slovak. +Version 1.5.5 (2013-01-23) + UI Widget: Fix sortable feature, broken in jQuery UI 1.9. + Queue: Replace live() with delegate(), as live() was removed from jQuery 1.9. + HTML5: window.getComputedStyle in Firefox doesn't support dashed rulenames - use zIndex instead of z-index. + HTML5/Flash/Silverlight/Gears: Process JPEGs, if quality parameter is present, whatever the scale factor. + Flash: Survive invalid EXIF tag offsets. + Flash: Allow only letters, digits and underscore in runtime id to avoid script injection. + SilverLight: Prepend ampersand to the query string, for non multipart cases (as in Flash and HTML5). + Add mime types for m2v,3gp,3g2 extensions. Version 1.5.4 (2012-04-12) Flash: Disable scripting if swf was loaded from another domain. Version 1.5.3 (2012-04-05)