Skip to content

Commit

Permalink
Update changelog and bump version to v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Apr 17, 2015
1 parent 2125330 commit 00b918b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
## 1.2.4 (2015-04-16)

Bugfixes backported from v1.3.0 to the v1.2.x branch.

Bugfixes:
- Fixed FakeEventTarget exception handling.
- Fixed aggressive dead code stripping by the compiler.
- Fixed a bug in which subtitles were enabled by default without a subtitle
language match.

Features:
- Added support for requireJS and improved support for commonJS.
- Improved documentation for Role tags and multilingual assets.


## 1.2.3 (2015-04-07)

A roll-up of recent bugfixes.
Expand Down
2 changes: 1 addition & 1 deletion lib/player/player.js
Expand Up @@ -129,7 +129,7 @@ goog.inherits(shaka.player.Player, shaka.util.FakeEventTarget);
/**
* @define {string} A version number taken from git at compile time.
*/
goog.define('GIT_VERSION', 'v1.2.3-debug');
goog.define('GIT_VERSION', 'v1.2.4-debug');


/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "1.2.3",
"version": "1.2.4",
"homepage": "https://github.com/google/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 00b918b

Please sign in to comment.