You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ka...@apache.org on 2014/11/13 22:14:25 UTC

svn commit: r1639524 [2/3] - in /cordova/site: public/blog/index.html public/index.html public/news/2014/11/13/ public/news/2014/11/13/tools-release.html public/rss.xml www/_posts/2014-11-13-tools-release.md

Modified: cordova/site/public/rss.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/rss.xml?rev=1639524&r1=1639523&r2=1639524&view=diff
==============================================================================
--- cordova/site/public/rss.xml (original)
+++ cordova/site/public/rss.xml Thu Nov 13 21:14:25 2014
@@ -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>Tue, 11 Nov 2014 19:43:21 -0800</lastBuildDate>
-        <pubDate>Tue, 11 Nov 2014 19:43:21 -0800</pubDate>
+        <lastBuildDate>Thu, 13 Nov 2014 15:52:36 -0500</lastBuildDate>
+        <pubDate>Thu, 13 Nov 2014 15:52:36 -0500</pubDate>
         <ttl>1800</ttl>
         <image>
             <url>http://cordova.apache.org</url>
@@ -19,21 +19,104 @@
 
 
         <item>
+                <title>Tools Release: November 13, 2014</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@4.1.2&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova&quot;&gt;cordova@4.1.2&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/plugman&quot;&gt;plugman@0.22.16&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova-js&quot;&gt;cordova-js@3.7.2&lt;/a&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;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;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/2014/11/06/cordova-ios-3.7.0.html&quot;&gt;Cordova iOS 3.7.0&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;http://cordova.apache.org/announcements/2014/11/06/cordova-wp-windows-3.7.0.html&quot;&gt;Cordova WP8 3.7.0&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;strong&gt;Cordova Windows 3.7.1&lt;/strong&gt; - see &lt;a href=&quot;http://cordova.apache.org/announcements/2014/11/06/cordova-wp-windows-3.7.0.html&quot;&gt;3.7.0 release&lt;/a&gt; and the &lt;a href=&quot;http://cordova.apache.org/news/2014/11/11/windows-cert.html&quot;&gt;3.7.1 update&lt;/a&gt; posts&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-7079&quot;&gt;CB-7079&lt;/a&gt; Allow special characters and digits in &lt;code&gt;id&lt;/code&gt; when publishing to &lt;em&gt;plugins registry&lt;/em&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8004&quot;&gt;CB-8004&lt;/a&gt; Use &lt;strong&gt;Windows 3.7.1&lt;/strong&gt; Release&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7988&quot;&gt;CB-7988&lt;/a&gt; Update platform versions for &lt;strong&gt;iOS&lt;/strong&gt;, &lt;strong&gt;WP8&lt;/strong&gt; &amp;amp; &lt;strong&gt;Windows&lt;/strong&gt; to &lt;strong&gt;3.7.0&lt;/strong&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7846&quot;&gt;CB-7846&lt;/a&gt; Fix plugin deletion when a dependent plugin does not exist&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6992&quot;&gt;CB-6992&lt;/a&gt; Fix build issue on &lt;strong&gt;iOS&lt;/strong&gt; when app name contains accented characters&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7890&quot;&gt;CB-7890&lt;/a&gt; validate file copy operations in &lt;strong&gt;plugman&lt;/strong&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7884&quot;&gt;CB-7884&lt;/a&gt; moved platform metadata to &lt;code&gt;platformsConfig.json&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;Amazon Specific changes: Added support for &lt;code&gt;SdkVersion&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;Expose &lt;code&gt;PluginInfo&lt;/code&gt; from cordova-lib&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7839&quot;&gt;CB-7839&lt;/a&gt; android: Fix &lt;code&gt;versionCode&lt;/code&gt; logic when version is less than 3 digits&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7033&quot;&gt;CB-7033&lt;/a&gt; Improve &lt;code&gt;cordova platform check&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7311&quot;&gt;CB-7311&lt;/a&gt; Fix &lt;strong&gt;Xcode&lt;/strong&gt; project manipulation on &lt;strong&gt;Windows&lt;/strong&gt; host&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7820&quot;&gt;CB-7820&lt;/a&gt; Make &lt;code&gt;cordova platfrom restore&lt;/code&gt; not stop if a platform fails to restore&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7649&quot;&gt;CB-7649&lt;/a&gt; Support iPhone 6 Plus Icon in CLI &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-7647&quot;&gt;CB-7647&lt;/a&gt; Support new iPhone 6 and 6 Plus Images in the CLI config.xml&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7909&quot;&gt;CB-7909&lt;/a&gt; &lt;code&gt;plugman platform add&lt;/code&gt; fixes&lt;/li&gt;
+  &lt;li&gt;Enable platform-specific id for &lt;strong&gt;Android&lt;/strong&gt; and &lt;strong&gt;iOS&lt;/strong&gt;&lt;/li&gt;
+  &lt;li&gt;Check for a &lt;code&gt;CORDOVA_HOME&lt;/code&gt; environment variable to create a global config path&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;cordova&quot;&gt;cordova&lt;/h2&gt;
+&lt;ul&gt;
+  &lt;li&gt;Expose cordova-lib and the cli from cordova-cli&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7636&quot;&gt;CB-7636&lt;/a&gt; Allow using &lt;code&gt;--nobuild&lt;/code&gt; flag without screening&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-7868&quot;&gt;CB-7868&lt;/a&gt; Make &lt;code&gt;&amp;lt;clobbers&amp;gt;&lt;/code&gt; on &lt;code&gt;navigator&lt;/code&gt; not break on some versions of &lt;strong&gt;Android&lt;/strong&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7868&quot;&gt;CB-7868&lt;/a&gt; Use &lt;code&gt;utils.defineGetterSetter&lt;/code&gt; instead of &lt;code&gt;Object.defineProperty&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;Upleveled &lt;strong&gt;amazon-fireos&lt;/strong&gt; bridge&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7735&quot;&gt;CB-7735&lt;/a&gt; Fix &lt;strong&gt;iOS&lt;/strong&gt; bridge race condition when using &lt;code&gt;innerHTML&lt;/code&gt; on &lt;code&gt;&amp;lt;body&amp;gt;&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-2520&quot;&gt;CB-2520&lt;/a&gt; User agent-related changes for custom user agents in &lt;strong&gt;iOS&lt;/strong&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+</description>
+                <link>http://cordova.apache.org/news/2014/11/13/tools-release.html</link>
+                <guid>http://cordova.apache.org/news/2014/11/13/tools-release</guid>
+                <pubDate>Thu, 13 Nov 2014</pubDate>
+        </item>
+
+        <item>
                 <title>Critical Update: Windows 3.7.1. Release</title>
-                <description>
-&lt;p&gt;A certificate in the &lt;strong&gt;Windows&lt;/strong&gt; platform template has expired on 11/11/2014 and as a result, building &lt;strong&gt;Windows&lt;/strong&gt; using the &lt;strong&gt;Cordova CLI&lt;/strong&gt; currently fails. This affects all existing projects and any new projects created using the command line prior to &lt;strong&gt;Cordova&lt;/strong&gt; versions &amp;lt;= &lt;code&gt;4.0.0&lt;/code&gt;.&lt;/p&gt;
+                <description>&lt;p&gt;A certificate in the &lt;strong&gt;Windows&lt;/strong&gt; platform template has expired on 11/11/2014 and as a result, building &lt;strong&gt;Windows&lt;/strong&gt; using the &lt;strong&gt;Cordova CLI&lt;/strong&gt; currently fails. This affects all existing projects and any new projects created using the command line prior to &lt;strong&gt;Cordova&lt;/strong&gt; versions &amp;lt;= &lt;code&gt;4.0.0&lt;/code&gt;. &lt;/p&gt;
 
 &lt;blockquote&gt;
-&lt;p&gt;Note that this does not affect the &lt;strong&gt;WP8&lt;/strong&gt; platform.&lt;/p&gt;
+  &lt;p&gt;Note that this does not affect the &lt;strong&gt;WP8&lt;/strong&gt; platform.  &lt;/p&gt;
 &lt;/blockquote&gt;
 
-&lt;h2 id=&quot;error_message&quot;&gt;Error Message&lt;/h2&gt;
-
-&lt;p&gt;When building Cordova for &lt;strong&gt;Windows&lt;/strong&gt;, you may seen an error message that looks something like this&lt;/p&gt;
+&lt;h2 id=&quot;error-message&quot;&gt;Error Message&lt;/h2&gt;
+&lt;p&gt;When building Cordova for &lt;strong&gt;Windows&lt;/strong&gt;, you may seen an error message that looks something like this &lt;/p&gt;
 
 &lt;pre&gt;&lt;code&gt;cordova run windows
 
-C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1772,9): error APPX0108: The certificate specified has expired. &lt;/code&gt;&lt;/pre&gt;
+C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1772,9): error APPX0108: The certificate specified has expired. 
+&lt;/code&gt;&lt;/pre&gt;
 
 &lt;p&gt;For more information about renewing certificates, see &lt;a href=&quot;http://go.microsoft.com/fwlink/?LinkID=241478&quot;&gt;http://go.microsoft.com/fwlink/?LinkID=241478&lt;/a&gt;.&lt;/p&gt;
 
@@ -43,11 +126,10 @@ C:\Program Files (x86)\MSBuild\Microsoft
 
 &lt;p&gt;However, to ensure that you can continue building your existing &lt;strong&gt;Cordova&lt;/strong&gt; projects for &lt;strong&gt;Windows&lt;/strong&gt; till then, please replace the expired certificate located at &lt;code&gt;yourCordovaProject\platforms\windows\CordovaApp_TemporaryKey.pfx&lt;/code&gt; with a new one from &lt;a href=&quot;https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;a=blob;f=template/CordovaApp_TemporaryKey.pfx;h=90d7ab2208ce170d176a2ac8a60eb22fbc1cbf7a;hb=refs/tags/3.7.1&quot;&gt;here&lt;/a&gt;. Ensure that the downloaded file is renamed to &lt;code&gt;CordovaApp_TemporaryKey.pfx&lt;/code&gt;&lt;/p&gt;
 
-&lt;p&gt;You can also remove the &lt;strong&gt;Windows&lt;/strong&gt; platform using &lt;code&gt;cordova platform remove windows&lt;/code&gt; and add it again, specifiying a version like &lt;code&gt;cordova platform add windows@3.7.1&lt;/code&gt;. This picks up the latest release of the &lt;strong&gt;Windows&lt;/strong&gt; platform that has a newer certificate.&lt;/p&gt;
-
-&lt;h2 id=&quot;long_term_fix&quot;&gt;Long term fix&lt;/h2&gt;
+&lt;p&gt;You can also remove the &lt;strong&gt;Windows&lt;/strong&gt; platform using &lt;code&gt;cordova platform remove windows&lt;/code&gt; and add it again, specifiying a version like &lt;code&gt;cordova platform add windows@3.7.1&lt;/code&gt;. This picks up the latest release of the &lt;strong&gt;Windows&lt;/strong&gt; platform that has a newer certificate.  &lt;/p&gt;
 
-&lt;p&gt;We are working on a long term fix to generate this certificate dynamically. This way, the certificates are not checked into &lt;strong&gt;Cordova&lt;/strong&gt; repositories and will not expire.&lt;/p&gt;
+&lt;h2 id=&quot;long-term-fix&quot;&gt;Long term fix&lt;/h2&gt;
+&lt;p&gt;We are working on a long term fix to generate this certificate dynamically. This way, the certificates are not checked into &lt;strong&gt;Cordova&lt;/strong&gt; repositories and will not expire. &lt;/p&gt;
 </description>
                 <link>http://cordova.apache.org/news/2014/11/11/windows-cert.html</link>
                 <guid>http://cordova.apache.org/news/2014/11/11/windows-cert</guid>
