Skip to content

Commit

Permalink
Merge pull request #26 from jwplayer/develop
Browse files Browse the repository at this point in the history
Merged version 1.5.3 into master.
  • Loading branch information
rmnl committed May 31, 2016
2 parents 4f8e0fe + 22a18d1 commit 5ac59ae
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 104 deletions.
8 changes: 4 additions & 4 deletions jw-player/include/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ function jwplayer_admin_head() {
?>

<script type="text/javascript">
jwplayer.plugin_url = '<?php echo esc_url( $plugin_url ); ?>';
jwplayer.content_mask = '<?php echo esc_url( $content_mask ); ?>';
jwplayer.nr_videos = <?php echo esc_js( $nr_videos ); ?>;
jwplayer.debug = <?php echo wp_json_encode( WP_DEBUG ); ?>;
jwplayerwp.plugin_url = '<?php echo esc_url( $plugin_url ); ?>';
jwplayerwp.content_mask = '<?php echo esc_url( $content_mask ); ?>';
jwplayerwp.nr_videos = <?php echo esc_js( $nr_videos ); ?>;
jwplayerwp.debug = <?php echo wp_json_encode( WP_DEBUG ); ?>;
</script>
<?php
}
Expand Down
2 changes: 1 addition & 1 deletion jw-player/jw-player.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: http://www.jwplayer.com/
Description: This plugin allows you to easily upload and embed videos using the JW Player. The embedded video links can be signed, making it harder for viewers to steal your content.
Author: JW Player
Version: 1.5.2
Version: 1.5.3
*/

define( 'JWPLAYER_PLUGIN_DIR', dirname( __FILE__ ) );
Expand Down
7 changes: 6 additions & 1 deletion jw-player/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: LongTail Video
Tags: jwplayer, jw, player, jwplatform, video, media, html5
Requires at least: 4.3
Tested up to: 4.5.2
Stable tag: 1.5.2
Stable tag: 1.5.3
License: GPLv3

Upload and embed videos with your JW Player account to seamlessly integrate video into your WordPress website.
Expand Down Expand Up @@ -96,6 +96,11 @@ That's great. Tell us about it and open a pull request on [our GitHub mirror of

== Changelog ==

= 1.5.3 =

* Fix: Https upload issues in admin.
* Fix: Renamed main JS object to prevent conflicts with player in the admin.

= 1.5.2 =

* Issue: Small fix to make the plugin work with broken mime types.
Expand Down
Loading

0 comments on commit 5ac59ae

Please sign in to comment.