Comparar commits

..

4 Commits

Autor SHA1 Mensagem Data
Steve Heffernan c6153f7556 Merge branch 'hotfix/docs-url-fix' into stable 2012-01-12 16:35:16 -08:00
Steve Heffernan 11a75fe74f Adding line to CHANGELOG: Fixed wrong URL for CDN in docs 2012-01-12 16:35:16 -08:00
Steve Heffernan 8a5f667159 Bumping version to 3.0.6. 2012-01-12 16:35:03 -08:00
Steve Heffernan a2651b9ab5 Fixed wrong url for CDN 2012-01-12 16:34:34 -08:00
3 arquivos alterados com 6 adições e 3 exclusões
+3
Ver Arquivo
@@ -13,3 +13,6 @@ CHANGELOG
---- 3.0.5 / 2012-01-12 / event-layer-x-deprecation-fix ------------------------
* Removed deprecated event.layerX and layerY
---- 3.0.6 / 2012-01-12 / docs-url-fix -----------------------------------------
* Fixed wrong URL for CDN in docs
+1 -1
Ver Arquivo
@@ -1,4 +1,4 @@
---
major: 3
patch: 5
patch: 6
minor: 0
+2 -2
Ver Arquivo
@@ -17,8 +17,8 @@ You can download the Video.js source and host it on your own servers, or use the
{% highlight html %}
<script src="http://vjs.zencdn.com/c/video.js"></script>
<link href="http://vjs.zencdn.com/c/video-js.css" rel="stylesheet">
<script src="http://vjs.zencdn.net/c/video.js"></script>
<link href="http://vjs.zencdn.net/c/video-js.css" rel="stylesheet">
{% endhighlight %}