@@ -56,8 +138,7 @@ C:\Program Files (x86)\MSBuild\Microsoft
 
         <item>
                 <title>Apache Cordova Windows & Windows Phone 3.7.0</title>
-                <description>
-&lt;p&gt;We are happy to announce that &lt;code&gt;Cordova Windows &amp;amp; WP8 3.7.0&lt;/code&gt; has been released!&lt;/p&gt;
+                <description>&lt;p&gt;We are happy to announce that &lt;code&gt;Cordova Windows &amp;amp; WP8 3.7.0&lt;/code&gt; has been released!&lt;/p&gt;
 
 &lt;p&gt;This release has various bug fixes.&lt;/p&gt;
 
@@ -67,65 +148,49 @@ C:\Program Files (x86)\MSBuild\Microsoft
 
 &lt;pre&gt;&lt;code&gt;npm install -g cordova
 cd my_project
-cordova platform update windows&lt;/code&gt;&lt;/pre&gt;
+cordova platform update windows
+&lt;/code&gt;&lt;/pre&gt;
 
 &lt;p&gt;To add it explicitly (available now):&lt;/p&gt;
 
 &lt;pre&gt;&lt;code&gt;cordova platform add windows@3.7.0
-cordova platform add wp8@3.7.0&lt;/code&gt;&lt;/pre&gt;
+cordova platform add wp8@3.7.0
+&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_windows&quot;&gt;What’s new in Windows&lt;/h2&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7731&quot;&gt;CB-7731&lt;/a&gt; Catch cli missing args error&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7493&quot;&gt;CB-7493&lt;/a&gt; Adds &lt;code&gt;space-in-path&lt;/code&gt; and &lt;code&gt;unicode in name&lt;/code&gt; tests for CI&lt;/li&gt;
 
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7656&quot;&gt;CB-7656&lt;/a&gt; Fixes &lt;code&gt;list-devices&lt;/code&gt; and &lt;code&gt;list-emulators&lt;/code&gt; commands&lt;/li&gt;
-
-&lt;li&gt;Fixes &lt;code&gt;msbuild&lt;/code&gt; failure after &lt;strong&gt;Windows&lt;/strong&gt; project creation&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7617&quot;&gt;CB-7617&lt;/a&gt; Add partial match support for &lt;code&gt;--target&lt;/code&gt;&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7666&quot;&gt;CB-7666&lt;/a&gt; Merge &lt;code&gt;node_modules&lt;/code&gt; and move to package root&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7666&quot;&gt;CB-7666&lt;/a&gt; Move stuff outside of &lt;strong&gt;Windows&lt;/strong&gt; subdir&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7617&quot;&gt;CB-7617&lt;/a&gt; Deploy on WP8.1 incorrectly handles &lt;code&gt;--target&lt;/code&gt; name&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7601&quot;&gt;CB-7601&lt;/a&gt; Build fails due to capabilities with m: prefixes are incorrectly sorted&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7520&quot;&gt;CB-7520&lt;/a&gt; copy MRT images defined in config.xml&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7520&quot;&gt;CB-7520&lt;/a&gt; &lt;code&gt;.appxbundle&lt;/code&gt; package format support&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7520&quot;&gt;CB-7520&lt;/a&gt; Refine image names, use wildcard to include MRT images&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7494&quot;&gt;CB-7494&lt;/a&gt; Fixes wrong replacements in &lt;code&gt;*.appxmanifest&lt;/code&gt; files&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7452&quot;&gt;CB-7452&lt;/a&gt; Rewrite &lt;code&gt;ApplyPlatformConfig.ps1&lt;/code&gt; using &lt;strong&gt;NodeJS&lt;/strong&gt;&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7377&quot;&gt;CB-7377&lt;/a&gt; Removes unnecessary rules tracing which is also incorrectly handled by &lt;strong&gt;PS&lt;/strong&gt;&lt;/li&gt;
-&lt;/ul&gt;
+&lt;!--more--&gt;
 
-&lt;h2 id=&quot;whats_new_in_wp8&quot;&gt;What’s new in WP8&lt;/h2&gt;
+&lt;h2 id=&quot;whats-new-in-windows&quot;&gt;What’s new in Windows&lt;/h2&gt;
 
 &lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7843&quot;&gt;CB-7843&lt;/a&gt; Fix angular routing on &lt;strong&gt;WP8&lt;/strong&gt;&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7616&quot;&gt;CB-7616&lt;/a&gt; Add partial match support for &lt;code&gt;--target&lt;/code&gt;&lt;/li&gt;
-
-&lt;li&gt;Let &lt;code&gt;CordovaView&lt;/code&gt; respect &lt;code&gt;DisallowOverscroll&lt;/code&gt; preference&lt;/li&gt;
-
-&lt;li&gt;Optionally supress inertia scrolling&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7618&quot;&gt;CB-7618&lt;/a&gt; Fix &lt;strong&gt;WP8&lt;/strong&gt; build due to missing &lt;code&gt;node_modules&lt;/code&gt;&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7616&quot;&gt;CB-7616&lt;/a&gt; Deploy on &lt;strong&gt;WP8&lt;/strong&gt; fails to run specific target&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7493&quot;&gt;CB-7493&lt;/a&gt; Adds &lt;code&gt;space-in-path&lt;/code&gt; and &lt;code&gt;unicode in name&lt;/code&gt; tests for &lt;code&gt;CI&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7731&quot;&gt;CB-7731&lt;/a&gt; Catch cli missing args error&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7493&quot;&gt;CB-7493&lt;/a&gt; Adds &lt;code&gt;space-in-path&lt;/code&gt; and &lt;code&gt;unicode in name&lt;/code&gt; tests for CI&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7656&quot;&gt;CB-7656&lt;/a&gt; Fixes &lt;code&gt;list-devices&lt;/code&gt; and &lt;code&gt;list-emulators&lt;/code&gt; commands&lt;/li&gt;
+  &lt;li&gt;Fixes &lt;code&gt;msbuild&lt;/code&gt; failure after &lt;strong&gt;Windows&lt;/strong&gt; project creation&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7617&quot;&gt;CB-7617&lt;/a&gt; Add partial match support for &lt;code&gt;--target&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7666&quot;&gt;CB-7666&lt;/a&gt; Merge &lt;code&gt;node_modules&lt;/code&gt; and move to package root&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7666&quot;&gt;CB-7666&lt;/a&gt; Move stuff outside of &lt;strong&gt;Windows&lt;/strong&gt; subdir&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7617&quot;&gt;CB-7617&lt;/a&gt; Deploy on WP8.1 incorrectly handles &lt;code&gt;--target&lt;/code&gt; name&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7601&quot;&gt;CB-7601&lt;/a&gt; Build fails due to capabilities with m: prefixes are incorrectly sorted&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7520&quot;&gt;CB-7520&lt;/a&gt; copy MRT images defined in config.xml&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7520&quot;&gt;CB-7520&lt;/a&gt; &lt;code&gt;.appxbundle&lt;/code&gt; package format support&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7520&quot;&gt;CB-7520&lt;/a&gt; Refine image names, use wildcard to include MRT images&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7494&quot;&gt;CB-7494&lt;/a&gt; Fixes wrong replacements in &lt;code&gt;*.appxmanifest&lt;/code&gt; files&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7452&quot;&gt;CB-7452&lt;/a&gt; Rewrite &lt;code&gt;ApplyPlatformConfig.ps1&lt;/code&gt; using &lt;strong&gt;NodeJS&lt;/strong&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7377&quot;&gt;CB-7377&lt;/a&gt; Removes unnecessary rules tracing which is also incorrectly handled by &lt;strong&gt;PS&lt;/strong&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;whats-new-in-wp8&quot;&gt;What’s new in WP8&lt;/h2&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7843&quot;&gt;CB-7843&lt;/a&gt; Fix angular routing on &lt;strong&gt;WP8&lt;/strong&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7616&quot;&gt;CB-7616&lt;/a&gt; Add partial match support for &lt;code&gt;--target&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;Let &lt;code&gt;CordovaView&lt;/code&gt; respect &lt;code&gt;DisallowOverscroll&lt;/code&gt; preference&lt;/li&gt;
+  &lt;li&gt;Optionally supress inertia scrolling&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7618&quot;&gt;CB-7618&lt;/a&gt; Fix &lt;strong&gt;WP8&lt;/strong&gt; build due to missing &lt;code&gt;node_modules&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7616&quot;&gt;CB-7616&lt;/a&gt; Deploy on &lt;strong&gt;WP8&lt;/strong&gt; fails to run specific target&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7493&quot;&gt;CB-7493&lt;/a&gt; Adds &lt;code&gt;space-in-path&lt;/code&gt; and &lt;code&gt;unicode in name&lt;/code&gt; tests for &lt;code&gt;CI&lt;/code&gt;&lt;/li&gt;
 &lt;/ul&gt;
 </description>
                 <link>http://cordova.apache.org/announcements/2014/11/06/cordova-wp-windows-3.7.0.html</link>
@@ -135,91 +200,64 @@ cordova platform add wp8@3.7.0&lt;/code&
 
         <item>
                 <title>Apache Cordova iOS 3.7.0</title>
-                <description>
-&lt;p&gt;We are happy to announce that &lt;code&gt;Cordova iOS 3.7.0&lt;/code&gt; has been released!&lt;/p&gt;
+                <description>&lt;p&gt;We are happy to announce that &lt;code&gt;Cordova iOS 3.7.0&lt;/code&gt; has been released!&lt;/p&gt;
 
