Plugin Directory

Changeset 599773


Ignore:
Timestamp:
09/16/2012 06:52:31 PM (14 years ago)
Author:
CobaltApps
Message:

Fixed bug and then updated to version 1.0.1

Location:
video-overlayer
Files:
26 added
2 edited

Legend:

Unmodified
Added
Removed
  • video-overlayer/trunk/js/plugin.js

    r599049 r599773  
    88    $('iframe').each(function() {
    99        var iFrame = $(this);
    10         var videoSrc = iFrame.attr('src');
     10        var videoSrc = this.src;
    1111        var supportedIframe = [];
    1212
  • video-overlayer/trunk/readme.txt

    r599282 r599773  
    44Requires at least: 3.0
    55Tested up to: 3.4.2
    6 Stable tag: 1.0
     6Stable tag: 1.0.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7575== Change Log ==
    7676
    77 1.0 Initial release
     77= 1.0.1 =
     78
     79* Fixed bug where an iFrame with no src="" attribute could "break" the Plugin's functionality.
     80
     81= 1.0 =
     82
     83* Initial release
Note: See TracChangeset for help on using the changeset viewer.