Skip to content

Commit

Permalink
Release v3.0.4 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mb.jquery.components committed Jun 17, 2016
1 parent a85999e commit cd8f7ba
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.mb.ytplayer",
"version": "3.0.3",
"version": "3.0.4",
"homepage": "http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-ytplayer",
"authors": [
"pupunzi <[email protected]>"
Expand All @@ -22,5 +22,5 @@
"test",
"tests"
],
"buildnum": "6006"
"buildnum": "6007"
}
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
<meta charset="UTF-8">
<title>youtube Chromeless Player - mb.YTPlayer</title>
<link href='http://fonts.googleapis.com/css?family=Lekton|Lobster' rel='stylesheet' type='text/css'>
<link href="css/jquery.mb.YTPlayer.min.css?_bn=5842" media="all" rel="stylesheet" type="text/css">
<link href="css/jquery.mb.YTPlayer.min.css?_bn=5843" media="all" rel="stylesheet" type="text/css">
<!--<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.js"></script>-->
<script src="https://code.jquery.com/jquery-3.0.0.min.js"></script>
<script src="jquery.mb.YTPlayer.min.js?_bn=5842"></script>
<script src="jquery.mb.YTPlayer.min.js?_bn=5843"></script>
<script src="../examples/assets/apikey.js"></script>
<style>
*:focus {
Expand Down
5 changes: 3 additions & 2 deletions dist/jquery.mb.YTPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ var getYTPVideoID = function( url ) {

jQuery.mbYTPlayer = {
name: "jquery.mb.YTPlayer",
version: "3.0.3",
build: "5842",
version: "3.0.4",
build: "5843",
author: "Matteo Bicocchi",
apiKey: "",
defaults: {
Expand All @@ -74,6 +74,7 @@ var getYTPVideoID = function( url ) {
showYTLogo: true,
stopMovieOnBlur: true,
realfullscreen: true,
fallbackImage: null,
gaTrack: true,
optimizeDisplay: true,
align: "center,center", // top,bottom,left,right
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.mb.YTPlayer.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"player",
"custom"
],
"version": "3.0.3",
"version": "3.0.4",
"author": "Pupunzi <[email protected]> (Matteo Bicocchi)",
"maintainers": [
"Pupunzi <[email protected]> (Matteo Bicocchi)"
Expand Down Expand Up @@ -50,5 +50,5 @@
"directories": {
"example": "examples"
},
"buildnum": "5842"
"buildnum": "5843"
}
1 change: 1 addition & 0 deletions src/jquery.mb.YTPlayer.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ var getYTPVideoID = function( url ) {
showYTLogo: true,
stopMovieOnBlur: true,
realfullscreen: true,
fallbackImage: null,
gaTrack: true,
optimizeDisplay: true,
align: "center,center", // top,bottom,left,right
Expand Down

0 comments on commit cd8f7ba

Please sign in to comment.