-&lt;p&gt;This release has various bug fixes, and will be the default iOS version when the cordova-cli 4.1.0 is released. This release also requires Xcode 6.&lt;/p&gt;
+&lt;p&gt;This release has various bug fixes, and will be the default iOS version when the cordova-cli 4.1.0 is released.
+This release also requires Xcode 6.&lt;/p&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 ios&lt;/code&gt;&lt;/pre&gt;
+cordova platform update ios
+&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 ios@3.7.0&lt;/code&gt;&lt;/pre&gt;
+&lt;pre&gt;&lt;code&gt;cordova platform add ios@3.7.0
+&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_ios&quot;&gt;What’s new in iOS&lt;/h2&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6510&quot;&gt;CB-6510&lt;/a&gt; Support for &lt;code&gt;ErrorUrl&lt;/code&gt; preference&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7857&quot;&gt;CB-7857&lt;/a&gt; Load &lt;code&gt;appURL&lt;/code&gt; after plugins have loaded&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7606&quot;&gt;CB-7606&lt;/a&gt; &lt;code&gt;handleOpenURL&lt;/code&gt; handler firing more than necessary&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7597&quot;&gt;CB-7597&lt;/a&gt; &lt;code&gt;Localizable.strings&lt;/code&gt; for Media Capture are in the default template, it should be in the plugin&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7818&quot;&gt;CB-7818&lt;/a&gt; CLI builds ignore Distribution certificates&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7813&quot;&gt;CB-7813&lt;/a&gt; &lt;code&gt;CDVWebViewDelegate&lt;/code&gt; fails to update the webview state properly&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7643&quot;&gt;CB-7643&lt;/a&gt; Made &lt;code&gt;isValidCallbackId&lt;/code&gt; threadsafe&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-2520&quot;&gt;CB-2520&lt;/a&gt; Built interim js from cordova-js for custom user agent support&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-2520&quot;&gt;CB-2520&lt;/a&gt; “original” user agent needs to be overridable&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7777&quot;&gt;CB-7777&lt;/a&gt; In &lt;code&gt;AppDelegate&lt;/code&gt;, before calling &lt;code&gt;handleOpenURL&lt;/code&gt; check whether it exists first to prevent exceptions&lt;/li&gt;
 
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7775&quot;&gt;CB-7775&lt;/a&gt; Add &lt;code&gt;component.json&lt;/code&gt; for component and duo package managers&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7493&quot;&gt;CB-7493&lt;/a&gt; Adds &lt;code&gt;test-build&lt;/code&gt; command to package.json&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7630&quot;&gt;CB-7630&lt;/a&gt; Deprecate &lt;code&gt;CDV_IsIPhone5&lt;/code&gt; and &lt;code&gt;CDV_IsIPad&lt;/code&gt; macro in &lt;code&gt;CDVAvailability.h&lt;/code&gt;&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7727&quot;&gt;CB-7727&lt;/a&gt; Add resolution part to &lt;strong&gt;backup to icloud&lt;/strong&gt; warning message because screen size is now orientation dependent&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7560&quot;&gt;CB-7560&lt;/a&gt; &lt;code&gt;tel:&lt;/code&gt; and &lt;code&gt;mailto:&lt;/code&gt; links don’t work in &lt;code&gt;&amp;lt;iframe&amp;gt;&lt;/code&gt;&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7502&quot;&gt;CB-7502&lt;/a&gt; Default template is missing &lt;code&gt;CFBundleShortVersionString&lt;/code&gt; key in &lt;code&gt;Info.plist&lt;/code&gt;, prevents &lt;strong&gt;iTunes Connect&lt;/strong&gt; submission&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7546&quot;&gt;CB-7546&lt;/a&gt; &lt;strong&gt;Contacts&lt;/strong&gt; Prevent exception when index is out of range&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7648&quot;&gt;CB-7648&lt;/a&gt; &lt;strong&gt;iOS 8&lt;/strong&gt; Add &lt;strong&gt;iPhone 6 Plus&lt;/strong&gt; icon to default template&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7632&quot;&gt;CB-7632&lt;/a&gt; &lt;strong&gt;iOS 8&lt;/strong&gt; Add launch image definitions to &lt;code&gt;Info.plist&lt;/code&gt;&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7631&quot;&gt;CB-7631&lt;/a&gt; &lt;strong&gt;iOS 8&lt;/strong&gt; &lt;code&gt;CDVUrlProtocol&lt;/code&gt; - the &lt;code&gt;NSHttpUrlResponse&lt;/code&gt; is not initialized with the &lt;code&gt;statuscode&lt;/code&gt;&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7596&quot;&gt;CB-7596&lt;/a&gt; &lt;strong&gt;iOS 8&lt;/strong&gt; &lt;code&gt;CDV_IsIPhone5()&lt;/code&gt; Macro needs to be updated * &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7882&quot;&gt;CB-7882&lt;/a&gt; &lt;code&gt;viewDidUnload&lt;/code&gt; instance method is missing &lt;code&gt;[super viewDidUnload]&lt;/code&gt; call&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7872&quot;&gt;CB-7872&lt;/a&gt; &lt;strong&gt;XCode 6.1&lt;/strong&gt;‘s &lt;code&gt;xcrun&lt;/code&gt; &lt;code&gt;PackageApplication&lt;/code&gt; fails at packaging / resigning Cordova applications&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7729&quot;&gt;CB-7729&lt;/a&gt; &lt;strong&gt;Xcode 6&lt;/strong&gt; Support &lt;code&gt;ios-sim&lt;/code&gt; &lt;strong&gt;3.0&lt;/strong&gt; and new targets (&lt;strong&gt;iPhone 6/6+&lt;/strong&gt;)&lt;/li&gt;
-
-&lt;li&gt;&lt;strong&gt;Xcode 6&lt;/strong&gt; Fix &lt;code&gt;cordova/lib/list-started-emulators&lt;/code&gt;&lt;/li&gt;
-
-&lt;li&gt;Add &lt;code&gt;ios-sim&lt;/code&gt; version check &lt;strong&gt;3.0&lt;/strong&gt; to &lt;code&gt;cordova/lib/list-emulator-images&lt;/code&gt;&lt;/li&gt;
-
-&lt;li&gt;Fix &lt;code&gt;cordova/lib/install-emulator&lt;/code&gt; to pass in the correct prefix for &lt;code&gt;ios-sim --devicetypeid&lt;/code&gt;&lt;/li&gt;
-
-&lt;li&gt;Remove non-working applescript to start emulator, use &lt;code&gt;Instruments&lt;/code&gt; to start &lt;strong&gt;iOS Simulator&lt;/strong&gt; now.&lt;/li&gt;
-
-&lt;li&gt;Add support for the &lt;strong&gt;iPod&lt;/strong&gt; in &lt;code&gt;cordova/lib/list-devices&lt;/code&gt; script.&lt;/li&gt;
-
-&lt;li&gt;Remove &lt;code&gt;Valid values for --target&lt;/code&gt; in script headers. Use &lt;code&gt;cordova/lib/list-emulator-images&lt;/code&gt; to get the list.&lt;/li&gt;
-
-&lt;li&gt;Update &lt;code&gt;cordova/lib/list-emulator-images&lt;/code&gt; for &lt;code&gt;ios-sim&lt;/code&gt; &lt;strong&gt;3.0&lt;/strong&gt;&lt;/li&gt;
-
-&lt;li&gt;Increment &lt;code&gt;ios-deploy&lt;/code&gt; min version to &lt;strong&gt;1.2.0&lt;/strong&gt; and &lt;code&gt;ios-sim&lt;/code&gt; min version to &lt;strong&gt;3.0&lt;/strong&gt;&lt;/li&gt;
+&lt;!--more--&gt;
 
-&lt;li&gt;Updated &lt;code&gt;cordova/build&lt;/code&gt; script to use specific &lt;code&gt;SHARED_PRECOMPS_DIR&lt;/code&gt; variable.&lt;/li&gt;
+&lt;h2 id=&quot;whats-new-in-ios&quot;&gt;What’s new in iOS&lt;/h2&gt;
 
-&lt;li&gt;Update &lt;code&gt;.gitignore&lt;/code&gt; to not ignore &lt;code&gt;.xcworkspace&lt;/code&gt; files&lt;/li&gt;
+&lt;ul&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6510&quot;&gt;CB-6510&lt;/a&gt; Support for &lt;code&gt;ErrorUrl&lt;/code&gt; preference&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7857&quot;&gt;CB-7857&lt;/a&gt; Load &lt;code&gt;appURL&lt;/code&gt; after plugins have loaded&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7606&quot;&gt;CB-7606&lt;/a&gt; &lt;code&gt;handleOpenURL&lt;/code&gt; handler firing more than necessary&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7597&quot;&gt;CB-7597&lt;/a&gt; &lt;code&gt;Localizable.strings&lt;/code&gt; for Media Capture are in the default template, it should be in the plugin&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7818&quot;&gt;CB-7818&lt;/a&gt; CLI builds ignore Distribution certificates&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7813&quot;&gt;CB-7813&lt;/a&gt; &lt;code&gt;CDVWebViewDelegate&lt;/code&gt; fails to update the webview state properly&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7643&quot;&gt;CB-7643&lt;/a&gt; Made &lt;code&gt;isValidCallbackId&lt;/code&gt; threadsafe&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-2520&quot;&gt;CB-2520&lt;/a&gt; Built interim js from cordova-js for custom user agent support&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-2520&quot;&gt;CB-2520&lt;/a&gt; “original” user agent needs to be overridable&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7777&quot;&gt;CB-7777&lt;/a&gt; In &lt;code&gt;AppDelegate&lt;/code&gt;, before calling &lt;code&gt;handleOpenURL&lt;/code&gt; check whether it exists first to prevent exceptions&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7775&quot;&gt;CB-7775&lt;/a&gt; Add &lt;code&gt;component.json&lt;/code&gt; for component and duo package managers&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7493&quot;&gt;CB-7493&lt;/a&gt; Adds &lt;code&gt;test-build&lt;/code&gt; command to package.json&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7630&quot;&gt;CB-7630&lt;/a&gt; Deprecate &lt;code&gt;CDV_IsIPhone5&lt;/code&gt; and &lt;code&gt;CDV_IsIPad&lt;/code&gt; macro in &lt;code&gt;CDVAvailability.h&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7727&quot;&gt;CB-7727&lt;/a&gt; Add resolution part to &lt;strong&gt;backup to icloud&lt;/strong&gt; warning message
+because screen size is now orientation dependent&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7560&quot;&gt;CB-7560&lt;/a&gt; &lt;code&gt;tel:&lt;/code&gt; and &lt;code&gt;mailto:&lt;/code&gt; links don’t work in &lt;code&gt;&amp;lt;iframe&amp;gt;&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7502&quot;&gt;CB-7502&lt;/a&gt; Default template is missing &lt;code&gt;CFBundleShortVersionString&lt;/code&gt; key in &lt;code&gt;Info.plist&lt;/code&gt;, prevents &lt;strong&gt;iTunes Connect&lt;/strong&gt; submission&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7546&quot;&gt;CB-7546&lt;/a&gt; &lt;strong&gt;Contacts&lt;/strong&gt; Prevent exception when index is out of range&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7648&quot;&gt;CB-7648&lt;/a&gt; &lt;strong&gt;iOS 8&lt;/strong&gt; Add &lt;strong&gt;iPhone 6 Plus&lt;/strong&gt; icon to default template&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7632&quot;&gt;CB-7632&lt;/a&gt; &lt;strong&gt;iOS 8&lt;/strong&gt; Add launch image definitions to &lt;code&gt;Info.plist&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7631&quot;&gt;CB-7631&lt;/a&gt; &lt;strong&gt;iOS 8&lt;/strong&gt; &lt;code&gt;CDVUrlProtocol&lt;/code&gt; - the &lt;code&gt;NSHttpUrlResponse&lt;/code&gt; is not initialized with the &lt;code&gt;statuscode&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7596&quot;&gt;CB-7596&lt;/a&gt; &lt;strong&gt;iOS 8&lt;/strong&gt; &lt;code&gt;CDV_IsIPhone5()&lt;/code&gt; Macro needs to be updated * &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7882&quot;&gt;CB-7882&lt;/a&gt; &lt;code&gt;viewDidUnload&lt;/code&gt; instance method is missing &lt;code&gt;[super viewDidUnload]&lt;/code&gt; call&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7872&quot;&gt;CB-7872&lt;/a&gt; &lt;strong&gt;XCode 6.1&lt;/strong&gt;’s &lt;code&gt;xcrun&lt;/code&gt; &lt;code&gt;PackageApplication&lt;/code&gt; fails at packaging / resigning Cordova applications&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7729&quot;&gt;CB-7729&lt;/a&gt; &lt;strong&gt;Xcode 6&lt;/strong&gt; Support &lt;code&gt;ios-sim&lt;/code&gt; &lt;strong&gt;3.0&lt;/strong&gt; and new targets (&lt;strong&gt;iPhone 6/6+&lt;/strong&gt;)&lt;/li&gt;
+  &lt;li&gt;&lt;strong&gt;Xcode 6&lt;/strong&gt; Fix &lt;code&gt;cordova/lib/list-started-emulators&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;Add &lt;code&gt;ios-sim&lt;/code&gt; version check &lt;strong&gt;3.0&lt;/strong&gt; to &lt;code&gt;cordova/lib/list-emulator-images&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;Fix &lt;code&gt;cordova/lib/install-emulator&lt;/code&gt; to pass in the correct prefix for &lt;code&gt;ios-sim --devicetypeid&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;Remove non-working applescript to start emulator, use &lt;code&gt;Instruments&lt;/code&gt; to start &lt;strong&gt;iOS Simulator&lt;/strong&gt; now.&lt;/li&gt;
+  &lt;li&gt;Add support for the &lt;strong&gt;iPod&lt;/strong&gt; in &lt;code&gt;cordova/lib/list-devices&lt;/code&gt; script.&lt;/li&gt;
+  &lt;li&gt;Remove &lt;code&gt;Valid values for --target&lt;/code&gt; in script headers. Use &lt;code&gt;cordova/lib/list-emulator-images&lt;/code&gt; to get the list.&lt;/li&gt;
+  &lt;li&gt;Update &lt;code&gt;cordova/lib/list-emulator-images&lt;/code&gt; for &lt;code&gt;ios-sim&lt;/code&gt; &lt;strong&gt;3.0&lt;/strong&gt;&lt;/li&gt;
+  &lt;li&gt;Increment &lt;code&gt;ios-deploy&lt;/code&gt; min version to &lt;strong&gt;1.2.0&lt;/strong&gt; and &lt;code&gt;ios-sim&lt;/code&gt; min version to &lt;strong&gt;3.0&lt;/strong&gt;&lt;/li&gt;
+  &lt;li&gt;Updated &lt;code&gt;cordova/build&lt;/code&gt; script to use specific &lt;code&gt;SHARED_PRECOMPS_DIR&lt;/code&gt; variable.&lt;/li&gt;
+  &lt;li&gt;Update &lt;code&gt;.gitignore&lt;/code&gt; to not ignore &lt;code&gt;.xcworkspace&lt;/code&gt; files&lt;/li&gt;
 &lt;/ul&gt;
 </description>
                 <link>http://cordova.apache.org/announcements/2014/11/06/cordova-ios-3.7.0.html</link>
