Changeset 440946
- Timestamp:
- 09/20/2011 06:52:14 PM (14 years ago)
- Location:
- wplupload/trunk
- Files:
-
- 1 added
- 4 edited
-
js/plupload.flash.swf (modified) (previous)
-
js/plupload.full.js (added)
-
js/plupload.silverlight.xap (modified) (previous)
-
main.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wplupload/trunk/main.php
r348544 r440946 4 4 Plugin URI: 5 5 Description: Use Plupload as media upload backend 6 Version: 1. 06 Version: 1.1 7 7 Author: Davit Barbakadze 8 8 Author URI: http://plupload.com … … 34 34 'desc' => "runtimes will be tried in specified order <br/><em>separate runtimes with commas</em>", 35 35 'class' => 'regular-text', 36 'value' => 'html5, silverlight,gears,flash,browserplus,html4'36 'value' => 'html5,flash,silverlight,gears,browserplus,html4' 37 37 ), 38 38 'max_file_size' => array( … … 210 210 wp_enqueue_script('swfupload-handlers', get_option('siteurl') . "/wp-includes/js/swfupload/handlers.js", array('jquery'), '2201-20100523'); 211 211 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')); 214 213 wp_enqueue_script('wplupload', $this->url . '/js/wplupload.js', array('plupload', 'jquery')); 215 214 } -
wplupload/trunk/readme.txt
r348571 r440946 46 46 == Changelog == 47 47 48 = 1.1 = 49 GEARS runtime has been merged into the full js file. 50 Upgraded 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 48 52 = 1.0 = 49 53 Included Google GEARS js library. … … 52 56 53 57 = 0.9 = 54 Initial release 58 Initial release.
Note: See TracChangeset
for help on using the changeset viewer.