This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
Releases: microsoft/cordova-plugin-code-push
Releases · microsoft/cordova-plugin-code-push
v1.11.0
Introduced support for Cordova-Android 7 && Cordova 8
- Remove unnecessary dependency #335 Thanks @annakocheshkova
- [Android] Update assets manifest file location for build-extras.gradle #337
v1.10.1
v1.10.0-beta
New Features and Improvements
- Implement Code Signing feature for Android/iOS SDKs. Follow this link for more details. Thanks @afoo, @KamenGoranchev, @ruslan-bikkinin
v1.9.8-beta
This release relates to Code Signing feature and eliminates issue when accidentally signed the update for cordova - update will be installed and not rejected this way.
v1.9.7-beta
v1.9.6-beta
This is a small fix for an issue which causes Android to crash after installing first code-push update sometimes
Bug Fixes
- Fix incorrect long value parsing from strings.xml (#276)
v1.9.5-beta
v1.9.4-beta
This is an important bug fix release for an issue with Cordova 7.0 dependency and two other small improvements.
Bug Fixes
v1.9.3-beta
This is an important bug fix release for both iOS and Android platforms. Thanks @davidofwatkins and @sergey-akhalkov.
Bug Fixes
- Fixed issue where apps would load the previously downloaded CodePush update instead of the contents of the binary, even immediately after an app store update. (iOS: #207, Android: #196)
- Fix the "Cannot perform diff-update." error on Android when a release is published that contains
.DS_Store
or__MACOSX
entries generated on OS X. (#199).
v1.9.2-beta
This is a small fix for an issue which blocks installation on Visual Studio.