Skip to content

Commit

Permalink
7.5.36.7212
Browse files Browse the repository at this point in the history
  • Loading branch information
fvmartin committed May 3, 2023
1 parent 32cfc66 commit cd2fa72
Show file tree
Hide file tree
Showing 3 changed files with 7 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.35.7212
Version: 7.5.36.7212
Author URI: http://foliovision.com/
License: GPL-3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Expand Down Expand Up @@ -31,7 +31,7 @@
}

global $fv_wp_flowplayer_ver;
$fv_wp_flowplayer_ver = '7.5.35.7212';
$fv_wp_flowplayer_ver = '7.5.36.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' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion flowplayer/fv-player.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,10 @@ Thank you for being part of the HMTL 5 mobile video revolution!

== Changelog ==

= 7.5.36.7212 - 2023/05/03 =

* Bugfix - DigitalOcean Spaces/AWS S3 browser broken after AWS SDK update, fixing tests too

= 7.5.35.7212 - 2023/04/26 =

* AWS SDK update - PHP 7.3 is now required for the DigitalOcean Spaces/AWS S3 browser
Expand Down

0 comments on commit cd2fa72

Please sign in to comment.