-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v2.0.0] Update iOS Google Cast SDK - minimum supported iOS is now 10.0
- Loading branch information
1 parent
944bfb6
commit 919d358
Showing
4 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,9 +20,18 @@ | |
--> | ||
## Release Notes for cordova-plugin-chromecast | ||
|
||
### 2.0.0 (2020-11-07) | ||
|
||
* (ios) BREAKING - Update Google Cast SDK (iOS Sender -> 4.5.2) | ||
* Google Cast SDK - [iOS sender 4.5.0+](https://developers.google.com/cast/docs/release-notes#september-14,-2020) has minimum iOS 10 | ||
* But, all tests on the plugin work fine for iOS 9.3.5, so it appears to work on iOS 9 anyways. :/ | ||
* But, since [email protected] no longer supports iOS 9+10 we will only be testing on iOS 11+. | ||
* With the update, additional entries are required in `config.xml` for cast to work on iOs 14 (if built with Xcode 12+) (see README.md) | ||
|
||
### 1.1.0 (2020-11-1) | ||
|
||
* Update Google Cast SDKs (iOS -> 4.4.8, android -> 19.0.0) | ||
* New SDK supports casting to Android TV (untested) | ||
* (android) simulate mediaSessionId | ||
* Add Audiobook chapter metadata | ||
* (android) Fix queue bug: media returned with no items | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters