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

svn commit: r1727412 [2/4] - in /cordova/site/public: ./ announcements/2016/01/24/ blog/ docs/en/dev/config_ref/ docs/en/dev/guide/platforms/android/ docs/en/dev/guide/platforms/ios/ news/2016/01/28/ static/js/

Modified: cordova/site/public/feed.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1727412&r1=1727411&r2=1727412&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Thu Jan 28 17:36:52 2016
@@ -6,11 +6,173 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Sun, 24 Jan 2016 00:15:47 -0800</pubDate>
-    <lastBuildDate>Sun, 24 Jan 2016 00:15:47 -0800</lastBuildDate>
+    <pubDate>Thu, 28 Jan 2016 10:22:37 -0700</pubDate>
+    <lastBuildDate>Thu, 28 Jan 2016 10:22:37 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
+        <title>Cordova 6.0.0 Released!</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@6.0.0&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova&quot;&gt;cordova@6.0.0&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/plugman&quot;&gt;plugman@1.1.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.3&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;Release Highlights include:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Updated default platform versions to &lt;code class=&quot;prettyprint&quot;&gt;cordova-android@5&lt;/code&gt;, &lt;code class=&quot;prettyprint&quot;&gt;cordova-ios@4&lt;/code&gt; and &lt;code class=&quot;prettyprint&quot;&gt;cordova-windows@4.3&lt;/code&gt;. 
+
+&lt;ul&gt;
+&lt;li&gt;&lt;code class=&quot;prettyprint&quot;&gt;cordova-android@5.1&lt;/code&gt; supports &lt;strong&gt;Android 6.X.X (Marshmallow)&lt;/strong&gt; &lt;/li&gt;
+&lt;li&gt;&lt;code class=&quot;prettyprint&quot;&gt;cordova-ios@4.0&lt;/code&gt; adds &lt;strong&gt;iOS9&lt;/strong&gt; and &lt;code class=&quot;prettyprint&quot;&gt;WKWebView&lt;/code&gt; support&lt;/li&gt;
+&lt;li&gt;&lt;code class=&quot;prettyprint&quot;&gt;cordova-windows@4.3&lt;/code&gt; updated the platform to use the new Platform API.&lt;/li&gt;
+&lt;/ul&gt;&lt;/li&gt;
+&lt;li&gt;Added a new template feature to &lt;code class=&quot;prettyprint&quot;&gt;create&lt;/code&gt; command. E.g. &lt;code class=&quot;prettyprint&quot;&gt;cordova create --template cordova-app-hello-world&lt;/code&gt;. This can fetch templates via &lt;strong&gt;npm&lt;/strong&gt;, &lt;strong&gt;git URL&lt;/strong&gt; or local paths.&lt;/li&gt;
+&lt;li&gt;Removed support for our old &lt;strong&gt;Cordova Plugins Registry&lt;/strong&gt;. Now plugins can only be installed via &lt;strong&gt;npm&lt;/strong&gt;, &lt;strong&gt;git URL&lt;/strong&gt; or local paths.&lt;/li&gt;
+&lt;li&gt;Added default plugin pinning to &lt;code class=&quot;prettyprint&quot;&gt;cordova&lt;/code&gt;. This means that &lt;code class=&quot;prettyprint&quot;&gt;cordova plugin add cordova-plugin-camera&lt;/code&gt; will fetch the pinned version of the plugin instead of the always grabbing the &lt;code class=&quot;prettyprint&quot;&gt;latest&lt;/code&gt;. Users can still install any version of a plugin via &lt;code class=&quot;prettyprint&quot;&gt;cordova plugin add cordova-plugin-camera@VERSION&lt;/code&gt;.&lt;/li&gt;
+&lt;li&gt;Added deprecation notices for &lt;strong&gt;amazon-fireos&lt;/strong&gt; and &lt;strong&gt;wp8&lt;/strong&gt;. We are aiming to remove support for these platforms in 6 months. Target &lt;strong&gt;Android&lt;/strong&gt; and &lt;strong&gt;Windows&lt;/strong&gt; instead.&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 class=&quot;prettyprint&quot;&gt;cordova&lt;/code&gt; installed:&lt;/p&gt;
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-text&quot; data-lang=&quot;text&quot;&gt;npm install -g cordova@latest
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;
+&lt;li&gt;&lt;p&gt;If you have &lt;code class=&quot;prettyprint&quot;&gt;plugman&lt;/code&gt; installed:&lt;/p&gt;
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-text&quot; data-lang=&quot;text&quot;&gt;npm install -g plugman@latest
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;!--more--&gt;
+
+&lt;h1 id=&quot;changes-include&quot;&gt;Changes include:&lt;/h1&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:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;http://cordova.apache.org/announcements/2015/12/08/cordova-ios-4.0.0.html&quot;&gt;cordova-ios Release Notes&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;http://cordova.apache.org/announcements/2016/01/24/cordova-android-5.1.0.html&quot;&gt;cordova-android Release Notes&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;http://cordova.apache.org/announcements/2016/01/18/cordova-windows-4.3.0.html&quot;&gt;cordova-windows Release Notes&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-10432&quot;&gt;CB-10432&lt;/a&gt; Fix plugin installation for newly added platform&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10423&quot;&gt;CB-10423&lt;/a&gt; allow recursive folder copy skipping whatever .. was&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10394&quot;&gt;CB-10394&lt;/a&gt; updated pinned &lt;strong&gt;Android&lt;/strong&gt; version to &lt;code class=&quot;prettyprint&quot;&gt;~5.1.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10299&quot;&gt;CB-10299&lt;/a&gt; updated pinned &lt;strong&gt;windows&lt;/strong&gt; version to &lt;code class=&quot;prettyprint&quot;&gt;~4.3.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10274&quot;&gt;CB-10274&lt;/a&gt; Make www directory the default for plugman&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10121&quot;&gt;CB-10121&lt;/a&gt; added deprecation notice for &lt;strong&gt;amazon-fireos&lt;/strong&gt; and &lt;strong&gt;wp8&lt;/strong&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7183&quot;&gt;CB-7183&lt;/a&gt; prevent read/write/modify files outside project from plugins&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8455&quot;&gt;CB-8455&lt;/a&gt; Added &lt;code class=&quot;prettyprint&quot;&gt;--nohooks&lt;/code&gt; option.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10193&quot;&gt;CB-10193&lt;/a&gt; Add deprecation notice about &lt;code class=&quot;prettyprint&quot;&gt;pre_package&lt;/code&gt; removal&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10147&quot;&gt;CB-10147&lt;/a&gt; updated pinned &lt;strong&gt;iOS&lt;/strong&gt; to &lt;code class=&quot;prettyprint&quot;&gt;~4.0.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10125&quot;&gt;CB-10125&lt;/a&gt;: Android build fails on read-only files.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6698&quot;&gt;CB-6698&lt;/a&gt; Fix directory resolution of framework with parent.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9653&quot;&gt;CB-9653&lt;/a&gt; Adds copying of &lt;strong&gt;blackberry10&lt;/strong&gt; splashscreens&lt;/li&gt;
+&lt;li&gt;&lt;strong&gt;Ubuntu&lt;/strong&gt; support for the new plugin naming convention&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9957&quot;&gt;CB-9957&lt;/a&gt; removed support for fetching from Cordova Plugins Registry. Only fetch plugins from &lt;strong&gt;npm&lt;/strong&gt; now.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10108&quot;&gt;CB-10108&lt;/a&gt; Fixes &lt;strong&gt;android&lt;/strong&gt; frameworks installation/removal&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9964&quot;&gt;CB-9964&lt;/a&gt; Added &lt;code class=&quot;prettyprint&quot;&gt;--template&lt;/code&gt; support to &lt;code class=&quot;prettyprint&quot;&gt;cordova create&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;Removing the &lt;code class=&quot;prettyprint&quot;&gt;--usegit&lt;/code&gt; flag from &lt;code class=&quot;prettyprint&quot;&gt;cordova platform&lt;/code&gt;. Recommended method is to use &lt;code class=&quot;prettyprint&quot;&gt;cordova platform add git_url#branch&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10081&quot;&gt;CB-10081&lt;/a&gt; pinned plugin versions. These are default versions fetched when adding a plugin.&lt;/li&gt;
+&lt;li&gt;add missing &lt;code class=&quot;prettyprint&quot;&gt;package_suffix&lt;/code&gt; function on &lt;strong&gt;amazon-fireos&lt;/strong&gt; platform for plugman installations.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10057&quot;&gt;CB-10057&lt;/a&gt; - removing &lt;code class=&quot;prettyprint&quot;&gt;&amp;lt;access&amp;gt;&lt;/code&gt; tag does not remove &lt;code class=&quot;prettyprint&quot;&gt;ATS&lt;/code&gt; entry&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10048&quot;&gt;CB-10048&lt;/a&gt; clobbering of &lt;code class=&quot;prettyprint&quot;&gt;&amp;lt;access&amp;gt;&lt;/code&gt; tags to &lt;code class=&quot;prettyprint&quot;&gt;ATS&lt;/code&gt; directives&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-10424&quot;&gt;CB-10424&lt;/a&gt; Updated cordova-lib dependency to 6.0.0&lt;/li&gt;
+&lt;li&gt;Remove browserify from experimental flags list&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8455&quot;&gt;CB-8455&lt;/a&gt; Added &lt;code class=&quot;prettyprint&quot;&gt;--nohooks&lt;/code&gt; option.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9964&quot;&gt;CB-9964&lt;/a&gt; Added &lt;code class=&quot;prettyprint&quot;&gt;--template&lt;/code&gt; support to &lt;code class=&quot;prettyprint&quot;&gt;cordova create&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;Removing the &lt;code class=&quot;prettyprint&quot;&gt;--usegit&lt;/code&gt; flag from &lt;code class=&quot;prettyprint&quot;&gt;cordova platform&lt;/code&gt;. Recommended method is to use &lt;code class=&quot;prettyprint&quot;&gt;cordova platform add git_url#branch&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9836&quot;&gt;CB-9836&lt;/a&gt; Add &lt;code class=&quot;prettyprint&quot;&gt;.gitattributes&lt;/code&gt; to prevent &lt;code class=&quot;prettyprint&quot;&gt;CRLF&lt;/code&gt; line endings in repos&lt;/li&gt;
+&lt;li&gt;Added message about deprecating &lt;strong&gt;amazon-fireos&lt;/strong&gt; for &lt;strong&gt;Fire OS 5.0+&lt;/strong&gt; devices. 2015 onwards &lt;strong&gt;FireOS&lt;/strong&gt; devices should use &lt;strong&gt;Android&lt;/strong&gt; platform only.&lt;/li&gt;
+&lt;li&gt;Added message about deprecating &lt;strong&gt;wp8&lt;/strong&gt;. Users should start targeting the &lt;strong&gt;windows&lt;/strong&gt; platform instead.&lt;/li&gt;
+&lt;li&gt;add &lt;strong&gt;JIRA&lt;/strong&gt; issue tracker link. &lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;cordova-plugman&quot;&gt;cordova-plugman&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10424&quot;&gt;CB-10424&lt;/a&gt; Updated cordova-lib dependency to 6.0.0&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-9883&quot;&gt;CB-9883&lt;/a&gt; - remove unused bridge tests&lt;/li&gt;
+&lt;li&gt;add &lt;strong&gt;JIRA&lt;/strong&gt; issue tracker link&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;pinned-platform-versions-for-cordova-cli-6-0-0&quot;&gt;Pinned Platform Versions for &lt;strong&gt;Cordova CLI 6.0.0&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: ~5.1.0&lt;/li&gt;
+&lt;li&gt;Cordova BlackBerry10: ~3.8.0&lt;/li&gt;
+&lt;li&gt;Cordova Browser: ~4.0.0&lt;/li&gt;
+&lt;li&gt;Cordova FirefoxOS: ~3.6.3&lt;/li&gt;
+&lt;li&gt;Cordova iOS: ~4.0.1&lt;/li&gt;
+&lt;li&gt;Cordova OSX: ~4.0.0&lt;/li&gt;
+&lt;li&gt;Cordova Ubuntu: ~4.3.2&lt;/li&gt;
+&lt;li&gt;Cordova Windows: ~4.3.0&lt;/li&gt;
+&lt;li&gt;Cordova WebOS: ~3.7.0&lt;/li&gt;
+&lt;li&gt;Cordova WP8: ~3.8.2&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;pinned-plugin-versions-for-cordova-cli-6-0-0&quot;&gt;Pinned Plugin Versions for &lt;strong&gt;Cordova CLI 6.0.0&lt;/strong&gt;&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;cordova-plugin-battery-status: ~1.1.1&lt;/li&gt;
+&lt;li&gt;cordova-plugin-camera: ~2.1.0&lt;/li&gt;
+&lt;li&gt;cordova-plugin-console: ~1.0.2&lt;/li&gt;
+&lt;li&gt;cordova-plugin-contacts: ~2.0.1&lt;/li&gt;
+&lt;li&gt;cordova-plugin-device: ~1.1.1&lt;/li&gt;
+&lt;li&gt;cordova-plugin-device-motion: ~1.2.0&lt;/li&gt;
+&lt;li&gt;cordova-plugin-device-orientation: ~1.0.2&lt;/li&gt;
+&lt;li&gt;cordova-plugin-dialogs: ~1.2.0&lt;/li&gt;
+&lt;li&gt;cordova-plugin-file: ~4.1.0&lt;/li&gt;
+&lt;li&gt;cordova-plugin-file-transfer: ~1.5.0&lt;/li&gt;
+&lt;li&gt;cordova-plugin-geolocation: ~2.1.0&lt;/li&gt;
+&lt;li&gt;cordova-plugin-globalization: ~1.0.2&lt;/li&gt;
+&lt;li&gt;cordova-plugin-inappbrowser: ~1.2.0&lt;/li&gt;
+&lt;li&gt;cordova-plugin-legacy-whitelist: ~1.1.1&lt;/li&gt;
+&lt;li&gt;cordova-plugin-media: ~2.1.0&lt;/li&gt;
+&lt;li&gt;cordova-plugin-media-capture: ~1.2.0&lt;/li&gt;
+&lt;li&gt;cordova-plugin-network-information: ~1.2.0&lt;/li&gt;
+&lt;li&gt;cordova-plugin-splashscreen: ~3.1.0&lt;/li&gt;
+&lt;li&gt;cordova-plugin-statusbar: ~2.1.0&lt;/li&gt;
+&lt;li&gt;cordova-plugin-test-framework: ~1.1.1&lt;/li&gt;
+&lt;li&gt;cordova-plugin-vibration: ~2.1.0&lt;/li&gt;
+&lt;li&gt;cordova-plugin-whitelist: ~1.2.1&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Thu, 28 Jan 2016 00:00:00 -0700</pubDate>
+        <link>https://cordova.apache.org/news/2016/01/28/tools-release.html</link>
+        <guid isPermaLink="true">https://cordova.apache.org/news/2016/01/28/tools-release.html</guid>
+        
+        <category>release</category>
+        
+        <category>tools</category>
+        
+        
+        <category>news</category>
+        
+      </item>
+    
+      <item>
         <title>Cordova Android 5.1.0</title>
         <description>&lt;p&gt;We are happy to announce that &lt;code class=&quot;prettyprint&quot;&gt;Cordova Android 5.1.0&lt;/code&gt; has been released.&lt;/p&gt;
 
@@ -51,7 +213,7 @@ cordova platform update android@5.1.0
 &lt;li&gt;added node_modules back into &lt;code class=&quot;prettyprint&quot;&gt;.gitignore&lt;/code&gt;&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-        <pubDate>Sun, 24 Jan 2016 00:00:00 -0800</pubDate>
+        <pubDate>Sun, 24 Jan 2016 00:00:00 -0700</pubDate>
         <link>https://cordova.apache.org/announcements/2016/01/24/cordova-android-5.1.0.html</link>
         <guid isPermaLink="true">https://cordova.apache.org/announcements/2016/01/24/cordova-android-5.1.0.html</guid>
         
@@ -258,7 +420,7 @@ cordova plugin add cordova-plugin-camera
 &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10194&quot;&gt;CB-10194&lt;/a&gt; info tag prints for ios when not applicable&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-        <pubDate>Tue, 19 Jan 2016 00:00:00 -0800</pubDate>
+        <pubDate>Tue, 19 Jan 2016 00:00:00 -0700</pubDate>
         <link>https://cordova.apache.org/news/2016/01/19/plugins-release.html</link>
         <guid isPermaLink="true">https://cordova.apache.org/news/2016/01/19/plugins-release.html</guid>
         
@@ -299,7 +461,7 @@ cordova platform update windows@4.3.0
 &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9828&quot;&gt;CB-9828&lt;/a&gt; Implement and expose &lt;code class=&quot;prettyprint&quot;&gt;PlatformApi&lt;/code&gt; for &lt;strong&gt;Windows&lt;/strong&gt;.&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-        <pubDate>Mon, 18 Jan 2016 00:00:00 -0800</pubDate>
+        <pubDate>Mon, 18 Jan 2016 00:00:00 -0700</pubDate>
         <link>https://cordova.apache.org/announcements/2016/01/18/cordova-windows-4.3.0.html</link>
         <guid isPermaLink="true">https://cordova.apache.org/announcements/2016/01/18/cordova-windows-4.3.0.html</guid>
         
@@ -333,7 +495,7 @@ cordova platform update ubuntu@4.3.2
 &lt;li&gt;check_reqs only verifies node dependencies now, not ubuntu build deps which are checked once trying to build&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-        <pubDate>Fri, 08 Jan 2016 00:00:00 -0800</pubDate>
+        <pubDate>Fri, 08 Jan 2016 00:00:00 -0700</pubDate>
         <link>https://cordova.apache.org/announcements/2016/01/08/cordova-ubuntu-4.3.2.html</link>
         <guid isPermaLink="true">https://cordova.apache.org/announcements/2016/01/08/cordova-ubuntu-4.3.2.html</guid>
         
@@ -371,7 +533,7 @@ cordova platform update ios@4.0.1
 &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10162&quot;&gt;CB-10162&lt;/a&gt; - correct the paths for iOS icon and splashscreen resources&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-        <pubDate>Fri, 18 Dec 2015 00:00:00 -0800</pubDate>
+        <pubDate>Fri, 18 Dec 2015 00:00:00 -0700</pubDate>
         <link>https://cordova.apache.org/announcements/2015/12/18/cordova-ios-4.0.1.html</link>
         <guid isPermaLink="true">https://cordova.apache.org/announcements/2015/12/18/cordova-ios-4.0.1.html</guid>
         
