Plugin Directory

Changeset 440946


Ignore:
Timestamp:
09/20/2011 06:52:14 PM (14 years ago)
Author:
jayarjo
Message:

Upgraded core to 1.5

Location:
wplupload/trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • wplupload/trunk/main.php

    r348544 r440946  
    44Plugin URI:
    55Description: Use Plupload as media upload backend
    6 Version: 1.0
     6Version: 1.1
    77Author: Davit Barbakadze
    88Author URI: http://plupload.com
     
    3434            'desc' => "runtimes will be tried in specified order <br/><em>separate runtimes with commas</em>",
    3535            'class' => 'regular-text',
    36             'value' => 'html5,silverlight,gears,flash,browserplus,html4'
     36            'value' => 'html5,flash,silverlight,gears,browserplus,html4'
    3737        ),
    3838        'max_file_size' => array(
     
    210210        wp_enqueue_script('swfupload-handlers', get_option('siteurl') . "/wp-includes/js/swfupload/handlers.js", array('jquery'), '2201-20100523');
    211211        wp_enqueue_script('browserplus', 'http://bp.yahooapis.com/2.4.21/browserplus-min.js');
    212         wp_enqueue_script('gears', $this->url . '/js/gears_init.js');
    213         wp_enqueue_script('plupload', $this->url . '/js/plupload.full.min.js', array('browserplus', 'gears'));
     212        wp_enqueue_script('plupload', $this->url . '/js/plupload.full.js', array('browserplus'));
    214213        wp_enqueue_script('wplupload', $this->url . '/js/wplupload.js', array('plupload', 'jquery'));   
    215214    }
  • wplupload/trunk/readme.txt

    r348571 r440946  
    4646== Changelog ==
    4747
     48= 1.1 =
     49GEARS runtime has been merged into the full js file.
     50Upgraded Plupload core to 1.5, more info can be found [here](http://www.plupload.com/punbb/viewtopic.php?id=1182 "Changelog for Plupload 1.5b").
     51
    4852= 1.0 =
    4953Included Google GEARS js library.
     
    5256
    5357= 0.9 =
    54 Initial release
     58Initial release.
Note: See TracChangeset for help on using the changeset viewer.