Skip to content

Commit 4dbb43b

Browse files
[v2.0.0]
1 parent b655e46 commit 4dbb43b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

RELEASENOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,18 @@
2020
-->
2121
## Release Notes for cordova-plugin-chromecast
2222

23+
### 2.0.0 (2020-11-07)
24+
25+
* (ios) BREAKING - Update Google Cast SDK (iOS Sender -> 4.5.2)
26+
* Google Cast SDK - [iOS sender 4.5.0+](https://developers.google.com/cast/docs/release-notes#september-14,-2020) has minimum iOS 10
27+
* But, all tests on the plugin work fine for iOS 9.3.5, so it appears to work on iOS 9 anyways. :/
28+
* But, since [email protected] no longer supports iOS 9+10 we will only be testing on iOS 11+.
29+
* 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)
30+
2331
### 1.1.0 (2020-11-1)
2432

2533
* Update Google Cast SDKs (iOS -> 4.4.8, android -> 19.0.0)
34+
* New SDK supports casting to Android TV (untested)
2635
* (android) simulate mediaSessionId
2736
* Add Audiobook chapter metadata
2837
* (android) Fix queue bug: media returned with no items

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-chromecast",
3-
"version": "1.1.0-dev",
3+
"version": "2.0.0",
44
"scripts": {
55
"host-chrome-tests": "node tests/www/chrome/host-tests.js",
66
"style-js": "npx eslint --ignore-pattern tests/www/vendor www tests/www doc/example.js",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://phonegap.com/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-chromecast"
5-
version="1.1.0-dev">
5+
version="2.0.0">
66
<engines>
77
<engine name="cordova" version=">=3.4.0" />
88
</engines>

0 commit comments

Comments
 (0)