Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

v1.9.1-beta

Choose a tag to compare

@richardhuaaa richardhuaaa released this 19 Oct 03:02

Breaking Changes

To improve download speeds globally, CodePush updates are now distributed using a CDN. This applies only to cordova-plugin-code-push versions 1.9.0-beta and up. Note that if you are currently specifying approved URLs using the <access origin /> element in your config.xml file or a whitelist plugin, you will need to add https://codepushupdates.azureedge.net to the list.

Bug Fixes (iOS)

Fix a possible hang that can occur when installing files, due to the file copy operation in cordova-plugin-file being executed on the main thread. Thank you Mykola Vyshynskyi (@viking2009) and Gal (@galsch) for reporting this and following up!