Skip to content

Commit

Permalink
7.5.22.727 - mobile interface improvements, editor bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fvmartin committed May 11, 2022
1 parent 7fc15f6 commit 3f3677f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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.8.
Version: 7.5.21.728
Version: 7.5.22.728
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.5.21.728.999';
$fv_wp_flowplayer_ver = '7.5.22.728';
$fv_wp_flowplayer_core_ver = '7.2.8';
include_once( dirname( __FILE__ ) . '/includes/extra-functions.php' );
if( file_exists( dirname( __FILE__ ) . '/includes/module.php' ) ) {
Expand Down
4 changes: 3 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ Thank you for being part of the HMTL 5 mobile video revolution!

== Changelog ==

= 7.5.22.727 - 2022/05/05 =
= 7.5.22.727 - 2022/05/11 =

* Mobile - "Force landscape orientation in fullscreen" is now always on and no longer a setting
* Mobile - showing "To enjoy fullscreen swipe up to hide location bar." for iPhone users when location bar appears in fullscreen mode
Expand All @@ -368,6 +368,8 @@ Thank you for being part of the HMTL 5 mobile video revolution!
* Styling - fullscreen exit button is now easier to tap on mobile
* Styling - mobile now has more spacing between timeline and control bar buttons
* Video Position Saving - also remember the top position in the video
* Video upload - Support folder creation for FV Player Coconut
* Video upload - Support uploading into folders for FV Player Coconut
* Bugfix - Editor - creating duplicate drafts
* Bugfix - Editor - empty subtitles field appearing
* Bugfix - Editor - missing action hook on player save, causing issues with FV Player Pay Per View
Expand Down

0 comments on commit 3f3677f

Please sign in to comment.