Skip to content

Commit

Permalink
7.4.46.727
Browse files Browse the repository at this point in the history
  • Loading branch information
fvmartin committed Apr 9, 2021
1 parent b981859 commit a0df9bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 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.45.727
Version: 7.4.46.727
Author URI: http://foliovision.com/
License: GPL-3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Expand All @@ -27,7 +27,7 @@
*/

global $fv_wp_flowplayer_ver;
$fv_wp_flowplayer_ver = '7.4.45.727.2';
$fv_wp_flowplayer_ver = '7.4.46.727';
$fv_wp_flowplayer_core_ver = '7.2.7';

include_once( dirname( __FILE__ ) . '/includes/extra-functions.php' );
Expand Down
9 changes: 9 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,15 @@ Thank you for being part of the HMTL 5 mobile video revolution!

== Changelog ==

= 7.4.46.727 - 2021/04/09 =

* DASH.js - allowing it to recover from blocked autoplay on Safari
* Handle WordPress audio/video - improved the setting to also work with YouTube oEmbed
* Migration Wizard - improved to handle subtitles too
* Bugfix - duplicate FV Player DB wp_fv_player_videometa rows being created
* Bugfix - Lightbox - respect dimensions stored in FV Player DB
* Bugfix - Position Saving - safer way of restoring position (for HLS.js)

= 7.4.45.727 - 2021/03/24 =

* Bugfix - YouTube.com iframe embeds broken after adding support for youtube-nocokie.com in previous release
Expand Down

0 comments on commit a0df9bb

Please sign in to comment.