Skip to content

Commit 00b918b

Browse files
committed
Update changelog and bump version to v1.2.4
1 parent 2125330 commit 00b918b

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 1.2.4 (2015-04-16)
2+
3+
Bugfixes backported from v1.3.0 to the v1.2.x branch.
4+
5+
Bugfixes:
6+
- Fixed FakeEventTarget exception handling.
7+
- Fixed aggressive dead code stripping by the compiler.
8+
- Fixed a bug in which subtitles were enabled by default without a subtitle
9+
language match.
10+
11+
Features:
12+
- Added support for requireJS and improved support for commonJS.
13+
- Improved documentation for Role tags and multilingual assets.
14+
15+
116
## 1.2.3 (2015-04-07)
217

318
A roll-up of recent bugfixes.

lib/player/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ goog.inherits(shaka.player.Player, shaka.util.FakeEventTarget);
129129
/**
130130
* @define {string} A version number taken from git at compile time.
131131
*/
132-
goog.define('GIT_VERSION', 'v1.2.3-debug');
132+
goog.define('GIT_VERSION', 'v1.2.4-debug');
133133

134134

135135
/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shaka-player",
33
"description": "DASH/EME video player library",
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"homepage": "https://github.com/google/shaka-player",
66
"author": "Google",
77
"maintainers": [

0 commit comments

Comments
 (0)