erisu commented on code in PR #1517: URL: https://github.com/apache/cordova-docs/pull/1517#discussion_r3748098253
########## 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: ```suggestion This is a patch release which resolves a build error with Xcode and cordova-ios 8.0.0. ``` I believe Xcode is the correct spelling, based on how it is written on their website: https://developer.apple.com/xcode/ -- 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]