@@ -229,5448 +267,3537 @@ cordova platform update ios&lt;/code&gt;
 
         <item>
                 <title>Plugins Release: October 17, 2014</title>
-                <description>
-&lt;p&gt;The following plugins were updated today:&lt;/p&gt;
+                <description>&lt;p&gt;The following plugins were updated today:&lt;/p&gt;
 
 &lt;ul&gt;
-&lt;li&gt;cordova-plugin-camera: 0.3.3&lt;/li&gt;
-
-&lt;li&gt;cordova-plugin-contacts: 0.2.14&lt;/li&gt;
-
-&lt;li&gt;cordova-plugin-file-transfer: 0.4.7&lt;/li&gt;
-
-&lt;li&gt;cordova-plugin-globalization: 0.3.2&lt;/li&gt;
-
-&lt;li&gt;cordova-plugin-inappbrowser: 0.5.3&lt;/li&gt;
-
-&lt;li&gt;cordova-plugin-media: 0.2.14&lt;/li&gt;
-
-&lt;li&gt;cordova-plugin-media-capture: 0.3.4&lt;/li&gt;
-
-&lt;li&gt;cordova-plugin-network-information: 0.2.13&lt;/li&gt;
-
-&lt;li&gt;cordova-plugin-splashscreen: 0.3.4&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-camera: 0.3.3&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-contacts: 0.2.14&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-file-transfer: 0.4.7&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-globalization: 0.3.2&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-inappbrowser: 0.5.3&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-media: 0.2.14&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-media-capture: 0.3.4&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-network-information: 0.2.13&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-splashscreen: 0.3.4&lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;p&gt;Notable changes include:&lt;/p&gt;
 
 &lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7633&quot;&gt;CB-7633&lt;/a&gt; - Add &lt;code&gt;iPhone 6/6+&lt;/code&gt; support for &lt;code&gt;cordova-splashscreen&lt;/code&gt; plugin&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7595&quot;&gt;CB-7595&lt;/a&gt;: &lt;strong&gt;Android L&lt;/strong&gt; changes the type from &lt;code&gt;Mobile&lt;/code&gt; to &lt;code&gt;Cellular&lt;/code&gt; for &lt;code&gt;cordova-network-information&lt;/code&gt; plugin.&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7429&quot;&gt;CB-7429&lt;/a&gt; Added &lt;strong&gt;Windows&lt;/strong&gt; support for &lt;code&gt;cordova-media-capture&lt;/code&gt; plugin&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7548&quot;&gt;CB-7548&lt;/a&gt; &lt;strong&gt;BlackBerry10&lt;/strong&gt; Re-implement &lt;code&gt;getPreferredLanguage()&lt;/code&gt; and &lt;code&gt;getLocaleName()&lt;/code&gt; for &lt;code&gt;cordova-globalization&lt;/code&gt; plugin.&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7529&quot;&gt;CB-7529&lt;/a&gt; &lt;strong&gt;Windows&lt;/strong&gt; Adds support for &lt;code&gt;ms-appdata URIs&lt;/code&gt; for &lt;code&gt;cordova-file-transfer&lt;/code&gt; plugin&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7633&quot;&gt;CB-7633&lt;/a&gt; - Add &lt;code&gt;iPhone 6/6+&lt;/code&gt; support for &lt;code&gt;cordova-splashscreen&lt;/code&gt; plugin&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7595&quot;&gt;CB-7595&lt;/a&gt;: &lt;strong&gt;Android L&lt;/strong&gt; changes the type from &lt;code&gt;Mobile&lt;/code&gt; to &lt;code&gt;Cellular&lt;/code&gt; for &lt;code&gt;cordova-network-information&lt;/code&gt; plugin.&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7429&quot;&gt;CB-7429&lt;/a&gt; Added &lt;strong&gt;Windows&lt;/strong&gt; support for &lt;code&gt;cordova-media-capture&lt;/code&gt; plugin &lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7548&quot;&gt;CB-7548&lt;/a&gt; &lt;strong&gt;BlackBerry10&lt;/strong&gt; Re-implement &lt;code&gt;getPreferredLanguage()&lt;/code&gt; and &lt;code&gt;getLocaleName()&lt;/code&gt; for &lt;code&gt;cordova-globalization&lt;/code&gt; plugin.&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7529&quot;&gt;CB-7529&lt;/a&gt; &lt;strong&gt;Windows&lt;/strong&gt; Adds support for &lt;code&gt;ms-appdata URIs&lt;/code&gt; for &lt;code&gt;cordova-file-transfer&lt;/code&gt; plugin &lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;p&gt;The plugins have been updated on our registry at &lt;a href=&quot;http://plugins.cordova.io/&quot;&gt;plugins.cordova.io&lt;/a&gt;.&lt;/p&gt;
+
 &lt;hr /&gt;
 &lt;p&gt;You can update any plugin by removing it, and then readding it. E.g. To update your camera plugin:&lt;/p&gt;
 
 &lt;pre&gt;&lt;code&gt;cordova plugin rm org.apache.cordova.camera
-cordova plugin add org.apache.cordova.camera&lt;/code&gt;&lt;/pre&gt;
+cordova plugin add org.apache.cordova.camera
+&lt;/code&gt;&lt;/pre&gt;
+
+&lt;p&gt;Other changes include:
+&lt;!--more--&gt;&lt;/p&gt;
 
-&lt;p&gt;Other changes include: &lt;!--more--&gt;&lt;/p&gt;
+&lt;p&gt;&lt;code&gt;org.apache.cordova.camera@0.3.3&lt;/code&gt;
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7600&quot;&gt;CB-7600&lt;/a&gt; Adds informative message to error callback in manual test.&lt;/p&gt;
 
-&lt;p&gt;&lt;code&gt;org.apache.cordova.camera@0.3.3&lt;/code&gt; * &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7600&quot;&gt;CB-7600&lt;/a&gt; Adds informative message to error callback in manual test.&lt;/p&gt;
+&lt;p&gt;&lt;code&gt;org.apache.cordova.contacts@0.2.14&lt;/code&gt;
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7373&quot;&gt;CB-7373&lt;/a&gt; Removes unnecessary Error object creation
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7373&quot;&gt;CB-7373&lt;/a&gt; Adds additional output if method is not supported.
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7357&quot;&gt;CB-7357&lt;/a&gt; Adds missing &lt;code&gt;capability&lt;/code&gt; element to phone’s &lt;code&gt;appxmanifest&lt;/code&gt;.&lt;/p&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.file-transfer@0.4.7&lt;/code&gt;
+* Construct proper &lt;code&gt;FileEntry&lt;/code&gt; with &lt;code&gt;nativeURL&lt;/code&gt; property set
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7532&quot;&gt;CB-7532&lt;/a&gt; Handle non-existent download dirs properly
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7529&quot;&gt;CB-7529&lt;/a&gt; Adds support for &lt;code&gt;ms-appdata URIs&lt;/code&gt; for &lt;strong&gt;Windows&lt;/strong&gt;&lt;/p&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.globalization@0.3.2&lt;/code&gt;
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7548&quot;&gt;CB-7548&lt;/a&gt; &lt;strong&gt;BlackBerry10&lt;/strong&gt; Re-implement &lt;code&gt;getPreferredLanguage()&lt;/code&gt; and &lt;code&gt;getLocaleName()&lt;/code&gt;.&lt;/p&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.inappbrowser@0.5.3&lt;/code&gt;
+* &lt;strong&gt;Windows&lt;/strong&gt; implementation fixes and improvements
+* &lt;code&gt;zIndex&lt;/code&gt; fixed
+* renamed &lt;code&gt;InAppBrowser&lt;/code&gt; back to &lt;code&gt;inappbrowser&lt;/code&gt; for case sensitive operating systems
+* Update french translation
+* Update doc to add &lt;strong&gt;Windows 8&lt;/strong&gt;
+* Update &lt;strong&gt;Windows&lt;/strong&gt; &lt;code&gt;proxy&lt;/code&gt; to be both compatible with &lt;strong&gt;Windows 8&lt;/strong&gt; and &lt;strong&gt;Windows 8.1&lt;/strong&gt;
+* Rename &lt;strong&gt;Windows 8.1&lt;/strong&gt; to &lt;strong&gt;windows8&lt;/strong&gt; in &lt;code&gt;src&lt;/code&gt; directory
+* Append &lt;strong&gt;Windows 8.1&lt;/strong&gt; platform configuration in &lt;code&gt;plugin.xml&lt;/code&gt;
+* Append &lt;strong&gt;Windows 8.1&lt;/strong&gt; proxy using &lt;code&gt;x-ms-webview&lt;/code&gt;&lt;/p&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.media@0.2.14&lt;/code&gt;
+* &lt;strong&gt;Amazon&lt;/strong&gt; Specific changes: Added &lt;code&gt;READ_PHONE_STATE&lt;/code&gt; permission same as done in &lt;strong&gt;Android&lt;/strong&gt;
+* make possible to play &lt;code&gt;wav&lt;/code&gt; files
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7638&quot;&gt;CB-7638&lt;/a&gt; Get audio duration properly on &lt;strong&gt;Windows&lt;/strong&gt;
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7454&quot;&gt;CB-7454&lt;/a&gt; Adds support for &lt;code&gt;m4a&lt;/code&gt; audio format for &lt;strong&gt;Windows&lt;/strong&gt;
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7547&quot;&gt;CB-7547&lt;/a&gt; Fixes audio recording on &lt;strong&gt;Windows&lt;/strong&gt; platform
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7531&quot;&gt;CB-7531&lt;/a&gt; Fixes &lt;code&gt;play()&lt;/code&gt; failure after &lt;code&gt;release()&lt;/code&gt; call&lt;/p&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.media-capture@0.3.4&lt;/code&gt;
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7453&quot;&gt;CB-7453&lt;/a&gt; Adds fallback to &lt;code&gt;m4a&lt;/code&gt; audio format when &lt;code&gt;mp3&lt;/code&gt; recording fails.
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7429&quot;&gt;CB-7429&lt;/a&gt; Fixes image capture manual tests on &lt;strong&gt;Windows&lt;/strong&gt;
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7429&quot;&gt;CB-7429&lt;/a&gt; Move &lt;strong&gt;Windows 8&lt;/strong&gt; and &lt;strong&gt;Windows&lt;/strong&gt; &lt;code&gt;Proxies&lt;/code&gt; into one &lt;code&gt;file&lt;/code&gt;
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7429&quot;&gt;CB-7429&lt;/a&gt; Adds &lt;code&gt;media capture&lt;/code&gt; support for &lt;strong&gt;Windows&lt;/strong&gt;&lt;/p&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.network-information@0.2.13&lt;/code&gt;
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7595&quot;&gt;CB-7595&lt;/a&gt;: &lt;strong&gt;Android L&lt;/strong&gt; changes the type from &lt;code&gt;Mobile&lt;/code&gt; to &lt;code&gt;Cellular&lt;/code&gt;, I’m pretty sure this isn’t documented&lt;/p&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.splashscreen@0.3.4&lt;/code&gt;
+* Finalized &lt;strong&gt;iOS&lt;/strong&gt; splash screen (image name) tests. 176 tests in all, 44 for each type of device (&lt;code&gt;iPad&lt;/code&gt;, &lt;code&gt;iPhone&lt;/code&gt;, &lt;code&gt;iPhone5&lt;/code&gt;, &lt;code&gt;iPhone6&lt;/code&gt;, &lt;code&gt;iPhone 6 Plus&lt;/code&gt;).
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7633&quot;&gt;CB-7633&lt;/a&gt; - (Re-fix based on updated unit tests) &lt;code&gt;iPhone 6&lt;/code&gt; Plus support
+* Updated &lt;strong&gt;iOS&lt;/strong&gt; tests for locked orientations
+* Added more &lt;strong&gt;iOS&lt;/strong&gt; splash screen tests.
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7633&quot;&gt;CB-7633&lt;/a&gt; - Add support for &lt;code&gt;iPhone 6/6+&lt;/code&gt;
+* Added failing &lt;code&gt;iPhone 6/6&lt;/code&gt; Plus tests.
+* Added &lt;code&gt;npm test&lt;/code&gt;
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7663&quot;&gt;CB-7663&lt;/a&gt; - &lt;strong&gt;iOS&lt;/strong&gt; unit tests for splash screen
+* Properly formatted splashscreen preference docs.&lt;/p&gt;
+</description>
+                <link>http://cordova.apache.org/news/2014/10/17/plugins-release.html</link>
+                <guid>http://cordova.apache.org/news/2014/10/17/plugins-release</guid>
+                <pubDate>Fri, 17 Oct 2014</pubDate>
+        </item>
 
