Plugin Directory


Ignore:
Location:
fv-wordpress-flowplayer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • fv-wordpress-flowplayer/trunk/flowplayer.php

    r409594 r413607  
    44Plugin URI: http://foliovision.com/seo-tools/wordpress/plugins/fv-wordpress-flowplayer
    55Description: Embed videos (FLV, H.264, and MP4) into posts or pages. Uses modified version of flowplayer (with removed FP logo and copyright notice).
    6 Version: 1.2.11
     6Version: 1.2.12
    77Author: Foliovision
    88Author URI: http://foliovision.com/
  • fv-wordpress-flowplayer/trunk/readme.txt

    r409594 r413607  
    55Requires at least: 2.0
    66Tested up to: 3.0.1
    7 Stable tag: 1.2.11
     7Stable tag: 1.2.12
    88
    99Embed videos (FLV, H.264, and MP4) into posts or pages. Warning: this version includes Flowplayer logos on full screen video and on canvas.
     
    158158
    159159== Changelog ==
     160
     161= 1.2.12 =
     162* XSS fix
    160163
    161164= 1.2.11 =
  • fv-wordpress-flowplayer/trunk/view/frontend-head.php

    r409594 r413607  
    4646        function fp_share(hash) {
    4747            var cp = document.getElementById('wpfp_'+hash+'_custom_popup');
    48             cp.innerHTML = '<div style="margin-top: 10px; text-align: center;"><label for="permalink" style="color: white;">Permalink to this page:</label><input onclick="this.select();" id="permalink" name="permalink" type="text" value="<?php echo 'http://'.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; ?>" /></div>';
     48            cp.innerHTML = '<div style="margin-top: 10px; text-align: center;"><label for="permalink" style="color: white;">Permalink to this page:</label><input onclick="this.select();" id="permalink" name="permalink" type="text" value="<?php echo 'http://'.$_SERVER['SERVER_NAME'].urlencode($_SERVER['REQUEST_URI']); ?>" /></div>';
    4949        }
    5050    /*]]>*/
Note: See TracChangeset for help on using the changeset viewer.