Skip to content

Commit a99bc07

Browse files
Jens Emdedigitas-git
authored andcommitted
Add compatibility of plugins to README, update changelog, update version
1 parent 7319aec commit a99bc07

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ See`src/` directory, and check how the files were written to ensure compatibilit
179179
<a id="plugins"></a>
180180
## Available plugins
181181

182-
* [A11y](docs/a11y.md)
182+
* [A11y](docs/a11y.md) - compatible with MediaElementJS 5.x
183183
* [Ads](docs/ads.md)
184184
* [AirPlay](docs/airplay.md)
185185
* [Chromecast](docs/chromecast.md)
@@ -194,7 +194,7 @@ See`src/` directory, and check how the files were written to ensure compatibilit
194194
* [Playlist](docs/playlist.md)
195195
* [Postroll](docs/postroll.md)
196196
* [Preview](docs/preview.md)
197-
* [Quality](docs/quality.md)
197+
* [Quality](docs/quality.md) - compatible with MediaElementJS 4.x
198198
* [Skip Back](docs/skip-back.md)
199199
* [Source Chooser](docs/source-chooser.md)
200200
* [Speed](docs/speed.md)

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Added adoption of value for iconSprite from mediaelement player 5.0 to player for audio description
88
* Change audio-description-icon for visibility reasons when using user defined color values
99
* Added default iconSprite for mediaelement player 5.0 ('mejs-controls.svg') for a11y demo
10+
* compatible with MediaElementJS 5.x
1011

1112
## *2.5.1 (2020/03/16)*
1213

dist/frameNavigator/frameNavigator.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@
2828
* Copyright 2010-2017, John Dyer (http://j.hn/)
2929
* License: MIT
3030
*
31+
*//*!
32+
* MediaElement.js
33+
* http://www.mediaelementjs.com/
34+
*
35+
* Wrapper that mimics native HTML5 MediaElement (audio and video)
36+
* using a variety of technologies (pure JavaScript, Flash, iframe)
37+
*
38+
* Copyright 2010-2017, John Dyer (http://j.hn/)
39+
* License: MIT
40+
*
3141
*/(function e(t, n, r) { function s(o, u) { if (!n[o]) { if (!t[o]) { var a = typeof require == "function" && require; if (!u && a) return a(o, !0); if (i) return i(o, !0); var f = new Error("Cannot find module '" + o + "'"); throw f.code = "MODULE_NOT_FOUND", f } var l = n[o] = { exports: {} }; t[o][0].call(l.exports, function (e) { var n = t[o][1][e]; return s(n ? n : e) }, l, l.exports, e, t, n, r) } return n[o].exports } var i = typeof require == "function" && require; for (var o = 0; o < r.length; o++)s(r[o]); return s })({
3242
1: [function (_dereq_, module, exports) {
3343
"use strict";

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mediaelement-plugins",
3-
"version": "2.5.1",
3+
"version": "2.6.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/mediaelement/mediaelement-plugins.git"

0 commit comments

Comments
 (0)