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

Releases: microsoft/cordova-plugin-code-push

v1.11.0

25 Dec 10:27
Compare
Choose a tag to compare

Introduced support for Cordova-Android 7 && Cordova 8

  1. Remove unnecessary dependency #335 Thanks @annakocheshkova
  2. [Android] Update assets manifest file location for build-extras.gradle #337

v1.10.1

05 Dec 10:51
Compare
Choose a tag to compare

Cordova Plugin Code Push is moved out of beta! Please see this link for more details!

Improvements

  1. Update Acquisition Code Push package dependency to latest version

v1.10.0-beta

10 Nov 08:48
Compare
Choose a tag to compare

New Features and Improvements

  1. Implement Code Signing feature for Android/iOS SDKs. Follow this link for more details. Thanks @afoo, @KamenGoranchev, @ruslan-bikkinin

v1.9.8-beta

14 Sep 10:58
Compare
Choose a tag to compare

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

25 Aug 07:23
Compare
Choose a tag to compare

This is a small fix release which addresses an iOS11 WKWebView Crash issue (#280) Thanks @dasMajo for taking care of it!

v1.9.6-beta

14 Aug 11:20
Compare
Choose a tag to compare

This is a small fix for an issue which causes Android to crash after installing first code-push update sometimes

Bug Fixes

  1. Fix incorrect long value parsing from strings.xml (#276)

v1.9.5-beta

04 Jul 13:47
Compare
Choose a tag to compare

Bug Fixes

  1. Fixed getPendingPackage do not return isMandatory prop (#251)
  2. Modified npmingore file to add typings support after installing plugin (#252)
  3. Fixed code-push dependency issue introduced with cordova 7 (#261)

v1.9.4-beta

16 May 11:55
Compare
Choose a tag to compare

This is an important bug fix release for an issue with Cordova 7.0 dependency and two other small improvements.

Bug Fixes

  1. Fix code-push version dependency, add support for latest typescript (#244)
  2. Fix Xcode warnings on building (#235)
  3. Added app version check for Android for consistency with iOS approach (#224)

v1.9.3-beta

25 Feb 01:34
Compare
Choose a tag to compare

This is an important bug fix release for both iOS and Android platforms. Thanks @davidofwatkins and @sergey-akhalkov.

Bug Fixes

  1. 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)
  2. 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

15 Nov 00:33
Compare
Choose a tag to compare

This is a small fix for an issue which blocks installation on Visual Studio.