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

svn commit: r1663531 [9/12] - 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...

Modified: cordova/site/public/news/2014/10/17/plugins-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/10/17/plugins-release.html?rev=1663531&r1=1663530&r2=1663531&view=diff
==============================================================================
--- cordova/site/public/news/2014/10/17/plugins-release.html (original)
+++ cordova/site/public/news/2014/10/17/plugins-release.html Tue Mar  3 06:53:27 2015
@@ -69,96 +69,149 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">17 Oct 2014</p>
     <div class="post">
-    <p>The following plugins were updated today:</p>
+    
+<p>The following plugins were updated today:</p>
 
 <ul>
-  <li>cordova-plugin-camera: 0.3.3</li>
-  <li>cordova-plugin-contacts: 0.2.14</li>
-  <li>cordova-plugin-file-transfer: 0.4.7</li>
-  <li>cordova-plugin-globalization: 0.3.2</li>
-  <li>cordova-plugin-inappbrowser: 0.5.3</li>
-  <li>cordova-plugin-media: 0.2.14</li>
-  <li>cordova-plugin-media-capture: 0.3.4</li>
-  <li>cordova-plugin-network-information: 0.2.13</li>
-  <li>cordova-plugin-splashscreen: 0.3.4</li>
+<li>cordova-plugin-camera: 0.3.3</li>
+
+<li>cordova-plugin-contacts: 0.2.14</li>
+
+<li>cordova-plugin-file-transfer: 0.4.7</li>
+
+<li>cordova-plugin-globalization: 0.3.2</li>
+
+<li>cordova-plugin-inappbrowser: 0.5.3</li>
+
+<li>cordova-plugin-media: 0.2.14</li>
+
+<li>cordova-plugin-media-capture: 0.3.4</li>
+
+<li>cordova-plugin-network-information: 0.2.13</li>
+
+<li>cordova-plugin-splashscreen: 0.3.4</li>
 </ul>
 
 <p>Notable changes include:</p>
 
 <ul>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7633">CB-7633</a> - Add <code>iPhone 6/6+</code> support for <code>cordova-splashscreen</code> plugin</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7595">CB-7595</a>: <strong>Android L</strong> changes the type from <code>Mobile</code> to <code>Cellular</code> for <code>cordova-network-information</code> plugin.</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7429">CB-7429</a> Added <strong>Windows</strong> support for <code>cordova-media-capture</code> plugin </li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7548">CB-7548</a> <strong>BlackBerry10</strong> Re-implement <code>getPreferredLanguage()</code> and <code>getLocaleName()</code> for <code>cordova-globalization</code> plugin.</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7529">CB-7529</a> <strong>Windows</strong> Adds support for <code>ms-appdata URIs</code> for <code>cordova-file-transfer</code> plugin </li>
+<li><a href="https://issues.apache.org/jira/browse/CB-7633">CB-7633</a> - Add <code>iPhone 6/6+</code> support for <code>cordova-splashscreen</code> plugin</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7595">CB-7595</a>: <strong>Android L</strong> changes the type from <code>Mobile</code> to <code>Cellular</code> for <code>cordova-network-information</code> plugin.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7429">CB-7429</a> Added <strong>Windows</strong> support for <code>cordova-media-capture</code> plugin</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7548">CB-7548</a> <strong>BlackBerry10</strong> Re-implement <code>getPreferredLanguage()</code> and <code>getLocaleName()</code> for <code>cordova-globalization</code> plugin.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7529">CB-7529</a> <strong>Windows</strong> Adds support for <code>ms-appdata URIs</code> for <code>cordova-file-transfer</code> plugin</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>Other changes include: <!--more--></p>
+
+<p><code>org.apache.cordova.camera@0.3.3</code> * <a href="https://issues.apache.org/jira/browse/CB-7600">CB-7600</a> Adds informative message to error callback in manual test.</p>
+
+<p><code>org.apache.cordova.contacts@0.2.14</code></p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-7373">CB-7373</a> Removes unnecessary Error object creation</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7373">CB-7373</a> Adds additional output if method is not supported.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7357">CB-7357</a> Adds missing <code>capability</code> element to phone’s <code>appxmanifest</code>.</li>
+</ul>
+
+<p><code>org.apache.cordova.file-transfer@0.4.7</code></p>
+
+<ul>
+<li>Construct proper <code>FileEntry</code> with <code>nativeURL</code> property set</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7532">CB-7532</a> Handle non-existent download dirs properly</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7529">CB-7529</a> Adds support for <code>ms-appdata URIs</code> for <strong>Windows</strong></li>
+</ul>
+
+<p><code>org.apache.cordova.globalization@0.3.2</code> * <a href="https://issues.apache.org/jira/browse/CB-7548">CB-7548</a> <strong>BlackBerry10</strong> Re-implement <code>getPreferredLanguage()</code> and <code>getLocaleName()</code>.</p>
+
+<p><code>org.apache.cordova.inappbrowser@0.5.3</code></p>
+
+<ul>
+<li><strong>Windows</strong> implementation fixes and improvements</li>
+
+<li><code>zIndex</code> fixed</li>
+
+<li>renamed <code>InAppBrowser</code> back to <code>inappbrowser</code> for case sensitive operating systems</li>
 
