Plugin Directory

Changeset 340810


Ignore:
Timestamp:
02/04/2011 08:30:24 PM (15 years ago)
Author:
puzich
Message:
  • [FIX] blip.tv autoplay
  • [FIX] wordpress.org repository
Location:
lightview-plus/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lightview-plus/trunk/lightview-plus.php

    r339608 r340810  
    66Author: Puzich
    77Author URI: http://www.puzich.com
    8 Version: 2.5.3.5
     8Version: 2.5.3.6
    99Put in /wp-content/plugins/ of your Wordpress installation
    1010
     
    671671               
    672672                // add autoplay
    673                 $output['embedurl'] = sprintf('%s&autoStart=true', $output['embedurl']);
     673                $output['embedurl'] = sprintf('%s?autoStart=true', $output['embedurl']);
    674674               
    675675                // check response
  • lightview-plus/trunk/readme.txt

    r339608 r340810  
    88Requires at least: 2.5
    99Tested up to: 3.1
    10 Stable tag: 2.5.3.5
     10Stable tag: 2.5.3.6
    1111
    1212Seamless 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.
     
    3636
    3737== Changelog ==
     38
     39= 2.5.3.6 =
     40* [FIX] blip.tv autoplay
     41* [FIX] wordpress.org repository
    3842
    3943= 2.5.3.5 =
Note: See TracChangeset for help on using the changeset viewer.