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

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

Modified: cordova/site/public/news/2014/12/09/plugins-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/12/09/plugins-release.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2014/12/09/plugins-release.html (original)
+++ cordova/site/public/news/2014/12/09/plugins-release.html Mon Sep  7 16:56:52 2015
@@ -57,244 +57,185 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">09 Dec 2014</p>
     <div class="post">
-    
-<p>The following plugins were updated today:</p>
+    <p>The following plugins were updated today:</p>
 
 <ul>
-<li>org.apache.cordova.battery-status@0.2.12</li>
-
-<li>org.apache.cordova.camera@0.3.4</li>
-
-<li>org.apache.cordova.console@0.2.12</li>
-
-<li>org.apache.cordova.contacts@0.2.15</li>
-
-<li>org.apache.cordova.device@0.2.13</li>
-
-<li>org.apache.cordova.device-motion@0.2.11</li>
-
-<li>org.apache.cordova.device-orientation@0.3.10</li>
-
-<li>org.apache.cordova.dialogs@0.2.11</li>
-
-<li>org.apache.cordova.file@1.3.2</li>
-
-<li>org.apache.cordova.file-transfer@0.4.8</li>
-
-<li>org.apache.cordova.geolocation@0.3.11</li>
-
-<li>org.apache.cordova.globalization@0.3.3</li>
-
-<li>org.apache.cordova.inappbrowser@0.5.4</li>
-
-<li>org.apache.cordova.media@0.2.15</li>
-
-<li>org.apache.cordova.media-capture@0.3.5</li>
-
-<li>org.apache.cordova.network-information@0.2.14</li>
-
-<li>org.apache.cordova.splashscreen@0.3.5</li>
-
-<li>org.apache.cordova.statusbar@0.1.9</li>
-
-<li>org.apache.cordova.vibration@0.3.12</li>
+  <li>org.apache.cordova.battery-status@0.2.12</li>
+  <li>org.apache.cordova.camera@0.3.4</li>
+  <li>org.apache.cordova.console@0.2.12</li>
+  <li>org.apache.cordova.contacts@0.2.15</li>
+  <li>org.apache.cordova.device@0.2.13</li>
+  <li>org.apache.cordova.device-motion@0.2.11</li>
+  <li>org.apache.cordova.device-orientation@0.3.10</li>
+  <li>org.apache.cordova.dialogs@0.2.11</li>
+  <li>org.apache.cordova.file@1.3.2</li>
+  <li>org.apache.cordova.file-transfer@0.4.8</li>
+  <li>org.apache.cordova.geolocation@0.3.11</li>
+  <li>org.apache.cordova.globalization@0.3.3</li>
+  <li>org.apache.cordova.inappbrowser@0.5.4</li>
+  <li>org.apache.cordova.media@0.2.15</li>
+  <li>org.apache.cordova.media-capture@0.3.5</li>
+  <li>org.apache.cordova.network-information@0.2.14</li>
+  <li>org.apache.cordova.splashscreen@0.3.5</li>
+  <li>org.apache.cordova.statusbar@0.1.9</li>
+  <li>org.apache.cordova.vibration@0.3.12</li>
 </ul>
 
 <p>The plugins have been updated on our registry at <a href="http://plugins.cordova.io/">plugins.cordova.io</a>.</p>
+
 <hr />
 <p>You can update any plugin by removing it, and then readding it. E.g. To update your camera plugin:</p>
 
 <pre><code>cordova plugin rm org.apache.cordova.camera
-cordova plugin add org.apache.cordova.camera</code></pre>
+cordova plugin add org.apache.cordova.camera
+</code></pre>
 
-<p>Changes include: <!--more--></p>
+<p>Changes include:
+<!--more--></p>
 
 <p>org.apache.cordova.battery-status@0.2.12</p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-7976">CB-7976</a> <strong>Android</strong> Use webView’s context rather than Activity’s context for intent receiver</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7976">CB-7976</a> <strong>Android</strong> Use webView’s context rather than Activity’s context for intent receiver</li>
 </ul>
 
 <p>org.apache.cordova.camera@0.3.4</p>
 
 <ul>
-<li><strong>iOS</strong> Fix memory leak of image data in <code>imagePickerControllerReturnImageResult</code></li>
-
-<li><strong>Android</strong> Pass uri to crop instead of pulling the low resolution image out of the intent return</li>
-
-<li><strong>Android</strong> Add orientation support for PNG to Android</li>
+  <li><strong>iOS</strong> Fix memory leak of image data in <code>imagePickerControllerReturnImageResult</code></li>
+  <li><strong>Android</strong> Pass uri to crop instead of pulling the low resolution image out of the intent return</li>
+  <li><strong>Android</strong> Add orientation support for PNG to Android</li>
 </ul>
 
 <p>org.apache.cordova.contacts@0.2.15</p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-7131">CB-7131</a> <strong>Android</strong> Check for profile photo existance</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7896">CB-7896</a> Better way to detect <strong>Windows</strong> and <strong>WindowsPhone8.1</strong></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7772">CB-7772</a> <strong>iOS</strong> Cancelling <code>pickContact</code> should call the error callback, not the success callback</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7761">CB-7761</a> Misleading text in documentation</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7762">CB-7762</a> Parameter list is incorrect for <code>contacts.find</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7131">CB-7131</a> <strong>Android</strong> Check for profile photo existance</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7896">CB-7896</a> Better way to detect <strong>Windows</strong> and <strong>WindowsPhone8.1</strong></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7772">CB-7772</a> <strong>iOS</strong> Cancelling <code>pickContact</code> should call the error callback, not the success callback</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7761">CB-7761</a> Misleading text in documentation</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7762">CB-7762</a> Parameter list is incorrect for <code>contacts.find</code></li>
 </ul>
 
 <p>org.apache.cordova.device@0.2.13</p>
 
 <ul>
-<li><strong>Browser</strong> Changing <code>device.platform</code> to always report the platform as “browser”.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5892">CB-5892</a> <strong>iOS</strong> Remove deprecated <code>window.Settings</code></li>
+  <li><strong>Browser</strong> Changing <code>device.platform</code> to always report the platform as “browser”.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5892">CB-5892</a> <strong>iOS</strong> Remove deprecated <code>window.Settings</code></li>
 </ul>
 
 <p>org.apache.cordova.device-motion@0.2.11</p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-8083">CB-8083</a> Fix <code>accelerometer</code> callback on <strong>Windows</strong></li>
-
-<li>Renamed <strong>Windows8</strong> -&gt; <strong>Windows</strong></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8083">CB-8083</a> Fix <code>accelerometer</code> callback on <strong>Windows</strong></li>
+  <li>Renamed <strong>Windows8</strong> -&gt; <strong>Windows</strong></li>
 </ul>
 
 <p>org.apache.cordova.dialogs@0.2.11</p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-7737">CB-7737</a> <strong>Windows Phone</strong> Lower min height for <code>alert</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8038">CB-8038</a> Backslash getting escaped twice in <strong>BlackBerry 10</strong></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7639">CB-7639</a> Update docs + manual tests</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7639">CB-7639</a> <strong>Windows 8</strong> Revert back <code>isAlertShowing</code> flag in case of exception to prevent queuing of future dialogs.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7639">CB-7639</a> Handle button labels as array on windows</li>
-
-<li><strong>Android</strong> Check for <code>setTextDirection</code> API level</li>
-
-<li><strong>Android</strong> Make spinner dialog to use <code>THEME_DEVICE_DEFAULT_LIGHT</code> (same as the other dialogs)</li>
-
-<li><strong>Android</strong> Unbreak <code>API</code> level &lt; <code>14</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7414">CB-7414</a> <strong>BlackBerry 10</strong> Document callback parameter for <code>navigator.notification.alert</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7737">CB-7737</a> <strong>Windows Phone</strong> Lower min height for <code>alert</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8038">CB-8038</a> Backslash getting escaped twice in <strong>BlackBerry 10</strong></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7639">CB-7639</a> Update docs + manual tests</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7639">CB-7639</a> <strong>Windows 8</strong> Revert back <code>isAlertShowing</code> flag in case of exception to prevent queuing of future dialogs.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7639">CB-7639</a> Handle button labels as array on windows</li>
+  <li><strong>Android</strong> Check for <code>setTextDirection</code> API level</li>
+  <li><strong>Android</strong> Make spinner dialog to use <code>THEME_DEVICE_DEFAULT_LIGHT</code> (same as the other dialogs)</li>
+  <li><strong>Android</strong> Unbreak <code>API</code> level &lt; <code>14</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7414">CB-7414</a> <strong>BlackBerry 10</strong> Document callback parameter for <code>navigator.notification.alert</code></li>
 </ul>
 
 <p>org.apache.cordova.file@1.3.2</p>
 
 <ul>
