- (fix) Check size of elements before unzipping.
- (fix) Use loadRequest instead of loadFileURL for WKWebView
- (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.html
regexes 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.js
in yourindex.html
for full plugin support.
- Expose new
parseUpdate()
method for custom remote support - PR #76
- Update
plugin.xml
version,package.json
version, and changelog.
- (fix) Update
removeVersionFromPreferences
. Fixes #73 - Add support for
cordova-plugin-wkwebview-engine
- PR #66
- Fix
shouldOverrideLoadWithRequest
on iOS.
- Update
plugin.xml
. Whoops...
- Added a README.
- (fix) Added
shouldOverrideLoadWithRequest
function to address deploy persistence oncordova-ios
versions4.x
.
Fixes #60 - (fix) Fixed a compatible version check on iOS. Fixes #58
- (breaking) The plugin is incompatible with
ionic-platform-web-client
version 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
getMetadata
method to fetch deploy metadata - Added
getVersions
andremoveVersion
methods. 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.deploy
toionic-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