All notable changes that affect the backwards compatability of this project will be documented in this file.
- jPlayer Repository Refactor: The skins source files are now in
src/skinand the build skins files in thedist/skinfolder. - jPlayer Repository Refactor: All the circle player specific files are now in the
lib/circle-playerfolder. - jPlayer Repository Refactor: Changed the html
examplesfile extentions fromhtmtohtmlfor @Laurian.
The author appologises for breaking the Semantic Versioning rules again in this update.
- Package Fix: The un-minified source is now also added to the
distfolder.
- Package Fix: Renamed the built folder to
dist, which is more appropriate than the previous naming ofjs. - Default Options: The default key bindings have been changed to:
- p play/pause toggle
- f full/restore screen toggle
- m mute/unmute toggle
- , decrease volume
- . increase volume
- [ previous item (playlist)
- ] next item (playlist)
- Package Fix: The old
jsbuild folder.
The author appologises for breaking the Semantic Versioning rules and only raising the MINOR version, instead of correctly increamenting the MAJOR version.
- jPlayer Repository Refactor: Added all download content to the repository and added a grunt build system. The example demos work within the repository, and use the built (minified) jPlayer files.
- Refactor: Renamed the SWF file from
Jplayer.swftojquery.jplayer.swf - Refactor: The Flash
jquery.jplayer.swffile is now compiled using the Flex compiler in thegrunt-mxmlcnode.js module. - Skins: The skins are now designed for ARIA. Please use the options
{useStateClassSkin: true, autoBlur: false}
- Refactor: Refactored the Flash ActionScript, removing the
TraceOutclass from theJplayer.ascode and thehappywormpackage.
This was the last version that used the old repository structure.