- (breaking) The plugin is incompatible with
ionic-platform-web-clientversion 0.6.0 and lower. - (fix) Android package is now correctly set as io.ionic
- (fix) Plugin now builds correctly cordova-ios 4.x - PR #50
- (fix) Errors propagate correctly when unzip fails - PR #44
- Updated plugin to communicate directly with the Ionic Platform API
- (fix) iOS now correctly updates the version label on deploy extraction
- Added
getMetadatamethod to fetch deploy metadata - Added
getVersionsandremoveVersionmethods. They will allow you to manage the deploys currently on the device. - (fix) iOS deploys will now give a download error if the app goes into the background while downloading a deploy.
- (fix) Excluding deploys from iOS cloud backups
- (fix) iOS rollbacks now behave the same as android
- Changed plugin id from
com.ionic.deploytoionic-plugin-deploy
- Adding deploy info. Fixes #11
- Fix for ios deploys not sticking around after force quitting. Fixes #21
- Firing error callback in the event the deploy check is unable to receive a valid response. Fixes #14
- Removed StandardCharset dependency to support older Android platforms. Fixes #19