You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/07/03 18:07:03 UTC

[cordova-docs] branch master updated: July 2020 Cordova Common 4.0.2 Release Blog Post (#1092)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 25fdccf  July 2020 Cordova Common 4.0.2 Release Blog Post (#1092)
25fdccf is described below

commit 25fdccf7340b1e081dbec903dc2a3246ccf92366
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Sat Jul 4 03:06:56 2020 +0900

    July 2020 Cordova Common 4.0.2 Release Blog Post (#1092)
---
 .../2020-07-04-cordova-common-release-4.0.2.md     | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/www/_posts/2020-07-04-cordova-common-release-4.0.2.md b/www/_posts/2020-07-04-cordova-common-release-4.0.2.md
new file mode 100644
index 0000000..33c1470
--- /dev/null
+++ b/www/_posts/2020-07-04-cordova-common-release-4.0.2.md
@@ -0,0 +1,24 @@
+---
+layout: post
+author:
+    name: Bryan Ellis
+title:  "Cordova Common 4.0.2 Released!"
+categories: announcements
+tags: news releases
+---
+
+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](https://github.com/apache/cordova-common/pull/148) and [original bug ticket](https://github.com/apache/cordova-common/issues/144).
+
+Please report any issues you find at [issues.cordova.io](http://issues.cordova.io/)!
+
+<!--more-->
+# Changes include:
+
+* [GH-148](https://github.com/apache/cordova-common/pull/148) fix(ios): resolve correct path to app info `plist` when multiple `plist` files are present
+* [GH-147](https://github.com/apache/cordova-common/pull/147) chore: remove trailing whitespace
+* [GH-146](https://github.com/apache/cordova-common/pull/146) chore: bump `devDependencies` `nyc` -> `^15.1.0`
+* [GH-145](https://github.com/apache/cordova-common/pull/145) test: remove unused test fixtures


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org