@@ -423,7 +585,7 @@ cordova plugin add cordova-plugin-wkwebv
 &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10040&quot;&gt;CB-10040&lt;/a&gt; - Compile Error in InAppBrowser Plugin for iOS - No known instance method for selector &amp;#39;URLIsWhitelisted:&amp;#39;&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-        <pubDate>Mon, 14 Dec 2015 00:00:00 -0800</pubDate>
+        <pubDate>Mon, 14 Dec 2015 00:00:00 -0700</pubDate>
         <link>https://cordova.apache.org/news/2015/12/14/plugins-release.html</link>
         <guid isPermaLink="true">https://cordova.apache.org/news/2015/12/14/plugins-release.html</guid>
         
@@ -473,7 +635,7 @@ cordova plugin add cordova-plugin-wkwebv
 &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8666&quot;&gt;CB-8666&lt;/a&gt; - Update &lt;code class=&quot;prettyprint&quot;&gt;CDVWKWebViewEngine&lt;/code&gt; plugin to use 4.0.x branch code&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-        <pubDate>Tue, 08 Dec 2015 00:00:00 -0800</pubDate>
+        <pubDate>Tue, 08 Dec 2015 00:00:00 -0700</pubDate>
         <link>https://cordova.apache.org/news/2015/12/08/wkwebview-engine-plugin-release.html</link>
         <guid isPermaLink="true">https://cordova.apache.org/news/2015/12/08/wkwebview-engine-plugin-release.html</guid>
         
@@ -643,7 +805,7 @@ cordova platform update ios@4.0.0
 &lt;li&gt;Split into Public and Private headers more clearly. Delete most deprectated symbols.&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-        <pubDate>Tue, 08 Dec 2015 00:00:00 -0800</pubDate>
+        <pubDate>Tue, 08 Dec 2015 00:00:00 -0700</pubDate>
         <link>https://cordova.apache.org/announcements/2015/12/08/cordova-ios-4.0.0.html</link>
         <guid isPermaLink="true">https://cordova.apache.org/announcements/2015/12/08/cordova-ios-4.0.0.html</guid>
         
@@ -711,7 +873,7 @@ cordova platform update ios@4.0.0
 &lt;li&gt;Cordova WP8: ~3.8.1&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-        <pubDate>Tue, 24 Nov 2015 00:00:00 -0800</pubDate>
+        <pubDate>Tue, 24 Nov 2015 00:00:00 -0700</pubDate>
         <link>https://cordova.apache.org/news/2015/11/24/tools-release.html</link>
         <guid isPermaLink="true">https://cordova.apache.org/news/2015/11/24/tools-release.html</guid>
         
@@ -721,393 +883,6 @@ cordova platform update ios@4.0.0
         
         
         <category>news</category>
