Skip to content

Commit eef9658

Browse files
committed
Updated plugin version to 2.5.0
1 parent e927554 commit eef9658

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

actionscript/Jplayer.as

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* http://opensource.org/licenses/MIT
88
*
99
* Author: Mark J Panaghiston
10-
* Version: 2.4.1
11-
* Date: 21st June 2013
10+
* Version: 2.5.0
11+
* Date: 7th November 2013
1212
*
1313
* FlashVars expected: (AS3 property of: loaderInfo.parameters)
1414
* id: (URL Encoded: String) Id of jPlayer instance

actionscript/happyworm/jPlayer/JplayerStatus.as

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
* http://opensource.org/licenses/MIT
88
*
99
* Author: Mark J Panaghiston
10-
* Date: 21st June 2013
10+
* Date: 7th November 2013
1111
*/
1212

1313
package happyworm.jPlayer {
1414
public class JplayerStatus {
1515

16-
public static const VERSION:String = "2.4.1"; // The version of the Flash jPlayer entity.
16+
public static const VERSION:String = "2.5.0"; // The version of the Flash jPlayer entity.
1717

1818
public var volume:Number = 0.5; // Not affected by reset()
1919
public var muted:Boolean = false; // Not affected by reset()

jquery.jplayer/Jplayer.swf

1 Byte
Binary file not shown.

jquery.jplayer/jquery.jplayer.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* http://opensource.org/licenses/MIT
88
*
99
* Author: Mark J Panaghiston
10-
* Version: 2.4.2
11-
* Date: 31st October 2013
10+
* Version: 2.5.0
11+
* Date: 7th November 2013
1212
*/
1313

1414
/* Code verified using http://www.jshint.com/ */
@@ -468,8 +468,8 @@
468468
$.jPlayer.prototype = {
469469
count: 0, // Static Variable: Change it via prototype.
470470
version: { // Static Object
471-
script: "2.4.2",
472-
needFlash: "2.4.1",
471+
script: "2.5.0",
472+
needFlash: "2.5.0",
473473
flash: "unknown"
474474
},
475475
options: { // Instanced in $.jPlayer() constructor

0 commit comments

Comments
 (0)