-<p>Other changes include:
-<!--more--></p>
+<li>Update french translation</li>
 
-<p><code>org.apache.cordova.camera@0.3.3</code>
-* <a href="https://issues.apache.org/jira/browse/CB-7600">CB-7600</a> Adds informative message to error callback in manual test.</p>
+<li>Update doc to add <strong>Windows 8</strong></li>
 
-<p><code>org.apache.cordova.contacts@0.2.14</code>
-* <a href="https://issues.apache.org/jira/browse/CB-7373">CB-7373</a> Removes unnecessary Error object creation
-* <a href="https://issues.apache.org/jira/browse/CB-7373">CB-7373</a> Adds additional output if method is not supported.
-* <a href="https://issues.apache.org/jira/browse/CB-7357">CB-7357</a> Adds missing <code>capability</code> element to phone’s <code>appxmanifest</code>.</p>
-
-<p><code>org.apache.cordova.file-transfer@0.4.7</code>
-* Construct proper <code>FileEntry</code> with <code>nativeURL</code> property set
-* <a href="https://issues.apache.org/jira/browse/CB-7532">CB-7532</a> Handle non-existent download dirs properly
-* <a href="https://issues.apache.org/jira/browse/CB-7529">CB-7529</a> Adds support for <code>ms-appdata URIs</code> for <strong>Windows</strong></p>
-
-<p><code>org.apache.cordova.globalization@0.3.2</code>
-* <a href="https://issues.apache.org/jira/browse/CB-7548">CB-7548</a> <strong>BlackBerry10</strong> Re-implement <code>getPreferredLanguage()</code> and <code>getLocaleName()</code>.</p>
-
-<p><code>org.apache.cordova.inappbrowser@0.5.3</code>
-* <strong>Windows</strong> implementation fixes and improvements
-* <code>zIndex</code> fixed
-* renamed <code>InAppBrowser</code> back to <code>inappbrowser</code> for case sensitive operating systems
-* Update french translation
-* Update doc to add <strong>Windows 8</strong>
-* Update <strong>Windows</strong> <code>proxy</code> to be both compatible with <strong>Windows 8</strong> and <strong>Windows 8.1</strong>
-* Rename <strong>Windows 8.1</strong> to <strong>windows8</strong> in <code>src</code> directory
-* Append <strong>Windows 8.1</strong> platform configuration in <code>plugin.xml</code>
-* Append <strong>Windows 8.1</strong> proxy using <code>x-ms-webview</code></p>
-
-<p><code>org.apache.cordova.media@0.2.14</code>
-* <strong>Amazon</strong> Specific changes: Added <code>READ_PHONE_STATE</code> permission same as done in <strong>Android</strong>
-* make possible to play <code>wav</code> files
-* <a href="https://issues.apache.org/jira/browse/CB-7638">CB-7638</a> Get audio duration properly on <strong>Windows</strong>
-* <a href="https://issues.apache.org/jira/browse/CB-7454">CB-7454</a> Adds support for <code>m4a</code> audio format for <strong>Windows</strong>
-* <a href="https://issues.apache.org/jira/browse/CB-7547">CB-7547</a> Fixes audio recording on <strong>Windows</strong> platform
-* <a href="https://issues.apache.org/jira/browse/CB-7531">CB-7531</a> Fixes <code>play()</code> failure after <code>release()</code> call</p>
-
-<p><code>org.apache.cordova.media-capture@0.3.4</code>
-* <a href="https://issues.apache.org/jira/browse/CB-7453">CB-7453</a> Adds fallback to <code>m4a</code> audio format when <code>mp3</code> recording fails.
-* <a href="https://issues.apache.org/jira/browse/CB-7429">CB-7429</a> Fixes image capture manual tests on <strong>Windows</strong>
-* <a href="https://issues.apache.org/jira/browse/CB-7429">CB-7429</a> Move <strong>Windows 8</strong> and <strong>Windows</strong> <code>Proxies</code> into one <code>file</code>
-* <a href="https://issues.apache.org/jira/browse/CB-7429">CB-7429</a> Adds <code>media capture</code> support for <strong>Windows</strong></p>
-
-<p><code>org.apache.cordova.network-information@0.2.13</code>
-* <a href="https://issues.apache.org/jira/browse/CB-7595">CB-7595</a>: <strong>Android L</strong> changes the type from <code>Mobile</code> to <code>Cellular</code>, I’m pretty sure this isn’t documented</p>
-
-<p><code>org.apache.cordova.splashscreen@0.3.4</code>
-* Finalized <strong>iOS</strong> splash screen (image name) tests. 176 tests in all, 44 for each type of device (<code>iPad</code>, <code>iPhone</code>, <code>iPhone5</code>, <code>iPhone6</code>, <code>iPhone 6 Plus</code>).
-* <a href="https://issues.apache.org/jira/browse/CB-7633">CB-7633</a> - (Re-fix based on updated unit tests) <code>iPhone 6</code> Plus support
-* Updated <strong>iOS</strong> tests for locked orientations
-* Added more <strong>iOS</strong> splash screen tests.
-* <a href="https://issues.apache.org/jira/browse/CB-7633">CB-7633</a> - Add support for <code>iPhone 6/6+</code>
-* Added failing <code>iPhone 6/6</code> Plus tests.
-* Added <code>npm test</code>
-* <a href="https://issues.apache.org/jira/browse/CB-7663">CB-7663</a> - <strong>iOS</strong> unit tests for splash screen
-* Properly formatted splashscreen preference docs.</p>
+<li>Update <strong>Windows</strong> <code>proxy</code> to be both compatible with <strong>Windows 8</strong> and <strong>Windows 8.1</strong></li>
+
+<li>Rename <strong>Windows 8.1</strong> to <strong>windows8</strong> in <code>src</code> directory</li>
+
+<li>Append <strong>Windows 8.1</strong> platform configuration in <code>plugin.xml</code></li>
+
+<li>Append <strong>Windows 8.1</strong> proxy using <code>x-ms-webview</code></li>
+</ul>
+
+<p><code>org.apache.cordova.media@0.2.14</code></p>
+
+<ul>
+<li><strong>Amazon</strong> Specific changes: Added <code>READ_PHONE_STATE</code> permission same as done in <strong>Android</strong></li>
+
+<li>make possible to play <code>wav</code> files</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7638">CB-7638</a> Get audio duration properly on <strong>Windows</strong></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7454">CB-7454</a> Adds support for <code>m4a</code> audio format for <strong>Windows</strong></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7547">CB-7547</a> Fixes audio recording on <strong>Windows</strong> platform</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7531">CB-7531</a> Fixes <code>play()</code> failure after <code>release()</code> call</li>
+</ul>
+
+<p><code>org.apache.cordova.media-capture@0.3.4</code></p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-7453">CB-7453</a> Adds fallback to <code>m4a</code> audio format when <code>mp3</code> recording fails.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7429">CB-7429</a> Fixes image capture manual tests on <strong>Windows</strong></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7429">CB-7429</a> Move <strong>Windows 8</strong> and <strong>Windows</strong> <code>Proxies</code> into one <code>file</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7429">CB-7429</a> Adds <code>media capture</code> support for <strong>Windows</strong></li>
+</ul>
+
+<p><code>org.apache.cordova.network-information@0.2.13</code> * <a href="https://issues.apache.org/jira/browse/CB-7595">CB-7595</a>: <strong>Android L</strong> changes the type from <code>Mobile</code> to <code>Cellular</code>, I’m pretty sure this isn’t documented</p>
+
+<p><code>org.apache.cordova.splashscreen@0.3.4</code></p>
+
+<ul>
+<li>Finalized <strong>iOS</strong> splash screen (image name) tests. 176 tests in all, 44 for each type of device (<code>iPad</code>, <code>iPhone</code>, <code>iPhone5</code>, <code>iPhone6</code>, <code>iPhone 6 Plus</code>).</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7633">CB-7633</a> - (Re-fix based on updated unit tests) <code>iPhone 6</code> Plus support</li>
+
+<li>Updated <strong>iOS</strong> tests for locked orientations</li>
+
+<li>Added more <strong>iOS</strong> splash screen tests.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7633">CB-7633</a> - Add support for <code>iPhone 6/6+</code></li>
+
+<li>Added failing <code>iPhone 6/6</code> Plus tests.</li>
+
+<li>Added <code>npm test</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7663">CB-7663</a> - <strong>iOS</strong> unit tests for splash screen</li>
+
+<li>Properly formatted splashscreen preference docs.</li>
+</ul>
 
     </div>
 </div>

