- (fix) Rework initialization step on iOS. Fixes #94
- (fix) Clear history on redirect on Android. Fixes #53
- Clean up recreatePLugins variable - PR #91
- (fix) Remove
shouldOverrideLoadWithRequest. Fixes #77 - (fix) Update download/unzip for already loaded deploys. Fixes #67
- README update
- (fix) Redirect after reloading webview. Fixes #86
- (fix) Update
index.htmlregexes to only target thecordova.js. PR #85 - (fix) Use callback context when http requests don't return as expected. PR #82
- Ionic 2 support
- (fix) Webview is now reloaded on a redirect - PR #80
- (breaking) You must include
cordova.jsin yourindex.htmlfor full plugin support.
- Expose new
parseUpdate()method for custom remote support - PR #76
- Update
plugin.xmlversion,package.jsonversion, and changelog.
- (fix) Update
removeVersionFromPreferences. Fixes #73 - Add support for
cordova-plugin-wkwebview-engine- PR #66
- Fix
shouldOverrideLoadWithRequeston iOS.
- Update
plugin.xml. Whoops...
- Added a README.
- (fix) Added
shouldOverrideLoadWithRequestfunction to address deploy persistence oncordova-iosversions4.x.
Fixes #60 - (fix) Fixed a compatible version check on iOS. Fixes #58
- (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