Skip to content

Commit

Permalink
8.0.10: Editor playlist editing and screenshot fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fvmartin committed Nov 14, 2024
1 parent ab784d2 commit 4f20ada
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fv-player.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: FV Player 8
Plugin URI: http://foliovision.com/player
Description: Formerly FV WordPress Flowplayer. Supports MP4, HLS, MPEG-DASH, WebM and OGV. Advanced features such as overlay ads or popups.
Version: 8.0.9
Version: 8.0.10
Author URI: http://foliovision.com/
Requires PHP: 5.6
Text Domain: fv-player
Expand Down Expand Up @@ -35,7 +35,7 @@

global $fv_wp_flowplayer_ver;

$fv_wp_flowplayer_ver = '8.0.9.1';
$fv_wp_flowplayer_ver = '8.0.10';
$fv_wp_flowplayer_core_ver = '8.0.8.1';

function fv_player_8_activate() {
Expand Down
9 changes: 9 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,15 @@ You can optionally edit your theme's JS to prevent the shrinking.

== Changelog ==

= 8.0.10 - 2024-11-14 =

* Tested up to WordPress 6.7
* Bugfix: Deactivate FV Player 7 during activation: Multisite fix
* Bugfix: Editor: "Playlist Auto Advance" saving disabled when editing existing playlist
* Bugfix: Editor: Screenshot feature fixes
* Bugfix: Media Library: S3 not showing images for private buckets
* Bugfix: YouTube JavaScript warnings

= 8.0.9 - 2024-11-11 =

* Bugfix: Gutenberg block: Avoid breaking video links with % encoding
Expand Down

0 comments on commit 4f20ada

Please sign in to comment.