1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-27 11:22:06 +02:00

First formal version.

This commit is contained in:
Steve Heffernan 2010-09-14 17:24:36 -05:00
parent 886f193f1e
commit 62801081d4

View File

@ -1,5 +1,7 @@
VideoJS - [HTML5 Video Player](http://videojs.com)
==================================================
Version 1.1.1
View [VideoJS.com](http://videojs.com) for a demo and overview.
VideoJS is an HTML5 video player that uses the HTML5 video tag built into modern browsers, and uses javascript to add custom controls, new functionality, and to fix cross browser bugs.
@ -119,3 +121,13 @@ Set options when setting up the videos. The defaults are shown here.
});
});
Changelog
---------
1.1.1 (2010-09-14)
- First Formally Versioned Release
1.0.0 (2010-05-18)
- First released