Skip to content

Commit

Permalink
7.3.6.727 - editor fixes, Google+ removed
Browse files Browse the repository at this point in the history
  • Loading branch information
fvmartin committed Jan 8, 2019
1 parent 13572d6 commit 1c09f25
Show file tree
Hide file tree
Showing 2 changed files with 12 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.7.
Version: 7.3.4.727
Version: 7.3.6.727
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.3.4.727.1';
$fv_wp_flowplayer_ver = '7.3.6.727';
$fv_wp_flowplayer_core_ver = '7.2.7.1';

include_once( dirname( __FILE__ ) . '/includes/extra-functions.php' );
Expand Down
11 changes: 10 additions & 1 deletion 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: 5.0.1
Tested up to: 5.0.2
Stable tag: trunk
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -357,6 +357,15 @@ Thank you for being part of the HMTL 5 mobile video revolution!

== Changelog ==

= 7.3.6.727 - 2017/01/08 =

* Caption field - renaming to Title
* Database - enabling background processing for videos in DB
* Editor - fix for WebM and HLS duration scanning
* Lightbox - added Remove fancyBox setting - use if you see a "fancyBox already initialized" message on JavaScript console
* Sharing - removing Google+ as it's deprecated
* Bugfix - PHP 7.2 compatiblity

= 7.3.4.727 - 2017/12/14 =

* FV Player top level wp-admin menu item icon
Expand Down

0 comments on commit 1c09f25

Please sign in to comment.