Changeset 599773
- Timestamp:
- 09/16/2012 06:52:31 PM (14 years ago)
- Location:
- video-overlayer
- Files:
-
- 26 added
- 2 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/css (added)
-
tags/1.0.1/css/plugin-admin.css (added)
-
tags/1.0.1/css/plugin.css (added)
-
tags/1.0.1/functions (added)
-
tags/1.0.1/functions/plugin-activate.php (added)
-
tags/1.0.1/functions/plugin-admin-page.php (added)
-
tags/1.0.1/functions/plugin-admin.php (added)
-
tags/1.0.1/functions/plugin-functions.php (added)
-
tags/1.0.1/functions/plugin-get-options.php (added)
-
tags/1.0.1/images (added)
-
tags/1.0.1/images/default_overlay_black.png (added)
-
tags/1.0.1/images/default_overlay_black_old.png (added)
-
tags/1.0.1/images/default_overlay_dark_gray.png (added)
-
tags/1.0.1/images/default_overlay_light_gray.png (added)
-
tags/1.0.1/images/default_overlay_white.png (added)
-
tags/1.0.1/images/trans_overlay_image.png (added)
-
tags/1.0.1/js (added)
-
tags/1.0.1/js/plugin-admin.js (added)
-
tags/1.0.1/js/plugin.js (added)
-
tags/1.0.1/languages (added)
-
tags/1.0.1/languages/vidover.po (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0.1/screenshot-1.png (added)
-
tags/1.0.1/screenshot-2.png (added)
-
tags/1.0.1/video-overlayer.php (added)
-
trunk/js/plugin.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
video-overlayer/trunk/js/plugin.js
r599049 r599773 8 8 $('iframe').each(function() { 9 9 var iFrame = $(this); 10 var videoSrc = iFrame.attr('src');10 var videoSrc = this.src; 11 11 var supportedIframe = []; 12 12 -
video-overlayer/trunk/readme.txt
r599282 r599773 4 4 Requires at least: 3.0 5 5 Tested up to: 3.4.2 6 Stable tag: 1.0 6 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 75 75 == Change Log == 76 76 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.