Modified: cordova/site/public/news/2014/11/11/windows-cert.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/11/11/windows-cert.html?rev=1663531&r1=1663530&r2=1663531&view=diff
==============================================================================
--- cordova/site/public/news/2014/11/11/windows-cert.html (original)
+++ cordova/site/public/news/2014/11/11/windows-cert.html Tue Mar  3 06:53:27 2015
@@ -69,19 +69,20 @@
     <div class="meta">Posted by: <a href="https://twitter.com/nparashuram">Parashuram</a></div>
     <p class="meta">11 Nov 2014</p>
     <div class="post">
-    <p>A certificate in the <strong>Windows</strong> platform template has expired on 11/11/2014 and as a result, building <strong>Windows</strong> using the <strong>Cordova CLI</strong> currently fails. This affects all existing projects and any new projects created using the command line prior to <strong>Cordova</strong> versions &lt;= <code>4.0.0</code>. </p>
+    
+<p>A certificate in the <strong>Windows</strong> platform template has expired on 11/11/2014 and as a result, building <strong>Windows</strong> using the <strong>Cordova CLI</strong> currently fails. This affects all existing projects and any new projects created using the command line prior to <strong>Cordova</strong> versions &lt;= <code>4.0.0</code>.</p>
 
 <blockquote>
-  <p>Note that this does not affect the <strong>WP8</strong> platform.  </p>
+<p>Note that this does not affect the <strong>WP8</strong> platform.</p>
 </blockquote>
 