-&lt;p&gt;&lt;code&gt;org.apache.cordova.contacts@0.2.14&lt;/code&gt;&lt;/p&gt;
+        <item>
+                <title>Apache Cordova CLI 4.0 Release</title>
+                <description>&lt;p&gt;We are happy to announce that &lt;code&gt;Apache Cordova CLI 4.0&lt;/code&gt; has been released!&lt;/p&gt;
 
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7373&quot;&gt;CB-7373&lt;/a&gt; Removes unnecessary Error object creation&lt;/li&gt;
+&lt;p&gt;We have also released &lt;code&gt;Cordova-Browser 3.6.0&lt;/code&gt;, &lt;code&gt;Cordova-Android 3.6.4&lt;/code&gt;, &lt;code&gt;Cordova-Windows 3.6.4&lt;/code&gt;, and &lt;code&gt;Cordova-WP8 3.6.4&lt;/code&gt;.&lt;/p&gt;
 
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7373&quot;&gt;CB-7373&lt;/a&gt; Adds additional output if method is not supported.&lt;/li&gt;
+&lt;p&gt;Most notable changes include:&lt;/p&gt;
 
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7357&quot;&gt;CB-7357&lt;/a&gt; Adds missing &lt;code&gt;capability&lt;/code&gt; element to phone’s &lt;code&gt;appxmanifest&lt;/code&gt;.&lt;/li&gt;
+&lt;ul&gt;
+  &lt;li&gt;&lt;strong&gt;Cordova CLI&lt;/strong&gt; version bump to &lt;code&gt;4.0.0&lt;/code&gt; to reflect our changes in &lt;a href=&quot;https://github.com/apache/cordova-coho/blob/master/docs/versioning-and-release-strategy.md&quot;&gt;release policy&lt;/a&gt;.&lt;/li&gt;
+  &lt;li&gt;&lt;strong&gt;WP8&lt;/strong&gt; and &lt;strong&gt;Windows&lt;/strong&gt; both implemented support for &lt;code&gt;--target&lt;/code&gt; flag&lt;/li&gt;
+  &lt;li&gt;Initial support for &lt;strong&gt;Cordova-Browser&lt;/strong&gt; platform.&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5390&quot;&gt;CB-5390&lt;/a&gt; Uninstall - recursively remove dependencies of dependencies&lt;/li&gt;
 &lt;/ul&gt;
 
-&lt;p&gt;&lt;code&gt;org.apache.cordova.file-transfer@0.4.7&lt;/code&gt;&lt;/p&gt;
+&lt;p&gt;To upgrade: (replace &lt;code&gt;android&lt;/code&gt; with the platform you want to update):&lt;/p&gt;
 
-&lt;ul&gt;
-&lt;li&gt;Construct proper &lt;code&gt;FileEntry&lt;/code&gt; with &lt;code&gt;nativeURL&lt;/code&gt; property set&lt;/li&gt;
+&lt;pre&gt;&lt;code&gt;npm install -g cordova
+cd my_project
+cordova platform update android
+&lt;/code&gt;&lt;/pre&gt;
 
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7532&quot;&gt;CB-7532&lt;/a&gt; Handle non-existent download dirs properly&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/4.0.0/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-7529&quot;&gt;CB-7529&lt;/a&gt; Adds support for &lt;code&gt;ms-appdata URIs&lt;/code&gt; for &lt;strong&gt;Windows&lt;/strong&gt;&lt;/li&gt;
-&lt;/ul&gt;
+&lt;h2 id=&quot;cordova-cli-bumped-to-version-40&quot;&gt;Cordova CLI bumped to version 4.0&lt;/h2&gt;
 
-&lt;p&gt;&lt;code&gt;org.apache.cordova.globalization@0.3.2&lt;/code&gt; * &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7548&quot;&gt;CB-7548&lt;/a&gt; &lt;strong&gt;BlackBerry10&lt;/strong&gt; Re-implement &lt;code&gt;getPreferredLanguage()&lt;/code&gt; and &lt;code&gt;getLocaleName()&lt;/code&gt;.&lt;/p&gt;
+&lt;p&gt;We have recently decided to update our release process to include independent releases for platforms. This means that our platform maintainers can release updates when they need to and not have to wait for other platforms to be ready to release.  &lt;/p&gt;
 
-&lt;p&gt;&lt;code&gt;org.apache.cordova.inappbrowser@0.5.3&lt;/code&gt;&lt;/p&gt;
+&lt;p&gt;Users should expect more frequent releases with bug fixes and new features. Users can always view what versions of platforms they are using in a cordova project with the &lt;code&gt;cordova platform list&lt;/code&gt; command. Users workflow is exactly the same and updating existing projects should not be an issue.&lt;/p&gt;
 
-&lt;ul&gt;
-&lt;li&gt;&lt;strong&gt;Windows&lt;/strong&gt; implementation fixes and improvements&lt;/li&gt;
+&lt;p&gt;Our &lt;a href=&quot;http://cordova.apache.org/docs/en/edge/index.html&quot;&gt;docs&lt;/a&gt; will be released alongside our &lt;strong&gt;CLI&lt;/strong&gt;. &lt;/p&gt;
 
-&lt;li&gt;&lt;code&gt;zIndex&lt;/code&gt; fixed&lt;/li&gt;
+&lt;p&gt;The &lt;strong&gt;CLI&lt;/strong&gt; is released with a set of default platforms pinned. For instance, this release of &lt;strong&gt;Cordova-CLI&lt;/strong&gt; will include &lt;strong&gt;Cordova-Android@3.6.4&lt;/strong&gt; pinned by default. This means that when you type &lt;code&gt;cordova platform add android&lt;/code&gt;, it will fetch and install version &lt;code&gt;3.6.4&lt;/code&gt; into your project. It is also very simple to install a different version of a platform for a project if you wish by specifying the version of the platform when you are adding. Ex. &lt;code&gt;cordova platform add android@3.5.1&lt;/code&gt;. Of course we always recommend using the latest release when possible.&lt;/p&gt;
 
-&lt;li&gt;renamed &lt;code&gt;InAppBrowser&lt;/code&gt; back to &lt;code&gt;inappbrowser&lt;/code&gt; for case sensitive operating systems&lt;/li&gt;
+&lt;p&gt;In this release, all of our platforms are still in the 3.6.x range in terms of versions. Expect this to change as we do more releases. &lt;/p&gt;
 
-&lt;li&gt;Update french translation&lt;/li&gt;
+&lt;p&gt;You can read more about our new versioning strategy at &lt;a href=&quot;https://github.com/apache/cordova-coho/blob/master/docs/versioning-and-release-strategy.md&quot;&gt;https://github.com/apache/cordova-coho/blob/master/docs/versioning-and-release-strategy.md&lt;/a&gt;.&lt;/p&gt;
 
-&lt;li&gt;Update doc to add &lt;strong&gt;Windows 8&lt;/strong&gt;&lt;/li&gt;
+&lt;h2 id=&quot;new-platform-cordova-browser&quot;&gt;New Platform: Cordova Browser&lt;/h2&gt;
 
-&lt;li&gt;Update &lt;strong&gt;Windows&lt;/strong&gt; &lt;code&gt;proxy&lt;/code&gt; to be both compatible with &lt;strong&gt;Windows 8&lt;/strong&gt; and &lt;strong&gt;Windows 8.1&lt;/strong&gt;&lt;/li&gt;
+&lt;p&gt;We have just released &lt;strong&gt;Browser&lt;/strong&gt; as a platform. Add it to your projects with &lt;code&gt;cordova platform add browser&lt;/code&gt;. This feature is intended for development purposes. We are working on adding &lt;strong&gt;browser&lt;/strong&gt; support to our core plugins. &lt;a href=&quot;https://twitter.com/raymondcamden&quot;&gt;Ray Camden&lt;/a&gt; has put together detailed blog post outlining which plugins we currently support at &lt;a href=&quot;http://www.raymondcamden.com/2014/9/24/Browser-as-a-platform-for-your-PhoneGapCordova-apps&quot;&gt;http://www.raymondcamden.com/2014/9/24/Browser-as-a-platform-for-your-PhoneGapCordova-apps&lt;/a&gt;.&lt;/p&gt;
 
