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 2015/09/08 20:56:13 UTC

svn commit: r1701854 [14/15] - in /cordova/site: public/ public/announcements/2013/11/15/ public/announcements/2013/11/22/ public/announcements/2013/12/16/ public/announcements/2014/02/20/ public/announcements/2014/05/23/ public/announcements/2014/08/0...

Modified: cordova/site/public/rss.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/rss.xml?rev=1701854&r1=1701853&r2=1701854&view=diff
==============================================================================
--- cordova/site/public/rss.xml (original)
+++ cordova/site/public/rss.xml Tue Sep  8 18:56:12 2015
@@ -5,8 +5,8 @@
         <description>Apache Cordova - Apache Cordova is a set of device APIs that allow a web mobile app developer to access native device function from JavaScript.</description>
         <atom:link href="http://cordova.apache.org/rss.xml" rel="self" type="application/rss+xml" />
         <link>http://cordova.apache.org/rss.xml</link>
-        <lastBuildDate>Mon, 07 Sep 2015 12:54:05 -0400</lastBuildDate>
-        <pubDate>Mon, 07 Sep 2015 12:54:05 -0400</pubDate>
+        <lastBuildDate>Tue, 08 Sep 2015 11:53:56 -0700</lastBuildDate>
+        <pubDate>Tue, 08 Sep 2015 11:53:56 -0700</pubDate>
         <ttl>1800</ttl>
         <image>
             <url>http://cordova.apache.org</url>
@@ -19,9 +19,27 @@
 
 
         <item>
+                <title>Cordova Plugins Registry becomes immutable</title>
+                <description>
+&lt;p&gt;Starting today, &lt;a href=&quot;http://plugins.cordova.io&quot;&gt;plugins.cordova.io&lt;/a&gt; has become immutable. Plugin authors are encouraged to move their plugins over to &lt;a href=&quot;http://npmjs.org&quot;&gt;npm&lt;/a&gt; if they haven’t already. Plugin authors should checkout our guide to transition over to npm &lt;a href=&quot;http://plugins.cordova.io/npm/authors.html&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;Users can start searching for cordova plugins which have moved over to npm on our new &lt;a href=&quot;http://plugins.cordova.io/npm/index.html&quot;&gt;cordova npm search page&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;Cordova CLI version 5.0.0 or higher is required to fetch plugins from npm. If you want to use the latest releases of plugins, please update your version of Cordova. Alternatively, older cli users can add plugins via git urls. Example:&lt;/p&gt;
+
+&lt;pre&gt;&lt;code&gt;cordova plugin add https://github.com/apache/cordova-plugin-camera.git&lt;/code&gt;&lt;/pre&gt;
+
+&lt;p&gt;Make sure to checkout our previous blog post about &lt;a href=&quot;http://cordova.apache.org/announcements/2015/04/21/plugins-release-and-move-to-npm.html&quot;&gt;moving plugins to npm&lt;/a&gt; if you missed it the first time around.&lt;/p&gt;
+</description>
+                <link>http://cordova.apache.org/news/2015/09/08/CPR-readonly.html</link>
+                <guid>http://cordova.apache.org/news/2015/09/08/CPR-readonly</guid>
+                <pubDate>Tue, 08 Sep 2015</pubDate>
+        </item>
+
+        <item>
                 <title>Apache Cordova BlackBerry 3.8.0</title>
-                <description>&lt;p&gt;We are happy to announce that &lt;code&gt;Cordova BlackBerry 3.8.0&lt;/code&gt; has been released and will be the
-default BlackBerry version after next &lt;code&gt;cordova-cli&lt;/code&gt; release.&lt;/p&gt;
+                <description>
+&lt;p&gt;We are happy to announce that &lt;code&gt;Cordova BlackBerry 3.8.0&lt;/code&gt; has been released and will be the default BlackBerry version after next &lt;code&gt;cordova-cli&lt;/code&gt; release.&lt;/p&gt;
 
 &lt;p&gt;This release adds support for adding blackberry10 platform on any workstation OS, adds subdomain whitelisting and includes several bug fixes.&lt;/p&gt;
 
@@ -29,31 +47,38 @@ default BlackBerry version after next &l
 
 &lt;pre&gt;&lt;code&gt;npm install -g cordova
 cd my_project
-cordova platform update blackberry@3.8.0
-&lt;/code&gt;&lt;/pre&gt;
+cordova platform update blackberry@3.8.0&lt;/code&gt;&lt;/pre&gt;
 
 &lt;p&gt;To add it explicitly:&lt;/p&gt;
 
-&lt;pre&gt;&lt;code&gt;cordova platform add blackberry@3.8.0 --save
-&lt;/code&gt;&lt;/pre&gt;
+&lt;pre&gt;&lt;code&gt;cordova platform add blackberry@3.8.0 --save&lt;/code&gt;&lt;/pre&gt;
 
 &lt;p&gt;For non-CLI projects or for pre-3.0 projects, refer to the &lt;a href=&quot;http://cordova.apache.org/docs/en/edge/guide_platforms_index.md.html&quot;&gt;upgrade guides&lt;/a&gt;.&lt;/p&gt;
-
 &lt;!--more--&gt;
+&lt;h2 id=&quot;whats_new_in_the_blackberry_platform&quot;&gt;What’s new in the BlackBerry platform&lt;/h2&gt;
 
-&lt;h2 id=&quot;whats-new-in-the-blackberry-platform&quot;&gt;What’s new in the BlackBerry platform&lt;/h2&gt;
 &lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8306&quot;&gt;CB-8306&lt;/a&gt; Fix parseUri to handle http://foo/bar?a@b.com&amp;amp;whatever&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7807&quot;&gt;CB-7807&lt;/a&gt; Add BlackBerry10 platform to a project on any workstation OS&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8417&quot;&gt;CB-8417&lt;/a&gt; moved platform specific js into platform&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8417&quot;&gt;CB-8417&lt;/a&gt; renamed platform_modules into cordova-js-src&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8899&quot;&gt;CB-8899&lt;/a&gt; stick to grunt-jasmine-node@0.2.1&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9072&quot;&gt;CB-9072&lt;/a&gt; Fix exception logging in packager.js&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9010&quot;&gt;CB-9010&lt;/a&gt; Adds check_reqs implementation&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8941&quot;&gt;CB-8941&lt;/a&gt; Adds support for subdomain whitelisting&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6768&quot;&gt;CB-6768&lt;/a&gt; Handle icons outside of www/.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9009&quot;&gt;CB-9009&lt;/a&gt; include http://localhost:8472 in Content-Security-Policy header&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6768&quot;&gt;CB-6768&lt;/a&gt; Default Icon is now copied into platform_www.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8306&quot;&gt;CB-8306&lt;/a&gt; Fix parseUri to handle http://foo/bar?a@b.com&amp;amp;whatever&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7807&quot;&gt;CB-7807&lt;/a&gt; Add BlackBerry10 platform to a project on any workstation OS&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8417&quot;&gt;CB-8417&lt;/a&gt; moved platform specific js into platform&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8417&quot;&gt;CB-8417&lt;/a&gt; renamed platform_modules into cordova-js-src&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8899&quot;&gt;CB-8899&lt;/a&gt; stick to grunt-jasmine-node@0.2.1&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9072&quot;&gt;CB-9072&lt;/a&gt; Fix exception logging in packager.js&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9010&quot;&gt;CB-9010&lt;/a&gt; Adds check_reqs implementation&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8941&quot;&gt;CB-8941&lt;/a&gt; Adds support for subdomain whitelisting&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6768&quot;&gt;CB-6768&lt;/a&gt; Handle icons outside of www/.&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9009&quot;&gt;CB-9009&lt;/a&gt; include http://localhost:8472 in Content-Security-Policy header&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6768&quot;&gt;CB-6768&lt;/a&gt; Default Icon is now copied into platform_www.&lt;/li&gt;
 &lt;/ul&gt;
 </description>
                 <link>http://cordova.apache.org/announcements/2015/09/05/cordova-blackberry-3.8.0.html</link>
@@ -63,6220 +88,9153 @@ cordova platform update blackberry@3.8.0
 
         <item>
                 <title>Apache Cordova Windows 4.1.0</title>
-                <description>&lt;p&gt;We are happy to announce that &lt;code&gt;Cordova Windows 4.1.0&lt;/code&gt; has been released and will be the
-default Windows version after next &lt;code&gt;cordova-cli&lt;/code&gt; release.&lt;/p&gt;
+                <description>
+&lt;p&gt;We are happy to announce that &lt;code&gt;Cordova Windows 4.1.0&lt;/code&gt; has been released and will be the default Windows version after next &lt;code&gt;cordova-cli&lt;/code&gt; release.&lt;/p&gt;
 
-&lt;p&gt;This release aligns with the RTM release of Windows 10, and supports the web platform enhancements that it included, such as hosted apps and a new version of WinJS.  It also supports the new .NET Native compilation model for Cordova plugins which include a native or .NET component.&lt;/p&gt;
+&lt;p&gt;This release aligns with the RTM release of Windows 10, and supports the web platform enhancements that it included, such as hosted apps and a new version of WinJS. It also supports the new .NET Native compilation model for Cordova plugins which include a native or .NET component.&lt;/p&gt;
 
 &lt;p&gt;There are also a number of bug fixes, including platform dependency problems and the ability to perform a &lt;code&gt;cordova prepare&lt;/code&gt; for Windows while on a Mac.&lt;/p&gt;
 
-&lt;p&gt;Finally, user-configurable packaging parameters are now fully baked, so that Windows code signing requirements don’t overwrite code signing requirements for other platforms.  Use the &lt;code&gt;windows-packageVersion&lt;/code&gt; attribute of &lt;code&gt;&amp;lt;widget&amp;gt;&lt;/code&gt; in config.xml to specify an independent version for Windows Store submission, and to incorporate the name of the application which is assigned by the Windows Store, set the &lt;code&gt;&amp;lt;preference&amp;gt;&lt;/code&gt; named &lt;code&gt;WindowsStoreIdentityName&lt;/code&gt;.&lt;/p&gt;
+&lt;p&gt;Finally, user-configurable packaging parameters are now fully baked, so that Windows code signing requirements don’t overwrite code signing requirements for other platforms. Use the &lt;code&gt;windows-packageVersion&lt;/code&gt; attribute of &lt;code&gt;&amp;lt;widget&amp;gt;&lt;/code&gt; in config.xml to specify an independent version for Windows Store submission, and to incorporate the name of the application which is assigned by the Windows Store, set the &lt;code&gt;&amp;lt;preference&amp;gt;&lt;/code&gt; named &lt;code&gt;WindowsStoreIdentityName&lt;/code&gt;.&lt;/p&gt;
 
 &lt;p&gt;Now there is support to see console.log messages and exceptions from your app in the console. This can be useful for quick diagnostics. In an admin command prompt, you can run:&lt;/p&gt;
 
