Skip to content

Commit 9223dc6

Browse files
committed
2.11.1 updates
1 parent 98eb65e commit 9223dc6

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,28 @@ You can use this as a standalone library if you wish, or just stick with the ful
8484
* Ogg/Theora playback
8585
* Better alignment with native MediaElement (using shimichanga.com techniques)
8686

87-
*2.11.1 ()*
87+
*2.11.1 (2013/04/11)*
88+
89+
Major changes
8890

8991
* Removed Ogg, WebM, and MP3 files to keep download under 10MB. Files are now at https://github.com/johndyer/mediaelement-files
90-
* Protocol relative YouTube URLs for IFRAME API (dtsosie) (https://github.com/johndyer/mediaelement/pull/825)
92+
* Simple Flash Pseudo-streaming [set enablePseudoStreaming:true, pseudoStreamingStartQueryParam:'start'] (BryanMorgan) (https://github.com/johndyer/mediaelement/pull/814)
93+
* Fixed possible XSS attack through `file=` parameter in `flashmediaelement.swf`
94+
95+
Fixes and updates
96+
97+
* Protocol relative YouTube URLs for `iframe` API (dtsosie) (https://github.com/johndyer/mediaelement/pull/825)
9198
* Added aria-label to all button elements (Luzifer) (https://github.com/johndyer/mediaelement/pull/824)
9299
* Fixed preroll adclick URL (johndyer)
93100
* Traditional chinese locale strings for i18n module (latzt) (https://github.com/johndyer/mediaelement/pull/820)
94101
* Allow captions on audio player (LeResKP) (https://github.com/johndyer/mediaelement/pull/819)
95-
* Fix incorrect path returned by getScriptPath(). (Ciki) (Fix incorrect path returned by getScriptPath())
96-
* Simple Flash Pseudo-streaming [set enablePseudoStreaming:true, pseudoStreamingStartQueryParam:'start'] (BryanMorgan) (https://github.com/johndyer/mediaelement/pull/814)
102+
* Fix incorrect path returned by `getScriptPath()` (Ciki) (Fix incorrect path returned by getScriptPath())
97103
* Overhauling hover div creation and placement (JeffreyATW) (https://github.com/johndyer/mediaelement/pull/813)
104+
* Clear timeout for second fullscreen stretch attempt (JeffreyATW) (https://github.com/johndyer/mediaelement/pull/812)
105+
* fix type resolution when extension is uppercased (jbdemonte) (https://github.com/johndyer/mediaelement/pull/801)
106+
* "splice is not a function" fix on `MediaElementPlayer.remove()` (odnamrataizem) (https://github.com/johndyer/mediaelement/pull/799)
107+
* Make Flash stage handle CLICK rather than MOUSE_DOWN (odnamrataizem) (https://github.com/johndyer/mediaelement/pull/804)
108+
98109

99110
*2.11.0 (2012/03/13)*
100111

0 commit comments

Comments
 (0)