Blog RSS Feed

Cordova Common 4.0.2 Released!
By: Bryan Ellis
04 Jul 2020

We are happy to announce that cordova-common@4.0.2 was released in July 2020. This is one of the libraries used behind-the-scenes by nearly all of the Cordova tooling and provides utilities for dealing with things like config.xml parsing.

Release Highlights

The most notable fix in this patch release is the ability to update the correct app's plist file when multiple plist files are present within the project. More details can be found in the pull request and original bug ticket.

Please report any issues you find at issues.cordova.io!

Changes include:

  • GH-148 fix(ios): resolve correct path to app info plist when multiple plist files are present
  • GH-147 chore: remove trailing whitespace
  • GH-146 chore: bump devDependencies nyc -> ^15.1.0
  • GH-145 test: remove unused test fixtures