Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/plupload/changelog.txt

    r20487 r19194  
    1 Version 1.5.4 (2012-04-12)
    2     Flash: Disable scripting if swf was loaded from another domain.
    3 Version 1.5.3 (2012-04-05)
    4     HTML5: Check if xhr object is initialized, before calling abort() on it.
    5     HTML4: Postpone form removal until uploaders state changes, to avoid error on resuming stopped uploads.
    6     BrowserPlus: Fix mechanical typo, that caused error during mime type check.
    7     BrowserPlus: browserPlus.Uploader.Cancel() has two required parameters, dies with the error if not passed.
    8     Flash: Improve runtime's behaviour during upload cancellation.
    9     Flash: Survive the case when GPSVersionID contains unexpected value.
    10     Flash: Fix random freeze in Chrome's bundled Flash Player.
    11     Flash: Avoid the silent break when URLStream not yet open, but close is called on it.
    12     Flash: Move Destroy handler out of Flash:Init handler, since it might be called not only after Flash:Init but also before it.
    13     Flash: Avoid warning during build with mxmlc.
    14     Try removeEventListener first in IE and only if it fails - detachEvent.
    15     Fix plupload.getPos to return proper value in IE8+.
    16     Do not initiate plupload.STARTED state, if file queue is empty.
    17     Additional language packs: Estonian, Polish, Korean, French-Canadian, Greek, Persian/Farsi.
    18 Version 1.5.2 (2012-01-06)
    19     UI Widget: Do not show UI if no runtime can be initialized.
    20     UI Widget: Timely update file size and total size if resize in action.
    21     UI Widget: Constrain renaming feature to queued files only.
    22     UI Widget: Disable Add button properly, if requested, rather then just hide.
    23     HTML4/HTML5/BrowserPlus: Avoid adding mime type twice to dialog trigger.
    24     HTML5: fix regression, when unresized images were failing on FF3.6.
    25     HTML5: Constrain Gecko 2,5,6 workaround to multipart mode only.
    26     HTML5/Flash: Take into account weird possibilities of ExifVersion being a string, rather then standard Undefined.
    27     Flash: Simplify event dispatching in BitmapDataUnlimited class, in order to avoid freezing on resizing in FP11.
    28     Add ability to disable file dialog trigger on request (uploader.disableBrowse(true/false)).
    29     Support for immediate abort of upload process, be it chunked upload or regular one.
    30     Abort all activity, before destroying uploader.
    31     Revive temporary file removal logic in upload.php.
    32     Fix potential vulnerability in dump.php and upload.php.
    33     Additional MIME types: application/vnd.openxmlformats-officedocument.*, application/x-javascript, application/json, text/css,css, application/vnd.oasis.opendocument.formula-templat.
    34     Additional language packs: Hungarian, Croatian, Serbian, Romanian.
    351Version 1.5.1.1 (2011-09-27)
    362    HTML5: Fix mechanical typo, that successfully broke drag and drop, wherever could.
Note: See TracChangeset for help on using the changeset viewer.