-<li><strong>Android</strong> Get rid of thread block error</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7602">CB-7602</a> <strong>Android</strong> Fix <code>isCopyOnItself</code> logic</li>
-
-<li>Use one proxy for both <strong>Windows</strong> and <strong>Windows8</strong> platforms</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6994">CB-6994</a> <strong>Windows</strong> Fixes result, returned by proxy’s write method</li>
-
-<li><strong>Firefox OS</strong> Update <code>__format__</code> to match <code>pathsPrefix</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6994">CB-6994</a> <strong>Windows</strong> Improves merged code to be able to write a File</li>
-
-<li>Optimize <code>FileProxy</code> for <strong>Windows</strong> platforms</li>
-
-<li>Synchronize changes with <strong>Windows</strong> platform</li>
-
-<li>Fix function <code>write</code> for big files on <strong>Windows 8</strong></li>
-
-<li><strong>iOS</strong> Write file in background</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7487">CB-7487</a> <strong>Android</strong> Broadcast file write. This allows <em>MTP USB</em> shares to show the file immediately without reboot/manual refresh using 3rd party app.</li>
+  <li><strong>Android</strong> Get rid of thread block error</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7602">CB-7602</a> <strong>Android</strong> Fix <code>isCopyOnItself</code> logic</li>
+  <li>Use one proxy for both <strong>Windows</strong> and <strong>Windows8</strong> platforms</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6994">CB-6994</a> <strong>Windows</strong> Fixes result, returned by proxy’s write method</li>
+  <li><strong>Firefox OS</strong> Update <code>__format__</code> to match <code>pathsPrefix</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6994">CB-6994</a> <strong>Windows</strong> Improves merged code to be able to write a File</li>
+  <li>Optimize <code>FileProxy</code> for <strong>Windows</strong> platforms</li>
+  <li>Synchronize changes with <strong>Windows</strong> platform</li>
+  <li>Fix function <code>write</code> for big files on <strong>Windows 8</strong></li>
+  <li><strong>iOS</strong> Write file in background</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7487">CB-7487</a> <strong>Android</strong> Broadcast file write. This allows <em>MTP USB</em> shares to show the file immediately without reboot/manual refresh using 3rd party app.</li>
 </ul>
 
 <p>org.apache.cordova.file-transfer@0.4.8</p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-8021">CB-8021</a> Adds documentation for <code>httpMethod</code> to <code>doc/index.md</code>.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8021">CB-8021</a> Adds documentation for <code>httpMethod</code> to <code>doc/index.md</code>.</li>
 </ul>
 
 <p>org.apache.cordova.geolocation@0.3.11</p>
 
 <ul>
-<li><strong>iOS</strong> Do not stop updating location when the error is <code>kCLErrorLocationUnknown</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8094">CB-8094</a> Pended auto tests for <strong>Windows</strong> Store since they require user interaction</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8085">CB-8085</a> Fix geolocation plugin on <strong>Windows</strong></li>
+  <li><strong>iOS</strong> Do not stop updating location when the error is <code>kCLErrorLocationUnknown</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8094">CB-8094</a> Pended auto tests for <strong>Windows</strong> Store since they require user interaction</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8085">CB-8085</a> Fix geolocation plugin on <strong>Windows</strong></li>
 </ul>
 
 <p>org.apache.cordova.globalization@0.3.3</p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-7766">CB-7766</a> Add quirk note about <strong>Android</strong> <code>dateToString</code></li>
-
-<li><strong>Firefox OS</strong> <code>getDateNames</code> should return (<em>Sun</em> … <em>Sat</em>) in all locales</li>
-
-<li><strong>Firefox OS</strong> <code>getFirstDayOfWeek</code> should return <code>1</code> for <em>Sunday</em> and <code>2</code> for <em>Monday</em></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7766">CB-7766</a> Add quirk note about <strong>Android</strong> <code>dateToString</code></li>
+  <li><strong>Firefox OS</strong> <code>getDateNames</code> should return (<em>Sun</em> … <em>Sat</em>) in all locales</li>
+  <li><strong>Firefox OS</strong> <code>getFirstDayOfWeek</code> should return <code>1</code> for <em>Sunday</em> and <code>2</code> for <em>Monday</em></li>
 </ul>
 
 <p>org.apache.cordova.inappbrowser@0.5.4</p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-7784">CB-7784</a> <strong>Windows</strong> Exit event is not fired after <code>InAppBrowser</code> closing</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7697">CB-7697</a> Add <code>locationBar</code> support to <code>InAppBrowser</code> <strong>Windows</strong> platform version</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7690">CB-7690</a> <strong>Windows</strong> <code>InAppBrowser</code> <code>loadstart</code>/<code>loadstop</code> events issues</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7695">CB-7695</a> Fix <code>InAppBrowser</code> <code>injectScriptFile</code> for <strong>Windows 8.1</strong> / <strong>Windows Phone 8.1</strong></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7692">CB-7692</a> <strong>Windows 8.1</strong> <code>InAppBrowser</code> local url opening bug in 8.1</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7688">CB-7688</a> <code>Alert</code> is not supported in <code>InAppBrowser</code> on <strong>Windows</strong> platform</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7712">CB-7712</a> <strong>Android</strong> Remove references to <code>closebuttoncaption</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7850">CB-7850</a> Clarify role of whitelist</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7720">CB-7720</a> Check if event is null since OK string from success callback was removed</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7784">CB-7784</a> <strong>Windows</strong> Exit event is not fired after <code>InAppBrowser</code> closing</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7697">CB-7697</a> Add <code>locationBar</code> support to <code>InAppBrowser</code> <strong>Windows</strong> platform version</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7690">CB-7690</a> <strong>Windows</strong> <code>InAppBrowser</code> <code>loadstart</code>/<code>loadstop</code> events issues</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7695">CB-7695</a> Fix <code>InAppBrowser</code> <code>injectScriptFile</code> for <strong>Windows 8.1</strong> / <strong>Windows Phone 8.1</strong></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7692">CB-7692</a> <strong>Windows 8.1</strong> <code>InAppBrowser</code> local url opening bug in 8.1</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7688">CB-7688</a> <code>Alert</code> is not supported in <code>InAppBrowser</code> on <strong>Windows</strong> platform</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7712">CB-7712</a> <strong>Android</strong> Remove references to <code>closebuttoncaption</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7850">CB-7850</a> Clarify role of whitelist</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7720">CB-7720</a> Check if event is null since OK string from success callback was removed</li>
 </ul>
 
 <p>org.apache.cordova.media@0.2.15</p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-6153">CB-6153</a> <strong>Android</strong> Add docs for volume control behaviour, and fix controls not being reset on page navigation</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6153">CB-6153</a> <strong>Android</strong> Make volume buttons control music stream while any audio players are created</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6153">CB-6153</a> <strong>Android</strong> Add docs for volume control behaviour, and fix controls not being reset on page navigation</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6153">CB-6153</a> <strong>Android</strong> Make volume buttons control music stream while any audio players are created</li>
 </ul>
 
 <p>org.apache.cordova.media-capture@0.3.5</p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-7597">CB-7597</a> <strong>iOS</strong> <code>Localizable.strings</code> for Media Capture are in the default template, it should be in the plugin</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7597">CB-7597</a> <strong>iOS</strong> <code>Localizable.strings</code> for Media Capture are in the default template, it should be in the plugin</li>
 </ul>
 
 <p>org.apache.cordova.network-information@0.2.14</p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-7976">CB-7976</a> <strong>Android</strong> Use webView’s context rather than Activity’s context for intent receiver</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7976">CB-7976</a> <strong>Android</strong> Use webView’s context rather than Activity’s context for intent receiver</li>
 </ul>
 
 <p>org.apache.cordova.splashscreen@0.3.5</p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-7204">CB-7204</a> <strong>iOS</strong> Race condition when hiding and showing spinner</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7204">CB-7204</a> <strong>iOS</strong> Race condition when hiding and showing spinner</li>
 </ul>
 
 <p>org.apache.cordova.statusbar@0.1.9</p>
 
 <ul>