-&lt;li&gt;Rename &lt;strong&gt;Windows 8.1&lt;/strong&gt; to &lt;strong&gt;windows8&lt;/strong&gt; in &lt;code&gt;src&lt;/code&gt; directory&lt;/li&gt;
+&lt;p&gt;Please file any issues and feature requests in our &lt;a href=&quot;https://issues.apache.org/jira/browse/CB/&quot;&gt;issue tracker&lt;/a&gt;. Make sure to fill in the component field as &lt;code&gt;browser&lt;/code&gt;.&lt;/p&gt;
 
-&lt;li&gt;Append &lt;strong&gt;Windows 8.1&lt;/strong&gt; platform configuration in &lt;code&gt;plugin.xml&lt;/code&gt;&lt;/li&gt;
+&lt;h2 id=&quot;whats-new-in-android&quot;&gt;What’s new in Android&lt;/h2&gt;
+&lt;!--more--&gt;
 
-&lt;li&gt;Append &lt;strong&gt;Windows 8.1&lt;/strong&gt; proxy using &lt;code&gt;x-ms-webview&lt;/code&gt;&lt;/li&gt;
+&lt;ul&gt;
+  &lt;li&gt;Update JS snapshot to version &lt;code&gt;3.6.4&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7634&quot;&gt;CB-7634&lt;/a&gt; Detect &lt;code&gt;JAVA_HOME&lt;/code&gt; properly on &lt;strong&gt;Ubuntu&lt;/strong&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7579&quot;&gt;CB-7579&lt;/a&gt; Fix &lt;code&gt;run&lt;/code&gt; script’s ability to use non-arch-specific &lt;code&gt;APKs&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6511&quot;&gt;CB-6511&lt;/a&gt; Fixes build for &lt;strong&gt;Android&lt;/strong&gt; when app name contains unicode characters.&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7460&quot;&gt;CB-7460&lt;/a&gt; Fixing bug with &lt;code&gt;KitKat&lt;/code&gt; where the background colour would override the CSS colours on the application&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7674&quot;&gt;CB-7674&lt;/a&gt; Preference activation no longer occurs in &lt;code&gt;CordovaActivity.onCreate()&lt;/code&gt;&lt;/li&gt;
 &lt;/ul&gt;
 
-&lt;p&gt;&lt;code&gt;org.apache.cordova.media@0.2.14&lt;/code&gt;&lt;/p&gt;
+&lt;h2 id=&quot;whats-new-in-windows-phone-8&quot;&gt;What’s new in Windows Phone 8&lt;/h2&gt;
 
 &lt;ul&gt;
-&lt;li&gt;&lt;strong&gt;Amazon&lt;/strong&gt; Specific changes: Added &lt;code&gt;READ_PHONE_STATE&lt;/code&gt; permission same as done in &lt;strong&gt;Android&lt;/strong&gt;&lt;/li&gt;
-
-&lt;li&gt;make possible to play &lt;code&gt;wav&lt;/code&gt; files&lt;/li&gt;
+  &lt;li&gt;Updated JS snapshot to version &lt;code&gt;3.6.4&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7616&quot;&gt;CB-7616&lt;/a&gt; partial match support for &lt;code&gt;--target&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;Fixing paths for &lt;code&gt;npm&lt;/code&gt; published versions&lt;/li&gt;
+  &lt;li&gt;move &lt;code&gt;node_modules&lt;/code&gt; up to same level as &lt;code&gt;package.json&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7455&quot;&gt;CB-7455&lt;/a&gt; add &lt;code&gt;bundledDependencies&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;Moves &lt;code&gt;node_modules&lt;/code&gt; from package root to bin/ folder&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7444&quot;&gt;CB-7444&lt;/a&gt; Fixes &lt;code&gt;XHR&lt;/code&gt; callback failure when requested file doesn’t exists&lt;/li&gt;
+&lt;/ul&gt;
 
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7638&quot;&gt;CB-7638&lt;/a&gt; Get audio duration properly on &lt;strong&gt;Windows&lt;/strong&gt;&lt;/li&gt;
+&lt;h2 id=&quot;whats-new-in-windows&quot;&gt;What’s new in Windows&lt;/h2&gt;
 
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7454&quot;&gt;CB-7454&lt;/a&gt; Adds support for &lt;code&gt;m4a&lt;/code&gt; audio format for &lt;strong&gt;Windows&lt;/strong&gt;&lt;/li&gt;
+&lt;ul&gt;
+  &lt;li&gt;Update JS snapshot to version &lt;code&gt;3.6.4&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7617&quot;&gt;CB-7617&lt;/a&gt; partial match support for &lt;code&gt;--target&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;Added &lt;code&gt;bundledDependencies&lt;/code&gt; + fixed some whitespace&lt;/li&gt;
+&lt;/ul&gt;
 
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7547&quot;&gt;CB-7547&lt;/a&gt; Fixes audio recording on &lt;strong&gt;Windows&lt;/strong&gt; platform&lt;/li&gt;
+&lt;h2 id=&quot;whats-new-in-cordova-browser&quot;&gt;What’s new in Cordova-Browser&lt;/h2&gt;
 
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7531&quot;&gt;CB-7531&lt;/a&gt; Fixes &lt;code&gt;play()&lt;/code&gt; failure after &lt;code&gt;release()&lt;/code&gt; call&lt;/li&gt;
+&lt;ul&gt;
+  &lt;li&gt;Update JS snapshot to version &lt;code&gt;3.6.0&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;added initial &lt;strong&gt;Windows&lt;/strong&gt; &lt;code&gt;run&lt;/code&gt; support&lt;/li&gt;
+  &lt;li&gt;No longer need to kill &lt;code&gt;Chrome&lt;/code&gt; for &lt;code&gt;macOS&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;added &lt;code&gt;create.bat&lt;/code&gt; for &lt;strong&gt;Windows&lt;/strong&gt; support&lt;/li&gt;
 &lt;/ul&gt;
 
-&lt;p&gt;&lt;code&gt;org.apache.cordova.media-capture@0.3.4&lt;/code&gt;&lt;/p&gt;
+&lt;h2 id=&quot;whats-new-in-cordova-cli&quot;&gt;What’s new in Cordova-CLI&lt;/h2&gt;
 
 &lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7453&quot;&gt;CB-7453&lt;/a&gt; Adds fallback to &lt;code&gt;m4a&lt;/code&gt; audio format when &lt;code&gt;mp3&lt;/code&gt; recording fails.&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7429&quot;&gt;CB-7429&lt;/a&gt; Fixes image capture manual tests on &lt;strong&gt;Windows&lt;/strong&gt;&lt;/li&gt;
+  &lt;li&gt;Made version &lt;code&gt;semVer&lt;/code&gt; compliant and bumped to &lt;code&gt;4.0.0&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;Pinned dependencies&lt;/li&gt;
+&lt;/ul&gt;
 
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7429&quot;&gt;CB-7429&lt;/a&gt; Move &lt;strong&gt;Windows 8&lt;/strong&gt; and &lt;strong&gt;Windows&lt;/strong&gt; &lt;code&gt;Proxies&lt;/code&gt; into one &lt;code&gt;file&lt;/code&gt;&lt;/li&gt;
+&lt;h2 id=&quot;whats-new-in-cordova-plugman&quot;&gt;What’s new in Cordova-Plugman&lt;/h2&gt;
 
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7429&quot;&gt;CB-7429&lt;/a&gt; Adds &lt;code&gt;media capture&lt;/code&gt; support for &lt;strong&gt;Windows&lt;/strong&gt;&lt;/li&gt;
+&lt;ul&gt;
+  &lt;li&gt;Pinned dependencies&lt;/li&gt;
 &lt;/ul&gt;
 
-&lt;p&gt;&lt;code&gt;org.apache.cordova.network-information@0.2.13&lt;/code&gt; * &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7595&quot;&gt;CB-7595&lt;/a&gt;: &lt;strong&gt;Android L&lt;/strong&gt; changes the type from &lt;code&gt;Mobile&lt;/code&gt; to &lt;code&gt;Cellular&lt;/code&gt;, I’m pretty sure this isn’t documented&lt;/p&gt;
+&lt;h2 id=&quot;whats-new-in-cordova-lib&quot;&gt;What’s new in Cordova-Lib&lt;/h2&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Bumped version to &lt;code&gt;4.0.0&lt;/code&gt; to be &lt;code&gt;semVer&lt;/code&gt; compliant and to match &lt;strong&gt;Cordova CLI&lt;/strong&gt; version&lt;/li&gt;
+  &lt;li&gt;Pinned dependencies in &lt;code&gt;package.json&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;Updated &lt;code&gt;platforms.js&lt;/code&gt; for &lt;code&gt;3.6.4&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5390&quot;&gt;CB-5390&lt;/a&gt; Uninstall - recursively remove dependencies of dependencies&lt;/li&gt;
+  &lt;li&gt;Fixes &lt;code&gt;HooksRunner&lt;/code&gt; test - should run &lt;code&gt;before_plugin_uninstall&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6481&quot;&gt;CB-6481&lt;/a&gt; &lt;code&gt;getPluginsHookScripts&lt;/code&gt; to work if plugin platform not defined&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6481&quot;&gt;CB-6481&lt;/a&gt; Context opts should copy not reference&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6481&quot;&gt;CB-6481&lt;/a&gt; Fixed &lt;code&gt;HooksRunner&lt;/code&gt; and tests. Avoided issue with parallel tests running. Added checks for handling mocked &lt;code&gt;config.xml&lt;/code&gt; and &lt;code&gt;package.json&lt;/code&gt; in &lt;code&gt;HooksRunner&lt;/code&gt; and &lt;code&gt;scriptsFinder&lt;/code&gt;. Addressed &lt;code&gt;jshint&lt;/code&gt; issues. Renamed &lt;code&gt;ScriptsFinder&lt;/code&gt; to &lt;code&gt;scriptsFinder&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6481&quot;&gt;CB-6481&lt;/a&gt; Addressed community review notes: Removed &lt;code&gt;commonModules&lt;/code&gt; from &lt;code&gt;Context&lt;/code&gt;. Renamed &lt;code&gt;Hooker&lt;/code&gt; and subclasses to &lt;code&gt;HooksRunner&lt;/code&gt; and &lt;code&gt;scriptsFinder&lt;/code&gt;. Moved &lt;code&gt;scriptsRunner&lt;/code&gt; code into &lt;code&gt;HooksRunner&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6481&quot;&gt;CB-6481&lt;/a&gt; Replaced &lt;code&gt;CordovaError&lt;/code&gt; throwing with Error per @kamrik review. Extracted &lt;code&gt;prepareOptions&lt;/code&gt; &lt;code&gt;Hooker&lt;/code&gt; method&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6481&quot;&gt;CB-6481&lt;/a&gt; Docs: deprecated &lt;code&gt;.cordova/hooks&lt;/code&gt; + other minor updates&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6481&quot;&gt;CB-6481&lt;/a&gt; Updated hooks documentation&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6481&quot;&gt;CB-6481&lt;/a&gt; Added unified hooks support for cordova app and plugins&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7572&quot;&gt;CB-7572&lt;/a&gt; Serve - respond with &lt;code&gt;304&lt;/code&gt; when resource &lt;strong&gt;not modified&lt;/strong&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;code&gt;computeCommitId&lt;/code&gt; for &lt;strong&gt;browserify&lt;/strong&gt; workflow fixed to handle cli and non cli workflows&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7219&quot;&gt;CB-7219&lt;/a&gt; &lt;code&gt;prepare-browserify&lt;/code&gt; now supports &lt;code&gt;commitId&lt;/code&gt; and &lt;code&gt;platformVersion&lt;/code&gt; for &lt;code&gt;cordovajs&lt;/code&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7615&quot;&gt;CB-7615&lt;/a&gt; Read &lt;code&gt;config.xml&lt;/code&gt; after pre-prepare hooks fire&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7578&quot;&gt;CB-7578&lt;/a&gt; &lt;strong&gt;Windows&lt;/strong&gt; Fix platform name reported by &lt;code&gt;pre_package&lt;/code&gt; hook&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7576&quot;&gt;CB-7576&lt;/a&gt; Support &lt;code&gt;windows&lt;/code&gt; &lt;code&gt;merges&lt;/code&gt; folder for &lt;strong&gt;Windows&lt;/strong&gt; platform&lt;/li&gt;
+  &lt;li&gt;Added tests for browser platform&lt;/li&gt;
+&lt;/ul&gt;
 
