This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
v1.8.1-beta
·
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)
- Fixed a regression with the
cordova-plugin-wkwebview-engine
plugin which prevented it from working on iOS 9.3+ devices (the simulator worked fine). - 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.