-        
-      </item>
-    
-      <item>
-        <title>Plugins Release</title>
-        <description>&lt;p&gt;The following plugins were updated today:&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;cordova-plugin-battery-status@1.1.1&lt;/li&gt;
-&lt;li&gt;cordova-plugin-camera@2.0.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-console@1.0.2&lt;/li&gt;
-&lt;li&gt;cordova-plugin-contacts@2.0.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-device@1.1.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-device-motion@1.2.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-device-orientation@1.0.2&lt;/li&gt;
-&lt;li&gt;cordova-plugin-dialogs@1.2.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-file@4.0.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-file-transfer@1.4.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-geolocation@2.0.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-globalization@1.0.2&lt;/li&gt;
-&lt;li&gt;cordova-plugin-inappbrowser@1.1.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-legacy-whitelist@1.1.1&lt;/li&gt;
-&lt;li&gt;cordova-plugin-media@2.0.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-media-capture@1.1.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-network-information@1.1.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-splashscreen@3.0.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-statusbar@2.0.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-test-framework@1.1.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-vibration@2.0.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-whitelist@1.2.0&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;The following plugins now require &lt;code class=&quot;prettyprint&quot;&gt;cordova-android@5.0.0&lt;/code&gt;. Please read the &lt;a href=&quot;http://cordova.apache.org/announcements/2015/11/09/cordova-android-5.0.0.html&quot;&gt;Android 5.0.0 release blog&lt;/a&gt; for instructions to update. &lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;cordova-plugin-camera@2.0.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-contacts@2.0.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-file@4.0.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-geolocation@2.0.0&lt;/li&gt;
-&lt;li&gt;cordova-plugin-media@2.0.0&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2 id=&quot;update&quot;&gt;Update&lt;/h2&gt;
-
-&lt;p&gt;Since &lt;code class=&quot;prettyprint&quot;&gt;cordova-android@5.0.0&lt;/code&gt; isn&amp;#39;t yet pinned by default in &lt;code class=&quot;prettyprint&quot;&gt;cordova&lt;/code&gt;, you will have to explicitly install these new versions of these five plugins now. The previous released versions of the above five plugins are still set to &lt;code class=&quot;prettyprint&quot;&gt;latest&lt;/code&gt; on npm instead of these newly released versions. These will be set to &lt;code class=&quot;prettyprint&quot;&gt;latest&lt;/code&gt; once we release &lt;code class=&quot;prettyprint&quot;&gt;cordova@6&lt;/code&gt; which will have &lt;code class=&quot;prettyprint&quot;&gt;cordova-android@5.0.0&lt;/code&gt; pinned.&lt;/p&gt;
-
-&lt;p&gt;E.g. &lt;/p&gt;
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-text&quot; data-lang=&quot;text&quot;&gt;cordova plugin add cordova-plugin-camera@2.0.0 --save
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-&lt;p&gt;To see what versions exist for a plugin, run &lt;code class=&quot;prettyprint&quot;&gt;npm info PLUGINNAME versions&lt;/code&gt;. &lt;/p&gt;
-
-&lt;hr&gt;
-
-&lt;p&gt;You can update any plugin by removing it, and then re-adding it.&lt;/p&gt;
-
-&lt;p&gt;E.g. To update your camera plugin:&lt;/p&gt;
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-text&quot; data-lang=&quot;text&quot;&gt;cordova plugin rm cordova-plugin-camera --save
-cordova plugin add cordova-plugin-camera --save
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-&lt;p&gt;Changes include:&lt;/p&gt;
-
-&lt;!--more--&gt;
-
-&lt;p&gt;cordova-plugin-battery-status@1.1.1&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-camera@2.0.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8863&quot;&gt;CB-8863&lt;/a&gt; correct block usage for &lt;code class=&quot;prettyprint&quot;&gt;async&lt;/code&gt; calls&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5479&quot;&gt;CB-5479&lt;/a&gt; changed &lt;code class=&quot;prettyprint&quot;&gt;saveToPhotoAlbum&lt;/code&gt; to save uncompressed images for &lt;strong&gt;Android&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9169&quot;&gt;CB-9169&lt;/a&gt; Fixed &lt;code class=&quot;prettyprint&quot;&gt;filetype&lt;/code&gt; for uncompressed images and added quirk for &lt;strong&gt;Android&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9446&quot;&gt;CB-9446&lt;/a&gt; Removing &lt;code class=&quot;prettyprint&quot;&gt;CordovaResource&lt;/code&gt; library code in favour of the code we&amp;#39;re supposed to be deprecating because that at least works.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9942&quot;&gt;CB-9942&lt;/a&gt; Normalize line endings in Camera plugin docs&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9910&quot;&gt;CB-9910&lt;/a&gt; Add permission request for some gallery requests for &lt;strong&gt;Android&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7668&quot;&gt;CB-7668&lt;/a&gt; Adding a sterner warning for &lt;code class=&quot;prettyprint&quot;&gt;allowedit&lt;/code&gt; on &lt;strong&gt;Android&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;li&gt;Using the &lt;code class=&quot;prettyprint&quot;&gt;CordovaResourceApi&lt;/code&gt; to fine paths of files in the background thread.  If the file doesn&amp;#39;t exist, return the content &lt;code class=&quot;prettyprint&quot;&gt;URI&lt;/code&gt;. &lt;/li&gt;
-&lt;li&gt;Add engine tag for &lt;strong&gt;Cordova-Android 5.0.x&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9583&quot;&gt;CB-9583&lt;/a&gt;: Added support for &lt;strong&gt;Marshmallow&lt;/strong&gt; permissions (&lt;strong&gt;Android 6.0&lt;/strong&gt;)&lt;/li&gt;
-&lt;li&gt;Try to use &lt;code class=&quot;prettyprint&quot;&gt;realpath&lt;/code&gt; filename instead of default &lt;code class=&quot;prettyprint&quot;&gt;modified.jpg&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6190&quot;&gt;CB-6190&lt;/a&gt; &lt;strong&gt;iOS&lt;/strong&gt; camera plugin ignores quality parameter&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9633&quot;&gt;CB-9633&lt;/a&gt; &lt;strong&gt;iOS&lt;/strong&gt; Taking a Picture With Option &lt;code class=&quot;prettyprint&quot;&gt;destinationType:NATIVE_URI&lt;/code&gt; doesn&amp;#39;t show image&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9745&quot;&gt;CB-9745&lt;/a&gt; Camera plugin docs should be generated from the source&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9622&quot;&gt;CB-9622&lt;/a&gt; &lt;strong&gt;WP8&lt;/strong&gt; Camera Option &lt;code class=&quot;prettyprint&quot;&gt;destinationType:NATIVE_URI&lt;/code&gt; is a &lt;code class=&quot;prettyprint&quot;&gt;NO-OP&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9623&quot;&gt;CB-9623&lt;/a&gt; Fixes various issues when &lt;code class=&quot;prettyprint&quot;&gt;encodingType&lt;/code&gt; set to &lt;code class=&quot;prettyprint&quot;&gt;png&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9591&quot;&gt;CB-9591&lt;/a&gt; Retaining aspect ratio when resizing&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9443&quot;&gt;CB-9443&lt;/a&gt; Pick correct &lt;code class=&quot;prettyprint&quot;&gt;maxResolution&lt;/code&gt; &lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9151&quot;&gt;CB-9151&lt;/a&gt; Trigger &lt;code class=&quot;prettyprint&quot;&gt;captureAction&lt;/code&gt; only once&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9413&quot;&gt;CB-9413&lt;/a&gt; Close &lt;code class=&quot;prettyprint&quot;&gt;RandomAccessStream&lt;/code&gt; once copied&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5661&quot;&gt;CB-5661&lt;/a&gt; Remove outdated &lt;strong&gt;iOS&lt;/strong&gt; quirks about memory&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9349&quot;&gt;CB-9349&lt;/a&gt; Focus control and nice UI&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9259&quot;&gt;CB-9259&lt;/a&gt; Forgot to add another check on which &lt;code class=&quot;prettyprint&quot;&gt;URI&lt;/code&gt; we&amp;#39;re using when fixing this thing the first time&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9247&quot;&gt;CB-9247&lt;/a&gt; Added macro to conditionally add &lt;code class=&quot;prettyprint&quot;&gt;NSData+Base64.h&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9247&quot;&gt;CB-9247&lt;/a&gt; Fixes compilation errors with &lt;strong&gt;cordova-ios 4.x&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;Fix returning native url on &lt;strong&gt;Windows&lt;/strong&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-console@1.0.2&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;li&gt;Document formatting options for the console object&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5089&quot;&gt;CB-5089&lt;/a&gt; Document supported methods for console object&lt;/li&gt;
-&lt;li&gt;reverted &lt;code class=&quot;prettyprint&quot;&gt;d58f218b9149d362ebb0b8ce697cf403569d14cd&lt;/code&gt; because &lt;code class=&quot;prettyprint&quot;&gt;logger&lt;/code&gt; is not needed on &lt;strong&gt;Android&lt;/strong&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-contacts@2.0.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9728&quot;&gt;CB-9728&lt;/a&gt; Solving memory leak issues due to opened cursor objects&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9940&quot;&gt;CB-9940&lt;/a&gt; Adding namespace declarations for &lt;code class=&quot;prettyprint&quot;&gt;m3&lt;/code&gt; and uap to &lt;code class=&quot;prettyprint&quot;&gt;plugin.xml&lt;/code&gt;. &lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9905&quot;&gt;CB-9905&lt;/a&gt; mark tests as pending if &lt;strong&gt;iOS&lt;/strong&gt; permission is blocked.&lt;/li&gt;
-&lt;li&gt;Refactored &lt;code class=&quot;prettyprint&quot;&gt;ContactManager&lt;/code&gt; after feedback&lt;/li&gt;
-&lt;li&gt;Commit of Contacts Plugin with new &lt;code class=&quot;prettyprint&quot;&gt;API&lt;/code&gt; for new &lt;strong&gt;MarshMallow&lt;/strong&gt; permissions for &lt;strong&gt;Android 6.0&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9823&quot;&gt;CB-9823&lt;/a&gt; Making sure the &lt;code class=&quot;prettyprint&quot;&gt;photoCursor&lt;/code&gt; is always closed.&lt;/li&gt;
-&lt;li&gt;Shortened multiple references to use &lt;code class=&quot;prettyprint&quot;&gt;CommonDataKinds&lt;/code&gt; directly&lt;/li&gt;
-&lt;li&gt;removed multiple calls &lt;code class=&quot;prettyprint&quot;&gt;toLowerCase(Locale.getDefault())&lt;/code&gt; for the same string, use type Phone &lt;code class=&quot;prettyprint&quot;&gt;enum&lt;/code&gt; directly.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8537&quot;&gt;CB-8537&lt;/a&gt; Updated source to pass &lt;code class=&quot;prettyprint&quot;&gt;Fortify&lt;/code&gt; scan.&lt;/li&gt;
-&lt;li&gt;Update &lt;code class=&quot;prettyprint&quot;&gt;ContactProxy.js&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;Do not return absolute path for contact images.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9579&quot;&gt;CB-9579&lt;/a&gt; Fixed failed tests when &lt;code class=&quot;prettyprint&quot;&gt;DeleteMe&lt;/code&gt; contact already exists&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9054&quot;&gt;CB-9054&lt;/a&gt;: Can&amp;#39;t fully reproduce, but we should probably wrap this in an exception anyway.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-device@1.1.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;Add &lt;code class=&quot;prettyprint&quot;&gt;isVirtual&lt;/code&gt; for &lt;strong&gt;Windows Phone 8.x&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;Added basic &lt;strong&gt;Android&lt;/strong&gt; support for hardware serial number&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9865&quot;&gt;CB-9865&lt;/a&gt; Better simulator detection for &lt;strong&gt;iOS&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;li&gt;Added &lt;strong&gt;WP8&lt;/strong&gt; implementation&lt;/li&gt;
-&lt;li&gt;update to use &lt;code class=&quot;prettyprint&quot;&gt;TARGET_OS_SIMULATOR&lt;/code&gt; as &lt;code class=&quot;prettyprint&quot;&gt;TARGET_IPHONE_SIMULATOR&lt;/code&gt; is deprecated.&lt;/li&gt;
-&lt;li&gt;update code to use &amp;#39;isVirtual&amp;#39;&lt;/li&gt;
-&lt;li&gt;create test to verify existence and type of new property &amp;#39;isVirtual&amp;#39;&lt;/li&gt;
-&lt;li&gt;add &lt;code class=&quot;prettyprint&quot;&gt;isSimulator&lt;/code&gt; for &lt;strong&gt;iOS&lt;/strong&gt; &amp;amp; &lt;strong&gt;Android&lt;/strong&gt; device&lt;/li&gt;
-&lt;li&gt;Updated documentation to mention backwards compatibility&lt;/li&gt;
-&lt;li&gt;Updated &lt;strong&gt;README&lt;/strong&gt; to reflect new behaviour and quirks on &lt;strong&gt;iOS&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;Check user defaults first to maintain backwards compatibility&lt;/li&gt;
-&lt;li&gt;Changed &lt;code class=&quot;prettyprint&quot;&gt;UUID&lt;/code&gt; to use &lt;code class=&quot;prettyprint&quot;&gt;[UIDevice identifierForVendor]&lt;/code&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-device-motion@1.2.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;access all &lt;code class=&quot;prettyprint&quot;&gt;accel&lt;/code&gt; properties via getters&lt;/li&gt;
-&lt;li&gt;Return error when &lt;code class=&quot;prettyprint&quot;&gt;accelerometer&lt;/code&gt; not available, skip/pending tests when accel not available, use getters for properties&lt;/li&gt;
-&lt;li&gt;Returning an &lt;code class=&quot;prettyprint&quot;&gt;OK PluginResult.Status&lt;/code&gt; when starting&lt;/li&gt;
-&lt;li&gt;Update &lt;code class=&quot;prettyprint&quot;&gt;README.md&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;Added &lt;strong&gt;Android&lt;/strong&gt; quirk &lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9426&quot;&gt;CB-9426&lt;/a&gt; Fix exception when using device motion plugin on &lt;strong&gt;browser&lt;/strong&gt; platform.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9339&quot;&gt;CB-9339&lt;/a&gt; Increase the default sensor accuracy&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-device-orientation@1.0.2&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4596&quot;&gt;CB-4596&lt;/a&gt; Fix &lt;code class=&quot;prettyprint&quot;&gt;timestamp&lt;/code&gt; to be &lt;code class=&quot;prettyprint&quot;&gt;DOMTimeStamp&lt;/code&gt; across the board&lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9426&quot;&gt;CB-9426&lt;/a&gt; Fix exception when using device orientation plugin on &lt;strong&gt;browser&lt;/strong&gt; platform.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-dialogs@1.2.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8549&quot;&gt;CB-8549&lt;/a&gt; Updated source to pass &lt;code class=&quot;prettyprint&quot;&gt;Fortify&lt;/code&gt; scan.&lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;li&gt;add &lt;code class=&quot;prettyprint&quot;&gt;CSS class&lt;/code&gt; to prompt &lt;code class=&quot;prettyprint&quot;&gt;div&lt;/code&gt; for &lt;strong&gt;Windows&lt;/strong&gt; platform&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9347&quot;&gt;CB-9347&lt;/a&gt; - fix to allow to stack multiple &lt;code class=&quot;prettyprint&quot;&gt;UIAlertControllers&lt;/code&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-file@4.0.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8497&quot;&gt;CB-8497&lt;/a&gt; Fix handling of file paths with &lt;code class=&quot;prettyprint&quot;&gt;#&lt;/code&gt; character&lt;/li&gt;
-&lt;li&gt;Do not inject default &lt;code class=&quot;prettyprint&quot;&gt;AndroidPersistentFileLocation&lt;/code&gt; into &lt;code class=&quot;prettyprint&quot;&gt;config.xml&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9891&quot;&gt;CB-9891&lt;/a&gt;: Fix permission errors due to &lt;code class=&quot;prettyprint&quot;&gt;URI encoding&lt;/code&gt; inconsistency on &lt;strong&gt;Android&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;Fixed &lt;code class=&quot;prettyprint&quot;&gt;NullPointer Exception&lt;/code&gt; in &lt;strong&gt;Android 5&lt;/strong&gt; and above due to invalid column name on cursor&lt;/li&gt;
-&lt;li&gt;Fix default persistent file location&lt;/li&gt;
-&lt;li&gt;fix &lt;code class=&quot;prettyprint&quot;&gt;applicationDirectory&lt;/code&gt; to use &lt;code class=&quot;prettyprint&quot;&gt;ms-appx:///&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;Add &lt;strong&gt;Windows&lt;/strong&gt; paths to &lt;code class=&quot;prettyprint&quot;&gt;cordova.file&lt;/code&gt; object&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9851&quot;&gt;CB-9851&lt;/a&gt; Document &lt;code class=&quot;prettyprint&quot;&gt;cdvfile&lt;/code&gt; protocol quirk - using &lt;code class=&quot;prettyprint&quot;&gt;cdvfile://&lt;/code&gt; in the &lt;code class=&quot;prettyprint&quot;&gt;DOM&lt;/code&gt; is not supported on &lt;strong&gt;Windows&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9752&quot;&gt;CB-9752&lt;/a&gt; &lt;code class=&quot;prettyprint&quot;&gt;getDirectory&lt;/code&gt; fails on valid directory with assets filesystem&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7253&quot;&gt;CB-7253&lt;/a&gt; &lt;code class=&quot;prettyprint&quot;&gt;requestFileSystem&lt;/code&gt; fails when no external storage is present&lt;/li&gt;
-&lt;li&gt;Adding permissions for &lt;strong&gt;Marshmallow&lt;/strong&gt;. Now supports &lt;strong&gt;Android 6.0&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;li&gt;always use setters to fix memory issues without &lt;code class=&quot;prettyprint&quot;&gt;ARC&lt;/code&gt; for &lt;strong&gt;iOS&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9331&quot;&gt;CB-9331&lt;/a&gt; &lt;code class=&quot;prettyprint&quot;&gt;getFreeDiskSpace&lt;/code&gt; &lt;strong&gt;iOS&lt;/strong&gt;.&lt;/li&gt;
-&lt;li&gt;override &lt;code class=&quot;prettyprint&quot;&gt;resolveLocalFileSystemURL&lt;/code&gt; by &lt;code class=&quot;prettyprint&quot;&gt;webkitResolveLocalFileSystemURL&lt;/code&gt; for &lt;strong&gt;browser&lt;/strong&gt; platform add &lt;code class=&quot;prettyprint&quot;&gt;.project&lt;/code&gt; into git ignore list&lt;/li&gt;
-&lt;li&gt;Fail with &lt;code class=&quot;prettyprint&quot;&gt;FileError.ENCODING_ERR&lt;/code&gt; on encoding exception.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9544&quot;&gt;CB-9544&lt;/a&gt; Add file plugin for &lt;strong&gt;OSX&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9539&quot;&gt;CB-9539&lt;/a&gt; Fixed test failure on &lt;strong&gt;Android&lt;/strong&gt; emulator&lt;/li&gt;
-&lt;li&gt;Added docs on &lt;code class=&quot;prettyprint&quot;&gt;CSP&lt;/code&gt; rules needed for using &lt;code class=&quot;prettyprint&quot;&gt;cdvfile&lt;/code&gt; in DOM src. This closes #120&lt;/li&gt;
-&lt;li&gt;Added &lt;code class=&quot;prettyprint&quot;&gt;cdvfile&lt;/code&gt; protocol purpose description and examples&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-file-transfer@1.4.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9879&quot;&gt;CB-9879&lt;/a&gt; &lt;code class=&quot;prettyprint&quot;&gt;getCookie&lt;/code&gt;s can cause unhandled &lt;code class=&quot;prettyprint&quot;&gt;NullPointerException&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6928&quot;&gt;CB-6928&lt;/a&gt; Wrong behaviour transferring cacheable content&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-51&quot;&gt;CB-51&lt;/a&gt; FileTransfer - Support &lt;code class=&quot;prettyprint&quot;&gt;PUT&lt;/code&gt; Method&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9906&quot;&gt;CB-9906&lt;/a&gt; cleanup duplicate code, removed 2nd &lt;code class=&quot;prettyprint&quot;&gt;isWP8&lt;/code&gt; declaration.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9950&quot;&gt;CB-9950&lt;/a&gt; Unpend Filetransfer spec.27 on &lt;strong&gt;wp8&lt;/strong&gt; as custom headers are now supported&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9843&quot;&gt;CB-9843&lt;/a&gt; Added &lt;strong&gt;wp8&lt;/strong&gt; quirk to test spec 12&lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8431&quot;&gt;CB-8431&lt;/a&gt; File Transfer tests crash on &lt;strong&gt;Android Lollipop&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9790&quot;&gt;CB-9790&lt;/a&gt; Align &lt;code class=&quot;prettyprint&quot;&gt;FileUploadOptions&lt;/code&gt; &lt;code class=&quot;prettyprint&quot;&gt;fileName&lt;/code&gt; and &lt;code class=&quot;prettyprint&quot;&gt;mimeType&lt;/code&gt; default parameter values to the docs on &lt;strong&gt;iOS&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9385&quot;&gt;CB-9385&lt;/a&gt; Return &lt;code class=&quot;prettyprint&quot;&gt;FILE_NOT_FOUND_ERR&lt;/code&gt; when receiving &lt;code class=&quot;prettyprint&quot;&gt;404&lt;/code&gt; code on &lt;strong&gt;iOS&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9791&quot;&gt;CB-9791&lt;/a&gt; Decreased download and upload tests timeout&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-geolocation@2.0.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9907&quot;&gt;CB-9907&lt;/a&gt; Handle &lt;strong&gt;iOS&lt;/strong&gt; tests that fail when ios simulator does not have a location&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8826&quot;&gt;CB-8826&lt;/a&gt; Check for &lt;code class=&quot;prettyprint&quot;&gt;NSLocationWhenInUseUsageDescription&lt;/code&gt; first&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9105&quot;&gt;CB-9105&lt;/a&gt;: Fixing &lt;code class=&quot;prettyprint&quot;&gt;JS&lt;/code&gt; errors in the shim&lt;/li&gt;
-&lt;li&gt;Added support for new permissions model for &lt;strong&gt;Android 6.0&lt;/strong&gt; aka &lt;strong&gt;Marshmallow&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;Expect &lt;code class=&quot;prettyprint&quot;&gt;lastPosition&lt;/code&gt; to have a &lt;code class=&quot;prettyprint&quot;&gt;timestamp&lt;/code&gt; that is already in &lt;code class=&quot;prettyprint&quot;&gt;msecs&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4596&quot;&gt;CB-4596&lt;/a&gt; Date objects are supposed to be &lt;code class=&quot;prettyprint&quot;&gt;DOMTimeStamp&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9355&quot;&gt;CB-9355&lt;/a&gt; Fix Geolocation plugin start watch fail related to unset &lt;code class=&quot;prettyprint&quot;&gt;MovementThreshold&lt;/code&gt; on &lt;strong&gt;Windows 10&lt;/strong&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-globalization@1.0.2&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9409&quot;&gt;CB-9409&lt;/a&gt; check that &lt;code class=&quot;prettyprint&quot;&gt;localeIdentifier&lt;/code&gt; has underscore&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9476&quot;&gt;CB-9476&lt;/a&gt;: &lt;code class=&quot;prettyprint&quot;&gt;Mobilespec&lt;/code&gt; crash on startup when running on &lt;strong&gt;Windows 10&lt;/strong&gt;.&lt;/li&gt;
-&lt;li&gt;Fixing license headers and adding &lt;code class=&quot;prettyprint&quot;&gt;moment.js&lt;/code&gt; to &lt;code class=&quot;prettyprint&quot;&gt;.ratignore&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-inappbrowser@1.1.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;Invoke webview if using local file&lt;/li&gt;
-&lt;li&gt;Fixed &lt;code class=&quot;prettyprint&quot;&gt;zIndex&lt;/code&gt; issue on &lt;strong&gt;Windows 8&lt;/strong&gt;, where InAppBrowser opens behind default app.&lt;/li&gt;
-&lt;li&gt;fix &lt;code class=&quot;prettyprint&quot;&gt;async&lt;/code&gt; self usage&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9150&quot;&gt;CB-9150&lt;/a&gt; Fix InAppBrowser &lt;code class=&quot;prettyprint&quot;&gt;executeScript&lt;/code&gt; crash on &lt;strong&gt;Windows&lt;/strong&gt; if no data returned&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10008&quot;&gt;CB-10008&lt;/a&gt; Fix InAppBrowser popup layout on &lt;strong&gt;Windows&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;Setting &lt;code class=&quot;prettyprint&quot;&gt;setStatusBarStyle&lt;/code&gt; to &lt;code class=&quot;prettyprint&quot;&gt;-1&lt;/code&gt; causes &lt;code class=&quot;prettyprint&quot;&gt;CGContextSaveGState&lt;/code&gt;.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9167&quot;&gt;CB-9167&lt;/a&gt; Fix crash on &lt;strong&gt;browser&lt;/strong&gt; window close &lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9799&quot;&gt;CB-9799&lt;/a&gt; Fixed &lt;code class=&quot;prettyprint&quot;&gt;javaDoc&lt;/code&gt; errors.&lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9760&quot;&gt;CB-9760&lt;/a&gt; InAppBrowser: fallback to default &lt;code class=&quot;prettyprint&quot;&gt;window.open&lt;/code&gt; behavior on &lt;strong&gt;Ripple&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9378&quot;&gt;CB-9378&lt;/a&gt; Fix InAppBrowser not taking whole screen on &lt;strong&gt;Windows&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9158&quot;&gt;CB-9158&lt;/a&gt; - InAppBrowser &lt;code class=&quot;prettyprint&quot;&gt;zoomControls&lt;/code&gt; are always set to true&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-legacy-whitelist@1.1.1&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-media@2.0.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;Media now supports new permissions for &lt;strong&gt;Android 6.0&lt;/strong&gt; aka &lt;strong&gt;Marshmallow&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9619&quot;&gt;CB-9619&lt;/a&gt; Fixed tests waiting for precise position&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9606&quot;&gt;CB-9606&lt;/a&gt; Fixes arguments parsing in &lt;code class=&quot;prettyprint&quot;&gt;seekAudio&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9605&quot;&gt;CB-9605&lt;/a&gt; Fixes issue with playback resume after pause on &lt;strong&gt;WP8&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;fix record and play &lt;code class=&quot;prettyprint&quot;&gt;NullPointerException&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9237&quot;&gt;CB-9237&lt;/a&gt; Add &lt;code class=&quot;prettyprint&quot;&gt;cdvfile://&lt;/code&gt; support to media plugin on &lt;strong&gt;Windows&lt;/strong&gt; platform&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9238&quot;&gt;CB-9238&lt;/a&gt; Media plugin cannot record audio on &lt;strong&gt;Windows&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;Added &lt;strong&gt;iOS&lt;/strong&gt; platform &lt;code class=&quot;prettyprint&quot;&gt;media.setRate&lt;/code&gt; auto test&lt;/li&gt;
-&lt;li&gt;Add &lt;strong&gt;iOS&lt;/strong&gt; platform check in &lt;code class=&quot;prettyprint&quot;&gt;Media.prototype.setRate&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;Add &lt;code class=&quot;prettyprint&quot;&gt;Media.prototype.setRate&lt;/code&gt; method (only for &lt;strong&gt;iOS&lt;/strong&gt;)&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-media-capture@1.1.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9249&quot;&gt;CB-9249&lt;/a&gt; Fix &lt;strong&gt;iOS&lt;/strong&gt; warnings in Media Capture plugin&lt;/li&gt;
-&lt;li&gt;Document the quality property in &lt;strong&gt;Android&lt;/strong&gt; quirks&lt;/li&gt;
-&lt;li&gt;Add &lt;code class=&quot;prettyprint&quot;&gt;CaptureVideoOption&lt;/code&gt; for quality&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-network-information@1.1.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;li&gt;These notifications are objects so their address always evaluates to true.&lt;/li&gt;
-&lt;li&gt;Update &lt;code class=&quot;prettyprint&quot;&gt;NetworkManager.java&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9542&quot;&gt;CB-9542&lt;/a&gt; &lt;code class=&quot;prettyprint&quot;&gt;Browser Proxy&lt;/code&gt; not defined correctly&lt;/li&gt;
-&lt;li&gt;Solved &lt;code class=&quot;prettyprint&quot;&gt;toLowerCase&lt;/code&gt; issue with &lt;code class=&quot;prettyprint&quot;&gt;Locale.US&lt;/code&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-splashscreen@3.0.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9750&quot;&gt;CB-9750&lt;/a&gt; &lt;code class=&quot;prettyprint&quot;&gt;FadeSplashDuration&lt;/code&gt; is now in &lt;code class=&quot;prettyprint&quot;&gt;msecs&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8875&quot;&gt;CB-8875&lt;/a&gt; &lt;code class=&quot;prettyprint&quot;&gt;FadeSplashScreen&lt;/code&gt; was not fading&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9467&quot;&gt;CB-9467&lt;/a&gt; SplashScreen does not show any image in hosted app on &lt;strong&gt;Windows 10&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7282&quot;&gt;CB-7282&lt;/a&gt; Document &lt;code class=&quot;prettyprint&quot;&gt;AutoHideSplashScreenpreference&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9327&quot;&gt;CB-9327&lt;/a&gt; - Splashscreen not receiving &lt;code class=&quot;prettyprint&quot;&gt;CDVPageLoadNotification&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;WP8: Avoid config &lt;code class=&quot;prettyprint&quot;&gt;value&lt;/code&gt; of a wrong element.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-statusbar@2.0.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;Added &lt;code class=&quot;prettyprint&quot;&gt;weakSelf&lt;/code&gt; reference for block use&lt;/li&gt;
-&lt;li&gt;Fixes &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4712&quot;&gt;CB-4712&lt;/a&gt;, &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5439&quot;&gt;CB-5439&lt;/a&gt; statusbar issues&lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7965&quot;&gt;CB-7965&lt;/a&gt; Add cordova-plugin-statusbar support for &lt;strong&gt;browser&lt;/strong&gt; platform&lt;/li&gt;
-&lt;li&gt;Don&amp;#39;t use &lt;code class=&quot;prettyprint&quot;&gt;IsAtLeastiOSVersion&lt;/code&gt; macro to determine height&lt;/li&gt;
-&lt;li&gt;Use correct statusbar height for landscape orientation in &lt;strong&gt;iOS&lt;/strong&gt; &amp;gt;= 8&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9202&quot;&gt;CB-9202&lt;/a&gt; updated repo url to github mirror in package.json&lt;/li&gt;
-&lt;li&gt;Added verbose install text for users on &amp;lt; cordova 5.0&lt;/li&gt;
-&lt;li&gt;update docs for &lt;code class=&quot;prettyprint&quot;&gt;StatusBarBackgroundColor&lt;/code&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-test-framework@1.1.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8973&quot;&gt;CB-8973&lt;/a&gt;: Changed the functionality of making the &lt;code class=&quot;prettyprint&quot;&gt;log&lt;/code&gt; appear and disappear&lt;/li&gt;
-&lt;li&gt;Ensure &lt;code class=&quot;prettyprint&quot;&gt;WinJS&lt;/code&gt; is available when adding &lt;strong&gt;Windows&lt;/strong&gt; unhandled error hook&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-vibration@2.0.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;li&gt;Fixed &lt;strong&gt;browser&lt;/strong&gt; platform to pass tests and combined tests&lt;/li&gt;
-&lt;li&gt;Removed call to add &lt;code class=&quot;prettyprint&quot;&gt;proxy&lt;/code&gt; and renamed &lt;strong&gt;browser&lt;/strong&gt; file&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7966&quot;&gt;CB-7966&lt;/a&gt; Add cordova-plugin-vibration support for &lt;strong&gt;browser&lt;/strong&gt; platform&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9166&quot;&gt;CB-9166&lt;/a&gt;: Changed &lt;code class=&quot;prettyprint&quot;&gt;plugin.xml&lt;/code&gt; framework reference condition to be valid XML.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;cordova-plugin-whitelist@1.2.0&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;removed &lt;strong&gt;iOS&lt;/strong&gt; engine check from &lt;code class=&quot;prettyprint&quot;&gt;plugin.xml&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-10035&quot;&gt;CB-10035&lt;/a&gt; Updated &lt;code class=&quot;prettyprint&quot;&gt;RELEASENOTES&lt;/code&gt; to be newest to oldest&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9972&quot;&gt;CB-9972&lt;/a&gt; - Remove &lt;strong&gt;iOS&lt;/strong&gt; whitelist&lt;/li&gt;
-&lt;li&gt;Updated the text, it should read 4.0.x and greater, since this plugin will be required for &lt;code class=&quot;prettyprint&quot;&gt;cordova-android 5.0&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;Fixing contribute link.&lt;/li&gt;
-&lt;li&gt;Updated &lt;code class=&quot;prettyprint&quot;&gt;plugin.xml &amp;lt;info&amp;gt;&lt;/code&gt; tag to remove warning about not needing this plugin if you are using the &lt;strong&gt;iOS 9 SDK&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9738&quot;&gt;CB-9738&lt;/a&gt; - Disable whitelist use when runtime environment is &lt;strong&gt;iOS 9&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9740&quot;&gt;CB-9740&lt;/a&gt; - Add &lt;code class=&quot;prettyprint&quot;&gt;&amp;lt;info&amp;gt;&lt;/code&gt; tag describing whitelist plugin not needed on &lt;code class=&quot;prettyprint&quot;&gt;cordova-ios&lt;/code&gt; and cordova-android 3.x`&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9568&quot;&gt;CB-9568&lt;/a&gt; - Update whitelist plugin to allow all network access by default&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9337&quot;&gt;CB-9337&lt;/a&gt; - enable use of &lt;code class=&quot;prettyprint&quot;&gt;&amp;lt;access&amp;gt;&lt;/code&gt; tags for native code network requests&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-        <pubDate>Tue, 24 Nov 2015 00:00:00 -0800</pubDate>
-        <link>https://cordova.apache.org/news/2015/11/24/plugins-release.html</link>
-        <guid isPermaLink="true">https://cordova.apache.org/news/2015/11/24/plugins-release.html</guid>
-        
-        <category>release</category>
-        
-        <category>plugins</category>
-        
-        
-        <category>news</category>
         
       </item>
     

Added: cordova/site/public/news/2016/01/28/tools-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2016/01/28/tools-release.html?rev=1727412&view=auto
==============================================================================
--- cordova/site/public/news/2016/01/28/tools-release.html (added)
+++ cordova/site/public/news/2016/01/28/tools-release.html Thu Jan 28 17:36:52 2016
@@ -0,0 +1,391 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name="format-detection" content="telephone=no">
+    <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
+    <meta name="description" content="New versions of cordova tools are now live!cordova-lib@6.0.0cordova@6.0.0plugman@1.1.0cordova-js@4.1.3Release Highlights include:Updated default platform ver...">
+
+    <title>
+        
+            
+                Cordova 6.0.0 Released! - Apache Cordova
+            
+        
+    </title>
+
+    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+    <link rel="canonical" href="https://cordova.apache.org/news/2016/01/28/tools-release.html">
+
+    <!-- CSS -->
+    <link rel="stylesheet" type="text/css" href="/static/css/main.css">
+
+    
+    <link rel="stylesheet" type="text/css" href="/static/js/lib/prettify/prettify.css">
+    
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!--[if lt IE 9]>
+        <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+    <script type="text/javascript">
+        var disqus_developer = 1; // this would set it to developer mode
+    </script>
+
+    <!-- JS -->
+    <script defer type="text/javascript" src="/static/js/lib/jquery-2.1.1.min.js"></script>
+    <script defer type="text/javascript" src="/static/js/lib/bootstrap.min.js"></script>
+    <script defer type="text/javascript" src="/static/js/lib/ZeroClipboard.js"></script>
+</head>
+
+<body>
+    <header>
+    <a class="scroll-point pt-top" name="top"></a>
+    <nav class="navbar navbar-inverse navbar-fixed-top">
+        <div class="container-fluid">
+            <div class="navbar-header">
+                <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
+                    <span class="sr-only">Toggle navigation</span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                </button>
+                <a class="navbar-brand" href="/"><img id="logo_top" src="/static/img/cordova-logo-newbrand.svg"/></a>
+            </div>
+            <div id="navbar" class="navbar-collapse collapse">
+                <div class="nav_bar_center">
+                    <ul class="nav navbar-nav">
+                        <li >
+                            <a href="/docs/en/latest/guide/overview/">Documentation</a>
+                        </li>
+                        <li >
+                            <a href="/plugins">Plugins</a>
+                        </li>
+                        <li class="active">
+                            <a href="/blog" id="blog_button">Blog<span class="badge" id="new_blog_count"></span></a>
+                        </li>
+                        <li >
+                            <a href="/contribute">Contribute</a>
+                        </li>
+                        <li>
+                            <a href="/#getstarted">Get Started</a>
+                        </li>
+                    </ul>
+                    <form action="https://www.google.com/search" method="GET" class="navbar-form navbar-right" id="header-search-form" role="search">
+                        <div class="input-group">
+                            <input type="text" name="q" class="form-control hidden-sm" placeholder="Site-wide Search">
+                            <span class="input-group-btn">
+                                <button type="submit" class="btn search-button">
+                                    <span class="glyphicon glyphicon-search" aria-hidden="true"></span>
+                                </button>
+                            </span>
+                        </div>
+                        <input type="hidden" name="q" value="site:cordova.apache.org">
+                    </form>
+                </div>
+            </div><!--/.navbar-collapse -->
+        </div>
+    </nav>
+    <div id="_fixed_navbar_spacer" style="padding-top:50px"></div>
+</header>
+
+    <div class="page container">
+    <div class="blog">
+    <h1 class="blogHeader">
+    Blog
+    <span class="rss">
+        <img src="/static/img/subscribe.png"><a href="/feed.xml">RSS Feed</a>
+    </span>
+</h1>
+
+<div class="post">
+    <header>
+        <div class="title">Cordova 6.0.0 Released!</div>
+        <div class="author">By:
+            
+              <a href="https://twitter.com/stevesgill">Steve Gill</a>
+            
+        </div>
+        <div class="date">28 Jan 2016</div>
+    </header>
+    <section>
+        <div>
+            <p>New versions of cordova tools are now live!</p>
+
+<ul>
+<li><a href="https://www.npmjs.org/package/cordova-lib">cordova-lib@6.0.0</a></li>
+<li><a href="https://www.npmjs.org/package/cordova">cordova@6.0.0</a></li>
+<li><a href="https://www.npmjs.org/package/plugman">plugman@1.1.0</a></li>
+<li><a href="https://www.npmjs.org/package/cordova-js">cordova-js@4.1.3</a></li>
+</ul>
+
+<p>Release Highlights include:</p>
+
+<ul>
+<li>Updated default platform versions to <code class="prettyprint">cordova-android@5</code>, <code class="prettyprint">cordova-ios@4</code> and <code class="prettyprint">cordova-windows@4.3</code>. 
+
+<ul>
+<li><code class="prettyprint">cordova-android@5.1</code> supports <strong>Android 6.X.X (Marshmallow)</strong> </li>
+<li><code class="prettyprint">cordova-ios@4.0</code> adds <strong>iOS9</strong> and <code class="prettyprint">WKWebView</code> support</li>
+<li><code class="prettyprint">cordova-windows@4.3</code> updated the platform to use the new Platform API.</li>
+</ul></li>
+<li>Added a new template feature to <code class="prettyprint">create</code> command. E.g. <code class="prettyprint">cordova create --template cordova-app-hello-world</code>. This can fetch templates via <strong>npm</strong>, <strong>git URL</strong> or local paths.</li>
+<li>Removed support for our old <strong>Cordova Plugins Registry</strong>. Now plugins can only be installed via <strong>npm</strong>, <strong>git URL</strong> or local paths.</li>
+<li>Added default plugin pinning to <code class="prettyprint">cordova</code>. This means that <code class="prettyprint">cordova plugin add cordova-plugin-camera</code> will fetch the pinned version of the plugin instead of the always grabbing the <code class="prettyprint">latest</code>. Users can still install any version of a plugin via <code class="prettyprint">cordova plugin add cordova-plugin-camera@VERSION</code>.</li>
+<li>Added deprecation notices for <strong>amazon-fireos</strong> and <strong>wp8</strong>. We are aiming to remove support for these platforms in 6 months. Target <strong>Android</strong> and <strong>Windows</strong> instead.</li>
+</ul>
+
+<p>To update your tools:</p>
+
+<ul>
+<li><p>If you have <code class="prettyprint">cordova</code> installed:</p>
+<div class="highlight"><pre><code class="language-text" data-lang="text">npm install -g cordova@latest
+</code></pre></div></li>
+<li><p>If you have <code class="prettyprint">plugman</code> installed:</p>
+<div class="highlight"><pre><code class="language-text" data-lang="text">npm install -g plugman@latest
+</code></pre></div></li>
+</ul>
+
+<!--more-->
+
+<h1 id="changes-include">Changes include:</h1>
+
+<h2 id="platform-updates">Platform updates</h2>
+
+<p>When adding these platforms to your project, the following versions are now used by default:</p>
+
+<ul>
+<li><a href="http://cordova.apache.org/announcements/2015/12/08/cordova-ios-4.0.0.html">cordova-ios Release Notes</a></li>
+<li><a href="http://cordova.apache.org/announcements/2016/01/24/cordova-android-5.1.0.html">cordova-android Release Notes</a></li>
+<li><a href="http://cordova.apache.org/announcements/2016/01/18/cordova-windows-4.3.0.html">cordova-windows Release Notes</a></li>
+</ul>
+
+<h2 id="cordova-lib">cordova-lib</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-10432">CB-10432</a> Fix plugin installation for newly added platform</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10423">CB-10423</a> allow recursive folder copy skipping whatever .. was</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10394">CB-10394</a> updated pinned <strong>Android</strong> version to <code class="prettyprint">~5.1.0</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10299">CB-10299</a> updated pinned <strong>windows</strong> version to <code class="prettyprint">~4.3.0</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10274">CB-10274</a> Make www directory the default for plugman</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10121">CB-10121</a> added deprecation notice for <strong>amazon-fireos</strong> and <strong>wp8</strong></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-7183">CB-7183</a> prevent read/write/modify files outside project from plugins</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-8455">CB-8455</a> Added <code class="prettyprint">--nohooks</code> option.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10193">CB-10193</a> Add deprecation notice about <code class="prettyprint">pre_package</code> removal</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10147">CB-10147</a> updated pinned <strong>iOS</strong> to <code class="prettyprint">~4.0.0</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10125">CB-10125</a>: Android build fails on read-only files.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-6698">CB-6698</a> Fix directory resolution of framework with parent.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-9653">CB-9653</a> Adds copying of <strong>blackberry10</strong> splashscreens</li>
+<li><strong>Ubuntu</strong> support for the new plugin naming convention</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-9957">CB-9957</a> removed support for fetching from Cordova Plugins Registry. Only fetch plugins from <strong>npm</strong> now.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10108">CB-10108</a> Fixes <strong>android</strong> frameworks installation/removal</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-9964">CB-9964</a> Added <code class="prettyprint">--template</code> support to <code class="prettyprint">cordova create</code></li>
+<li>Removing the <code class="prettyprint">--usegit</code> flag from <code class="prettyprint">cordova platform</code>. Recommended method is to use <code class="prettyprint">cordova platform add git_url#branch</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10081">CB-10081</a> pinned plugin versions. These are default versions fetched when adding a plugin.</li>
+<li>add missing <code class="prettyprint">package_suffix</code> function on <strong>amazon-fireos</strong> platform for plugman installations.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10057">CB-10057</a> - removing <code class="prettyprint">&lt;access&gt;</code> tag does not remove <code class="prettyprint">ATS</code> entry</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10048">CB-10048</a> clobbering of <code class="prettyprint">&lt;access&gt;</code> tags to <code class="prettyprint">ATS</code> directives</li>
+</ul>
+
+<h2 id="cordova-cli">cordova-cli</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-10424">CB-10424</a> Updated cordova-lib dependency to 6.0.0</li>
+<li>Remove browserify from experimental flags list</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-8455">CB-8455</a> Added <code class="prettyprint">--nohooks</code> option.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-9964">CB-9964</a> Added <code class="prettyprint">--template</code> support to <code class="prettyprint">cordova create</code></li>
+<li>Removing the <code class="prettyprint">--usegit</code> flag from <code class="prettyprint">cordova platform</code>. Recommended method is to use <code class="prettyprint">cordova platform add git_url#branch</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-9836">CB-9836</a> Add <code class="prettyprint">.gitattributes</code> to prevent <code class="prettyprint">CRLF</code> line endings in repos</li>
+<li>Added message about deprecating <strong>amazon-fireos</strong> for <strong>Fire OS 5.0+</strong> devices. 2015 onwards <strong>FireOS</strong> devices should use <strong>Android</strong> platform only.</li>
+<li>Added message about deprecating <strong>wp8</strong>. Users should start targeting the <strong>windows</strong> platform instead.</li>
+<li>add <strong>JIRA</strong> issue tracker link. </li>
+</ul>
+
+<h2 id="cordova-plugman">cordova-plugman</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-10424">CB-10424</a> Updated cordova-lib dependency to 6.0.0</li>
+</ul>
+
+<h2 id="cordova-js">cordova-js</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-9883">CB-9883</a> - remove unused bridge tests</li>
+<li>add <strong>JIRA</strong> issue tracker link</li>
+</ul>
+
+<h2 id="pinned-platform-versions-for-cordova-cli-6-0-0">Pinned Platform Versions for <strong>Cordova CLI 6.0.0</strong></h2>
+
+<ul>
+<li>Cordova Amazon-FireOS: ~3.6.3</li>
+<li>Cordova Android: ~5.1.0</li>
+<li>Cordova BlackBerry10: ~3.8.0</li>
+<li>Cordova Browser: ~4.0.0</li>
+<li>Cordova FirefoxOS: ~3.6.3</li>
+<li>Cordova iOS: ~4.0.1</li>
+<li>Cordova OSX: ~4.0.0</li>
+<li>Cordova Ubuntu: ~4.3.2</li>
+<li>Cordova Windows: ~4.3.0</li>
+<li>Cordova WebOS: ~3.7.0</li>
+<li>Cordova WP8: ~3.8.2</li>
+</ul>
+
+<h2 id="pinned-plugin-versions-for-cordova-cli-6-0-0">Pinned Plugin Versions for <strong>Cordova CLI 6.0.0</strong></h2>
+
+<ul>
+<li>cordova-plugin-battery-status: ~1.1.1</li>
+<li>cordova-plugin-camera: ~2.1.0</li>
+<li>cordova-plugin-console: ~1.0.2</li>
+<li>cordova-plugin-contacts: ~2.0.1</li>
+<li>cordova-plugin-device: ~1.1.1</li>
+<li>cordova-plugin-device-motion: ~1.2.0</li>
+<li>cordova-plugin-device-orientation: ~1.0.2</li>
+<li>cordova-plugin-dialogs: ~1.2.0</li>
+<li>cordova-plugin-file: ~4.1.0</li>
+<li>cordova-plugin-file-transfer: ~1.5.0</li>
+<li>cordova-plugin-geolocation: ~2.1.0</li>
+<li>cordova-plugin-globalization: ~1.0.2</li>
+<li>cordova-plugin-inappbrowser: ~1.2.0</li>
+<li>cordova-plugin-legacy-whitelist: ~1.1.1</li>
+<li>cordova-plugin-media: ~2.1.0</li>
+<li>cordova-plugin-media-capture: ~1.2.0</li>
+<li>cordova-plugin-network-information: ~1.2.0</li>
+<li>cordova-plugin-splashscreen: ~3.1.0</li>
+<li>cordova-plugin-statusbar: ~2.1.0</li>
+<li>cordova-plugin-test-framework: ~1.1.1</li>
+<li>cordova-plugin-vibration: ~2.1.0</li>
+<li>cordova-plugin-whitelist: ~1.2.1</li>
+</ul>
+
+        </div>
+    </section>
+    <footer>
+        <div class="row">
+            <div class="col-sm-6">
+                
+                    <a href="/announcements/2016/01/24/cordova-android-5.1.0.html">Previous</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/announcements/2016/01/24/cordova-android-5.1.0.html">Cordova Android 5.1.0</a>
+                    <div class="date"> 24 Jan 2016 - By Steve Gill </div>
+                    <p class="content">
+                        We are happy to announce that Cordova Android 5.1.0 has been released....
+                    </p>
+                
+            </div>
+            <div class="col-sm-6">
+                
+            </div>
+        </div>
+    </footer>
+    <div class="disqus">
+        <div id="disqus_thread"></div>
+<script type="text/javascript">
+    /* * * CONFIGURATION VARIABLES * * */
+    var disqus_shortname = 'cordovablogs';
+
+    /* * * DON'T EDIT BELOW THIS LINE * * */
+    (function() {
+        var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+        dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+        (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+    })();
+</script>
+<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
+
+    </div>
+</div>
+
+</div>
+
+</div>
+
+    <div class="blue-divider"></div>
+<footer>
+    <div class="container" id="footer">
+        <div class="row">
+            <div class="col-sm-9">
+                <h1>More Resources</h1>
+                <div class="row">
+                    <div class="col-sm-4">
+                        <h2>General</h2>
+                        <ul class="nav">
+                            <li>
+                                <a target="_blank" href="https://projects.apache.org/project.html?cordova">Apache Project Page</a>
+                            </li>
+                            <li>
+                                <a href="https://dist.apache.org/repos/dist/release/cordova/">Source Distribution</a>
+                            </li>
+                            <li>
+                                <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">License</a>
+                            </li>
+                            <li>
+                                <a href="/artwork">Artwork</a>
+                            </li>
+                        </ul>
+                    </div>
+                    <div class="col-sm-4">
+                        <h2>Development</h2>
+                        <ul class="nav">
+                            <li><a target="_blank" href="https://github.com/apache?utf8=%E2%9C%93&amp;query=cordova-">Source Code</a></li>
+                            <li><a target="_blank" href="https://issues.apache.org/jira/browse/CB/">Issue Tracker</a></li>
+                            <li><a target="_blank" href="http://stackoverflow.com/questions/tagged/cordova">Stack Overflow</a></li>
+                            <li><a href="/contact">Mailing List</a></li>
+                        </ul>
+                    </div>
+                    <div class="col-sm-4">
+                        <h2>Apache Software Foundation</h2>
+                        <ul class="nav">
+                            <li>
+                                <a target="_blank" href="http://www.apache.org/">About ASF</a>
+                            </li>
+                            <li>
+                                <a target="_blank" href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a>
+                            </li>
+                            <li>
+                                <a target="_blank" href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+                            </li>
+                            <li>
+                                <a target="_blank" href="http://www.apache.org/security/">Security</a>
+                            </li>
+                        </ul>
+                    </div>
+                </div>
+            </div>
+            <div class="col-sm-3">
+                <h1>Contribute</h1>
+                <p style="padding-top:20px"><strong>Help Cordova move forward!</strong></p>
+                <p>Report bugs, improve the docs, or contribute to the code.</p>
+                <a href="/contribute" class="btn btn-lg btn-primary">
+                    Learn More
+                </a>
+                <p style="padding-top:20px"> <a href="https://twitter.com/apachecordova" class="twitter-follow-button" data-show-count="false">Follow @apachecordova</a></p>
+                <script async defer src="https://slack.cordova.io/slackin.js"></script>
+            </div>
+        </div>
+        <p class="copyright_text">
+            Copyright &copy; 2012, 2013, 2015 The Apache Software Foundation, Licensed under the <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
+            Apache and the Apache feather logos are <a target="_blank" href="http://www.apache.org/foundation/marks/list/">trademarks</a> of The Apache Software Foundation.
+        </p>
+        <a class="closing" href="#top"></a>
+    </div>
+</footer>
+
+<script defer type="text/javascript" src="/static/js/lib/prettify/prettify.js"></script>
+<script defer type="text/javascript" src="/static/js/index.js"></script>
+<script defer type="text/javascript" src="/static/js/twitter.js"></script>
+
+    <script>
+    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+    ga('create', 'UA-64283057-3', 'auto');
+    ga('send', 'pageview');
+</script>
+
+</body>
+</html>



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