Skip to content

Commit

Permalink
[v1.1.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lindsay-Needs-Sleep committed Nov 2, 2020
1 parent 281733e commit 34949c5
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!--
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
-->
## Release Notes for cordova-plugin-chromecast

### 1.1.0 (2020-11-1)

* Update Google Cast SDKs (iOS -> 4.4.8, android -> 19.0.0)
* (android) simulate mediaSessionId
* Add Audiobook chapter metadata
* (android) Fix queue bug: media returned with no items
* (android) [Issue #73] Fix Push Notification stop casting button
* [Live stream issue](https://github.com/miloproductionsinc/cordova-plugin-chromecast/issues/11) Fix for live stream media

### 1.0.0 (2020-01-24)

* For full list of changes, see PR #54
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": "1.1.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.0.0">
version="1.1.0">
<engines>
<engine name="cordova" version=">=3.4.0" />
</engines>
Expand Down

0 comments on commit 34949c5

Please sign in to comment.