Skip to content

Commit

Permalink
chore(v4.11.x): release 4.11.13 (#7607)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Nov 18, 2024
1 parent e7e285b commit fb50649
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.11.12"
".": "4.11.13"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [4.11.13](https://github.com/shaka-project/shaka-player/compare/v4.11.12...v4.11.13) (2024-11-15)


### Bug Fixes

* **Ads:** Always fire CUEPOINTS_CHANGED when not using multi video elements ([#7584](https://github.com/shaka-project/shaka-player/issues/7584)) ([9802264](https://github.com/shaka-project/shaka-player/commit/980226403ad716e9bc7144e3d59b5ececaff8044))
* **Ads:** Always set endTime for MPD Alternate ([#7583](https://github.com/shaka-project/shaka-player/issues/7583)) ([6a6d8e8](https://github.com/shaka-project/shaka-player/commit/6a6d8e8c0a5064253362a62d169fcb015f67a9c9))
* **Ads:** Fix VAST_INVALID_XML error code ([#7593](https://github.com/shaka-project/shaka-player/issues/7593)) ([9f345c9](https://github.com/shaka-project/shaka-player/commit/9f345c9ee623edb78af38af45d87cc5719a8e06c))
* **Ads:** Prevent playing the same ad twice ([#7585](https://github.com/shaka-project/shaka-player/issues/7585)) ([80041d7](https://github.com/shaka-project/shaka-player/commit/80041d7cbb96e56065b9c1068c43c22a32e92ac0))
* Allow the user to disable subtitles while paused ([#7578](https://github.com/shaka-project/shaka-player/issues/7578)) ([745730b](https://github.com/shaka-project/shaka-player/commit/745730b55b2ad70c47e1c662459df30d6fd04f62))
* Calculate timeToFirstByte before fire the event 'downloadheadersreceived' ([#7605](https://github.com/shaka-project/shaka-player/issues/7605)) ([e7e285b](https://github.com/shaka-project/shaka-player/commit/e7e285b947d3e7839bc2d26eed12558ac9859327)), closes [#7604](https://github.com/shaka-project/shaka-player/issues/7604)
* Disable live sync when the stream is paused ([#7579](https://github.com/shaka-project/shaka-player/issues/7579)) ([7a78670](https://github.com/shaka-project/shaka-player/commit/7a78670f124b2a6c854524b52536c34fb0403751))
* Prefer SimpleTextDisplayer on iOS ([#7569](https://github.com/shaka-project/shaka-player/issues/7569)) ([dfc94f1](https://github.com/shaka-project/shaka-player/commit/dfc94f1eead73f1ec63d723bf3a532410dc192d3))
* **UI:** Use trickPlay method to control the playback rate ([#7580](https://github.com/shaka-project/shaka-player/issues/7580)) ([9bcaa46](https://github.com/shaka-project/shaka-player/commit/9bcaa4665d291708177acc19c9a5be76d32eee23))

## [4.11.12](https://github.com/shaka-project/shaka-player/compare/v4.11.11...v4.11.12) (2024-11-12)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -8123,7 +8123,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat, max-len
shaka.Player.version = 'v4.11.12' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.11.13' + '-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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "4.11.12",
"version": "4.11.13",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit fb50649

Please sign in to comment.