Skip to content

Commit

Permalink
7.4.7.727 - lightbox, video speed, HLS and MPEG-DASH fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Vicenik authored and Martin Vicenik committed Oct 22, 2019
1 parent 104c43d commit a6347e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flowplayer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: FV Player
Plugin URI: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer
Description: Formerly FV WordPress Flowplayer. Supports MP4, HLS, MPEG-DASH, WebM and OGV. Advanced features such as overlay ads or popups. Uses Flowplayer 7.2.7.
Version: 7.4.6.727
Version: 7.4.7.727
Author URI: http://foliovision.com/
License: GPL-3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Expand All @@ -27,8 +27,8 @@
*/

global $fv_wp_flowplayer_ver;
$fv_wp_flowplayer_ver = '7.4.6.727.3';
$fv_wp_flowplayer_core_ver = '7.2.7.1';
$fv_wp_flowplayer_ver = '7.4.7.727';
$fv_wp_flowplayer_core_ver = '7.2.7';

include_once( dirname( __FILE__ ) . '/includes/extra-functions.php' );
if( file_exists( dirname( __FILE__ ) . '/includes/module.php' ) ) {
Expand Down
Loading

0 comments on commit a6347e9

Please sign in to comment.