-&lt;p&gt;&lt;code&gt;org.apache.cordova.splashscreen@0.3.4&lt;/code&gt;&lt;/p&gt;
+&lt;h2 id=&quot;plugin-versions-tested-with-this-release&quot;&gt;Plugin versions tested with this release&lt;/h2&gt;
 
 &lt;ul&gt;
-&lt;li&gt;Finalized &lt;strong&gt;iOS&lt;/strong&gt; splash screen (image name) tests. 176 tests in all, 44 for each type of device (&lt;code&gt;iPad&lt;/code&gt;, &lt;code&gt;iPhone&lt;/code&gt;, &lt;code&gt;iPhone5&lt;/code&gt;, &lt;code&gt;iPhone6&lt;/code&gt;, &lt;code&gt;iPhone 6 Plus&lt;/code&gt;).&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-battery-status: 0.2.11&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-camera: 0.3.2&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-console: 0.2.11&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-contacts: 0.2.13&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-device: 0.2.12&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-device-motion: 0.2.10&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-device-orientation: 0.3.9&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-dialogs: 0.2.10&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-file: 1.3.1&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-file-transfer: 0.4.6&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-geolocation: 0.3.10&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-globalization: 0.3.1&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-inappbrowser: 0.5.2&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-media: 0.2.13&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-media-capture: 0.3.3&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-network-information: 0.2.13&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-splashscreen: 0.3.3&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-statusbar: 0.1.8&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-vibration: 0.3.11&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;pinned-platform-versions-for-cordova-cli-400&quot;&gt;Pinned Platform Versions for Cordova CLI 4.0.0&lt;/h2&gt;
 
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7633&quot;&gt;CB-7633&lt;/a&gt; - (Re-fix based on updated unit tests) &lt;code&gt;iPhone 6&lt;/code&gt; Plus support&lt;/li&gt;
+&lt;ul&gt;
+  &lt;li&gt;Cordova Amazon-FireOS: 3.6.3&lt;/li&gt;
+  &lt;li&gt;Cordova Android: 3.6.4&lt;/li&gt;
+  &lt;li&gt;Cordova BlackBerry: 3.6.3&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.6.3&lt;/li&gt;
+  &lt;li&gt;Cordova Ubuntu: 3.6.3&lt;/li&gt;
+  &lt;li&gt;Cordova Windows: 3.6.4&lt;/li&gt;
+  &lt;li&gt;Cordova WP8: 3.6.4&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+                <link>http://cordova.apache.org/announcements/2014/10/16/cordova-4.html</link>
+                <guid>http://cordova.apache.org/announcements/2014/10/16/cordova-4</guid>
+                <pubDate>Thu, 16 Oct 2014</pubDate>
+        </item>
 
-&lt;li&gt;Updated &lt;strong&gt;iOS&lt;/strong&gt; tests for locked orientations&lt;/li&gt;
+        <item>
+                <title>Plugins Release: September 22, 2014</title>
+                <description>&lt;p&gt;The following plugins were updated today:&lt;/p&gt;
 
-&lt;li&gt;Added more &lt;strong&gt;iOS&lt;/strong&gt; splash screen tests.&lt;/li&gt;
+&lt;ul&gt;
+  &lt;li&gt;cordova-plugin-battery-status: 0.2.11&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-camera: 0.3.2&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-console: 0.2.11&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-contacts: 0.2.13&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-device: 0.2.12&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-device-motion: 0.2.10&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-device-orientation: 0.3.9&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-dialogs: 0.2.10&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-file: 1.3.1&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-file-transfer: 0.4.6&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-geolocation: 0.3.10&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-globalization: 0.3.1&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-inappbrowser: 0.5.2&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-media: 0.2.13&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-media-capture: 0.3.3&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-network-information: 0.2.12&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-splashscreen: 0.3.3&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-statusbar: 0.1.8&lt;/li&gt;
+  &lt;li&gt;cordova-plugin-vibration: 0.3.11&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;Notable changes include:
+* There is a new framework for testing the plugins. This affects plugin developers, not plugin users.
+* Many fixes have been made to the file plugin and other plugins that use it.
+* Globalization plugin has been cleaned up.
+* Brought the vibration plugin API into alignment with the W3C specification.&lt;/p&gt;
 
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7633&quot;&gt;CB-7633&lt;/a&gt; - Add support for &lt;code&gt;iPhone 6/6+&lt;/code&gt;&lt;/li&gt;
+&lt;p&gt;The plugins have been updated on our registry at &lt;a href=&quot;http://plugins.cordova.io/&quot;&gt;plugins.cordova.io&lt;/a&gt;.&lt;/p&gt;
 
-&lt;li&gt;Added failing &lt;code&gt;iPhone 6/6&lt;/code&gt; Plus tests.&lt;/li&gt;
+&lt;hr /&gt;
+&lt;p&gt;You can update any plugin by removing it, and then readding it. E.g. To update your file plugin:&lt;/p&gt;
 
-&lt;li&gt;Added &lt;code&gt;npm test&lt;/code&gt;&lt;/li&gt;
+&lt;pre&gt;&lt;code&gt;cordova plugin rm org.apache.cordova.file
+cordova plugin add org.apache.cordova.file
+&lt;/code&gt;&lt;/pre&gt;
 
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7663&quot;&gt;CB-7663&lt;/a&gt; - &lt;strong&gt;iOS&lt;/strong&gt; unit tests for splash screen&lt;/li&gt;
+&lt;p&gt;Other changes include:
+&lt;!--more--&gt;&lt;/p&gt;
 
