Releases: ionic-team/cordova-outsystems-file-transfer
Releases · ionic-team/cordova-outsystems-file-transfer
1.0.2
What's Changed
- fix(android): correct upload response by removing gzip encoding by @OS-pedrogustavobilro in #11
- fix(ios): Send upload response code as string instead of number by @OS-pedrogustavobilro in #12
Full Changelog: 1.0.1...1.0.2
1.0.1
[1.0.1]
2025-09-01
Fixes
- iOS notify of upload progress
1.0.0
[1.0.0]
2025-05-26
- Feat: Implement plugin methods:
downloadFile,uploadFile,addListener,removeAllListeners.