Changeset 340810
- Timestamp:
- 02/04/2011 08:30:24 PM (15 years ago)
- Location:
- lightview-plus/trunk
- Files:
-
- 2 edited
-
lightview-plus.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lightview-plus/trunk/lightview-plus.php
r339608 r340810 6 6 Author: Puzich 7 7 Author URI: http://www.puzich.com 8 Version: 2.5.3. 58 Version: 2.5.3.6 9 9 Put in /wp-content/plugins/ of your Wordpress installation 10 10 … … 671 671 672 672 // add autoplay 673 $output['embedurl'] = sprintf('%s &autoStart=true', $output['embedurl']);673 $output['embedurl'] = sprintf('%s?autoStart=true', $output['embedurl']); 674 674 675 675 // check response -
lightview-plus/trunk/readme.txt
r339608 r340810 8 8 Requires at least: 2.5 9 9 Tested up to: 3.1 10 Stable tag: 2.5.3. 510 Stable tag: 2.5.3.6 11 11 12 12 Seamless integration of Lightview (similar to Lightbox, Thickbox, Floatbox, Thickbox, Fancybox) to create a nice overlay to display images and videos without the need to change html. … … 36 36 37 37 == Changelog == 38 39 = 2.5.3.6 = 40 * [FIX] blip.tv autoplay 41 * [FIX] wordpress.org repository 38 42 39 43 = 2.5.3.5 =
Note: See TracChangeset
for help on using the changeset viewer.