Blog RSS Feed

File Transfer Plugin 2.0.1 Released!
10 Aug 2026

We are happy to announce that we have just released an update for cordova-plugin-file-transfer!

To upgrade:

cordova plugin remove cordova-plugin-file-transfer
cordova plugin add cordova-plugin-file-transfer@2.0.1

Release Highlights

This is a patch release which resolves a build error with Xcode and cordova-ios 8.0.0.

Fixes

  • fix(ios): cast to CDVFile when getting the plugin by getCommandInstance (#385) [7b869a2]
  • fix(ios): Set minimum XCode version in GitHub Action to 15 (#386) [41b0605]

Others

  • chore: update linter (#396) [e7a7a1f]
  • chore: sync workflows with paramedic, add release audit & missing license headers (#390) [86ad889]
  • chore: add asf config (#375) [f12b73e]
  • chore: bump version 2.0.1-dev [2c15ad2]
  • chore(ci): draft release (#395) [02dd05e]
  • chore(deps-dev): bump flatted from 3.2.7 to 3.4.3 (#393) [485ae29]
  • chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 (#392) [c20f683]
  • chore(deps-dev): bump js-yaml from 4.1.0 to 4.3.0 (#394) [33f34e0]
  • chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /tests/server (#382) [345c6cf]
  • chore(INFRA): Set up default protection ruleset for default and release branches (#389) [c8d6b90]
  • ci: sync workflow w/ paramedic (#379) [24e2e99]
  • doc(readme): update badges, update license header (#391) [8793e51]