Skip to content

Commit

Permalink
updated version to 2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thepag committed Nov 24, 2014
1 parent 1038ad3 commit cead2c4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.

## 2.8.4 - WIP
## 2.8.4 - 2014-11-24
### Added
- Bug fix: Merged Pull Request [Add support for native fullscreen api in Internet explorer](https://github.com/happyworm/jPlayer/pull/213) by [mattfawcett](https://github.com/mattfawcett).
- Bug fix: Merged Pull Request [Chrome on android mobile supports full screen](https://github.com/happyworm/jPlayer/pull/207) by [mattfawcett](https://github.com/mattfawcett).
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jPlayer",
"version": "2.8.3",
"version": "2.8.4",
"description": "The jQuery HTML5 Audio / Video Library. Allows you to create a media player with a consistent interface and experience across all browsers.",
"author": {
"name": "Mark J Panaghiston",
Expand Down
2 changes: 1 addition & 1 deletion jplayer.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"html5",
"streaming"
],
"version": "2.8.3",
"version": "2.8.4",
"author": {
"name": "Mark J Panaghiston",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jplayer",
"version": "2.8.3",
"version": "2.8.4",
"description": "The jQuery HTML5 Audio / Video Library. Allows you to create a media player with a consistent interface and experience across all browsers.",
"organization": "Happyworm Ltd",
"author": {
Expand Down
6 changes: 3 additions & 3 deletions src/javascript/jplayer/jquery.jplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* http://opensource.org/licenses/MIT
*
* Author: Mark J Panaghiston
* Version: 2.8.3
* Date: 20th November 2014
* Version: 2.8.4
* Date: 24th November 2014
*/

/* Support for Zepto 1.0 compiled with optional data module.
Expand Down Expand Up @@ -485,7 +485,7 @@
$.jPlayer.prototype = {
count: 0, // Static Variable: Change it via prototype.
version: { // Static Object
script: "2.8.3",
script: "2.8.4",
needFlash: "2.8.3",
flash: "unknown"
},
Expand Down

0 comments on commit cead2c4

Please sign in to comment.