- (ios) Bug Fix - media loaded without any metadata caused crash
- (ios) BREAKING - Update Google Cast SDK (iOS Sender -> 4.5.2)
- Google Cast SDK - iOS sender 4.5.0+ 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 cordova@6.x.x 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)
- Google Cast SDK - iOS sender 4.5.0+ has minimum iOS 10
- 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
- (android) [Issue #73] Fix Push Notification stop casting button
- Live stream issue Fix for live stream media
- For full list of changes, see PR #54