-&lt;pre&gt;&lt;code&gt;platforms\windows\cordova\log
-&lt;/code&gt;&lt;/pre&gt;
+&lt;pre&gt;&lt;code&gt;platforms\windows\cordova\log&lt;/code&gt;&lt;/pre&gt;
 
 &lt;p&gt;To upgrade:&lt;/p&gt;
 
 &lt;pre&gt;&lt;code&gt;npm install -g cordova
 cd my_project
-cordova platform update windows@4.1.0
-&lt;/code&gt;&lt;/pre&gt;
+cordova platform update windows@4.1.0&lt;/code&gt;&lt;/pre&gt;
 
 &lt;p&gt;To add it explicitly:&lt;/p&gt;
 
-&lt;pre&gt;&lt;code&gt;cordova platform add windows@4.1.0 --save
-&lt;/code&gt;&lt;/pre&gt;
+&lt;pre&gt;&lt;code&gt;cordova platform add windows@4.1.0 --save&lt;/code&gt;&lt;/pre&gt;
 
 &lt;p&gt;For non-CLI projects or for pre-3.0 projects, refer to the &lt;a href=&quot;http://cordova.apache.org/docs/en/edge/guide_platforms_index.md.html&quot;&gt;upgrade guides&lt;/a&gt;.&lt;/p&gt;
-
 &lt;!--more--&gt;
-&lt;p&gt;## What’s new in the Windows platform
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9499&quot;&gt;CB-9499&lt;/a&gt;: Run failure targeting x64 with an x86 version of Node
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8936&quot;&gt;CB-8936&lt;/a&gt;: Logs: Stability and formatting improvements
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8936&quot;&gt;CB-8936&lt;/a&gt;: Windows logs: Improvements
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9482&quot;&gt;CB-9482&lt;/a&gt;: Mobile deployment failure 
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9482&quot;&gt;CB-9482&lt;/a&gt;: Mobile emulator deployment failure
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8936&quot;&gt;CB-8936&lt;/a&gt;: Added logging functionality
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9458&quot;&gt;CB-9458&lt;/a&gt;: Updated the baseline version of Universal Windows to 10240.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9456&quot;&gt;CB-9456&lt;/a&gt;: Fixed windows app crash on startup
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9450&quot;&gt;CB-9450&lt;/a&gt;: &lt;code&gt;WindowsStoreIdentityName&lt;/code&gt; preference for Store publishing
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9455&quot;&gt;CB-9455&lt;/a&gt;: Fixed requirements check failure
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8965&quot;&gt;CB-8965&lt;/a&gt;: Wait for project creation before adding to it.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8965&quot;&gt;CB-8965&lt;/a&gt;: Copy cordova-js-src directory to platform folder during create
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9359&quot;&gt;CB-9359&lt;/a&gt;: Adds support for .appxbundle creation
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9410&quot;&gt;CB-9410&lt;/a&gt;: Added preferences for Windows Store ingestion.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9408&quot;&gt;CB-9408&lt;/a&gt;: Added a &lt;code&gt;windows-packageVersion&lt;/code&gt; attribute to the &lt;code&gt;&amp;lt;widget&amp;gt;&lt;/code&gt; element 
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9283&quot;&gt;CB-9283&lt;/a&gt;: Add support for Windows 10 WinAppDeployCmd for deployment to remote devices.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9239&quot;&gt;CB-9239&lt;/a&gt;: Fixes issue with windows prepare on posix platforms.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9235&quot;&gt;CB-9235&lt;/a&gt;: Adds more checks based on the windows-target-version
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9159&quot;&gt;CB-9159&lt;/a&gt;: Fix WP8.1 deploy when ‘window-target-version’ is 10.0.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9335&quot;&gt;CB-9335&lt;/a&gt;: Windows quality-of-life improvements.&lt;br /&gt;
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9271&quot;&gt;CB-9271&lt;/a&gt;: Removed the unnecessary device capabilities from the Windows 10 app manifest. 
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9252&quot;&gt;CB-9252&lt;/a&gt;: Migrate WinJS to an NPM dependency
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9164&quot;&gt;CB-9164&lt;/a&gt;: Better error message when deploying to Windows10 phone emulator
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9097&quot;&gt;CB-9097&lt;/a&gt;: fail with a more descriptive error if run as admin&lt;/p&gt;
-
-&lt;p&gt;&lt;strong&gt;Known Issues with 4.1.0 and Windows 10&lt;/strong&gt;&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;The Windows 10 SDK includes a tool which can deploy to Windows 10 Phone, but not to a Windows 10 Phone Emulator.  To deploy to an emulator, open your solution file in Visual Studio.&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-                <link>http://cordova.apache.org/announcements/2015/08/18/cordova-windows-4.1.0.html</link>
-                <guid>http://cordova.apache.org/announcements/2015/08/18/cordova-windows-4.1.0</guid>
-                <pubDate>Tue, 18 Aug 2015</pubDate>
-        </item>
-
-        <item>
-                <title>Tools Release: August 13th, 2015</title>
-                <description>&lt;p&gt;New versions of cordova tools are now live!&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova-lib&quot;&gt;cordova-lib@5.2.0&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova&quot;&gt;cordova@5.2.0&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/plugman&quot;&gt;plugman@1.0.0&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova-js&quot;&gt;cordova-js@4.1.0&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;Release highlights:
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9330&quot;&gt;CB-9330&lt;/a&gt; Removed &lt;code&gt;Plugman&lt;/code&gt; &lt;code&gt;publish&lt;/code&gt;, &lt;code&gt;unpublish&lt;/code&gt;, &lt;code&gt;addUser&lt;/code&gt; and &lt;code&gt;owner add/rm&lt;/code&gt; commands due to &lt;a href=&quot;http://plugins.cordova.io/#/&quot;&gt;plugins.cordova.io&lt;/a&gt; switching to read only. Plugin authors are encouraged to publish to &lt;a href=&quot;https://www.npmjs.com/&quot;&gt;npm&lt;/a&gt; instead. Learn more at &lt;a href=&quot;http://plugins.cordova.io/npm/authors.html&quot;&gt;http://plugins.cordova.io/npm/authors.html&lt;/a&gt;.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5578&quot;&gt;CB-5578&lt;/a&gt; Adds &lt;code&gt;clean&lt;/code&gt; command to &lt;code&gt;cordova-cli&lt;/code&gt;. This cleans the build artifacts for your project. Run &lt;code&gt;cordova clean -h&lt;/code&gt; for more information.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9177&quot;&gt;CB-9177&lt;/a&gt; Use tilde instead of caret when saving to &lt;code&gt;config.xml&lt;/code&gt; via &lt;code&gt;--save&lt;/code&gt; flag.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9225&quot;&gt;CB-9225&lt;/a&gt; Add &lt;strong&gt;Windows&lt;/strong&gt; platform support to &lt;code&gt;plugman platform add&lt;/code&gt;
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9114&quot;&gt;CB-9114&lt;/a&gt;: Deprecation Warning for &lt;code&gt;--usegit&lt;/code&gt; flag.
-* Browserify flag for adding plugins at build time vs run time has all tests passings. Please try it out via &lt;code&gt;--browserify&lt;/code&gt;. EX. &lt;code&gt;cordova run android --browserify&lt;/code&gt;.&lt;/p&gt;
-
-&lt;p&gt;To update your tools:&lt;/p&gt;
+&lt;h2 id=&quot;whats_new_in_the_windows_platform&quot;&gt;What’s new in the Windows platform&lt;/h2&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;
-    &lt;p&gt;If you have &lt;code&gt;cordova&lt;/code&gt; installed:&lt;/p&gt;
-
-    &lt;pre&gt;&lt;code&gt;npm install -g cordova
-&lt;/code&gt;&lt;/pre&gt;
-  &lt;/li&gt;
-  &lt;li&gt;
-    &lt;p&gt;If you have &lt;code&gt;plugman&lt;/code&gt; installed:&lt;/p&gt;
-
-    &lt;pre&gt;&lt;code&gt;npm install -g plugman
-&lt;/code&gt;&lt;/pre&gt;
-  &lt;/li&gt;
-&lt;/ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9499&quot;&gt;CB-9499&lt;/a&gt;: Run failure targeting x64 with an x86 version of Node&lt;/li&gt;
 
-&lt;h1 id=&quot;changes-include&quot;&gt;Changes include:&lt;/h1&gt;
-&lt;!--more--&gt;
-
-&lt;h2 id=&quot;platform-updates&quot;&gt;Platform updates&lt;/h2&gt;
-&lt;p&gt;When adding these platforms to your project, the following versions are now used by default.
-These platform versions were released recently, and the tools’ defaults were updated:&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;http://cordova.apache.org/announcements/2015/07/21/cordova-android-4.1.0.html&quot;&gt;Cordova Android ~4.1.0 (4.1.1)&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;http://cordova.apache.org/announcements/2015/08/04/cordova-ios-3.9.0.html&quot;&gt;Cordova iOS ~3.9.0 (3.9.1)&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2 id=&quot;cordova-lib&quot;&gt;cordova-lib&lt;/h2&gt;
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9436&quot;&gt;CB-9436&lt;/a&gt; Removes &lt;code&gt;require-tr&lt;/code&gt; bundle transformation&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9278&quot;&gt;CB-9278&lt;/a&gt;: Restoring multiple platforms fails. This closes #266&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9421&quot;&gt;CB-9421&lt;/a&gt; Added a test for plugin fetch with searchpath parameter&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9421&quot;&gt;CB-9421&lt;/a&gt; Fixed searchpath parameter being ignored. This closes #269&lt;/li&gt;
-  &lt;li&gt;Update xcode dependency to latest stable version. This closes #272&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9420&quot;&gt;CB-9420&lt;/a&gt; Fixes malformed require calls in browserify bundle. This closes #270&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9405&quot;&gt;CB-9405&lt;/a&gt; limit author/description to 256 char per WMAppManifest schema&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9414&quot;&gt;CB-9414&lt;/a&gt; plugin fetching now defaults to npm, CPR fallback&lt;/li&gt;
-  &lt;li&gt;
-    &lt;table&gt;
-      &lt;tbody&gt;
-        &lt;tr&gt;
-          &lt;td&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9384&quot;&gt;CB-9384&lt;/a&gt; Added tests that test plugin fetch from github branch&lt;/td&gt;
-          &lt;td&gt;tag&lt;/td&gt;
-          &lt;td&gt;sha&lt;/td&gt;
-        &lt;/tr&gt;
-      &lt;/tbody&gt;
-    &lt;/table&gt;
-  &lt;/li&gt;
-  &lt;li&gt;
-    &lt;table&gt;
-      &lt;tbody&gt;
-        &lt;tr&gt;
-          &lt;td&gt;added comment outlining the types of things git_ref can be : commit SHA&lt;/td&gt;
-          &lt;td&gt;branch&lt;/td&gt;
-          &lt;td&gt;tag&lt;/td&gt;
-        &lt;/tr&gt;
-      &lt;/tbody&gt;
-    &lt;/table&gt;
-  &lt;/li&gt;
-  &lt;li&gt;actually checkout git_ref because it may be a branch OR a commit SHA&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9332&quot;&gt;CB-9332&lt;/a&gt; Upgrade npm and semver to actual versions&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9330&quot;&gt;CB-9330&lt;/a&gt; updated wording for warning messages for removal of publish/unpublish commands&lt;/li&gt;
-  &lt;li&gt;Adds stubs for &lt;code&gt;publish&lt;/code&gt;/&lt;code&gt;unpublish&lt;/code&gt; commands. This closes #254&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9330&quot;&gt;CB-9330&lt;/a&gt; Removes ‘plugman publish’ related functionality&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9335&quot;&gt;CB-9335&lt;/a&gt;: Windows quality-of-life improvements.  To align with the change in Cordova-Windows which removes the Windows 8 project from the solution file used by Windows 8.1 and Windows 10, the same is done in the spec.&lt;/li&gt;
-  &lt;li&gt;Fix prepare to wait the promise from plugman prepare.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9362&quot;&gt;CB-9362&lt;/a&gt; Don’t fail if superspawn can’t chmod a file&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9122&quot;&gt;CB-9122&lt;/a&gt; Added tests for platform/plugin add/rm/update with –save flag. This closes #246&lt;/li&gt;
-  &lt;li&gt;Fixed ios node-xcode related tests failing on Windows according to version update&lt;/li&gt;
-  &lt;li&gt;Added webOS parsers for project creation/manipulation&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8965&quot;&gt;CB-8965&lt;/a&gt; Prevent cli from copying cordova.js and cordova-js-src/ multiple times&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9114&quot;&gt;CB-9114&lt;/a&gt;: Log deprecation message when –usegit flag is used. This closes #234&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9126&quot;&gt;CB-9126&lt;/a&gt; Fix ios pbxproj’ resources paths when adding ios platform on non-OSX environment.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9221&quot;&gt;CB-9221&lt;/a&gt; Updates &lt;code&gt;cordova serve&lt;/code&gt; command to use cordova-serve module.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9225&quot;&gt;CB-9225&lt;/a&gt; Add windows platform support to &lt;code&gt;plugman platform add&lt;/code&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9163&quot;&gt;CB-9163&lt;/a&gt; when engine check isn’t satisfied, skip that plugin install&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9162&quot;&gt;CB-9162&lt;/a&gt; Adds support for default values for plugin variables.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9188&quot;&gt;CB-9188&lt;/a&gt; Confusing error after delete plugin folder then prepare.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9145&quot;&gt;CB-9145&lt;/a&gt; prepare can lose data during config munge&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9177&quot;&gt;CB-9177&lt;/a&gt; Use tilde instead of caret when save to config.xml.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9147&quot;&gt;CB-9147&lt;/a&gt; Adding a platform via caret version adds latest rather than the latest matching.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5578&quot;&gt;CB-5578&lt;/a&gt; Adds &lt;code&gt;clean&lt;/code&gt; module to cordova. This closes #241&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9124&quot;&gt;CB-9124&lt;/a&gt; Makes network-related errors’ messages more descriptive.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9067&quot;&gt;CB-9067&lt;/a&gt; fixed plugman config set registry and adduser&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8993&quot;&gt;CB-8993&lt;/a&gt; Plugin restore ignores search path. This closes #224&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9108&quot;&gt;CB-9108&lt;/a&gt; Handle version ranges when add platform with –usegit.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8898&quot;&gt;CB-8898&lt;/a&gt; Makes error message descriptive when &lt;code&gt;requirements&lt;/code&gt; is called outside of cordova project.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8007&quot;&gt;CB-8007&lt;/a&gt; Two cordova plugins modifying &lt;code&gt;*-Info.plist&lt;/code&gt; CFBundleURLTypes&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9065&quot;&gt;CB-9065&lt;/a&gt; Allow removing plugins by short name.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9001&quot;&gt;CB-9001&lt;/a&gt; Set WMAppManifest.xml Author, Description and Publisher attributes based on config.xml&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9073&quot;&gt;CB-9073&lt;/a&gt; Allow to add platform if project path contains &lt;code&gt;&amp;amp;&lt;/code&gt; symbol&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2 id=&quot;cordova-cli&quot;&gt;cordova-cli&lt;/h2&gt;
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9114&quot;&gt;CB-9114&lt;/a&gt;: Deprecation Warning for –usegit flag.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9171&quot;&gt;CB-9171&lt;/a&gt; Support Plugin Variables with =&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5578&quot;&gt;CB-5578&lt;/a&gt; Adds &lt;code&gt;clean&lt;/code&gt; command to cordova-cli.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8993&quot;&gt;CB-8993&lt;/a&gt; Plugin restore ignores search path. This closes #213&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9121&quot;&gt;CB-9121&lt;/a&gt; Add support for build configuration to be specified using the CLI&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8898&quot;&gt;CB-8898&lt;/a&gt; Adds missing section about &lt;code&gt;requirements&lt;/code&gt; to general cordova help&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2 id=&quot;cordova-js&quot;&gt;cordova-js&lt;/h2&gt;
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9429&quot;&gt;CB-9429&lt;/a&gt; Removes tests from resultant bundle&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9436&quot;&gt;CB-9436&lt;/a&gt; Removes &lt;code&gt;require-tr&lt;/code&gt; bundle transformation&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9429&quot;&gt;CB-9429&lt;/a&gt; Enables jsdom/browser tests for browserify.&lt;/li&gt;
-  &lt;li&gt;Fix webOS SmartTV/wearable detection&lt;/li&gt;
-  &lt;li&gt;Add webOS as a platform to build from/for.&lt;/li&gt;
-  &lt;li&gt;Fixed issues with data transforms when using browserify&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9370&quot;&gt;CB-9370&lt;/a&gt; Fixes failing tests on Node 0.12 due to stale dependency&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9291&quot;&gt;CB-9291&lt;/a&gt; Removes the requirement for specific NodeJS version&lt;/li&gt;
-  &lt;li&gt;Added common ‘activated’ channel&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9156&quot;&gt;CB-9156&lt;/a&gt; added support for absolute platform paths&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9156&quot;&gt;CB-9156&lt;/a&gt; platform version grabbing supports custom paths&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9156&quot;&gt;CB-9156&lt;/a&gt; added ability to pass in custom path via command line for platforms&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8468&quot;&gt;CB-8468&lt;/a&gt; - Application freezes if breakpoint hits JavaScript callback invoked from native&lt;/li&gt;
-&lt;/ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8936&quot;&gt;CB-8936&lt;/a&gt;: Logs: Stability and formatting improvements&lt;/li&gt;
 
-&lt;h2 id=&quot;plugman&quot;&gt;plugman&lt;/h2&gt;
-&lt;ul&gt;
-  &lt;li&gt;updated help with changes for npm publishing&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9330&quot;&gt;CB-9330&lt;/a&gt; Removed Plugman &lt;code&gt;publish&lt;/code&gt;, &lt;code&gt;unpublish&lt;/code&gt;, &lt;code&gt;addUser&lt;/code&gt; and &lt;code&gt;owner add/rm&lt;/code&gt; commands due to &lt;a href=&quot;http://plugins.cordova.io/#/&quot;&gt;plugins.cordova.io&lt;/a&gt; switching to read only. Plugin authors are encouraged to publish to &lt;a href=&quot;https://www.npmjs.com/&quot;&gt;npm&lt;/a&gt; instead. Learn more at &lt;a href=&quot;http://plugins.cordova.io/npm/authors.html&quot;&gt;http://plugins.cordova.io/npm/authors.html&lt;/a&gt;.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9332&quot;&gt;CB-9332&lt;/a&gt; Removes unnecessary dependencies&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2 id=&quot;pinned-platform-versions-for-cordova-cli-511&quot;&gt;Pinned Platform Versions for &lt;strong&gt;Cordova CLI 5.1.1&lt;/strong&gt;&lt;/h2&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;Cordova Amazon-FireOS: ~3.6.3&lt;/li&gt;
-  &lt;li&gt;Cordova Android: ~4.1.0 (4.1.1)&lt;/li&gt;
-  &lt;li&gt;Cordova BlackBerry10: ~3.7.0&lt;/li&gt;
-  &lt;li&gt;Cordova Browser: ~3.6.0&lt;/li&gt;
-  &lt;li&gt;Cordova FirefoxOS: ~3.6.3&lt;/li&gt;
-  &lt;li&gt;Cordova iOS: ~3.9.0 (3.9.1)&lt;/li&gt;
-  &lt;li&gt;Cordova Ubuntu: ~4.0.0&lt;/li&gt;
-  &lt;li&gt;Cordova Windows: ~4.0.0&lt;/li&gt;
-  &lt;li&gt;Cordova WP8: ~3.8.1&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-                <link>http://cordova.apache.org/news/2015/08/13/tools-release.html</link>
-                <guid>http://cordova.apache.org/news/2015/08/13/tools-release</guid>
-                <pubDate>Thu, 13 Aug 2015</pubDate>
-        </item>
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8936&quot;&gt;CB-8936&lt;/a&gt;: Windows logs: Improvements&lt;/li&gt;
 
-        <item>
-                <title>Apache Cordova iOS 3.9.0</title>
-                <description>&lt;p&gt;We are happy to announce that &lt;code&gt;Cordova iOS 3.9.0&lt;/code&gt; has been released and will be the
-default iOS version after next cordova-cli release.&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9482&quot;&gt;CB-9482&lt;/a&gt;: Mobile deployment failure&lt;/li&gt;
 
-&lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt; To deploy to iOS devices, developers will have to update their ios-deploy
-dependency to the version 1.4.0 or greater. Run &lt;code&gt;npm install ios-deploy -g&lt;/code&gt; to download
-the latest release.&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9482&quot;&gt;CB-9482&lt;/a&gt;: Mobile emulator deployment failure&lt;/li&gt;
 
-&lt;p&gt;Apart from a number of bug fixes, there is now support for checking system
-requirements for iOS platform:&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8936&quot;&gt;CB-8936&lt;/a&gt;: Added logging functionality&lt;/li&gt;
 
-&lt;pre&gt;&lt;code&gt;$&amp;gt;cordova requirements ios
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9458&quot;&gt;CB-9458&lt;/a&gt;: Updated the baseline version of Universal Windows to 10240.&lt;/li&gt;
 
-Requirements check results for ios:
-Apple OS X: installed darwin
-Xcode: installed 6.3
-ios-deploy: installed 1.7.0
-ios-sim: installed 4.1.1
-&lt;/code&gt;&lt;/pre&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9456&quot;&gt;CB-9456&lt;/a&gt;: Fixed windows app crash on startup&lt;/li&gt;
 