-<h2 id="error-message">Error Message</h2>
-<p>When building Cordova for <strong>Windows</strong>, you may seen an error message that looks something like this </p>
+<h2 id="error_message">Error Message</h2>
+
+<p>When building Cordova for <strong>Windows</strong>, you may seen an error message that looks something like this</p>
 
 <pre><code>cordova run windows
 
-C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1772,9): error APPX0108: The certificate specified has expired. 
-</code></pre>
+C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1772,9): error APPX0108: The certificate specified has expired. </code></pre>
 
 <p>For more information about renewing certificates, see <a href="http://go.microsoft.com/fwlink/?LinkID=241478">http://go.microsoft.com/fwlink/?LinkID=241478</a>.</p>
 
@@ -91,10 +92,11 @@ C:\Program Files (x86)\MSBuild\Microsoft
 
 <p>However, to ensure that you can continue building your existing <strong>Cordova</strong> projects for <strong>Windows</strong> till then, please replace the expired certificate located at <code>yourCordovaProject\platforms\windows\CordovaApp_TemporaryKey.pfx</code> with a new one from <a href="https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;a=blob;f=template/CordovaApp_TemporaryKey.pfx;h=90d7ab2208ce170d176a2ac8a60eb22fbc1cbf7a;hb=refs/tags/3.7.1">here</a>. Ensure that the downloaded file is renamed to <code>CordovaApp_TemporaryKey.pfx</code></p>
 
