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

v1.8.1-beta

Compare
Choose a tag to compare
@lostintangent lostintangent released this 19 Jun 17:05
· 191 commits to master since this release

This is simply a bug fix release for the iOS platform (Android is untouched). It is now available on NPM and can be updated immediately by running cordova plugin add cordova-plugin-code-push@latest.

Bug Fixes (iOS)

  1. Fixed a regression with the cordova-plugin-wkwebview-engine plugin which prevented it from working on iOS 9.3+ devices (the simulator worked fine).
  2. Ensured that our most IO-intensive operations run on a background thread in order to free up your app's UI thread as much as possible.