From 93bce537aad60f3012aed9c67d369af5a90e219e Mon Sep 17 00:00:00 2001 From: Martin Vicenik Date: Fri, 16 Nov 2018 13:56:43 +0100 Subject: [PATCH] 7.3.1.727 - Fix for PHP warning in wp-admin --- flowplayer.php | 4 ++-- readme.txt | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/flowplayer.php b/flowplayer.php index 046478a58..dfa59c01d 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.7. -Version: 7.3.0.727 +Version: 7.3.1.727 Author URI: http://foliovision.com/ License: GPL-3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.txt @@ -27,7 +27,7 @@ */ global $fv_wp_flowplayer_ver; -$fv_wp_flowplayer_ver = '7.3.0.727'; +$fv_wp_flowplayer_ver = '7.3.1.727'; $fv_wp_flowplayer_core_ver = '7.2.7.1'; include_once( dirname( __FILE__ ) . '/includes/extra-functions.php' ); diff --git a/readme.txt b/readme.txt index a0e4631a5..72f7b8119 100644 --- a/readme.txt +++ b/readme.txt @@ -357,6 +357,10 @@ Thank you for being part of the HMTL 5 mobile video revolution! == Changelog == += 7.3.1.727 - 2017/11/16 = + +* Fix for PHP warning in wp-admin when no database table is present yet + = 7.3.0.727 - 2018/11/15 = * New feature - new FV Player instances are now saved into database - no longer using WordPress shortcode format to store all the information