-<p>You can also remove the <strong>Windows</strong> platform using <code>cordova platform remove windows</code> and add it again, specifiying a version like <code>cordova platform add windows@3.7.1</code>. This picks up the latest release of the <strong>Windows</strong> platform that has a newer certificate.  </p>
+<p>You can also remove the <strong>Windows</strong> platform using <code>cordova platform remove windows</code> and add it again, specifiying a version like <code>cordova platform add windows@3.7.1</code>. This picks up the latest release of the <strong>Windows</strong> platform that has a newer certificate.</p>
+
+<h2 id="long_term_fix">Long term fix</h2>
 
-<h2 id="long-term-fix">Long term fix</h2>
-<p>We are working on a long term fix to generate this certificate dynamically. This way, the certificates are not checked into <strong>Cordova</strong> repositories and will not expire. </p>
+<p>We are working on a long term fix to generate this certificate dynamically. This way, the certificates are not checked into <strong>Cordova</strong> repositories and will not expire.</p>
 
     </div>
 </div>

Modified: cordova/site/public/news/2014/11/13/tools-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/11/13/tools-release.html?rev=1663531&r1=1663530&r2=1663531&view=diff
==============================================================================
--- cordova/site/public/news/2014/11/13/tools-release.html (original)
+++ cordova/site/public/news/2014/11/13/tools-release.html Tue Mar  3 06:53:27 2015
@@ -69,82 +69,110 @@
     <div class="meta">Posted by: <a href="https://github.com/kamrik">Mark Koudritsky</a></div>
     <p class="meta">13 Nov 2014</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.1.2</a></li>
-  <li><a href="https://www.npmjs.org/package/cordova">cordova@4.1.2</a></li>
-  <li><a href="https://www.npmjs.org/package/plugman">plugman@0.22.16</a></li>
-  <li><a href="https://www.npmjs.org/package/cordova-js">cordova-js@3.7.2</a></li>
+<li><a href="https://www.npmjs.org/package/cordova-lib">cordova-lib@4.1.2</a></li>
+
+<li><a href="https://www.npmjs.org/package/cordova">cordova@4.1.2</a></li>
+
+<li><a href="https://www.npmjs.org/package/plugman">plugman@0.22.16</a></li>
+
+<li><a href="https://www.npmjs.org/package/cordova-js">cordova-js@3.7.2</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 cordova</code></pre>
+</li>
 
-    <pre><code>npm install -g plugman
-</code></pre>
-  </li>
+<li>
+<p>If you have <code>plugman</code> installed:</p>
+
+<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>
 
-<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/2014/11/06/cordova-ios-3.7.0.html">Cordova iOS 3.7.0</a></li>
-  <li><a href="http://cordova.apache.org/announcements/2014/11/06/cordova-wp-windows-3.7.0.html">Cordova WP8 3.7.0</a></li>
-  <li><strong>Cordova Windows 3.7.1</strong> - see <a href="http://cordova.apache.org/announcements/2014/11/06/cordova-wp-windows-3.7.0.html">3.7.0 release</a> and the <a href="http://cordova.apache.org/news/2014/11/11/windows-cert.html">3.7.1 update</a> posts</li>
-</ul>
-
-<h2 id="cordova-lib">cordova-lib</h2>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7079">CB-7079</a> Allow special characters and digits in <code>id</code> when publishing to <em>plugins registry</em></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8004">CB-8004</a> Use <strong>Windows 3.7.1</strong> Release</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7988">CB-7988</a> Update platform versions for <strong>iOS</strong>, <strong>WP8</strong> &amp; <strong>Windows</strong> to <strong>3.7.0</strong></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7846">CB-7846</a> Fix plugin deletion when a dependent plugin does not exist</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6992">CB-6992</a> Fix build issue on <strong>iOS</strong> when app name contains accented characters</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7890">CB-7890</a> validate file copy operations in <strong>plugman</strong></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7884">CB-7884</a> moved platform metadata to <code>platformsConfig.json</code></li>
-  <li>Amazon Specific changes: Added support for <code>SdkVersion</code></li>
-  <li>Expose <code>PluginInfo</code> from cordova-lib</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7839">CB-7839</a> android: Fix <code>versionCode</code> logic when version is less than 3 digits</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7033">CB-7033</a> Improve <code>cordova platform check</code></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7311">CB-7311</a> Fix <strong>Xcode</strong> project manipulation on <strong>Windows</strong> host</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7820">CB-7820</a> Make <code>cordova platfrom restore</code> not stop if a platform fails to restore</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7649">CB-7649</a> Support iPhone 6 Plus Icon in CLI <code>config.xml</code></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7647">CB-7647</a> Support new iPhone 6 and 6 Plus Images in the CLI config.xml</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7909">CB-7909</a> <code>plugman platform add</code> fixes</li>
-  <li>Enable platform-specific id for <strong>Android</strong> and <strong>iOS</strong></li>
-  <li>Check for a <code>CORDOVA_HOME</code> environment variable to create a global config path</li>
+<ul>
+<li><a href="http://cordova.apache.org/announcements/2014/11/06/cordova-ios-3.7.0.html">Cordova iOS 3.7.0</a></li>
+
+<li><a href="http://cordova.apache.org/announcements/2014/11/06/cordova-wp-windows-3.7.0.html">Cordova WP8 3.7.0</a></li>
+
+<li><strong>Cordova Windows 3.7.1</strong> - see <a href="http://cordova.apache.org/announcements/2014/11/06/cordova-wp-windows-3.7.0.html">3.7.0 release</a> and the <a href="http://cordova.apache.org/news/2014/11/11/windows-cert.html">3.7.1 update</a> posts</li>
 </ul>
 
