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.10

09 Apr 11:41
Compare
Choose a tag to compare
  • Ignore empty folders when computing assets hash
  • Fixed issue with Ionic projects (liverelaod and loading local files)
  • Bug fixes

v1.11.9

27 Mar 16:56
1957d57
Compare
Choose a tag to compare
  • Bug fixes

v1.11.8

27 Mar 15:32
0c26d26
Compare
Choose a tag to compare
  • Added post_plugin_add script to resolve issue with different versions of file and file transfer plugin for different cordova versions
  • Fixed issue with binary hash generation

v1.11.7

19 Feb 18:20
70d0c5d
Compare
Choose a tag to compare
  • Fix for dependencies installation

v1.11.6

16 Feb 15:11
bcf9d2d
Compare
Choose a tag to compare
  • Fixed issue when codePush.sync() fails to update release, and ignores all future releases

v1.11.5

14 Feb 12:22
5ecab79
Compare
Choose a tag to compare
  • Bump version in plugin.xml

v1.11.4

13 Feb 08:18
e2d66e0
Compare
Choose a tag to compare
  • Added optional errback for codePush.sync()
  • iOS native: run all public methods in background
  • Bug fixes

v1.11.3

23 Jan 10:16
Compare
Choose a tag to compare

This is a small incremental release for an issue which causes logError to fail sometimes

Bug Fixes

  1. Fix TypeError when calling logError without error. (#353) Thanks @loban

v1.11.2

17 Jan 08:39
Compare
Choose a tag to compare

Bugfixes

  1. Fixed incorrect path to beforeInstall script in config.xml

v1.11.1

15 Jan 08:19
Compare
Choose a tag to compare

Improvements

  1. Improved stacktrace logging #339
  2. Added postinstall script to resolve issue with different versions of file and file transfer plugin for different cordova versions #345