-<li><strong>Android</strong> Fix onload attribute within <code>&lt;feature&gt;</code> to be a <code>&lt;param&gt;</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8010">CB-8010</a> Statusbar colour does not change to orange</li>
-
-<li><strong>Windows</strong> Added checks for running on windows when StatusBar is NOT available</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7986">CB-7986</a> Add support for <strong>Windows Phone 8.1</strong></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7549">CB-7549</a> (Re-fix) <code>StatusBar</code> <strong>iOS 8</strong> Landscape issue</li>
+  <li><strong>Android</strong> Fix onload attribute within <code>&lt;feature&gt;</code> to be a <code>&lt;param&gt;</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8010">CB-8010</a> Statusbar colour does not change to orange</li>
+  <li><strong>Windows</strong> Added checks for running on windows when StatusBar is NOT available</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7986">CB-7986</a> Add support for <strong>Windows Phone 8.1</strong></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7549">CB-7549</a> (Re-fix) <code>StatusBar</code> <strong>iOS 8</strong> Landscape issue</li>
 </ul>
 
 <p>org.apache.cordova.vibration@0.3.12</p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-8018">CB-8018</a> Add <code>vibrate(pattern)</code> fallback on vibrate for <strong>Windows Phone 8</strong></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8018">CB-8018</a> Add <code>vibrate(pattern)</code> fallback on vibrate for <strong>Windows Phone 8</strong></li>
 </ul>
 
     </div>

Modified: cordova/site/public/news/2015/01/09/tools-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2015/01/09/tools-release.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2015/01/09/tools-release.html (original)
+++ cordova/site/public/news/2015/01/09/tools-release.html Mon Sep  7 16:56:52 2015
@@ -57,161 +57,115 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">09 Jan 2015</p>
     <div class="post">
-    
-<p>New versions of cordova tools are now live!</p>
+    <p>New versions of cordova tools are now live!</p>
 
 <ul>
-<li><a href="https://www.npmjs.org/package/cordova-lib">cordova-lib@4.2.0</a></li>
-
-<li><a href="https://www.npmjs.org/package/cordova">cordova@4.2.0</a></li>
-
-<li><a href="https://www.npmjs.org/package/plugman">plugman@0.22.17</a></li>
-
-<li><a href="https://www.npmjs.org/package/cordova-js">cordova-js@3.7.3</a></li>
+  <li><a href="https://www.npmjs.org/package/cordova-lib">cordova-lib@4.2.0</a></li>
+  <li><a href="https://www.npmjs.org/package/cordova">cordova@4.2.0</a></li>
+  <li><a href="https://www.npmjs.org/package/plugman">plugman@0.22.17</a></li>
+  <li><a href="https://www.npmjs.org/package/cordova-js">cordova-js@3.7.3</a></li>
 </ul>
 
 <p>To update your tools:</p>
 
 <ul>
-<li>
-<p>If you have <code>cordova</code> installed:</p>
-
-<pre><code>npm install -g cordova</code></pre>
-</li>
+  <li>
+    <p>If you have <code>cordova</code> installed:</p>
 
-<li>
-<p>If you have <code>plugman</code> installed:</p>
+    <pre><code>npm install -g cordova
+</code></pre>
+  </li>
+  <li>
+    <p>If you have <code>plugman</code> installed:</p>
 
-<pre><code>npm install -g plugman</code></pre>
-</li>
+    <pre><code>npm install -g plugman
+</code></pre>
+  </li>
 </ul>
 
-<h1 id="changes_include">Changes include:</h1>
+<h1 id="changes-include">Changes include:</h1>
 <!--more-->
-<h2 id="platform_updates">Platform updates</h2>
-
-<p>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:</p>
-
-<ul>
-<li>Cordova Ubuntu 4.0.0</li>
-
-<li>Cordova WP8 3.7.1</li>
-
-<li>Cordova BlackBerry10 3.7.0</li>
-</ul>
-
-<h2 id="cordovalib">cordova-lib</h2>
-
-<ul>
-<li><code>ConfigParser</code>: refactor <code>getPreference()</code></li>
-
-<li>Parsers: add base parser (<code>parser.js</code>) and make platform parsers inherit from it</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8230">CB-8230</a> Make <code>project.properties</code> optional for <strong>Android</strong> sub-libraries</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8215">CB-8215</a> Improve error message when <code>&lt;source-file&gt;</code> is missing <code>target-dir</code> on <strong>Android</strong></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8217">CB-8217</a> Fix <code>plugin add --link</code> when plugin given as relative path</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8216">CB-8216</a> Resolve plugin paths relative to original <code>CWD</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7803">CB-7803</a> Allow adding any platform on any host OS</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8155">CB-8155</a> Do not fail plugin installation from <code>git url</code> with <code>--link</code></li>
-
-<li>Updates <code>README</code> with description of <code>npm</code> commands for this package</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8129">CB-8129</a> Adds <code>npm run cover</code> command to generate tests coverage report</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8114">CB-8114</a> Specify a <code>cache-min-time</code> for plugins</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8190">CB-8190</a> Make <code>plugman config/cache</code> directory to be customizable via <code>PLUGMAN_HOME</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7610">CB-7610</a> Fix <code>cordova plugin add d:\path</code> (or any other non-<code>c:</code> path)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8158">CB-8158</a> Added <code>hasModule</code> check to browserify code</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8173">CB-8173</a> Point to the latest <strong>Ubuntu</strong> version</li>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-8179">CB-8179</a> Point to the latest <strong>WP8</strong> version</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8158">CB-8158</a> Adding <code>symbolList</code> to <code>cordova.js</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8154">CB-8154</a> Fix errors adding platforms or plugins</li>
-
-<li><code>browserify</code>: updated require to use <code>symbollist</code></li>
-
-<li><strong>Amazon</strong> Added a type named <code>gradleReference</code> in framework</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7736">CB-7736</a> Update <code>npm</code> dep to promote <code>qs module</code> to 1.0</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8086">CB-8086</a> Prefixed subprojects with package name</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8067">CB-8067</a> externalized <code>valid-identifier</code> it is its own module</li>
-
-<li>Added identifier checking for app id, searches for <code>java+C#</code> reserved words</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6472">CB-6472</a> Adding content to <code>-Info.plist</code> - Unexpected behaviour</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8053">CB-8053</a> Including a project reference in a plugin fails on <strong>Windows</strong> platform</li>
-
-<li>Pass the <code>searchpath</code> when installing plugins</li>
-
-<li>Add a type named <code>gradleReference</code> in framework</li>
+<h2 id="platform-updates">Platform updates</h2>
+<p>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:</p>
+
+<ul>
+  <li>Cordova Ubuntu 4.0.0</li>
+  <li>Cordova WP8 3.7.1</li>
+  <li>Cordova BlackBerry10  3.7.0</li>
+</ul>
+
+<h2 id="cordova-lib">cordova-lib</h2>
+
+<ul>
+  <li><code>ConfigParser</code>: refactor <code>getPreference()</code></li>
+  <li>Parsers: add base parser (<code>parser.js</code>) and make platform parsers inherit from it</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8230">CB-8230</a> Make <code>project.properties</code> optional for <strong>Android</strong> sub-libraries</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8215">CB-8215</a> Improve error message when <code>&lt;source-file&gt;</code> is missing <code>target-dir</code> on <strong>Android</strong></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8217">CB-8217</a> Fix <code>plugin add --link</code> when plugin given as relative path</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8216">CB-8216</a> Resolve plugin paths relative to original <code>CWD</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7803">CB-7803</a> Allow adding any platform on any host OS</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8155">CB-8155</a> Do not fail plugin installation from <code>git url</code> with <code>--link</code></li>
+  <li>Updates <code>README</code> with description of <code>npm</code> commands for this package</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8129">CB-8129</a> Adds <code>npm run cover</code> command to generate tests coverage report</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8114">CB-8114</a> Specify a <code>cache-min-time</code> for plugins</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8190">CB-8190</a> Make <code>plugman config/cache</code> directory to be customizable via <code>PLUGMAN_HOME</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7610">CB-7610</a> Fix <code>cordova plugin add d:\path</code> (or any other non-<code>c:</code> path)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8158">CB-8158</a> Added <code>hasModule</code> check to browserify code</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8173">CB-8173</a> Point to the latest <strong>Ubuntu</strong> version</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8179">CB-8179</a> Point to the latest <strong>WP8</strong> version</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8158">CB-8158</a> Adding <code>symbolList</code> to <code>cordova.js</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8154">CB-8154</a> Fix errors adding platforms or plugins</li>
+  <li><code>browserify</code>: updated require to use <code>symbollist</code></li>
+  <li><strong>Amazon</strong> Added a type named <code>gradleReference</code> in framework</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7736">CB-7736</a> Update <code>npm</code> dep to promote <code>qs module</code> to 1.0</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8086">CB-8086</a> Prefixed subprojects with package name</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8067">CB-8067</a> externalized <code>valid-identifier</code> it is its own module</li>
+  <li>Added identifier checking for app id, searches for <code>java+C#</code> reserved words</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6472">CB-6472</a> Adding content to <code>-Info.plist</code> - Unexpected behaviour</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8053">CB-8053</a> Including a project reference in a plugin fails on <strong>Windows</strong> platform</li>
+  <li>Pass the <code>searchpath</code> when installing plugins</li>
+  <li>Add a type named <code>gradleReference</code> in framework</li>
 </ul>
 
 <h2 id="cordova">cordova</h2>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-6756">CB-6756</a> Use <code>cordova_lib.binname</code> instead of <code>cordova</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8129">CB-8129</a> Adds <code>npm run cover</code> command to generate tests coverage report</li>
