Skip to content

Releases: CODESIGN2/media-playback-speed

Separate JS

09 Nov 17:29
Compare
Choose a tag to compare

The JavaScript for this plugin is now mostly in a separate JavaScript file. I don't use WordPress as-much as some plugin authors, and largely hope some value from this plugin extends beyond media-element-js and WordPress.

This also helps show how little PHP there is and should make it simpler for people to contribute if they are Frontend or PHP backend.

Better comments

09 Nov 17:26
Compare
Choose a tag to compare

This release improves on prior versions commenting and is the first release which allows site owners to define their own controls for Gutenberg block audio & video elements. The benefit of this also comes with global page speed controls for that situation as media-element-js will not be activated.

It's still not a main-case, but it should help unlock a Gutenberg future

Playlist code only runs for playlists

09 Nov 16:04
Compare
Choose a tag to compare

Currently JS errors are being raised every time media is loaded. This is undesirable.

This release guards to check if the result of querySelector is false. It's the first of a few commits towards making this cleaner and more modern.

Different DOM event

09 Nov 15:48
Compare
Choose a tag to compare

this will be the final DOM event based version. Either this works, or I'll roll back to jQuery

No more jQuery

09 Nov 15:32
Compare
Choose a tag to compare

Re-release behind DOM event (maybe there will be another behind a media-element JS event)

Playlist support

04 Nov 22:23
6d42442
Compare
Choose a tag to compare

Playlist support