layout: post author: name: Andrew Grieve url: https://twitter.com/GrieveAndrew title: “Last Week in Cordova: FirefoxOS, Translations, bug fixes” categories: news tags: last-week

Last week Cordova saw 83 commits come in from 24 different authors. No releases were made, but attention was spent on adding Firefox OS support, translating docs, and fixing bugs.

Other Notable Changes:

  • FileTransfer on wp7 now supports basic authentication
  • BlackBerry no longer validates buildId and --no-build works again
  • cordova serve now serves all platforms at the same time (via /android/www, /ios/www, etc)
  • cordova plugin ls now takes ~50ms instead of ~700ms to run
  • Plugin URLs are now optional within <dependency> tags. The registry will be used when only an ID is given.