Skip to content

Commit

Permalink
chore(v4.7.x): release 4.7.11 (#6300)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Feb 27, 2024
1 parent 6fb0587 commit 6d8494c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## [4.7.11](https://github.com/shaka-project/shaka-player/compare/v4.7.10...v4.7.11) (2024-02-26)


### Bug Fixes

* **Cast:** Force TS content to be transmuxed on Chromecast ([#6262](https://github.com/shaka-project/shaka-player/issues/6262)) ([7db39a1](https://github.com/shaka-project/shaka-player/commit/7db39a10f0aa9d86530193f26658ac1139ea9372)), closes [#5278](https://github.com/shaka-project/shaka-player/issues/5278)
* **HLS:** Ban unsupported combinations of SAMPLE-AES encryption ([#6295](https://github.com/shaka-project/shaka-player/issues/6295)) ([bc6dbf5](https://github.com/shaka-project/shaka-player/commit/bc6dbf558800264ede7f650c7b6838cd45e659a1))
* **HLS:** Fix bad init segment request with byterange when using media playlist ([#6297](https://github.com/shaka-project/shaka-player/issues/6297)) ([6fb0587](https://github.com/shaka-project/shaka-player/commit/6fb0587519a353b20d12ae275c0131b150951ad7))
* **VTT:** fix setting textShadow when multiple CSS classes provided ([#6287](https://github.com/shaka-project/shaka-player/issues/6287)) ([911d464](https://github.com/shaka-project/shaka-player/commit/911d464f3ca7a466b95c48f577ed62f726b52069))

## [4.7.10](https://github.com/shaka-project/shaka-player/compare/v4.7.9...v4.7.10) (2024-02-21)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Expand Up @@ -6934,7 +6934,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat
shaka.Player.version = 'v4.7.10' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.7.11' + '-uncompiled'; // x-release-please-version

// Initialize the deprecation system using the version string we just set
// on the player.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 6d8494c

Please sign in to comment.