Skip to content

Commit e4cb14a

Browse files
committed
Version 1.10.3
1 parent c250ec8 commit e4cb14a

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

flowplayer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Flowplayer HTML5 for WordPress
1212
* Plugin URI: http://wordpress.org/plugins/flowplayer5/
1313
* 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.
14-
* Version: 1.10.2
14+
* Version: 1.10.3
1515
* Author: Flowplayer ltd.
1616
* Author URI: http://flowplayer.org/
1717
* Text Domain: flowplayer5

includes/class-flowplayer5.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Flowplayer5 {
3131
*
3232
* @var string
3333
*/
34-
protected $plugin_version = '1.10.2';
34+
protected $plugin_version = '1.10.3';
3535

3636
/**
3737
* Player version, used for cache-busting of style and script file references.

readme.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@ add_action( 'fp5_video_config', 'fp5_video_config' );`
242242

243243
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)
244244

245+
= 1.10.3 - 3 Febuary 2015 =
246+
* fix bug: fix code Flowplayer Drive API
247+
* fix bug: fix issue with Playlist JS
248+
245249
= 1.10.2 - 23 December 2014 =
246250
* move background inline css to stylesheet
247251
* support nested shortcodes when fetching shortcode args
@@ -371,6 +375,9 @@ We have a lot of plans for this plugin. You can see some of the up and coming fe
371375

372376
== Upgrade Notice ==
373377

378+
= 1.10.3 =
379+
* fix bugs with Flowplayer Drive and Playlist
380+
374381
= 1.10.2 =
375382
* fix numerous bugs with playlists
376383

0 commit comments

Comments
 (0)