-<h2 id="cordova">cordova</h2>
+<h2 id="cordovalib">cordova-lib</h2>
+
 <ul>
-  <li>Expose cordova-lib and the cli from cordova-cli</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7636">CB-7636</a> Allow using <code>--nobuild</code> flag without screening</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-7079">CB-7079</a> Allow special characters and digits in <code>id</code> when publishing to <em>plugins registry</em></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8004">CB-8004</a> Use <strong>Windows 3.7.1</strong> Release</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7988">CB-7988</a> Update platform versions for <strong>iOS</strong>, <strong>WP8</strong> &amp; <strong>Windows</strong> to <strong>3.7.0</strong></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7846">CB-7846</a> Fix plugin deletion when a dependent plugin does not exist</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6992">CB-6992</a> Fix build issue on <strong>iOS</strong> when app name contains accented characters</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7890">CB-7890</a> validate file copy operations in <strong>plugman</strong></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7884">CB-7884</a> moved platform metadata to <code>platformsConfig.json</code></li>
+
+<li>Amazon Specific changes: Added support for <code>SdkVersion</code></li>
+
+<li>Expose <code>PluginInfo</code> from cordova-lib</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7839">CB-7839</a> android: Fix <code>versionCode</code> logic when version is less than 3 digits</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7033">CB-7033</a> Improve <code>cordova platform check</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7311">CB-7311</a> Fix <strong>Xcode</strong> project manipulation on <strong>Windows</strong> host</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7820">CB-7820</a> Make <code>cordova platfrom restore</code> not stop if a platform fails to restore</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7649">CB-7649</a> Support iPhone 6 Plus Icon in CLI <code>config.xml</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7647">CB-7647</a> Support new iPhone 6 and 6 Plus Images in the CLI config.xml</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7909">CB-7909</a> <code>plugman platform add</code> fixes</li>
+
+<li>Enable platform-specific id for <strong>Android</strong> and <strong>iOS</strong></li>
+
+<li>Check for a <code>CORDOVA_HOME</code> environment variable to create a global config path</li>
 </ul>
 
-<h2 id="cordova-js">cordova-js</h2>
+<h2 id="cordova">cordova</h2>
+
 <ul>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7868">CB-7868</a> Make <code>&lt;clobbers&gt;</code> on <code>navigator</code> not break on some versions of <strong>Android</strong></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7868">CB-7868</a> Use <code>utils.defineGetterSetter</code> instead of <code>Object.defineProperty</code></li>
-  <li>Upleveled <strong>amazon-fireos</strong> bridge</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7735">CB-7735</a> Fix <strong>iOS</strong> bridge race condition when using <code>innerHTML</code> on <code>&lt;body&gt;</code></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-2520">CB-2520</a> User agent-related changes for custom user agents in <strong>iOS</strong></li>
+<li>Expose cordova-lib and the cli from cordova-cli</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7636">CB-7636</a> Allow using <code>--nobuild</code> flag without screening</li>
 </ul>
 
