1# Migration
2All notable changes that affect the backwards compatability of this project will be documented in this file.
3
4## 2.9.2 - 2014-12-14
5### Changed
6- jPlayer Repository Refactor: The skins source files are now in `src/skin` and the build skins files in the 'dist/skin' folder.
7- jPlayer Repository Refactor: All the circle player specific files are now in the `lib/circle-player` folder.
8- jPlayer Repository Refactor: Changed the html `examples` file extentions from `htm` to `html` for @Laurian.
9
10
11## 2.8.2 - 2014-11-19
12
13The author appologises for breaking the [Semantic Versioning](http://semver.org/) rules again in this update.
14
15### Added
16- Package Fix: The un-minified source is now also added to the `dist` folder.
17
18### Changed
19- Package Fix: Renamed the built folder to `dist`, which is more appropriate than the previous naming of `js`.
20- Default Options: The default key bindings have been changed to:
21	- **p** play/pause toggle
22	- **f** full/restore screen toggle
23	- **m** mute/unmute toggle
24	- **,** decrease volume
25	- **.** increase volume
26	- **[** previous item (playlist)
27	- **]** next item (playlist)
28
29### Removed
30- Package Fix: The old `js` build folder.
31
32
33## 2.8.0 - 2014-11-11
34
35The author appologises for breaking the [Semantic Versioning](http://semver.org/) rules and only raising the `MINOR` version, instead of correctly increamenting the `MAJOR` version.
36
37### Added
38- 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.
39
40## Changed
41- Refactor: Renamed the SWF file from `Jplayer.swf` to `jquery.jplayer.swf`
42- Refactor: The Flash `jquery.jplayer.swf` file is now compiled using the Flex compiler in the `grunt-mxmlc` node.js module.
43- Skins: The skins are now designed for ARIA. Please use the options `{useStateClassSkin: true, autoBlur: false}`
44
45## Removed
46- Refactor: Refactored the Flash ActionScript, removing the `TraceOut` class from the `Jplayer.as` code and the `happyworm` package.
47
48
49## 2.7.1 - 2014-09-19
50
51This was the last version that used the old repository structure.