Skip to content

Commit

Permalink
[v2.0.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lindsay-Needs-Sleep committed Nov 7, 2020
1 parent b655e46 commit 4dbb43b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-chromecast",
"version": "1.1.0-dev",
"version": "2.0.0",
"scripts": {
"host-chrome-tests": "node tests/www/chrome/host-tests.js",
"style-js": "npx eslint --ignore-pattern tests/www/vendor www tests/www doc/example.js",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-chromecast"
version="1.1.0-dev">
version="2.0.0">
<engines>
<engine name="cordova" version=">=3.4.0" />
</engines>
Expand Down

0 comments on commit 4dbb43b

Please sign in to comment.