-&lt;p&gt;and support for &lt;a href=&quot;http://cordova.apache.org/docs/en/edge/guide_platforms_ios_tools.md.html#signing-the-app&quot;&gt;Signing the App for iOS platform&lt;/a&gt;:&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9450&quot;&gt;CB-9450&lt;/a&gt;: &lt;code&gt;WindowsStoreIdentityName&lt;/code&gt; preference for Store publishing&lt;/li&gt;
 
-&lt;pre&gt;&lt;code&gt;$&amp;gt;/path/to/my/project/cordova/build --codeSignIdentitiy=&quot;iPhone Distribtion&quot; --provisioningProfile=&quot;926c2bd6-8de9-4c2f-8407-1016d2d12954&quot;
-&lt;/code&gt;&lt;/pre&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9455&quot;&gt;CB-9455&lt;/a&gt;: Fixed requirements check failure&lt;/li&gt;
 
-&lt;p&gt;To upgrade:&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8965&quot;&gt;CB-8965&lt;/a&gt;: Wait for project creation before adding to it.&lt;/li&gt;
 
-&lt;pre&gt;&lt;code&gt;npm install -g cordova
-cd my_project
-cordova platform update ios@3.9.0
-&lt;/code&gt;&lt;/pre&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8965&quot;&gt;CB-8965&lt;/a&gt;: Copy cordova-js-src directory to platform folder during create&lt;/li&gt;
 
-&lt;p&gt;To add it explicitly:&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9359&quot;&gt;CB-9359&lt;/a&gt;: Adds support for .appxbundle creation&lt;/li&gt;
 
-&lt;pre&gt;&lt;code&gt;cordova platform add ios@3.9.0 --save
-&lt;/code&gt;&lt;/pre&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9410&quot;&gt;CB-9410&lt;/a&gt;: Added preferences for Windows Store ingestion.&lt;/li&gt;
 
-&lt;p&gt;For non-CLI projects or for pre-3.0 projects, refer to the &lt;a href=&quot;http://cordova.apache.org/docs/en/edge/guide_platforms_index.md.html&quot;&gt;upgrade guides&lt;/a&gt;.&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9408&quot;&gt;CB-9408&lt;/a&gt;: Added a &lt;code&gt;windows-packageVersion&lt;/code&gt; attribute to the &lt;code&gt;&amp;lt;widget&amp;gt;&lt;/code&gt; element&lt;/li&gt;
 
-&lt;!--more--&gt;
-&lt;p&gt;## What’s new in iOS platform
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8586&quot;&gt;CB-8586&lt;/a&gt; Update ios-deploy minimum version to 1.4.0
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8485&quot;&gt;CB-8485&lt;/a&gt; Support for signed archive for iOS
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8197&quot;&gt;CB-8197&lt;/a&gt; Switch to nodejs for ios platform scripts
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7747&quot;&gt;CB-7747&lt;/a&gt; Update project template with new whitelist settings
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8954&quot;&gt;CB-8954&lt;/a&gt; Adds &lt;code&gt;requirements&lt;/code&gt; command support to check_reqs module
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8907&quot;&gt;CB-8907&lt;/a&gt; Cordova ios emulate –list it shows duplicates when ios simulators are present for 7.x and 8.x
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9013&quot;&gt;CB-9013&lt;/a&gt; Fix listing of multiple devices in list-devices for iOS
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3360&quot;&gt;CB-3360&lt;/a&gt; Set custom User-Agent
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8710&quot;&gt;CB-8710&lt;/a&gt; Cordova-ios jasmine tests do not clean up build products, tests can only be run once
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8785&quot;&gt;CB-8785&lt;/a&gt; Add try/catch for evalJS
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8948&quot;&gt;CB-8948&lt;/a&gt; Clipboard fix for iOS Safari copy
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8855&quot;&gt;CB-8855&lt;/a&gt; Fix display ios devices with –list
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8295&quot;&gt;CB-8295&lt;/a&gt; Update app template with fix to CSP string
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8965&quot;&gt;CB-8965&lt;/a&gt; Copy cordova-js-src directory to platform folder during create
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9273&quot;&gt;CB-9273&lt;/a&gt; “Copy www build phase” node is not found
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9088&quot;&gt;CB-9088&lt;/a&gt; Sms urls won’t open in iframe
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8621&quot;&gt;CB-8621&lt;/a&gt; Fix Q require in list-devices (Q -&amp;gt; q)&lt;/p&gt;
-</description>
-                <link>http://cordova.apache.org/announcements/2015/08/04/cordova-ios-3.9.0.html</link>
-                <guid>http://cordova.apache.org/announcements/2015/08/04/cordova-ios-3.9.0</guid>
-                <pubDate>Tue, 04 Aug 2015</pubDate>
-        </item>
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9283&quot;&gt;CB-9283&lt;/a&gt;: Add support for Windows 10 WinAppDeployCmd for deployment to remote devices.&lt;/li&gt;
 
-        <item>
-                <title>Apache Cordova Android 4.1.0</title>
-                <description>&lt;p&gt;We are happy to announce that &lt;code&gt;Cordova Android 4.1.0&lt;/code&gt; has been released.&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9239&quot;&gt;CB-9239&lt;/a&gt;: Fixes issue with windows prepare on posix platforms.&lt;/li&gt;
 
-&lt;p&gt;With this release, there is now support for checking system requirements for Android platform:&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9235&quot;&gt;CB-9235&lt;/a&gt;: Adds more checks based on the windows-target-version&lt;/li&gt;
 
-&lt;pre&gt;&lt;code&gt;$&amp;gt;cordova requirements android
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9159&quot;&gt;CB-9159&lt;/a&gt;: Fix WP8.1 deploy when ‘window-target-version’ is 10.0.&lt;/li&gt;
 
-Requirements check results for android:
-Java JDK: installed 1.7.0
-Android SDK: installed
-Android target: installed android-19,android-21,android-22,Google Inc.:Google APIs:19,Google Inc.:Google APIs (x86 System Image):19,Google Inc.:Google APIs:21
-Gradle: installed 1.12
-&lt;/code&gt;&lt;/pre&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9335&quot;&gt;CB-9335&lt;/a&gt;: Windows quality-of-life improvements.&lt;/li&gt;
 
-&lt;p&gt;Apart from a number of bug fixes, mininumSdkTarget has also been switched to 14 from 7. The minimum supported Android OS for Cordova is now Ice Cream Sandwich.&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9271&quot;&gt;CB-9271&lt;/a&gt;: Removed the unnecessary device capabilities from the Windows 10 app manifest.&lt;/li&gt;
 
-&lt;p&gt;To upgrade:&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9252&quot;&gt;CB-9252&lt;/a&gt;: Migrate WinJS to an NPM dependency&lt;/li&gt;
 
-&lt;pre&gt;&lt;code&gt;npm install -g cordova
-cd my_project
-cordova platform update android@4.1.0
-&lt;/code&gt;&lt;/pre&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9164&quot;&gt;CB-9164&lt;/a&gt;: Better error message when deploying to Windows10 phone emulator&lt;/li&gt;
 
-&lt;p&gt;To add it explicitly:&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9097&quot;&gt;CB-9097&lt;/a&gt;: fail with a more descriptive error if run as admin&lt;/li&gt;
+&lt;/ul&gt;
 
-&lt;pre&gt;&lt;code&gt;cordova platform add android@4.1.0
-&lt;/code&gt;&lt;/pre&gt;
+&lt;p&gt;&lt;strong&gt;Known Issues with 4.1.0 and Windows 10&lt;/strong&gt;&lt;/p&gt;
 
