Skip to content

Commit

Permalink
Release 4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
heff committed Mar 6, 2014
1 parent e2b2d14 commit bdeaae1
Show file tree
Hide file tree
Showing 13 changed files with 1,132 additions and 118 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ CHANGELOG
=========

## HEAD (Unreleased)
* Fixed bugs in IE9 Windows 7N with no Media Player ([view](https://github.com/videojs/video.js/pull/1060))
* Fixed a bug with setPoster() in the minified version ([view](https://github.com/videojs/video.js/pull/1062))
_(none)_

--------------------

## 4.4.3 (2014-03-06)
* Fixed bugs in IE9 Windows 7N with no Media Player ([view](https://github.com/videojs/video.js/pull/1060))
* Fixed a bug with setPoster() in the minified version ([view](https://github.com/videojs/video.js/pull/1062))

## 4.4.2 (2014-02-24)
* Fixed module.exports in minified version ([view](https://github.com/videojs/video.js/pull/1038))

Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ module.exports = function(grunt) {
var path = require('path');
return path.relative('dist', filepath);
},
compression: 'DEFLATE',
// compression: 'DEFLATE',
src: ['dist/video-js/**/*'],
dest: 'dist/video-js-' + version.full + '.zip'
}
Expand Down
2 changes: 1 addition & 1 deletion contrib.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
},
{
"desc": "Build the release",
"exec": "grunt dist"
"exec": "grunt"
},
{
"desc": "Add the (otherwise ignored) release files",
Expand Down
2 changes: 1 addition & 1 deletion dist/video-js/video-js.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
Video.js Default Styles (http://videojs.com)
Version 4.4.1
Version 4.4.3
Create your own skin at http://designer.videojs.com
*/
/* SKIN
Expand Down
Loading

0 comments on commit bdeaae1

Please # to comment.