Skip to content

Commit

Permalink
Version 1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
grappler committed Mar 6, 2015
1 parent 0ef44f1 commit d21e041
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flowplayer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Flowplayer HTML5 for WordPress
* Plugin URI: http://wordpress.org/plugins/flowplayer5/
* Description: A HTML5 responsive video player plugin. From the makers of Flowplayer. Includes player skins, tracking with Google Analytics, splash images and support for subtitles and multi-resolution videos. You can use your own watermark logo if you own a Commercial Flowplayer license.
* Version: 1.10.5
* Version: 1.10.6
* Author: Flowplayer ltd.
* Author URI: http://flowplayer.org/
* Text Domain: flowplayer5
Expand Down
2 changes: 1 addition & 1 deletion includes/class-flowplayer5.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Flowplayer5 {
*
* @var string
*/
protected $plugin_version = '1.10.5';
protected $plugin_version = '1.10.6';

/**
* Player version, used for cache-busting of style and script file references.
Expand Down
7 changes: 7 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@ add_filter( 'fp5_post_meta_defaults', 'fp5_post_meta_defaults' );`

We have a lot of plans for this plugin. You can see some of the up and coming features in the [roadmap](https://github.com/flowplayer/wordpress-flowplayer/issues?labels=enhancement&page=1&state=open)

= 1.10.6 - 7 March 2015 =
* fix bug: checking video id with nested shortcodes
* fix bug: Invalid argument supplied for foreach()

= 1.10.5 - 1 March 2015 =
* fix bug: playing videos on different pages
* fix bug: fix issue with videos from Flowplayer Drive
Expand Down Expand Up @@ -394,6 +398,9 @@ We have a lot of plans for this plugin. You can see some of the up and coming fe

== Upgrade Notice ==

= 1.10.6 =
* fix bugs with playing videos

= 1.10.5 =
* fix bugs with Flowplayer Drive and playing videos

Expand Down

0 comments on commit d21e041

Please sign in to comment.