-&lt;!--more--&gt;
-&lt;p&gt;## What’s new in Android platform
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9392&quot;&gt;CB-9392&lt;/a&gt; Fixed printing flavored versions. This closes #184.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9382&quot;&gt;CB-9382&lt;/a&gt; [Android] Fix KeepRunning setting when Plugin activity is showed. This closes #200
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9391&quot;&gt;CB-9391&lt;/a&gt; Fixes cdvBuildMultipleApks option casting
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9343&quot;&gt;CB-9343&lt;/a&gt; Split the Content-Type to obtain a clean mimetype
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9255&quot;&gt;CB-9255&lt;/a&gt; Make getUriType case insensitive.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9149&quot;&gt;CB-9149&lt;/a&gt; Fixes JSHint issue introduced by 899daa9
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9372&quot;&gt;CB-9372&lt;/a&gt;: Remove unused files: ‘main.js’ &amp;amp; ‘master.css’. This closes #198
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9149&quot;&gt;CB-9149&lt;/a&gt; Make gradle alias subprojects in order to handle libs that depend on libs. This closes #182
-* Update min SDK version to 14
-* Update licenses. This closes #190
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9185&quot;&gt;CB-9185&lt;/a&gt; Fix signed release build exception. This closes #193.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9286&quot;&gt;CB-9286&lt;/a&gt; Fixes build failure when ANDROID_HOME is not set.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9284&quot;&gt;CB-9284&lt;/a&gt; Fix for handling absolute path for keystore in build.json
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9260&quot;&gt;CB-9260&lt;/a&gt; Install Android-22 on Travis-CI
-* Adding .ratignore file.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9119&quot;&gt;CB-9119&lt;/a&gt; Adding lib/retry.js for retrying promise-returning functions. Retrying ‘adb install’ in emulator.js because it sometimes hangs.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9115&quot;&gt;CB-9115&lt;/a&gt; android: Grant Lollipop permission req
-* Remove extra console message
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8898&quot;&gt;CB-8898&lt;/a&gt; Report expected gradle location properly
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8898&quot;&gt;CB-8898&lt;/a&gt; Fixes gradle check failure due to missing quotes
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9080&quot;&gt;CB-9080&lt;/a&gt;: -d option is not supported on Android 4.1.1 and lower, removing
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8954&quot;&gt;CB-8954&lt;/a&gt; Adds &lt;code&gt;requirements&lt;/code&gt; command support to check_reqs module
-* Update JS snapshot to version 4.1.0-dev (via coho)
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8417&quot;&gt;CB-8417&lt;/a&gt; updated platform specific files from cordova.js repo
-* Adding tests to confirm that preferences aren’t changed by Intents
-* Forgot to remove the method that copied over the intent data
-* Getting around to removing this old Intent code
-* Update JS snapshot to version 4.1.0-dev (via coho)
-* Fix CordovaPluginTest on KitKat (start-up events seem to change)
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3360&quot;&gt;CB-3360&lt;/a&gt; Allow setting a custom User-Agent (close #162)
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8902&quot;&gt;CB-8902&lt;/a&gt; Use immersive mode when available when going fullscreen (close #175)
-* Make BridgeMode methods public (they were always supposed to be)
-* Simplify: EncodingUtils.getBytes(str) -&amp;gt; str.getBytes()
-* Don’t show warning when gradlew file is read-only
-* Don’t show warning when prepEnv copies gradlew and it’s read-only
-* Make gradle wrapper prepEnv code work even when android-sdk is read-only
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8897&quot;&gt;CB-8897&lt;/a&gt; Delete drawable/icon.png since it duplicates drawable-mdpi/icon.png
-* Updating the template to target mininumSdkTarget=14
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8894&quot;&gt;CB-8894&lt;/a&gt;: Updating the template to target mininumSdkTarget=14
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8891&quot;&gt;CB-8891&lt;/a&gt; Add a note about when the gradle helpers were added
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8891&quot;&gt;CB-8891&lt;/a&gt; Add a gradle helper for retrieving config.xml preference values
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8884&quot;&gt;CB-8884&lt;/a&gt; Delete Eclipse tweaks from create script&lt;/p&gt;
+&lt;ul&gt;
+&lt;li&gt;The Windows 10 SDK includes a tool which can deploy to Windows 10 Phone, but not to a Windows 10 Phone Emulator. To deploy to an emulator, open your solution file in Visual Studio.&lt;/li&gt;
+&lt;/ul&gt;
 </description>
-                <link>http://cordova.apache.org/announcements/2015/07/21/cordova-android-4.1.0.html</link>
-                <guid>http://cordova.apache.org/announcements/2015/07/21/cordova-android-4.1.0</guid>
-                <pubDate>Tue, 21 Jul 2015</pubDate>
+                <link>http://cordova.apache.org/announcements/2015/08/18/cordova-windows-4.1.0.html</link>
+                <guid>http://cordova.apache.org/announcements/2015/08/18/cordova-windows-4.1.0</guid>
+                <pubDate>Tue, 18 Aug 2015</pubDate>
         </item>
 
         <item>
-                <title>Plugins Release: June 22, 2015</title>
-                <description>&lt;p&gt;The following plugins were updated today:&lt;/p&gt;
+                <title>Tools Release: August 13th, 2015</title>
+                <description>
+&lt;p&gt;New versions of cordova tools are now live!&lt;/p&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;cordova-plugin-battery-status@1.1.0&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-camera@1.2.0&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-console@1.0.1&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-contacts@1.1.0&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-device@1.0.1&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-device-motion@1.1.1&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-device-orientation@1.0.1&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-dialogs@1.1.1&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-file@2.1.0&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-file-transfer@1.2.0&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-geolocation@1.0.1&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-globalization@1.0.1&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-inappbrowser@1.0.1&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-legacy-whitelist@1.1.0&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-media@1.0.1&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-media-capture@1.0.1&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-network-information@1.0.1&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-splashscreen@2.1.0&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-statusbar@1.0.0&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-test-framework@1.0.1&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-vibration@1.2.0&lt;/li&gt;
-  &lt;li&gt;cordova-plugin-whitelist@1.1.0&lt;/li&gt;
-&lt;/ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova-lib&quot;&gt;cordova-lib@5.2.0&lt;/a&gt;&lt;/li&gt;
 
-&lt;p&gt;The plugins have been pushed to &lt;a href=&quot;https://www.npmjs.com/&quot;&gt;&lt;strong&gt;npm&lt;/strong&gt;&lt;/a&gt;! You can search for cordova plugins on &lt;a href=&quot;https://www.npmjs.com/search?q=ecosystem%3Acordova&quot;&gt;&lt;strong&gt;npm&lt;/strong&gt;&lt;/a&gt; or alternative &lt;strong&gt;npm&lt;/strong&gt; search sites like &lt;a href=&quot;http://node-modules.com/search?q=ecosystem%3Acordova&quot;&gt;&lt;strong&gt;node-modules.com&lt;/strong&gt;&lt;/a&gt;. We are also working on our own plugin search using &lt;strong&gt;npm’s&lt;/strong&gt; api. We will have more news on that soon!&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova&quot;&gt;cordova@5.2.0&lt;/a&gt;&lt;/li&gt;
 
-&lt;p&gt;If you haven’t migrated your plugins over to &lt;strong&gt;npm&lt;/strong&gt;, do it soon! We will be switching &lt;a href=&quot;http://plugins.cordova.io/&quot;&gt;&lt;strong&gt;plugins.cordova.io&lt;/strong&gt;&lt;/a&gt; to read-only sometime next month. You can learn more about migrating your plugins to &lt;strong&gt;npm&lt;/strong&gt; &lt;a href=&quot;http://cordova.apache.org/announcements/2015/04/21/plugins-release-and-move-to-npm.html&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/plugman&quot;&gt;plugman@1.0.0&lt;/a&gt;&lt;/li&gt;
 
-&lt;hr /&gt;
-&lt;p&gt;You can update any plugin by removing it, and then re-adding it.&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova-js&quot;&gt;cordova-js@4.1.0&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
 
-&lt;p&gt;E.g. To update your camera plugin:&lt;/p&gt;
+&lt;p&gt;Release highlights:&lt;/p&gt;
 
-&lt;pre&gt;&lt;code&gt;cordova plugin rm org.apache.cordova.camera --save
-cordova plugin add org.apache.cordova.camera --save
-&lt;/code&gt;&lt;/pre&gt;
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9330&quot;&gt;CB-9330&lt;/a&gt; Removed &lt;code&gt;Plugman&lt;/code&gt; &lt;code&gt;publish&lt;/code&gt;, &lt;code&gt;unpublish&lt;/code&gt;, &lt;code&gt;addUser&lt;/code&gt; and &lt;code&gt;owner add/rm&lt;/code&gt; commands due to &lt;a href=&quot;http://plugins.cordova.io/#/&quot;&gt;plugins.cordova.io&lt;/a&gt; switching to read only. Plugin authors are encouraged to publish to &lt;a href=&quot;https://www.npmjs.com/&quot;&gt;npm&lt;/a&gt; instead. Learn more at &lt;a href=&quot;http://plugins.cordova.io/npm/authors.html&quot;&gt;http://plugins.cordova.io/npm/authors.html&lt;/a&gt;.&lt;/li&gt;
 
-&lt;p&gt;Release Highlights:
-* Readme files properly render on &lt;strong&gt;npm&lt;/strong&gt; now!
-* &lt;code&gt;package.json&lt;/code&gt; repo links now point to our &lt;strong&gt;Github&lt;/strong&gt; mirrors.
-* Updated translations for the readme. Can be found under the docs directory.&lt;/p&gt;
-
-&lt;p&gt;Changes include:
-&lt;!--more--&gt;&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-battery-status@1.1.0
-* added missing license headers
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7953&quot;&gt;CB-7953&lt;/a&gt; Add &lt;code&gt;cordova-plugin-battery-status&lt;/code&gt; support for &lt;strong&gt;browser&lt;/strong&gt; platform
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9128&quot;&gt;CB-9128&lt;/a&gt; Updated translations for readme&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-camera@1.2.0
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9128&quot;&gt;CB-9128&lt;/a&gt; Updated translations for readme
-* Update docs. This closes #100
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8883&quot;&gt;CB-8883&lt;/a&gt; fix picture rotation issue
-* major refactor : readability
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8498&quot;&gt;CB-8498&lt;/a&gt; Patch, this closes #64
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8879&quot;&gt;CB-8879&lt;/a&gt; fix stripe issue with correct aspect ratio
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8601&quot;&gt;CB-8601&lt;/a&gt; - &lt;strong&gt;iOS&lt;/strong&gt; camera unit tests broken
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7667&quot;&gt;CB-7667&lt;/a&gt; &lt;strong&gt;iOS8&lt;/strong&gt;: Handle case where camera is not authorized (closes #49)
-* add missing license header&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-console@1.0.1
-* move &lt;code&gt;logger.js&lt;/code&gt; and &lt;code&gt;console-via-logger.js&lt;/code&gt; to common modules, instead of the numerous repeats that were there.
-* clean up tests, info is below log level so it does not exist by default.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9191&quot;&gt;CB-9191&lt;/a&gt; Add basic tests
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9128&quot;&gt;CB-9128&lt;/a&gt; Updated translations for readme&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-contacts@1.1.0
-* Add more install text for legacy versions of cordova tools. This closes #60
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9056&quot;&gt;CB-9056&lt;/a&gt; Increased timeout of failing tests
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8987&quot;&gt;CB-8987&lt;/a&gt;: Support for save and remove for &lt;strong&gt;Windows 10&lt;/strong&gt;
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5278&quot;&gt;CB-5278&lt;/a&gt;: We must close the cursor or we take down the whole app, and the debugger doesn’t catch it.&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-device@1.0.1
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9128&quot;&gt;CB-9128&lt;/a&gt; Updated translations for readme&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-device-motion@1.1.1
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9128&quot;&gt;CB-9128&lt;/a&gt; Updated translations for readme
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8842&quot;&gt;CB-8842&lt;/a&gt; Return cached values on &lt;strong&gt;Android&lt;/strong&gt; if there is no updates from sensor&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-device-orientation@1.0.1
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9128&quot;&gt;CB-9128&lt;/a&gt; Updated translations for readme&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-dialogs@1.1.1
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9128&quot;&gt;CB-9128&lt;/a&gt; Updated translations for readme&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-file@2.1.0
-* added missing license header
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9128&quot;&gt;CB-9128&lt;/a&gt; Updated translations for readme
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8844&quot;&gt;CB-8844&lt;/a&gt; Increased timeout for asset tests
-* Updated &lt;code&gt;resolveFileSystem.js&lt;/code&gt; so it can be parsed by &lt;code&gt;uglifyJS&lt;/code&gt;
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8792&quot;&gt;CB-8792&lt;/a&gt; Fixes reading of json files using &lt;code&gt;readAsText&lt;/code&gt;&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-file-transfer@1.2.0
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9128&quot;&gt;CB-9128&lt;/a&gt; Updated translations for readme
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6503&quot;&gt;CB-6503&lt;/a&gt;: &lt;code&gt;Null&lt;/code&gt; pointer check for headers in upload (This closes #27)
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6503&quot;&gt;CB-6503&lt;/a&gt;: Allow &lt;code&gt;payload&lt;/code&gt; &lt;code&gt;content-types&lt;/code&gt; other than &lt;code&gt;multipart/form-data&lt;/code&gt; to be used for upload
-* Fix &lt;code&gt;NoSuchMethodException&lt;/code&gt; looking up cookies.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8951&quot;&gt;CB-8951&lt;/a&gt; &lt;strong&gt;WP8&lt;/strong&gt; Handle exceptions in &lt;code&gt;download()&lt;/code&gt; and &lt;code&gt;upload()&lt;/code&gt; again
-* &lt;strong&gt;wp8&lt;/strong&gt; Relaxed engine version requirement, using reflection to see if methods are available
-* Check for the existence of &lt;code&gt;Json.net&lt;/code&gt; assembly to determin how we deserialize our headers.
-* relax engine requirement to allow &lt;code&gt;-dev&lt;/code&gt; versions
-* Remove verbose console log messages
-* bump required cordova-wp8 version to 4.0.0
-* fix failing test resulting from overlapping &lt;code&gt;async&lt;/code&gt; calls
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8721&quot;&gt;CB-8721&lt;/a&gt; Fixes incorrect headers and upload params parsing on &lt;strong&gt;wp8&lt;/strong&gt;
-* Replace all slashes in &lt;strong&gt;windows&lt;/strong&gt; path&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-geolocation@1.0.1
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9128&quot;&gt;CB-9128&lt;/a&gt; Updated translations for readme
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8845&quot;&gt;CB-8845&lt;/a&gt; Updated comment why &lt;strong&gt;Android&lt;/strong&gt; tests are currently pended
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8845&quot;&gt;CB-8845&lt;/a&gt; Pended tests for &lt;strong&gt;Android&lt;/strong&gt;
-* Add more install text for legacy versions of cordova tools. This closes #36&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-globalization@1.0.1
-* added &lt;code&gt;moment.js&lt;/code&gt; to &lt;code&gt;.ratignore&lt;/code&gt;
-* added license headers
-* Adding &lt;code&gt;.ratignore&lt;/code&gt; file.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9128&quot;&gt;CB-9128&lt;/a&gt; Updated translations for readme&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-inappbrowser@1.0.1
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9128&quot;&gt;CB-9128&lt;/a&gt; Updated translations for readme&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-legacy-whitelist@1.1.0
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9128&quot;&gt;CB-9128&lt;/a&gt; Updated translations for readme
-* Fix compile error introduces by &lt;code&gt;6a3d2cb3567&lt;/code&gt;
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8739&quot;&gt;CB-8739&lt;/a&gt; added missing license headers
-* Fix &lt;code&gt;XMl&lt;/code&gt; parsing broken by &lt;code&gt;superclass&lt;/code&gt; refactor (&lt;code&gt;XmlResourceParser&lt;/code&gt;-&amp;gt;&lt;code&gt;XmlPullParser&lt;/code&gt;)&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-media@1.0.1
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9128&quot;&gt;CB-9128&lt;/a&gt; Updated translations for readme
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9079&quot;&gt;CB-9079&lt;/a&gt; Increased timeout for playback tests
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8888&quot;&gt;CB-8888&lt;/a&gt; Makes media status reporting on &lt;strong&gt;windows&lt;/strong&gt; more precise
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8793&quot;&gt;CB-8793&lt;/a&gt; Increased playback timeout in tests&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-media-capture@1.0.1
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9128&quot;&gt;CB-9128&lt;/a&gt; Updated translations for readme&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-network-information@1.0.1
-* Adding &lt;code&gt;.ratignore&lt;/code&gt; file.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9128&quot;&gt;CB-9128&lt;/a&gt; Updated translations for readme&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-splashscreen@2.1.0
-* added missing license headers
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9128&quot;&gt;CB-9128&lt;/a&gt; Updated translations for readme
-* Fixed &lt;strong&gt;iOS&lt;/strong&gt; unit tests.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3562&quot;&gt;CB-3562&lt;/a&gt;: Disable screen rotation for &lt;strong&gt;iPhone&lt;/strong&gt; when splash screen is shown. (closes #47)
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8988&quot;&gt;CB-8988&lt;/a&gt;: Fix rotation on &lt;strong&gt;iOS/iPad&lt;/strong&gt; (closes #46)
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8904&quot;&gt;CB-8904&lt;/a&gt;: Don’t reset the static variable when it’s destroyed, otherwise we might as well just have a member variable
-* Removed &lt;strong&gt;wp7&lt;/strong&gt; from &lt;code&gt;plugin.xml&lt;/code&gt; and &lt;code&gt;package.json&lt;/code&gt;
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8750&quot;&gt;CB-8750&lt;/a&gt; &lt;strong&gt;wp8&lt;/strong&gt;: Rewrite resoultion helper
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8750&quot;&gt;CB-8750&lt;/a&gt; &lt;strong&gt;wp8&lt;/strong&gt;: Allow &lt;code&gt;resolution-specific&lt;/code&gt; splashscreen images
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8758&quot;&gt;CB-8758&lt;/a&gt; &lt;strong&gt;wp8&lt;/strong&gt;: &lt;code&gt;UnauthorizedAccessException&lt;/code&gt; on &lt;code&gt;hide()&lt;/code&gt;&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-statusbar@1.0.1
-* add auto-tests for basic api
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9180&quot;&gt;CB-9180&lt;/a&gt; Add correct supported check for &lt;strong&gt;Windows 8.1&lt;/strong&gt; desktop
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9128&quot;&gt;CB-9128&lt;/a&gt; Updated translations for readme&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-test-framework@1.0.1
-* added &lt;code&gt;ratignore&lt;/code&gt; file&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-vibration@1.2.0
-* Adding &lt;code&gt;.ratignore&lt;/code&gt; file.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9128&quot;&gt;CB-9128&lt;/a&gt; Updated translations for readme
-* used min/max statics in vibrate with pattern. Use &lt;code&gt;callbackId&lt;/code&gt; in callbacks, catch json format exceptions
-* static-ized &lt;code&gt;MIN_DURATION&lt;/code&gt; and &lt;code&gt;MAX_DURATION&lt;/code&gt;
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7216&quot;&gt;CB-7216&lt;/a&gt; changed &lt;code&gt;cancelWasCalled&lt;/code&gt; boolean
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7218&quot;&gt;CB-7218&lt;/a&gt; truncate &lt;code&gt;vibration&lt;/code&gt; to 5 secs for &lt;strong&gt;WP8&lt;/strong&gt;
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6916&quot;&gt;CB-6916&lt;/a&gt; added &lt;code&gt;vibrateWithPattern&lt;/code&gt; for &lt;strong&gt;wp8&lt;/strong&gt;
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6914&quot;&gt;CB-6914&lt;/a&gt; added &lt;code&gt;cancelVibration&lt;/code&gt; for &lt;strong&gt;wp8&lt;/strong&gt;
-* &lt;strong&gt;Android&lt;/strong&gt;: respect silent audio setting&lt;/p&gt;
-
-&lt;p&gt;cordova-plugin-whitelist@1.1.0
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9128&quot;&gt;CB-9128&lt;/a&gt; Updated translations for readme
-* Usage of &lt;code&gt;CDVURLRequestFilter&lt;/code&gt; protocol.
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9089&quot;&gt;CB-9089&lt;/a&gt; - &lt;strong&gt;iOS&lt;/strong&gt; whitelist plugin does not compile
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9090&quot;&gt;CB-9090&lt;/a&gt; - Enable whitelist plugin for &lt;strong&gt;cordova-ios&lt;/strong&gt; &lt;code&gt;4.0.0&lt;/code&gt;
-* Fixed error in &lt;code&gt;Content-Security-Policy&lt;/code&gt; example&lt;/p&gt;
-</description>
-                <link>http://cordova.apache.org/news/2015/06/22/plugins-release.html</link>
-                <guid>http://cordova.apache.org/news/2015/06/22/plugins-release</guid>
-                <pubDate>Mon, 22 Jun 2015</pubDate>
-        </item>
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5578&quot;&gt;CB-5578&lt;/a&gt; Adds &lt;code&gt;clean&lt;/code&gt; command to &lt;code&gt;cordova-cli&lt;/code&gt;. This cleans the build artifacts for your project. Run &lt;code&gt;cordova clean -h&lt;/code&gt; for more information.&lt;/li&gt;
 
-        <item>
-                <title>Tools Release: June 10, 2015</title>
-                <description>&lt;p&gt;New versions of cordova tools are now live!&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9177&quot;&gt;CB-9177&lt;/a&gt; Use tilde instead of caret when saving to &lt;code&gt;config.xml&lt;/code&gt; via &lt;code&gt;--save&lt;/code&gt; flag.&lt;/li&gt;
 
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova-lib&quot;&gt;cordova-lib@5.1.1&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova&quot;&gt;cordova@5.1.1&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/plugman&quot;&gt;plugman@0.23.3&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova-js&quot;&gt;cordova-js@4.0.0&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9225&quot;&gt;CB-9225&lt;/a&gt; Add &lt;strong&gt;Windows&lt;/strong&gt; platform support to &lt;code&gt;plugman platform add&lt;/code&gt;&lt;/li&gt;
 
-&lt;p&gt;Release highlights:
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8898&quot;&gt;CB-8898&lt;/a&gt; Introduced a new &lt;code&gt;cordova requirements&lt;/code&gt; command
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8441&quot;&gt;CB-8441&lt;/a&gt; &lt;code&gt;cordova prepare --browserify&lt;/code&gt; now supports 3rd party plugins to build your &lt;code&gt;cordova.js&lt;/code&gt; at run time! Try it out! 
-* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9075&quot;&gt;CB-9075&lt;/a&gt; pinned platforms will include platform patch updates without requiring a new tools release.&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9114&quot;&gt;CB-9114&lt;/a&gt;: Deprecation Warning for &lt;code&gt;--usegit&lt;/code&gt; flag.&lt;/li&gt;
+
+&lt;li&gt;Browserify flag for adding plugins at build time vs run time has all tests passings. Please try it out via &lt;code&gt;--browserify&lt;/code&gt;. EX. &lt;code&gt;cordova run android --browserify&lt;/code&gt;.&lt;/li&gt;
+&lt;/ul&gt;
 
 &lt;p&gt;To update your tools:&lt;/p&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;
-    &lt;p&gt;If you have &lt;code&gt;cordova&lt;/code&gt; installed:&lt;/p&gt;
+&lt;li&gt;
+&lt;p&gt;If you have &lt;code&gt;cordova&lt;/code&gt; installed:&lt;/p&gt;
 
-    &lt;pre&gt;&lt;code&gt;npm install -g cordova
-&lt;/code&gt;&lt;/pre&gt;
-  &lt;/li&gt;
-  &lt;li&gt;
-    &lt;p&gt;If you have &lt;code&gt;plugman&lt;/code&gt; installed:&lt;/p&gt;
+&lt;pre&gt;&lt;code&gt;npm install -g cordova&lt;/code&gt;&lt;/pre&gt;
+&lt;/li&gt;
 
-    &lt;pre&gt;&lt;code&gt;npm install -g plugman
-&lt;/code&gt;&lt;/pre&gt;
-  &lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;If you have &lt;code&gt;plugman&lt;/code&gt; installed:&lt;/p&gt;
+
+&lt;pre&gt;&lt;code&gt;npm install -g plugman&lt;/code&gt;&lt;/pre&gt;
+&lt;/li&gt;
 &lt;/ul&gt;
 
-&lt;h1 id=&quot;changes-include&quot;&gt;Changes include:&lt;/h1&gt;
+&lt;h1 id=&quot;changes_include&quot;&gt;Changes include:&lt;/h1&gt;
 &lt;!--more--&gt;
+&lt;h2 id=&quot;platform_updates&quot;&gt;Platform updates&lt;/h2&gt;
 
-&lt;h2 id=&quot;platform-updates&quot;&gt;Platform updates&lt;/h2&gt;
-&lt;p&gt;When adding these platforms to your project, the following versions are now used by default.
-These platform versions were released recently, and the tools’ defaults were updated:&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;http://cordova.apache.org/announcements/2015/05/26/android-402.html&quot;&gt;Cordova Android 4.0.2&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;http://cordova.apache.org/announcements/2015/06/03/windows-release.html&quot;&gt;Cordova Windows 4.0.0&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2 id=&quot;cordova-lib&quot;&gt;cordova-lib&lt;/h2&gt;
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9087&quot;&gt;CB-9087&lt;/a&gt; Updated pinned version of &lt;strong&gt;cordova-windows&lt;/strong&gt; to &lt;code&gt;4.0.0&lt;/code&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9108&quot;&gt;CB-9108&lt;/a&gt; Handle version ranges when add platform with &lt;code&gt;--usegit&lt;/code&gt;.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8898&quot;&gt;CB-8898&lt;/a&gt; Makes error message descriptive when &lt;code&gt;requirements&lt;/code&gt; is called outside of cordova project.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8007&quot;&gt;CB-8007&lt;/a&gt; Two cordova plugins modifying &lt;code&gt;*-Info.plist CFBundleURLTypes&lt;/code&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9065&quot;&gt;CB-9065&lt;/a&gt; Allow removing plugins by short name.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9001&quot;&gt;CB-9001&lt;/a&gt; Set &lt;code&gt;WMAppManifest.xml&lt;/code&gt; Author, Description and Publisher attributes based on &lt;code&gt;config.xml&lt;/code&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9073&quot;&gt;CB-9073&lt;/a&gt; Allow to add platform if project path contains &lt;code&gt;&amp;amp;&lt;/code&gt; symbol&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8783&quot;&gt;CB-8783&lt;/a&gt; - Revert &lt;code&gt;all&lt;/code&gt; as a global preference value for Orientation (specific to iOS for now)&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8783&quot;&gt;CB-8783&lt;/a&gt; - &lt;code&gt;default&lt;/code&gt; value for Orientation does not support both landscape and portrait orientations. (new &lt;code&gt;all&lt;/code&gt; value)&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9075&quot;&gt;CB-9075&lt;/a&gt; pinned platforms will include patch updates without new tools release&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9051&quot;&gt;CB-9051&lt;/a&gt; Plugins don’t get re-added if platforms folder deleted.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9025&quot;&gt;CB-9025&lt;/a&gt; Call &lt;strong&gt;Windows&lt;/strong&gt; &lt;code&gt;prepare&lt;/code&gt; logic on as part of cordova-lib &lt;code&gt;prepare&lt;/code&gt;. This closes #217&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8965&quot;&gt;CB-8965&lt;/a&gt; copy platform specific js into &lt;code&gt;platform_www&lt;/code&gt; when adding new platforms for browserify workflow&lt;/li&gt;
-  &lt;li&gt;Add support to specify a build config file. If none is specified &lt;code&gt;build.json&lt;/code&gt; in the project root is used as a default This closes #215&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9030&quot;&gt;CB-9030&lt;/a&gt;: Modifies superspawn to support a &lt;code&gt;chmod&lt;/code&gt; option. When truthy, attempts to set the target file mode to 755 before executing.  Specifies this argument as truthy for common CLI operations (compile, run, and steps in plugman).  Didn’t add it for hooks runner since that particular mode is in legacy support.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6462&quot;&gt;CB-6462&lt;/a&gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6026&quot;&gt;CB-6026&lt;/a&gt; - Orientation preference now updates &lt;code&gt;UISupportedInterfaceOrientations~ipad&lt;/code&gt; too.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8898&quot;&gt;CB-8898&lt;/a&gt; Introduces &lt;code&gt;requirements&lt;/code&gt; cordova module&lt;/li&gt;
-  &lt;li&gt;Update elementtree dependency to 0.1.6. Note it has a breaking API change. https://github.com/racker/node-elementtree/issues/24 (closes #209)&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8757&quot;&gt;CB-8757&lt;/a&gt; Resolve symlinks in order to avoid relative path issues (close #212)&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8956&quot;&gt;CB-8956&lt;/a&gt; Remove hardcoded reference to &lt;code&gt;registry.npmjs.org&lt;/code&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8934&quot;&gt;CB-8934&lt;/a&gt; fixed regression with projects config.json not being used in cordova create&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8908&quot;&gt;CB-8908&lt;/a&gt; Make fetching via git faster via &lt;code&gt;--depth=1&lt;/code&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8897&quot;&gt;CB-8897&lt;/a&gt; Make default icon/splash on Android map to mdpi&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2 id=&quot;cordova-cli&quot;&gt;cordova-cli&lt;/h2&gt;
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8898&quot;&gt;CB-8898&lt;/a&gt; Adds missing section about &lt;code&gt;requirements&lt;/code&gt; to general cordova help&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8898&quot;&gt;CB-8898&lt;/a&gt; Introduces &lt;code&gt;cordova requirements&lt;/code&gt; command&lt;/li&gt;
-  &lt;li&gt;Updated &lt;code&gt;cordova-lib&lt;/code&gt; dependency to &lt;code&gt;5.1.1&lt;/code&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2 id=&quot;cordova-js&quot;&gt;cordova-js&lt;/h2&gt;
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9057&quot;&gt;CB-9057&lt;/a&gt;: Updated &lt;code&gt;cordova.j&lt;/code&gt;s for &lt;strong&gt;Windows&lt;/strong&gt; to refer to &lt;code&gt;base.js&lt;/code&gt; instead of the full-blown &lt;code&gt;WinJS.js&lt;/code&gt;.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6865&quot;&gt;CB-6865&lt;/a&gt; added browserify support for plugins with any id&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8441&quot;&gt;CB-8441&lt;/a&gt; added missing requires and updated npm run scripts&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8441&quot;&gt;CB-8441&lt;/a&gt; &lt;code&gt;platformVersion&lt;/code&gt; flag not required anymore. Grab version from dependecy platform versions&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8441&quot;&gt;CB-8441&lt;/a&gt; updated workflow to use &lt;code&gt;cordova-js-src&lt;/code&gt; when available&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8441&quot;&gt;CB-8441&lt;/a&gt; grunt compile now uses platform dependencies &lt;code&gt;cordova-js-src&lt;/code&gt; directory for platform specific exec files&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8441&quot;&gt;CB-8441&lt;/a&gt; added platforms as dev dependencies&lt;/li&gt;
-  &lt;li&gt;Added template-packaged &lt;code&gt;WinJS&lt;/code&gt; reference for &lt;strong&gt;Windows 10&lt;/strong&gt; support. This closes #111&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8996&quot;&gt;CB-8996&lt;/a&gt; &lt;strong&gt;Windows&lt;/strong&gt; Fixed invalid null comparison. This closes #110.&lt;/li&gt;
-  &lt;li&gt;updated browserify dependency to 10.1.3&lt;/li&gt;
-  &lt;li&gt;android: Delete &lt;code&gt;PRIVATE_API&lt;/code&gt; bridge mode enum, since it was removed in &lt;code&gt;4.0.0&lt;/code&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8838&quot;&gt;CB-8838&lt;/a&gt; - Disabled &lt;code&gt;commandQueue&lt;/code&gt; for &lt;code&gt;WK_WEBVIEW_BINDING&lt;/code&gt;. (closes #107)&lt;/li&gt;
-&lt;/ul&gt;
+&lt;p&gt;When adding these platforms to your project, the following versions are now used by default. These platform versions were released recently, and the tools’ defaults were updated:&lt;/p&gt;
 
-&lt;h2 id=&quot;plugman&quot;&gt;plugman&lt;/h2&gt;
 &lt;ul&gt;
-  &lt;li&gt;Updated &lt;code&gt;cordova-lib&lt;/code&gt; dependency to &lt;code&gt;5.1.1&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;http://cordova.apache.org/announcements/2015/07/21/cordova-android-4.1.0.html&quot;&gt;Cordova Android ~4.1.0 (4.1.1)&lt;/a&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;http://cordova.apache.org/announcements/2015/08/04/cordova-ios-3.9.0.html&quot;&gt;Cordova iOS ~3.9.0 (3.9.1)&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
 
-&lt;h2 id=&quot;pinned-platform-versions-for-cordova-cli-511&quot;&gt;Pinned Platform Versions for &lt;strong&gt;Cordova CLI 5.1.1&lt;/strong&gt;&lt;/h2&gt;
+&lt;h2 id=&quot;cordovalib&quot;&gt;cordova-lib&lt;/h2&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;Cordova Amazon-FireOS: 3.6.3&lt;/li&gt;
-  &lt;li&gt;Cordova Android: 4.0.2&lt;/li&gt;
-  &lt;li&gt;Cordova BlackBerry10: 3.7.0&lt;/li&gt;
-  &lt;li&gt;Cordova Browser: 3.6.0&lt;/li&gt;
-  &lt;li&gt;Cordova FirefoxOS: 3.6.3&lt;/li&gt;
-  &lt;li&gt;Cordova iOS: 3.8.0&lt;/li&gt;
-  &lt;li&gt;Cordova Ubuntu: 4.0.0&lt;/li&gt;
-  &lt;li&gt;Cordova Windows: 4.0.0&lt;/li&gt;
-  &lt;li&gt;Cordova WP8: 3.8.1&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-                <link>http://cordova.apache.org/news/2015/06/10/tools-release.html</link>
-                <guid>http://cordova.apache.org/news/2015/06/10/tools-release</guid>
-                <pubDate>Wed, 10 Jun 2015</pubDate>
-        </item>
-
-        <item>
-                <title>Tools Release 4.3.1</title>
-                <description>&lt;p&gt;Cordova tools 4.3.1 has been released to pin version 3.7.2 of the Android platform, which includes an important
-&lt;a href=&quot;https://cordova.apache.org/announcements/2015/05/26/android-402.html&quot;&gt;security update&lt;/a&gt;.&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9436&quot;&gt;CB-9436&lt;/a&gt; Removes &lt;code&gt;require-tr&lt;/code&gt; bundle transformation&lt;/li&gt;
 
-&lt;p&gt;If you are currently using &lt;strong&gt;Cordova 4.x&lt;/strong&gt; and develop for the &lt;strong&gt;Android&lt;/strong&gt; platform, we recommend you update to this
-release:&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9278&quot;&gt;CB-9278&lt;/a&gt;: Restoring multiple platforms fails. This closes #266&lt;/li&gt;
 
-&lt;pre&gt;&lt;code&gt;npm install -g cordova@4.3.1
-&lt;/code&gt;&lt;/pre&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9421&quot;&gt;CB-9421&lt;/a&gt; Added a test for plugin fetch with searchpath parameter&lt;/li&gt;
 
-&lt;p&gt;If you have existing projects that use &lt;strong&gt;Cordova Android 3.7.1&lt;/strong&gt; or earlier, you can update them to &lt;strong&gt;3.7.2&lt;/strong&gt;:&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9421&quot;&gt;CB-9421&lt;/a&gt; Fixed searchpath parameter being ignored. This closes #269&lt;/li&gt;
 
-&lt;pre&gt;&lt;code&gt;cordova platform update android@3.7.2
-&lt;/code&gt;&lt;/pre&gt;
+&lt;li&gt;Update xcode dependency to latest stable version. This closes #272&lt;/li&gt;
 
-&lt;h2 id=&quot;pinned-platform-versions-for-cordova-cli-431&quot;&gt;Pinned Platform Versions for &lt;strong&gt;Cordova CLI 4.3.1&lt;/strong&gt;&lt;/h2&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9420&quot;&gt;CB-9420&lt;/a&gt; Fixes malformed require calls in browserify bundle. This closes #270&lt;/li&gt;
 
-&lt;ul&gt;
-  &lt;li&gt;Cordova Amazon-FireOS: 3.6.3&lt;/li&gt;
-  &lt;li&gt;Cordova Android: 3.7.2&lt;/li&gt;
-  &lt;li&gt;Cordova BlackBerry10: 3.7.0&lt;/li&gt;
-  &lt;li&gt;Cordova Browser: 3.6.0&lt;/li&gt;
-  &lt;li&gt;Cordova FirefoxOS: 3.6.3&lt;/li&gt;
-  &lt;li&gt;Cordova iOS: 3.8.0&lt;/li&gt;
-  &lt;li&gt;Cordova Ubuntu: 4.0.0&lt;/li&gt;
-  &lt;li&gt;Cordova Windows: 3.8.0&lt;/li&gt;
-  &lt;li&gt;Cordova WP8: 3.7.1&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-                <link>http://cordova.apache.org/news/2015/06/04/tools-release.html</link>
-                <guid>http://cordova.apache.org/news/2015/06/04/tools-release</guid>
-                <pubDate>Thu, 04 Jun 2015</pubDate>
-        </item>
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9405&quot;&gt;CB-9405&lt;/a&gt; limit author/description to 256 char per WMAppManifest schema&lt;/li&gt;
 
-        <item>
-                <title>Apache Cordova Windows 4.0.0 release</title>
-                <description>&lt;p&gt;We are happy to announce that Cordova Windows 4.0.0 has been released!&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9414&quot;&gt;CB-9414&lt;/a&gt; plugin fetching now defaults to npm, CPR fallback&lt;/li&gt;
 
-&lt;h1 id=&quot;key-features&quot;&gt;Key features&lt;/h1&gt;
-&lt;ul&gt;
-  &lt;li&gt;The default Windows target version is now 8.1. Windows 8.0 support is deprecated and a warning will be issued when building for Windows 8.0. The support for Windows 8.0 will be removed in 6 months. If you have &lt;code&gt;windows-target-version&lt;/code&gt; preference in config.xml set to 8.0, you will see this warning and you should consider changing it to 8.1.&lt;/li&gt;
-  &lt;li&gt;&lt;code&gt;windows8&lt;/code&gt; platform keyword is deprecated. For all plugins, use &lt;code&gt;windows&lt;/code&gt; as the platform keyword.&lt;/li&gt;
-  &lt;li&gt;Support for Windows 10 Insider Preview and building using Visual Studio 2015 RC. More details can be found below. This support will evolve as Windows 10 release comes along.&lt;/li&gt;
-  &lt;li&gt;Support for specifying parameters for signing Windows apps - like signing certificate, publisher identity etc. More details can be found in &lt;a href=&quot;http://cordova.apache.org/docs/en/edge/guide_platforms_win8_packaging.md.html#Windows%20Plugins&quot;&gt;docs&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9384&quot;&gt;CB-9384&lt;/a&gt; Added tests that test plugin fetch from github branch|tag|sha&lt;/li&gt;
 
-&lt;h1 id=&quot;whats-new-in-windows-10&quot;&gt;What’s new in Windows 10&lt;/h1&gt;
-&lt;ul&gt;
-  &lt;li&gt;Windows 10 Insider Preview introduces the &lt;a href=&quot;https://msdn.microsoft.com/en-us/library/windows/apps/dn894631.aspx&quot;&gt;Universal Windows Platform (UWP)&lt;/a&gt; which provides a guaranteed core API layer across devices. You can create a single app package that can be installed onto a wide range of devices. A single store makes it easy to publish apps across all device types - desktop, mobile, Xbox, iOT.&lt;/li&gt;
-  &lt;li&gt;In Windows 8 and 8.1, the app was loaded in the ms-appx  context. In Windows 10 for Cordova, by default the app is loaded in ms-appx-web  and have access to most Windows Runtime APIs. This allows you to &lt;a href=&quot;https://msdn.microsoft.com/en-us/library/windows/apps/dn705792.aspx&quot;&gt;host remote content&lt;/a&gt; in your Windows Cordova app. More details on how to customize this behavior can be found &lt;a href=&quot;http://cordova.apache.org/docs/en/edge/guide_platforms_win8_win10-support.md.html#Cordova%20for%20Windows%2010&quot;&gt;here&lt;/a&gt;.&lt;/li&gt;
-  &lt;li&gt;Some JavaScript libraries could not run in Windows 8/8.1 due to the safeHTML restriction and we needed to use winstore-jscompat. In Windows 10 Cordova apps, the security can be applied using &lt;a href=&quot;http://content-security-policy.com/&quot;&gt;Content Security Policies&lt;/a&gt;.&lt;/li&gt;
-&lt;/ul&gt;
+&lt;li&gt;added comment outlining the types of things git_ref can be : commit SHA | branch | tag&lt;/li&gt;
 
-&lt;h1 id=&quot;install&quot;&gt;Install&lt;/h1&gt;
-&lt;p&gt;You will need to update to cordova-cli 5.1.1 or higher to use this version of the Windows platform:&lt;/p&gt;
+&lt;li&gt;actually checkout git_ref because it may be a branch OR a commit SHA&lt;/li&gt;
 
-&lt;p&gt;To add it to an existing project:&lt;/p&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9332&quot;&gt;CB-9332&lt;/a&gt; Upgrade npm and semver to actual versions&lt;/li&gt;
 
-&lt;pre&gt;&lt;code&gt;npm install -g cordova
-cordova platform update windows
-&lt;/code&gt;&lt;/pre&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9330&quot;&gt;CB-9330&lt;/a&gt; updated wording for warning messages for removal of publish/unpublish commands&lt;/li&gt;
 
-&lt;p&gt;Alternatively, to add it to a new project:&lt;/p&gt;
+&lt;li&gt;Adds stubs for &lt;code&gt;publish&lt;/code&gt;/&lt;code&gt;unpublish&lt;/code&gt; commands. This closes #254&lt;/li&gt;
 
-&lt;pre&gt;&lt;code&gt;npm install -g cordova
-cordova platform add windows
-&lt;/code&gt;&lt;/pre&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9330&quot;&gt;CB-9330&lt;/a&gt; Removes ‘plugman publish’ related functionality&lt;/li&gt;
 
-&lt;h1 id=&quot;changes-include&quot;&gt;Changes include:&lt;/h1&gt;
-&lt;!--more--&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9335&quot;&gt;CB-9335&lt;/a&gt;: Windows quality-of-life improvements. To align with the change in Cordova-Windows which removes the Windows 8 project from the solution file used by Windows 8.1 and Windows 10, the same is done in the spec.&lt;/li&gt;
 
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8954&quot;&gt;CB-8954&lt;/a&gt; Adds &lt;code&gt;requirements&lt;/code&gt; command support to check_reqs module&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9073&quot;&gt;CB-9073&lt;/a&gt; Fixes build error when path to project contains &lt;code&gt;&amp;amp;&lt;/code&gt; symbol&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8889&quot;&gt;CB-8889&lt;/a&gt; Persist app/package name and product ID during platform update.&lt;/li&gt;
-  &lt;li&gt;Updating appx manifest to a large extent now happens in the &lt;code&gt;prepare&lt;/code&gt; step as opposed to the &lt;code&gt;build&lt;/code&gt; step. This change implies that cordova-windows 4.0.0 can only work with with cordova CLI &amp;gt; 5.0&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8486&quot;&gt;CB-8486&lt;/a&gt; Support for creating signed package and build.json for Windows&lt;/li&gt;
-  &lt;li&gt;Add preview support for Windows 10 Universal Apps. To target Windows 10, add &lt;code&gt;&amp;lt;preference name=&quot;windows-target-version&quot; value=&quot;10.0&quot; /&amp;gt;&lt;/code&gt; to config.xml.&lt;/li&gt;
-  &lt;li&gt;The default windows target version is now 8.1.&lt;/li&gt;
-  &lt;li&gt;Support for &lt;code&gt;--appx&lt;/code&gt; command line argument to override the windows target version&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8946&quot;&gt;CB-8946&lt;/a&gt;: Added the &lt;code&gt;WindowsToastCapable&lt;/code&gt; preference to indicate that the app can support toasts.  This is to support the Local Notifications plugin.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8856&quot;&gt;CB-8856&lt;/a&gt; Fix ‘Id’ attribute is invalid when creating Windows Store submission build&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8307&quot;&gt;CB-8307&lt;/a&gt;: Adding a 25-year expiration temporary certificate.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8760&quot;&gt;CB-8760&lt;/a&gt; platform list doesn’t show version for windows platform.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h1 id=&quot;known-issues-with-400-and-windows-10&quot;&gt;Known Issues with 4.0.0 and Windows 10&lt;/h1&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;Windows 10 Insider Preview does not have a command-line compatible emulator deployment scenario.  To deploy to an emulator, open your solution file in Visual Studio.&lt;/li&gt;
-  &lt;li&gt;The Windows SDK included with Visual Studio 2015 RC does not include a tool to deploy to a Windows 10 Phone.  To deploy to a phone, open your solution file in Visual Studio.&lt;/li&gt;
-  &lt;li&gt;WinJS is included inline in the package.  In the future, it might be migrated to an NPM dependency. WinJS UI functionality is not included and should be add by you. (see &lt;a href=&quot;http://github.com/winjs/winjs&quot;&gt;WinJS on Github&lt;/a&gt;)&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-                <link>http://cordova.apache.org/announcements/2015/06/03/windows-release.html</link>
-                <guid>http://cordova.apache.org/announcements/2015/06/03/windows-release</guid>

[... 14714 lines stripped ...]


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