diff --git a/flowplayer.php b/flowplayer.php index 6cddee0cc..e9c746197 100644 --- a/flowplayer.php +++ b/flowplayer.php @@ -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.8. -Version: 7.5.36.7212 +Version: 7.5.37.7212 Author URI: http://foliovision.com/ License: GPL-3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.txt @@ -31,7 +31,7 @@ } global $fv_wp_flowplayer_ver; -$fv_wp_flowplayer_ver = '7.5.36.7212.5'; +$fv_wp_flowplayer_ver = '7.5.37.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' ) ) { diff --git a/readme.txt b/readme.txt index 03cf6cf5d..37a90bd5a 100644 --- a/readme.txt +++ b/readme.txt @@ -359,6 +359,14 @@ Thank you for being part of the HMTL 5 mobile video revolution! == Changelog == += 7.5.37.7212 - 2023/08/02 = + +* HLS.js - upgrade to 1.4.10 +* Optimize FV Flowplayer JS loading - disabled if using WP Rocket "Delay JavaScript execution" +* Remember video position - on by default for now plugin users +* Sticky player - option to enable for mobile users. Thanks to Dennis Isseult https://www.dmimedia.nl +* Bugfix - Safari - disable HLS.js for Safari 16.5 and above due to playback issues on some websites + = 7.5.36.7212 - 2023/05/03 = * Bugfix - DigitalOcean Spaces/AWS S3 browser broken after AWS SDK update, fixing tests too