Skip to content

Commit

Permalink
7.5.43.7212
Browse files Browse the repository at this point in the history
  • Loading branch information
fvmartin committed Feb 28, 2024
1 parent 8e5eabc commit 1db82e7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
8 changes: 4 additions & 4 deletions flowplayer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
/*
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.8.
Version: 7.5.41.7212
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.12.
Version: 7.5.43.7212
Author URI: http://foliovision.com/
License: GPL-3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
*/

/* FV Player - HTML5 video player with Flash fallback
Copyright (C) 2020 Foliovision
Copyright (C) 2024 Foliovision
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -31,7 +31,7 @@
}

global $fv_wp_flowplayer_ver;
$fv_wp_flowplayer_ver = '7.5.41.7212.2';
$fv_wp_flowplayer_ver = '7.5.43.7212';
$fv_wp_flowplayer_core_ver = '7.2.12.3';
include_once( dirname( __FILE__ ) . '/includes/extra-functions.php' );
if( file_exists( dirname( __FILE__ ) . '/includes/module.php' ) ) {
Expand Down
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: FolioVision
Donate link: https://foliovision.com/donate
Tags: video player, flowplayer, mobile video, html5 video, Vimeo, html5 player, youtube player, youtube playlist, video playlist, RTMP, Cloudfront, HLS
Requires at least: 3.5
Tested up to: 6.3
Tested up to: 6.4
Stable tag: trunk
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -359,9 +359,16 @@ Thank you for being part of the HMTL 5 mobile video revolution!

== Changelog ==

= 7.5... - 2023/../.. =
= 7.5.43.7212 - 2024/02/28 =

* Security - fix XSS in the redirection at the end of video is bad URL is posted by authenticated user
* Security - fix XSS in the video loading code if using DigitalOcean Spaces or Linode Object Storage
* AWS SDK update - PHP 7.4 is now required for the DigitalOcean Spaces/AWS S3 browser and uploader
* HLS - Keep showing splash until the video really plays
* Translations - adding Arabic, thanks to dubaiglobalnews.com
* Bugfix - Handle WordPress audio/video setting - fix for player HTML showing in excerpts
* Bugfix - SEO - Schema.org - better date format
* Bugfix - Uploads - avoid duplicate job submissions for FV Player Coconut

= 7.5.41.7212 - 2023/10/04 =

Expand Down

0 comments on commit 1db82e7

Please sign in to comment.