-
-<li><code>searchpath</code> option is added to <code>restore</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6756">CB-6756</a> Use <code>cordova_lib.binname</code> instead of <code>cordova</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8129">CB-8129</a> Adds <code>npm run cover</code> command to generate tests coverage report</li>
+  <li><code>searchpath</code> option is added to <code>restore</code></li>
 </ul>
 
-<h2 id="cordovajs">cordova-js</h2>
+<h2 id="cordova-js">cordova-js</h2>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-8210">CB-8210</a> Use the correct plugin for <code>App/CoreAndroid</code> plugin based on platformVersion</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8210">CB-8210</a> <strong>Android</strong>: Fire events from native via message channel</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8210">CB-8210</a> <strong>Android</strong>: Add message channel for events</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8129">CB-8129</a> Adds <code>cover</code> grunt task to generate tests coverage report</li>
-
-<li><strong>Amazon</strong> related change: <code>base64.toArrayBuffer</code> to convert <code>base64</code> strings</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8158">CB-8158</a> Populating <code>symbolList</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8210">CB-8210</a> Use the correct plugin for <code>App/CoreAndroid</code> plugin based on platformVersion</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8210">CB-8210</a> <strong>Android</strong>: Fire events from native via message channel</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8210">CB-8210</a> <strong>Android</strong>: Add message channel for events</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8129">CB-8129</a> Adds <code>cover</code> grunt task to generate tests coverage report</li>
+  <li><strong>Amazon</strong> related change: <code>base64.toArrayBuffer</code> to convert <code>base64</code> strings</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8158">CB-8158</a> Populating <code>symbolList</code></li>
 </ul>
 
 <h2 id="plugman">plugman</h2>
 
 <ul>
-<li>Fix broken link to <strong>Chrome</strong> plugins</li>
+  <li>Fix broken link to <strong>Chrome</strong> plugins</li>
 </ul>
 
-<h2 id="pinned_platform_versions_for_cordova_cli_420">Pinned Platform Versions for Cordova CLI 4.2.0</h2>
+<h2 id="pinned-platform-versions-for-cordova-cli-420">Pinned Platform Versions for Cordova CLI 4.2.0</h2>
 
 <ul>
-<li>Cordova Amazon-FireOS: 3.6.3</li>
-
-<li>Cordova Android: 3.6.4</li>
-
-<li>Cordova BlackBerry10: 3.7.0</li>
-
-<li>Cordova Browser: 3.6.0</li>
-
-<li>Cordova FirefoxOS: 3.6.3</li>
-
-<li>Cordova iOS: 3.7.0</li>
-
-<li>Cordova Ubuntu: 4.0.0</li>
-
-<li>Cordova Windows: 3.7.1</li>
-
-<li>Cordova WP8: 3.7.1</li>
+  <li>Cordova Amazon-FireOS: 3.6.3</li>
+  <li>Cordova Android: 3.6.4</li>
+  <li>Cordova BlackBerry10: 3.7.0</li>
+  <li>Cordova Browser: 3.6.0</li>
+  <li>Cordova FirefoxOS: 3.6.3</li>
+  <li>Cordova iOS: 3.7.0</li>
+  <li>Cordova Ubuntu: 4.0.0</li>
+  <li>Cordova Windows: 3.7.1</li>
+  <li>Cordova WP8: 3.7.1</li>
 </ul>
 
     </div>

Modified: cordova/site/public/news/2015/02/10/plugins-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2015/02/10/plugins-release.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2015/02/10/plugins-release.html (original)
+++ cordova/site/public/news/2015/02/10/plugins-release.html Mon Sep  7 16:56:52 2015
@@ -57,249 +57,148 @@
     <div class="meta">Posted by: <a href=""></a></div>
     <p class="meta">10 Feb 2015</p>
     <div class="post">
-    
-<p>The following plugins were updated today:</p>
+    <p>The following plugins were updated today:</p>
 
 <ul>
-<li>cordova-plugin-battery-status@0.2.12</li>
-
-<li>cordova-plugin-camera@0.3.5</li>
-
-<li>cordova-plugin-console@0.2.13</li>
-
-<li>cordova-plugin-contacts@0.2.16</li>
-
-<li>cordova-plugin-device-motion@0.2.11</li>
-
-<li>cordova-plugin-device-orientation@0.3.11</li>
-
-<li>cordova-plugin-device@0.3.0</li>
-
-<li>cordova-plugin-dialogs@0.3.0</li>
-
-<li>cordova-plugin-file-transfer@0.5.0</li>
-
-<li>cordova-plugin-file@1.3.3</li>
-
-<li>cordova-plugin-geolocation@0.3.12</li>
-
-<li>cordova-plugin-globalization@0.3.4</li>
-
-<li>cordova-plugin-inappbrowser@0.6.0</li>
-
-<li>cordova-plugin-media@0.2.16</li>
-
-<li>cordova-plugin-media-capture@0.3.6</li>
-
-<li>cordova-plugin-network-information@0.2.15</li>
-
-<li>cordova-plugin-splashscreen@1.0.0</li>
-
-<li>cordova-plugin-vibration@0.3.13</li>
-
-<li>cordova-plugin-statusbar@0.1.10</li>
-
-<li>cordova-plugins@file-system-roots-0.1.0</li>
-
-<li>cordova-plugin-test-framework@0.0.1</li>
+  <li>cordova-plugin-battery-status@0.2.12</li>
+  <li>cordova-plugin-camera@0.3.5</li>
+  <li>cordova-plugin-console@0.2.13</li>
+  <li>cordova-plugin-contacts@0.2.16</li>
+  <li>cordova-plugin-device-motion@0.2.11</li>
+  <li>cordova-plugin-device-orientation@0.3.11</li>
+  <li>cordova-plugin-device@0.3.0</li>
+  <li>cordova-plugin-dialogs@0.3.0</li>
+  <li>cordova-plugin-file-transfer@0.5.0</li>
+  <li>cordova-plugin-file@1.3.3</li>
+  <li>cordova-plugin-geolocation@0.3.12</li>
+  <li>cordova-plugin-globalization@0.3.4</li>
+  <li>cordova-plugin-inappbrowser@0.6.0</li>
+  <li>cordova-plugin-media@0.2.16</li>
+  <li>cordova-plugin-media-capture@0.3.6</li>
+  <li>cordova-plugin-network-information@0.2.15</li>
+  <li>cordova-plugin-splashscreen@1.0.0</li>
+  <li>cordova-plugin-vibration@0.3.13</li>
+  <li>cordova-plugin-statusbar@0.1.10</li>
+  <li>cordova-plugins@file-system-roots-0.1.0</li>
+  <li>cordova-plugin-test-framework@0.0.1</li>
 </ul>
 
 <p>The plugins have been updated on our registry at <a href="http://plugins.cordova.io/">plugins.cordova.io</a>.</p>
