GitToTheHub commented on code in PR #1517: URL: https://github.com/apache/cordova-docs/pull/1517#discussion_r3748532085
########## www/_posts/2026-08-10-cordova-plugin-file-transfer-2.0.1.md: ########## @@ -0,0 +1,45 @@ +--- +layout: post +author: + name: Manuel Beck + url: https://github.com/GitToTheHub +title: "File Transfer Plugin 2.0.1 Released!" +categories: announcements +tags: news releases plugins +--- + +We are happy to announce that we have just released an update for `cordova-plugin-file-transfer`! + +* [[email protected]](https://www.npmjs.com/package/cordova-plugin-file-transfer) + +**To upgrade:** + +```bash +cordova plugin remove cordova-plugin-file-transfer +cordova plugin add [email protected] +``` + +## Release Highlights + +This is a patch release which resolves a build error with XCode and using cordova-ios 8.0.0. Review Comment: Unblievable, I always thought it's XCode. Haha thanks for the cool catch, I learned something new :D -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