+<h2 id="cordovajs">cordova-js</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-7868">CB-7868</a> Make <code>&lt;clobbers&gt;</code> on <code>navigator</code> not break on some versions of <strong>Android</strong></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7868">CB-7868</a> Use <code>utils.defineGetterSetter</code> instead of <code>Object.defineProperty</code></li>
+
+<li>Upleveled <strong>amazon-fireos</strong> bridge</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7735">CB-7735</a> Fix <strong>iOS</strong> bridge race condition when using <code>innerHTML</code> on <code>&lt;body&gt;</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-2520">CB-2520</a> User agent-related changes for custom user agents in <strong>iOS</strong></li>
+</ul>
 
     </div>
 </div>

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=1663531&r1=1663530&r2=1663531&view=diff
==============================================================================
--- cordova/site/public/news/2014/12/09/plugins-release.html (original)
+++ cordova/site/public/news/2014/12/09/plugins-release.html Tue Mar  3 06:53:27 2015
@@ -69,185 +69,244 @@
     <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=1663531&r1=1663530&r2=1663531&view=diff
==============================================================================
--- cordova/site/public/news/2015/01/09/tools-release.html (original)
+++ cordova/site/public/news/2015/01/09/tools-release.html Tue Mar  3 06:53:27 2015
@@ -69,115 +69,161 @@
     <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>
+<li>
+<p>If you have <code>cordova</code> installed:</p>
+
+<pre><code>npm install -g cordova</code></pre>
+</li>
 
-    <pre><code>npm install -g cordova
-</code></pre>
-  </li>
-  <li>
-    <p>If you have <code>plugman</code> installed:</p>
+<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>
 
-<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>
+<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="cordova-js">cordova-js</h2>
+<h2 id="cordovajs">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=1663531&r1=1663530&r2=1663531&view=diff
==============================================================================
--- cordova/site/public/news/2015/02/10/plugins-release.html (original)
+++ cordova/site/public/news/2015/02/10/plugins-release.html Tue Mar  3 06:53:27 2015
@@ -69,201 +69,248 @@
     <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>
+cordova plugin add org.apache.cordova.camera</code></pre>
 
-<p>Changes include:
-<!--more--></p>
+<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>
+<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Stop using now-deprecated <code>[NSData base65EncodedString]</code></li>
 
-<p>org.apache.cordova.console@0.2.13</p>
+<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Stop using now-deprecated integerValueForKey: class extension</li>
 
-<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-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>
 
+<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</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>
+<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>
+<li>Added device.manufacturer property for Android, iOS, Blackberry, WP8</li>
 
-<p>org.apache.cordova.device-orientation@0.3.11</p>
+<li>Support for Windows Phone 8 ANID2 ANID is only supported up to Windows Phone 7.5</li>
 
-<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-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>
-  <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-7955">CB-7955</a> Add support “browser” platform</li>
+<li>Correct way to specify Windows platform in config.xml</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-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>
+<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>
+<li><a href="https://issues.apache.org/jira/browse/CB-8407">CB-8407</a> windows: Fix download of <code>ms-appdata:///</code> URIs</li>
 
-<p>org.apache.cordova.geolocation@0.3.12</p>
+<li><a href="https://issues.apache.org/jira/browse/CB-8095">CB-8095</a> windows: Rewrite upload method to support progress events properly</li>
 
-<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-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>
+<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>
+<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>
+<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>
+<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>
+<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>
+<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> ios: Stop using deprecated IsIpad macro</li>
 
-<p>org.apache.cordova.statusbar@0.1.10</p>
+<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>
 
-<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-3679">CB-3679</a> Make SplashScreen plugin compatible with cordova-android@4.0.x</li>
 </ul>
 
-<p>org.apache.cordova.test-framework@0.0.1</p>
+<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>
 
-<ul>
-  <li>Initial release</li>
-</ul>
+<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>
+<li><a href="https://issues.apache.org/jira/browse/CB-8243">CB-8243</a> cordova-plugin-vibration documentation translation: cordova-plugin-vibration</li>
 </ul>
 
     </div>



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