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

[3/5] docs commit: CB-10902 updated tools release blog post

CB-10902 updated tools release blog post


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/3bdf0c52
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/3bdf0c52
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/3bdf0c52

Branch: refs/heads/master
Commit: 3bdf0c52ffcbf3236a9769161aa5d9005b839e5f
Parents: 98b7225
Author: Steve Gill <st...@gmail.com>
Authored: Tue Mar 22 23:55:50 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Mar 22 23:55:50 2016 -0700

----------------------------------------------------------------------
 www/_posts/2016-03-21-tools-release.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3bdf0c52/www/_posts/2016-03-21-tools-release.md
----------------------------------------------------------------------
diff --git a/www/_posts/2016-03-21-tools-release.md b/www/_posts/2016-03-21-tools-release.md
index ba2d204..7518224 100644
--- a/www/_posts/2016-03-21-tools-release.md
+++ b/www/_posts/2016-03-21-tools-release.md
@@ -13,9 +13,11 @@ New versions of cordova tools are now live!
 * [cordova@6.1.0](https://www.npmjs.org/package/cordova)
 * [plugman@1.2.0](https://www.npmjs.org/package/plugman)
 * [cordova-js@4.1.4](https://www.npmjs.org/package/cordova-js)
+* [cordova-common@1.1.1](https://www.npmjs.com/package/cordova-common)
 
 Release Highlights include:
-* [CB-10880](https://issues.apache.org/jira/browse/CB-10880) Removed plugin pinning. Instead we have implemented automatic plugin fetching based on engine requirements. You can read more about our new engine fetching prosal at [https://github.com/cordova/cordova-discuss/blob/master/proposals/plugin-version-fetching.md](https://github.com/cordova/cordova-discuss/blob/master/proposals/plugin-version-fetching.md). This implementation will grab the newest version of a plugin that your project supports when running `cordova plugin add`. 
+* [CB-10679](https://issues.apache.org/jira/browse/CB-10679) implemented new plugin fetching logic. We now allow community plugins to define cordova engine restrictions. Read about it in our [new plugin fetching blog post](http://cordova.apache.org/announcements/2016/03/22/new-plugin-fetching.html).
+* [CB-10880](https://issues.apache.org/jira/browse/CB-10880) Removed plugin pinning. Replaced by new plugin fetching logic. 
 
 To update your tools:
 
@@ -99,6 +101,15 @@ When adding these platforms to your project, the following versions are now used
 * [CB-10650](https://issues.apache.org/jira/browse/CB-10650) Non-index `content.src` causes Splashscreen to be not displayed on browser
 * [CB-10558](https://issues.apache.org/jira/browse/CB-10558) Update `cordova-js` according to **windows8** deprecation
 
+## cordova-common
+
+* CB-10694 Platform-specific configuration preferences don't override global settings
+* CB-9264 Duplicate entries in `config.xml`
+* CB-10791 Add `adjustLoggerLevel` to `cordova-common.CordovaLogger`
+* CB-10662 Add tests for `ConfigParser.getStaticResources`
+* CB-10622 fix target attribute being ignored for images in `config.xml`.
+* CB-10583 Protect plugin preferences from adding extra Array properties.
+
 ## Pinned Platform Versions for **Cordova CLI 6.1.0**
 
 * Cordova Amazon-FireOS: ~3.6.3


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