Skip to content

Commit

Permalink
7.3.12.727 - editor and performance fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fvmartin committed Feb 26, 2019
1 parent 177fc0a commit bb5fa63
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flowplayer.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*/

global $fv_wp_flowplayer_ver;
$fv_wp_flowplayer_ver = '7.3.9.727.2';
$fv_wp_flowplayer_ver = '7.3.12.727';
$fv_wp_flowplayer_core_ver = '7.2.7.1';

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

== Changelog ==

= 7.3.12.727 - 2019/02/26 =

* New Feature - Rewind Button - seeks 10 seconds back in the video, enable in Settings -> FV Player -> Sitewide FV Player Defaults
* Live stream - removing from Post Interface Options and showing it for HLS streams automatically
* Audio - checkbox for HLS streams to make them audio-only
* Bugfix - video duration check forgetting to remove fv_flowlayer_tmp_* temporary files
* Bugfix - video position saving too many requests when leaving the web page
* Bugfix - video start/end time editing for FV Player Pro
* Bugfix - too many database checks in wp-admin

= 7.3.9.727 - 2019/02/05 =

* FV Player wp-admin menu - sorting by player date, latest first
Expand Down

0 comments on commit bb5fa63

Please sign in to comment.