-&lt;li&gt;Properly formatted splashscreen preference docs.&lt;/li&gt;
-&lt;/ul&gt;
+&lt;p&gt;&lt;code&gt;org.apache.cordova.battery-status@0.2.11&lt;/code&gt;
+### 0.2.11 (Sep 17, 2014)
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7249&quot;&gt;CB-7249&lt;/a&gt; documentation translation
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6724&quot;&gt;CB-6724&lt;/a&gt; re-add accidental removed of var keyword
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6957&quot;&gt;CB-6957&lt;/a&gt; renamed folder to tests + added nested plugin.xml
+* added documentation for manual tests
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6957&quot;&gt;CB-6957&lt;/a&gt; Style improvements on Manual tests&lt;/p&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.camera@0.3.2&lt;/code&gt;
+### 0.3.2 (Sep 17, 2014)
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4003&quot;&gt;CB-4003&lt;/a&gt; Add config option to not use location information in Camera plugin (and default to not use it)
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6958&quot;&gt;CB-6958&lt;/a&gt; Get the correct default for “quality” in the test
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6958&quot;&gt;CB-6958&lt;/a&gt; Port camera tests to plugin-test-framework
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6958&quot;&gt;CB-6958&lt;/a&gt; added manual tests
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7180&quot;&gt;CB-7180&lt;/a&gt; Update Camera plugin to support generic plugin &lt;code&gt;webView UIView&lt;/code&gt; (which can be either a &lt;code&gt;UIWebView&lt;/code&gt; or &lt;code&gt;WKWebView&lt;/code&gt;)
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7286&quot;&gt;CB-7286&lt;/a&gt; &lt;strong&gt;BlackBerry10&lt;/strong&gt; Use &lt;code&gt;getUserMedia&lt;/code&gt; if camera card is unavailable
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7378&quot;&gt;CB-7378&lt;/a&gt; Use single Proxy for both &lt;strong&gt;Windows8&lt;/strong&gt; and &lt;strong&gt;Windows&lt;/strong&gt;
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7413&quot;&gt;CB-7413&lt;/a&gt; Resolve &lt;code&gt;ms-appdata:&lt;/code&gt; URIs with &lt;code&gt;File&lt;/code&gt; plugin
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7423&quot;&gt;CB-7423&lt;/a&gt; do cleanup after &lt;code&gt;copyImage&lt;/code&gt; manual test
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7433&quot;&gt;CB-7433&lt;/a&gt; Adds missing &lt;code&gt;window&lt;/code&gt; reference to prevent manual tests failure on &lt;strong&gt;Android&lt;/strong&gt; and &lt;strong&gt;iOS&lt;/strong&gt;
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7433&quot;&gt;CB-7433&lt;/a&gt; Fixes manual tests failure on &lt;strong&gt;Windows&lt;/strong&gt;
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7461&quot;&gt;CB-7461&lt;/a&gt; Geolocation fails in Camera plugin in &lt;strong&gt;iOS 8&lt;/strong&gt;
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7471&quot;&gt;CB-7471&lt;/a&gt; documentation translation
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7551&quot;&gt;CB-7551&lt;/a&gt; &lt;strong&gt;iOS 8&lt;/strong&gt; Scaled images show a white line
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7557&quot;&gt;CB-7557&lt;/a&gt; Camera plugin tests is missing a &lt;code&gt;File&lt;/code&gt; dependency
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7558&quot;&gt;CB-7558&lt;/a&gt; &lt;code&gt;hasPendingOperation&lt;/code&gt; flag in Camera plugin’s &lt;code&gt;takePicture&lt;/code&gt; should be reversed to fix memory errors
+* Renamed test dir, added nested plugin.xml
+* add documentation for manual tests&lt;/p&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.console@0.2.11&lt;/code&gt;
+### 0.2.11 (Sep 17, 2014)
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7249&quot;&gt;CB-7249&lt;/a&gt; Documentation translation&lt;/p&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.contacts@0.2.13&lt;/code&gt;
+### 0.2.13 (Sep 17, 2014)
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6374&quot;&gt;CB-6374&lt;/a&gt; Fix &lt;strong&gt;iOS 6&lt;/strong&gt; deprecation warnings
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6724&quot;&gt;CB-6724&lt;/a&gt; Empty may be expected
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7148&quot;&gt;CB-7148&lt;/a&gt; Added manual tests
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7249&quot;&gt;CB-7249&lt;/a&gt; Documentation translation
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7290&quot;&gt;CB-7290&lt;/a&gt; Adds support for universal Windows platform.
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7523&quot;&gt;CB-7523&lt;/a&gt; Fixing &lt;code&gt;ContactFieldType&lt;/code&gt; error in the &lt;code&gt;config.xml&lt;/code&gt;
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7544&quot;&gt;CB-7544&lt;/a&gt; &lt;strong&gt;iOS 8&lt;/strong&gt; Contact picker is read-only in iOS 8
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7546&quot;&gt;CB-7546&lt;/a&gt; &lt;strong&gt;iOS&lt;/strong&gt; &lt;code&gt;pickContact&lt;/code&gt; shows exception in the console log
+* Added documentation for manual tests
+* Add missing test, skip some specs on &lt;strong&gt;WP&lt;/strong&gt;
+* Changing &lt;code&gt;cdvtest&lt;/code&gt; format to use module exports
+* Merged changes for test framework plugin
+* Removed &lt;code&gt;js-module&lt;/code&gt; for tests from &lt;code&gt;plugin.xml&lt;/code&gt;
+* Renamed test dir, added nested &lt;code&gt;plugin.xml&lt;/code&gt;&lt;/p&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.device@0.2.12&lt;/code&gt;
+### 0.2.12 (Sep 17, 2014)
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7262&quot;&gt;CB-7262&lt;/a&gt; Adds support for universal windows apps.
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7471&quot;&gt;CB-7471&lt;/a&gt; Documentation translation
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7552&quot;&gt;CB-7552&lt;/a&gt; &lt;code&gt;device.name&lt;/code&gt; docs have not been removed
+* &lt;strong&gt;FxOS&lt;/strong&gt; Fix cordova version
+* Added plugin support for the browser
+* Added status box and documentation to manual tests&lt;/p&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.device-motion@0.2.10&lt;/code&gt;
+### 0.2.10 (Sep 17, 2014)
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7160&quot;&gt;CB-7160&lt;/a&gt; Added manual tests
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7160&quot;&gt;CB-7160&lt;/a&gt; Move to tests dir, add nested plugin.xml
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7313&quot;&gt;CB-7313&lt;/a&gt; Minor tweak to documentation of watchAcceleration function parameters
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7471&quot;&gt;CB-7471&lt;/a&gt; Documentation translation
+* Added documentation for manual tests
+* Added support for the browser
+* Changing cdvtest format to use module exports
+* Feature Branch: First attempt at new-style-tests
+* Register tests using new style
+* Removed &lt;code&gt;js-module&lt;/code&gt; for tests from &lt;code&gt;plugin.xml&lt;/code&gt;
+* Updated doc for browser&lt;/p&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.device-orientation@0.3.9&lt;/code&gt;
+### 0.3.9 (Sep 17, 2014)
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6960&quot;&gt;CB-6960&lt;/a&gt; Added manual tests
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6960&quot;&gt;CB-6960&lt;/a&gt; Port compass tests to plugin-test-framework
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7086&quot;&gt;CB-7086&lt;/a&gt; Renamed dir, added nested plugin.xml
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7471&quot;&gt;CB-7471&lt;/a&gt; Documentation translation
+* Added documentation for manual tests
+* Add support for the browser
+* Fixed problem with watchCompass if pressed twice
+* Updated docs for browser&lt;/p&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.dialogs@0.2.10&lt;/code&gt;
+### 0.2.10 (Sep 17, 2014)
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6965&quot;&gt;CB-6965&lt;/a&gt; Added manual tests
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6965&quot;&gt;CB-6965&lt;/a&gt; Port notification tests to test-framework
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7538&quot;&gt;CB-7538&lt;/a&gt; Android beep thread fix Beep now executes in it’s own thread
+* Added documentation for manual tests
+* Renamed test dir, added nested plugin.xml
+* Set dialog text dir to locale&lt;/p&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.file@1.3.1&lt;/code&gt;
+### 1.3.1 (Sep 17, 2014)
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6724&quot;&gt;CB-6724&lt;/a&gt; changed style detail on documentation
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6923&quot;&gt;CB-6923&lt;/a&gt; Adding support to handle relative paths
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7094&quot;&gt;CB-7094&lt;/a&gt; Ported File manual tests
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7094&quot;&gt;CB-7094&lt;/a&gt; renamed folder to tests + added nested plugin.xml
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7272&quot;&gt;CB-7272&lt;/a&gt; Replace confusing “r/o” abbreviation with just “r”
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7375&quot;&gt;CB-7375&lt;/a&gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6148&quot;&gt;CB-6148&lt;/a&gt;: Ensure that return values from copy and move operations reference the correct filesystem
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7375&quot;&gt;CB-7375&lt;/a&gt; Fix the filesystem name in resolveLocalFileSystemUri
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7375&quot;&gt;CB-7375&lt;/a&gt; Partial revert to resolve WP8 failures
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7375&quot;&gt;CB-7375&lt;/a&gt; Remove leading slash statement from condition
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7375&quot;&gt;CB-7375&lt;/a&gt; &lt;code&gt;Entry&lt;/code&gt; get proper filesystem in Entry
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7413&quot;&gt;CB-7413&lt;/a&gt; Adds support of &lt;code&gt;ms-appdata://&lt;/code&gt; URIs
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7417&quot;&gt;CB-7417&lt;/a&gt; &lt;code&gt;File tests&lt;/code&gt; added proper matcher to compare fullPath property
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7418&quot;&gt;CB-7418&lt;/a&gt; &lt;code&gt;DirectoryEntry&lt;/code&gt; Added &lt;code&gt;fullPath&lt;/code&gt; variable as part of condition
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7419&quot;&gt;CB-7419&lt;/a&gt; &lt;strong&gt;WP8&lt;/strong&gt; Added support to get metada from dir
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7422&quot;&gt;CB-7422&lt;/a&gt; &lt;code&gt;File Tests&lt;/code&gt; Use proper &lt;code&gt;fileSystem&lt;/code&gt; to create fullPath
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7423&quot;&gt;CB-7423&lt;/a&gt; encode path before attempting to resolve
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7431&quot;&gt;CB-7431&lt;/a&gt; Avoid calling &lt;code&gt;done()&lt;/code&gt; twice in &lt;code&gt;file.spec.109&lt;/code&gt; test
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7445&quot;&gt;CB-7445&lt;/a&gt; &lt;strong&gt;BlackBerry10&lt;/strong&gt; Add default file system size to prevent quota exceeded error on initial install
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7445&quot;&gt;CB-7445&lt;/a&gt; &lt;strong&gt;BlackBerry10&lt;/strong&gt; &lt;code&gt;resolveLocalFileSystemURI&lt;/code&gt; - change &lt;code&gt;DEFAULT_SIZE&lt;/code&gt; to &lt;code&gt;MAX_SIZE&lt;/code&gt;
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7458&quot;&gt;CB-7458&lt;/a&gt; &lt;strong&gt;BlackBerry10&lt;/strong&gt; &lt;code&gt;resolveLocalFileSystemURL&lt;/code&gt; - add &lt;code&gt;filesystem&lt;/code&gt; property
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7471&quot;&gt;CB-7471&lt;/a&gt; Documentation translation
+* Added documentation for manual tests
+* Added new js files to &lt;strong&gt;amazon-fireos&lt;/strong&gt; platform
+* Adds &lt;strong&gt;Windows&lt;/strong&gt; platform
+* Amazon related changes
+* Fixes multiple mobilespec tests errors
+* Overwrite existing file on &lt;code&gt;getFile&lt;/code&gt; when &lt;code&gt;create&lt;/code&gt; is &lt;code&gt;true&lt;/code&gt;
+* Refactored much of the logic in &lt;code&gt;FileMetadata&lt;/code&gt; constructor; &lt;code&gt;Directory.size&lt;/code&gt; will return &lt;code&gt;0&lt;/code&gt;
+* Removed &lt;code&gt;test/tests.js&lt;/code&gt; module from main &lt;code&gt;plugin.xml&lt;/code&gt;
+* Style improvements on Manual tests&lt;/p&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.file-transfer@0.4.6&lt;/code&gt;
+### 0.4.6 (Sep 17, 2014)
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6466&quot;&gt;CB-6466&lt;/a&gt; Fix failing test due to recent url change
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6466&quot;&gt;CB-6466&lt;/a&gt; Created mobile-spec test
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6961&quot;&gt;CB-6961&lt;/a&gt; Port &lt;code&gt;file-transfer&lt;/code&gt; tests to framework
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7316&quot;&gt;CB-7316&lt;/a&gt; Adds support for Windows platform, moves *Proxy files to proper directory
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7316&quot;&gt;CB-7316&lt;/a&gt; Improves current specs compatibility
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7316&quot;&gt;CB-7316&lt;/a&gt; Updates docs with actual information
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7423&quot;&gt;CB-7423&lt;/a&gt; fix spec28,29 &lt;code&gt;lastProgressEvent&lt;/code&gt; not visible to &lt;code&gt;afterEach&lt;/code&gt; function
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7471&quot;&gt;CB-7471&lt;/a&gt; Documentation translation
+* &lt;strong&gt;Amazon&lt;/strong&gt; related changes
+* &lt;strong&gt;WP8&lt;/strong&gt; Fixed failing &lt;code&gt;spec.19&lt;/code&gt;
+* Added documentation for new test
+* Added documentation to manual tests
+* Remove dupe file &lt;strong&gt;Windows&lt;/strong&gt; + &lt;strong&gt;Windows8&lt;/strong&gt; both use the same one
+* Renamed test dir, added nested plugin.xml and test&lt;/p&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.geolocation@0.3.10&lt;/code&gt;
+### 0.3.10 (Sep 17, 2014)
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5114&quot;&gt;CB-5114&lt;/a&gt; &lt;strong&gt;Windows 8.1&lt;/strong&gt; - Use a new proxy as old geolocation methods is deprecated
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5114&quot;&gt;CB-5114&lt;/a&gt; Append &lt;strong&gt;Windows 8.1&lt;/strong&gt; into &lt;code&gt;plugin.xml&lt;/code&gt; + Optimize &lt;strong&gt;Windows 8&lt;/strong&gt; &lt;code&gt;Geolocation&lt;/code&gt; proxy
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6911&quot;&gt;CB-6911&lt;/a&gt; Geolocation fails in &lt;strong&gt;iOS 8&lt;/strong&gt;
+* Revert &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6911&quot;&gt;CB-6911&lt;/a&gt; partially (keeping &lt;code&gt;Info.plist&lt;/code&gt; key installation for &lt;strong&gt;iOS 8&lt;/strong&gt;)
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7146&quot;&gt;CB-7146&lt;/a&gt; Added manual tests
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7158&quot;&gt;CB-7158&lt;/a&gt; Fix geolocation for &lt;strong&gt;iOS 8&lt;/strong&gt;
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7556&quot;&gt;CB-7556&lt;/a&gt; &lt;strong&gt;iOS&lt;/strong&gt; Clearing all Watches does not stop Location Services
+* Added documentation for manual tests
+* Changing &lt;code&gt;cdvtest&lt;/code&gt; format to use module exports
+* Convert tests to new style
+* Register tests using new style
+* Removed &lt;strong&gt;amazon-fireos&lt;/strong&gt; code for geolocation
+* Removed &lt;code&gt;js-module&lt;/code&gt; for tests from &lt;code&gt;plugin.xml&lt;/code&gt;
+* Renamed &lt;code&gt;test&lt;/code&gt; dir, added nested &lt;code&gt;plugin.xml&lt;/code&gt;&lt;/p&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.globalization@0.3.1&lt;/code&gt;
+### 0.3.1 (Sep 17, 2014)
+* &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6490&quot;&gt;CB-6490&lt;/a&gt; &lt;strong&gt;BlackBerry10&lt;/strong&gt; Use &lt;code&gt;-&lt;/code&gt; instead of &lt;code&gt;_&lt;/code&gt; in &lt;code&gt;getLocaleName()&lt;/code&gt;

[... 9069 lines stripped ...]


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