+
 <hr />
 <p>You can update any plugin by removing it, and then re-adding it.</p>
 
 <p>E.g. To update your camera plugin:</p>
 
 <pre><code>cordova plugin rm org.apache.cordova.camera
-cordova plugin add org.apache.cordova.camera</code></pre>
-
-<p>Changes include: <!--more--></p>
-
-<p>org.apache.cordova.camera@0.3.5</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Stop using now-deprecated <code>[NSData base65EncodedString]</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Stop using now-deprecated integerValueForKey: class extension</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8032">CB-8032</a> ios: Add nativeURL external method support for CDVFileSystem-&gt;makeEntryForPath:isDirectory:</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7938">CB-7938</a> ios: Added XCTest unit tests project, with stubs (adapted from SplashScreen unit test setup)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7937">CB-7937</a> ios: Re-factor iOS Camera plugin so that it is testable</li>
-</ul>
+cordova plugin add org.apache.cordova.camera
+</code></pre>
 
-<p>org.apache.cordova.console@0.2.13 * <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension</p>
+<p>Changes include:
+<!--more--></p>
 
-<p>org.apache.cordova.contacts@0.2.16</p>
+<p>org.apache.cordova.camera@0.3.5
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Stop using now-deprecated <code>[NSData base65EncodedString]</code>
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Stop using now-deprecated integerValueForKey: class extension
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension
+* <a href="https://issues.apache.org/jira/browse/CB-8032">CB-8032</a> ios: Add nativeURL external method support for CDVFileSystem-&gt;makeEntryForPath:isDirectory:
+* <a href="https://issues.apache.org/jira/browse/CB-7938">CB-7938</a> ios: Added XCTest unit tests project, with stubs (adapted from SplashScreen unit test setup)
+* <a href="https://issues.apache.org/jira/browse/CB-7937">CB-7937</a> ios: Re-factor iOS Camera plugin so that it is testable</p>
+
+<p>org.apache.cordova.console@0.2.13
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension</p>
+
+<p>org.apache.cordova.contacts@0.2.16
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Stop using (newly) deprecated CordovaLib functions
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension
+* android: Update ContactName support
+* Updated the comments for ContactOrganization constructor.</p>
+
+<p>org.apache.cordova.device@0.3.0
+* Added device.manufacturer property for Android, iOS, Blackberry, WP8
+* Support for Windows Phone 8 ANID2 ANID is only supported up to Windows Phone 7.5
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> Use a local copy of uniqueAppInstanceIdentifier rather than CordovaLib’s version
+* browser: Fixed a bug that caused an “cannot call method of undefined” error if the browser’s user agent wasn’t recognized</p>
+
+<p>org.apache.cordova.device-orientation@0.3.11
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension</p>
+
+<p>org.apache.cordova.dialogs@0.3.0
+* Correct way to specify Windows platform in config.xml
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension
+* <a href="https://issues.apache.org/jira/browse/CB-7955">CB-7955</a> Add support “browser” platform</p>
+
+<p>org.apache.cordova.file@1.3.3
+* <a href="https://issues.apache.org/jira/browse/CB-7927">CB-7927</a> Encoding data to bytes instead of chars when writing a file.
+* ios: Fix compile warning about implicit int conversion
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use base64EncodedStringWithOptions instead of CordovaLib’s class extension
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use a local copy of valueForKeyIsNumber rather than CordovaLib’s version
+* windows: Handle url’s containing absolute windows path starting with drive letter and colon (encoded as %3A) through root FS
+* windows: Rework to use normal url form
+* android: refactor: Make Filesystem base class store its own name, rootUri, and rootEntry
+* android: Simplify code a bit by making makeEntryForPath not throw JSONException
+* <a href="https://issues.apache.org/jira/browse/CB-6431">CB-6431</a> android: Fix plugin breaking content: URLs
+* <a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> Never create new FileSystem instances (except on windows since they don’t implement requestAllFileSystems())</p>
+
+<p>org.apache.cordova.file-transfer@0.5.0
+* <a href="https://issues.apache.org/jira/browse/CB-8407">CB-8407</a> windows: Fix download of <code>ms-appdata:///</code> URIs
+* <a href="https://issues.apache.org/jira/browse/CB-8095">CB-8095</a> windows: Rewrite upload method to support progress events properly
+* <a href="https://issues.apache.org/jira/browse/CB-5059">CB-5059</a> android: Add a CookieManager abstraction for pluggable webviews
+* ios: Fix compile warning about implicity int conversion
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use a local copy of DLog macro rather than CordovaLib version
+* <a href="https://issues.apache.org/jira/browse/CB-8296">CB-8296</a> ios: Fix crash when upload fails and file is not yet created (close #57)
+* Document “body” property on FileTransferError
+* <a href="https://issues.apache.org/jira/browse/CB-7912">CB-7912</a> ios, android: Update to work with whitelist plugins in Cordova 4.x
+* Error callback should always be called with the FileTransferError object, and not just the code
+* windows: alias appData to Windows.Storage.ApplicationData.current
+* <a href="https://issues.apache.org/jira/browse/CB-8093">CB-8093</a> Fixes incorrect FileTransferError returned in case of download failure</p>
+
+<p>org.apache.cordova.geolocation@0.3.12
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension</p>
+
+<p>org.apache.cordova.globalization@0.3.4
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension
+* <a href="https://issues.apache.org/jira/browse/CB-7972">CB-7972</a> Add cordova-plugin-globalization support for Windows platform</p>
+
+<p>org.apache.cordova.inappbrowser@0.6.0
+* <a href="https://issues.apache.org/jira/browse/CB-8270">CB-8270</a> ios: Remove usage of <code>[arr JSONString]</code>, since it’s been renamed to <code>cdv_JSONString</code>
+* ubuntu: implement inject* functions
+* ubuntu: port to oxide
+* <a href="https://issues.apache.org/jira/browse/CB-7897">CB-7897</a> ios, android: Update to work with whilelist plugins in Cordova 4.x</p>
+
+<p>org.apache.cordova.media@0.2.16
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Stop using (newly) deprecated CDVJSON.h
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension
+* <a href="https://issues.apache.org/jira/browse/CB-8252">CB-8252</a> android: Fire audio events from native via message channel
+* <a href="https://issues.apache.org/jira/browse/CB-8152">CB-8152</a> ios: Remove deprecated methods in Media plugin (deprecated since 2.5)</p>
+
+<p>org.apache.cordova.media-capture@0.3.6
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use inline copies of deprecated CDV_IsIpad and CDV_IsIphone5
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Stop using (newly) deprecated CDVJSON.h
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension
+* <a href="https://issues.apache.org/jira/browse/CB-7977">CB-7977</a> Mention deviceready in plugin docs</p>
+
+<p>org.apache.cordova.network-information@0.2.15
+* <a href="https://issues.apache.org/jira/browse/CB-8384">CB-8384</a> Network status change support on Windows
+* <a href="https://issues.apache.org/jira/browse/CB-8384">CB-8384</a> Fixes the way we detect online status on Windows
+* <a href="https://issues.apache.org/jira/browse/CB-8384">CB-8384</a> Add Windows platform quirks
+* <a href="https://issues.apache.org/jira/browse/CB-8384">CB-8384</a> Add Windows section to Network Information plugin</p>
+
+<p>org.apache.cordova.splashscreen@1.0.0
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Stop using deprecated IsIpad macro
+* <a href="https://issues.apache.org/jira/browse/CB-3679">CB-3679</a> Add engine tag for Android &gt;= 3.6.0 due to use of <code>preferences</code>
+* <a href="https://issues.apache.org/jira/browse/CB-3679">CB-3679</a> Make SplashScreen plugin compatible with cordova-android@4.0.x</p>
 
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Stop using (newly) deprecated CordovaLib functions</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension</li>
-
-<li>android: Update ContactName support</li>
-
-<li>Updated the comments for ContactOrganization constructor.</li>
-</ul>
-
-<p>org.apache.cordova.device@0.3.0</p>
-
-<ul>
-<li>Added device.manufacturer property for Android, iOS, Blackberry, WP8</li>
-
-<li>Support for Windows Phone 8 ANID2 ANID is only supported up to Windows Phone 7.5</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> Use a local copy of uniqueAppInstanceIdentifier rather than CordovaLib’s version</li>
-
-<li>browser: Fixed a bug that caused an “cannot call method of undefined” error if the browser’s user agent wasn’t recognized</li>
-</ul>
-
-<p>org.apache.cordova.device-orientation@0.3.11 * <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension</p>
-
-<p>org.apache.cordova.dialogs@0.3.0</p>
-
-<ul>
-<li>Correct way to specify Windows platform in config.xml</li>
+<p>org.apache.cordova.statusbar@0.1.10
+* <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension</p>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension</li>
+<p>org.apache.cordova.test-framework@0.0.1
+* Initial release</p>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-7955">CB-7955</a> Add support “browser” platform</li>
-</ul>
-
-<p>org.apache.cordova.file@1.3.3</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-7927">CB-7927</a> Encoding data to bytes instead of chars when writing a file.</li>
-
-<li>ios: Fix compile warning about implicit int conversion</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use base64EncodedStringWithOptions instead of CordovaLib’s class extension</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use a local copy of valueForKeyIsNumber rather than CordovaLib’s version</li>
-
-<li>windows: Handle url’s containing absolute windows path starting with drive letter and colon (encoded as %3A) through root FS</li>
-
-<li>windows: Rework to use normal url form</li>
-
-<li>android: refactor: Make Filesystem base class store its own name, rootUri, and rootEntry</li>
-
-<li>android: Simplify code a bit by making makeEntryForPath not throw JSONException</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6431">CB-6431</a> android: Fix plugin breaking content: URLs</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> Never create new FileSystem instances (except on windows since they don’t implement requestAllFileSystems())</li>
-</ul>
-
-<p>org.apache.cordova.file-transfer@0.5.0</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-8407">CB-8407</a> windows: Fix download of <code>ms-appdata:///</code> URIs</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8095">CB-8095</a> windows: Rewrite upload method to support progress events properly</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5059">CB-5059</a> android: Add a CookieManager abstraction for pluggable webviews</li>
-
-<li>ios: Fix compile warning about implicity int conversion</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use a local copy of DLog macro rather than CordovaLib version</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8296">CB-8296</a> ios: Fix crash when upload fails and file is not yet created (close #57)</li>
-
-<li>Document “body” property on FileTransferError</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7912">CB-7912</a> ios, android: Update to work with whitelist plugins in Cordova 4.x</li>
-
-<li>Error callback should always be called with the FileTransferError object, and not just the code</li>
-
-<li>windows: alias appData to Windows.Storage.ApplicationData.current</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8093">CB-8093</a> Fixes incorrect FileTransferError returned in case of download failure</li>
-</ul>
-
-<p>org.apache.cordova.geolocation@0.3.12 * <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension</p>
-
-<p>org.apache.cordova.globalization@0.3.4</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7972">CB-7972</a> Add cordova-plugin-globalization support for Windows platform</li>
-</ul>
-
-<p>org.apache.cordova.inappbrowser@0.6.0</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-8270">CB-8270</a> ios: Remove usage of <code>[arr JSONString]</code>, since it’s been renamed to <code>cdv_JSONString</code></li>
-
-<li>ubuntu: implement inject* functions</li>
-
-<li>ubuntu: port to oxide</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7897">CB-7897</a> ios, android: Update to work with whilelist plugins in Cordova 4.x</li>
-</ul>
-
-<p>org.apache.cordova.media@0.2.16</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Stop using (newly) deprecated CDVJSON.h</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8252">CB-8252</a> android: Fire audio events from native via message channel</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8152">CB-8152</a> ios: Remove deprecated methods in Media plugin (deprecated since 2.5)</li>
-</ul>
-
-<p>org.apache.cordova.media-capture@0.3.6</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use inline copies of deprecated CDV_IsIpad and CDV_IsIphone5</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Stop using (newly) deprecated CDVJSON.h</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7977">CB-7977</a> Mention deviceready in plugin docs</li>
-</ul>
-
-<p>org.apache.cordova.network-information@0.2.15</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-8384">CB-8384</a> Network status change support on Windows</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8384">CB-8384</a> Fixes the way we detect online status on Windows</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8384">CB-8384</a> Add Windows platform quirks</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8384">CB-8384</a> Add Windows section to Network Information plugin</li>
-</ul>
-
-<p>org.apache.cordova.splashscreen@1.0.0</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Stop using deprecated IsIpad macro</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3679">CB-3679</a> Add engine tag for Android &gt;= 3.6.0 due to use of <code>preferences</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3679">CB-3679</a> Make SplashScreen plugin compatible with cordova-android@4.0.x</li>
-</ul>
-
-<p>org.apache.cordova.statusbar@0.1.10 * <a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Use argumentForIndex rather than NSArray extension</p>
-
-<p>org.apache.cordova.test-framework@0.0.1 * Initial release</p>
-
-<p>org.apache.cordova.vibration@0.3.13</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-8243">CB-8243</a> cordova-plugin-vibration documentation translation: cordova-plugin-vibration</li>
-</ul>
+<p>org.apache.cordova.vibration@0.3.13
+* <a href="https://issues.apache.org/jira/browse/CB-8243">CB-8243</a> cordova-plugin-vibration documentation translation: cordova-plugin-vibration</p>
 
     </div>
 </div>

Modified: cordova/site/public/news/2015/03/02/tools-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2015/03/02/tools-release.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2015/03/02/tools-release.html (original)
+++ cordova/site/public/news/2015/03/02/tools-release.html Mon Sep  7 16:56:52 2015
@@ -57,201 +57,138 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">02 Mar 2015</p>
     <div class="post">
-    
-<p>New versions of cordova tools are now live!</p>
+    <p>New versions of cordova tools are now live!</p>
 
 <ul>
-<li><a href="https://www.npmjs.org/package/cordova-lib">cordova-lib@4.3.0</a></li>
-
-<li><a href="https://www.npmjs.org/package/cordova">cordova@4.3.0</a></li>
-
-<li><a href="https://www.npmjs.org/package/plugman">plugman@0.23.0</a></li>
-
-<li><a href="https://www.npmjs.org/package/cordova-js">cordova-js@3.8.0</a></li>
+  <li><a href="https://www.npmjs.org/package/cordova-lib">cordova-lib@4.3.0</a></li>
+  <li><a href="https://www.npmjs.org/package/cordova">cordova@4.3.0</a></li>
+  <li><a href="https://www.npmjs.org/package/plugman">plugman@0.23.0</a></li>
+  <li><a href="https://www.npmjs.org/package/cordova-js">cordova-js@3.8.0</a></li>
 </ul>
 
 <p>To update your tools:</p>
 
 <ul>
-<li>
-<p>If you have <code>cordova</code> installed:</p>
+  <li>
+    <p>If you have <code>cordova</code> installed:</p>
 
-<pre><code>npm install -g cordova</code></pre>
-</li>
-
-<li>
-<p>If you have <code>plugman</code> installed:</p>
-
-<pre><code>npm install -g plugman</code></pre>
-</li>
+    <pre><code>npm install -g cordova
+</code></pre>
+  </li>
+  <li>
+    <p>If you have <code>plugman</code> installed:</p>
+
+    <pre><code>npm install -g plugman
+</code></pre>
+  </li>
 </ul>
 
 <p>Release highlights:</p>
 
 <ul>
-<li><strong>Cordova-iOS</strong> developers will need to update their <code>iOS-deploy</code> dependency to launch on <strong>iOS</strong> devices. Please run <code>npm install -g ios-deploy</code> to install the latest version <code>1.4.0</code>.</li>
-
-<li>You can now save your list of installed plugins and platforms using the <code>--save</code> command when adding platforms and plugins to your project. Saved platforms and plugins are automagically restored during prepare. Ex. <code>cordova platform add android --save</code>. This should make it easier developing cordova projects among a team.</li>
-
-<li>Plugin authors can use the new command <code>plugman createpackagejson &lt;plugin_path&gt;</code> to add a <code>package.json</code> file to their plugins.</li>
-
-<li>We are preparing to transition our plugin hosting over to npm. We will be doing a detailed blog post soon. <strong>Stay tuned</strong>.</li>
+  <li><strong>Cordova-iOS</strong> developers will need to update their <code>iOS-deploy</code> dependency to launch on <strong>iOS</strong> devices. Please run <code>npm install -g ios-deploy</code> to install the latest version <code>1.4.0</code>.</li>
+  <li>You can now save your list of installed plugins and platforms using the <code>--save</code> command when adding platforms and plugins to your project.
+Saved platforms and plugins are automagically restored during prepare.
+Ex. <code>cordova platform add android --save</code>.
+This should make it easier developing cordova projects among a team.</li>
+  <li>Plugin authors can use the new command <code>plugman createpackagejson &lt;plugin_path&gt;</code> to add a <code>package.json</code> file to their plugins.</li>
+  <li>We are preparing to transition our plugin hosting over to npm.  We will be doing a detailed blog post soon.
+<strong>Stay tuned</strong>.</li>
 </ul>
 
-<h1 id="changes_include">Changes include:</h1>
+<h1 id="changes-include">Changes include:</h1>
 <!--more-->
-<h2 id="platform_updates">Platform updates</h2>
-
-<p>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:</p>
-
-<ul>
-<li><a href="http://cordova.apache.org/announcements/2015/02/25/cordova-ios-3.8.0.html">Cordova iOS 3.8.0</a></li>
 
-<li><a href="http://cordova.apache.org/announcements/2015/02/27/cordova-windows-3.8.0.html">Cordova Windows 3.8.0</a></li>
-
-<li><a href="http://cordova.apache.org/announcements/2015/02/06/cordova-android-3.7.1.html">Cordova Android 3.7.1</a></li>
-</ul>
-
-<h2 id="cordovalib">cordova-lib</h2>
-
-<ul>
-<li>Updated pinned versions of <strong>iOS</strong> to 3.8.0 and <strong>Android</strong> to 3.7.1</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8284">CB-8284</a> Revert <code>npm</code> dependency due to issues with registry</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8524">CB-8524</a> Switched to the latest <strong>Windows</strong> release</li>
-
-<li>changed <code>createpackage.json</code> keyword to <code>ecosystem:cordova</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8448">CB-8448</a> Add support for activities</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8482">CB-8482</a> Rename: <code>platformId</code> -&gt; <code>platformName</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8482">CB-8482</a> Update engine syntax within config.xml</li>
-
-<li><code>--save</code> flag for plugins</li>
-
-<li>Restore plugins and platforms on prepare</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8472">CB-8472</a> Can’t find <code>config.xml</code> error installing browser platform after plugin</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8469">CB-8469</a> <strong>Android</strong>: Call into platform’s <code>build.js</code> after <code>plugin add</code> so that <strong>Android Studio</strong> will work without needing an explicit command-line build first</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8123">CB-8123</a> Plugin references can target specific <strong>Windows</strong> platforms</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8420">CB-8420</a> Make <code>cordova plugin add FOO</code> use version from config.xml</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8239">CB-8239</a> Fix <code>cordova platform add PATH</code> when <em>PATH</em> is relative and <em>CWD</em> != <em>project root</em></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8227">CB-8227</a> CB8237 <a href="https://issues.apache.org/jira/browse/CB-8238">CB-8238</a> Add <code>--save</code> flag and autosave to <code>cordova platform add</code>, <code>cordova platform remove</code> and <code>cordova platform update</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8409">CB-8409</a> <code>compile</code>: bubble failures</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8239">CB-8239</a> Fix <code>cordova platform update</code> should ignore <code>&lt;cdv:engine&gt;</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8390">CB-8390</a> <strong>Android</strong>: Make <code>&lt;framework custom=false&gt;</code> work with <strong>Gradle</strong></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8416">CB-8416</a> Updated <code>plugman publish</code> to temporarily rename existing <code>package.json</code> files</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8416">CB-8416</a> Added <code>plugman createpackagejson .</code> command to create a <code>package.json</code> from <code>plugin.xml</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8377">CB-8377</a> Fixed <code>&lt;runs&gt;</code> tag parsing</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5696">CB-5696</a> Find <strong>iOS</strong> project directory using the xcode project file</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8373">CB-8373</a> <strong>Android</strong>: Add <strong>Gradle</strong> references to project.properties rather than build.gradle</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8370">CB-8370</a> Make <code>plugman publish</code> without args default to <em>CWD</em></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8366">CB-8366</a> <strong>Android</strong>: Remove empty <code>&lt;framework&gt;</code> directory upon uninstall</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6973">CB-6973</a> Enable JSHint for spec-cordova</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8239">CB-8239</a> Add support for git urls to ‘cordova platform add’</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8358">CB-8358</a> Add <code>--link</code> for <code>platform add</code> and <code>platform update</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6973">CB-6973</a> Remove base rules from individual files in <code>src</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8354">CB-8354</a> Add –link support for <strong>iOS</strong> source and header files</li>
-
-<li>Make all ad-hoc <code>plugin.xml</code> parsing use <code>PluginInfo</code> instead</li>
-
-<li>Make all usages of <code>PluginInfo</code> use <code>PluginInfoProvider</code> instead</li>
-
-<li>Add <code>PluginInfoProvider</code> for better caching of <code>PluginInfo</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8223">CB-8223</a> Expose <code>config.xml</code> in the Browser platform</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8168">CB-8168</a> <code>--list</code> support for cordova-lib</li>
-
-<li><strong>FireOS</strong> Improve error message when <code>&lt;source-file&gt;</code> is missing <code>target-dir</code></li>
-
-<li>Make <code>addUninstalledPluginToPrepareQueue</code> take <code>pluginId</code> rather than <code>dirName</code></li>
-</ul>
-
-<h2 id="cordovacli">cordova-cli</h2>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-8439">CB-8439</a> Fix <code>cordova platform update</code> documentation to include <code>&lt;plat-spec&gt;</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8379">CB-8379</a> Have <code>--version</code> print out <strong>cordova-lib</strong> version if it’s not the same as CLI’s version</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8211">CB-8211</a>, <a href="https://issues.apache.org/jira/browse/CB-8358">CB-8358</a> Update <code>--link</code> help text</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8168">CB-8168</a> <code>--list</code> support for CLI</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8227">CB-8227</a> <a href="https://issues.apache.org/jira/browse/CB-8237">CB-8237</a> <a href="https://issues.apache.org/jira/browse/CB-8238">CB-8238</a> Add <code>--save</code> option to <code>cordova platform add</code>, <code>cordova platform remove</code> and <code>cordova platform update</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5316">CB-5316</a> Spell Cordova as a brand unless it’s a command or script</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7950">CB-7950</a> CLI make <code>CordovaCliCreate.prototype.run</code> vaguely correct</li>
-</ul>
-
-<h2 id="cordovajs">cordova-js</h2>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-8378">CB-8378</a> <strong>Android</strong>: Deleted <code>hidekeyboard</code> &amp; <code>showkeyboard</code> events</li>
-
-<li><strong>Android</strong>: Use correct plugin name for <code>navigator.app</code> <code>exec()</code> calls</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8158">CB-8158</a> Fixed <code>symbolList</code> require</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8298">CB-8298</a> <strong>Android</strong>: Execute <code>exec</code> callbacks within their own stack frames</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8210">CB-8210</a> Remove unused <code>onDestroy</code> channel</li>
-
-<li>Fixed <code>callbackFromNative</code> method</li>
+<h2 id="platform-updates">Platform updates</h2>
+<p>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:</p>
+
+<ul>
+  <li><a href="http://cordova.apache.org/announcements/2015/02/25/cordova-ios-3.8.0.html">Cordova iOS 3.8.0</a></li>
+  <li><a href="http://cordova.apache.org/announcements/2015/02/27/cordova-windows-3.8.0.html">Cordova Windows 3.8.0</a></li>
+  <li><a href="http://cordova.apache.org/announcements/2015/02/06/cordova-android-3.7.1.html">Cordova Android 3.7.1</a></li>
+</ul>
+
+<h2 id="cordova-lib">cordova-lib</h2>
+<ul>
+  <li>Updated pinned versions of <strong>iOS</strong> to 3.8.0 and <strong>Android</strong> to 3.7.1</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8284">CB-8284</a> Revert <code>npm</code> dependency due to issues with registry</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8524">CB-8524</a> Switched to the latest <strong>Windows</strong> release</li>
+  <li>changed <code>createpackage.json</code> keyword to <code>ecosystem:cordova</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8448">CB-8448</a> Add support for activities</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8482">CB-8482</a> Rename: <code>platformId</code> -&gt; <code>platformName</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8482">CB-8482</a> Update engine syntax within config.xml</li>
+  <li><code>--save</code> flag for plugins</li>
+  <li>Restore plugins and platforms on prepare</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8472">CB-8472</a> Can’t find <code>config.xml</code> error installing browser platform after plugin</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8469">CB-8469</a> <strong>Android</strong>: Call into platform’s <code>build.js</code> after <code>plugin add</code> so that <strong>Android Studio</strong> will work without needing an explicit command-line build first</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8123">CB-8123</a> Plugin references can target specific <strong>Windows</strong> platforms</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8420">CB-8420</a> Make <code>cordova plugin add FOO</code> use version from config.xml</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8239">CB-8239</a> Fix <code>cordova platform add PATH</code> when <em>PATH</em> is relative and <em>CWD</em> != <em>project root</em></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8227">CB-8227</a> CB8237 <a href="https://issues.apache.org/jira/browse/CB-8238">CB-8238</a> Add <code>--save</code> flag and autosave to <code>cordova platform add</code>, <code>cordova platform remove</code> and <code>cordova platform update</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8409">CB-8409</a> <code>compile</code>: bubble failures</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8239">CB-8239</a> Fix <code>cordova platform update</code> should ignore <code>&lt;cdv:engine&gt;</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8390">CB-8390</a> <strong>Android</strong>: Make <code>&lt;framework custom=false&gt;</code> work with <strong>Gradle</strong></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8416">CB-8416</a> Updated <code>plugman publish</code> to temporarily rename existing <code>package.json</code> files</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8416">CB-8416</a> Added <code>plugman createpackagejson .</code> command to create a <code>package.json</code> from <code>plugin.xml</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8377">CB-8377</a> Fixed <code>&lt;runs&gt;</code> tag parsing</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5696">CB-5696</a> Find <strong>iOS</strong> project directory using the xcode project file</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8373">CB-8373</a> <strong>Android</strong>: Add <strong>Gradle</strong> references to project.properties rather than build.gradle</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8370">CB-8370</a> Make <code>plugman publish</code> without args default to <em>CWD</em></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8366">CB-8366</a> <strong>Android</strong>: Remove empty <code>&lt;framework&gt;</code> directory upon uninstall</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6973">CB-6973</a> Enable JSHint for spec-cordova</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8239">CB-8239</a> Add support for git urls to ‘cordova platform add’</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8358">CB-8358</a> Add <code>--link</code> for <code>platform add</code> and <code>platform update</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6973">CB-6973</a> Remove base rules from individual files in <code>src</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8354">CB-8354</a> Add –link support for <strong>iOS</strong> source and header files</li>
+  <li>Make all ad-hoc <code>plugin.xml</code> parsing use <code>PluginInfo</code> instead</li>
+  <li>Make all usages of <code>PluginInfo</code> use <code>PluginInfoProvider</code> instead</li>
+  <li>Add <code>PluginInfoProvider</code> for better caching of <code>PluginInfo</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8223">CB-8223</a> Expose <code>config.xml</code> in the Browser platform</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8168">CB-8168</a> <code>--list</code> support for cordova-lib</li>
+  <li><strong>FireOS</strong> Improve error message when <code>&lt;source-file&gt;</code> is missing <code>target-dir</code></li>
+  <li>Make <code>addUninstalledPluginToPrepareQueue</code> take <code>pluginId</code> rather than <code>dirName</code></li>
+</ul>
+
+<h2 id="cordova-cli">cordova-cli</h2>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8439">CB-8439</a> Fix <code>cordova platform update</code> documentation to include <code>&lt;plat-spec&gt;</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8379">CB-8379</a> Have <code>--version</code> print out <strong>cordova-lib</strong> version if it’s not the same as CLI’s version</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8211">CB-8211</a>, <a href="https://issues.apache.org/jira/browse/CB-8358">CB-8358</a> Update <code>--link</code> help text</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8168">CB-8168</a> <code>--list</code> support for CLI</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8227">CB-8227</a> <a href="https://issues.apache.org/jira/browse/CB-8237">CB-8237</a> <a href="https://issues.apache.org/jira/browse/CB-8238">CB-8238</a> Add <code>--save</code> option to <code>cordova platform add</code>, <code>cordova platform remove</code> and <code>cordova platform update</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5316">CB-5316</a> Spell Cordova as a brand unless it’s a command or script</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7950">CB-7950</a> CLI make <code>CordovaCliCreate.prototype.run</code> vaguely correct</li>
+</ul>
+
+<h2 id="cordova-js">cordova-js</h2>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8378">CB-8378</a> <strong>Android</strong>: Deleted <code>hidekeyboard</code> &amp; <code>showkeyboard</code> events</li>
+  <li><strong>Android</strong>: Use correct plugin name for <code>navigator.app</code> <code>exec()</code> calls</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8158">CB-8158</a> Fixed <code>symbolList</code> require</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8298">CB-8298</a> <strong>Android</strong>: Execute <code>exec</code> callbacks within their own stack frames</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8210">CB-8210</a> Remove unused <code>onDestroy</code> channel</li>
+  <li>Fixed <code>callbackFromNative</code> method</li>
 </ul>
 
 <h2 id="plugman">plugman</h2>
-
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-8416">CB-8416</a> Added <code>plugman createpackagejson .</code> command to generate a <code>package.json</code> file from <code>plugin.xml</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8370">CB-8370</a> Update documentation for <code>plugman publish</code> without args</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8416">CB-8416</a> Added <code>plugman createpackagejson .</code> command to generate a <code>package.json</code> file from <code>plugin.xml</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8370">CB-8370</a> Update documentation for <code>plugman publish</code> without args</li>
 </ul>
 
-<h2 id="pinned_platform_versions_for_cordova_cli_420">Pinned Platform Versions for Cordova CLI 4.2.0</h2>
+<h2 id="pinned-platform-versions-for-cordova-cli-420">Pinned Platform Versions for Cordova CLI 4.2.0</h2>
 
 <ul>
-<li>Cordova Amazon-FireOS: 3.6.3</li>
-
-<li>Cordova Android: 3.7.1</li>
-
-<li>Cordova BlackBerry10: 3.7.0</li>
-
-<li>Cordova Browser: 3.6.0</li>
-
-<li>Cordova FirefoxOS: 3.6.3</li>
-
-<li>Cordova iOS: 3.8.0</li>
-
-<li>Cordova Ubuntu: 4.0.0</li>
-
-<li>Cordova Windows: 3.8.0</li>
-
-<li>Cordova WP8: 3.7.1</li>
+  <li>Cordova Amazon-FireOS: 3.6.3</li>
+  <li>Cordova Android: 3.7.1</li>
+  <li>Cordova BlackBerry10: 3.7.0</li>
+  <li>Cordova Browser: 3.6.0</li>
+  <li>Cordova FirefoxOS: 3.6.3</li>
+  <li>Cordova iOS: 3.8.0</li>
+  <li>Cordova Ubuntu: 4.0.0</li>
+  <li>Cordova Windows: 3.8.0</li>
+  <li>Cordova WP8: 3.7.1</li>
 </ul>
 
     </div>



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