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 [10/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/09/17/plugins-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/09/17/plugins-release.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2014/09/17/plugins-release.html (original)
+++ cordova/site/public/news/2014/09/17/plugins-release.html Mon Sep  7 16:56:52 2015
@@ -57,575 +57,300 @@
     <div class="meta">Posted by: <a href="https://twitter.com/MarcelKinard">Marcel Kinard</a></div>
     <p class="meta">17 Sep 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-battery-status: 0.2.11</li>
-
-<li>cordova-plugin-camera: 0.3.2</li>
-
-<li>cordova-plugin-console: 0.2.11</li>
-
-<li>cordova-plugin-contacts: 0.2.13</li>
-
-<li>cordova-plugin-device: 0.2.12</li>
-
-<li>cordova-plugin-device-motion: 0.2.10</li>
-
-<li>cordova-plugin-device-orientation: 0.3.9</li>
-
-<li>cordova-plugin-dialogs: 0.2.10</li>
-
-<li>cordova-plugin-file: 1.3.1</li>
-
-<li>cordova-plugin-file-transfer: 0.4.6</li>
-
-<li>cordova-plugin-geolocation: 0.3.10</li>
-
-<li>cordova-plugin-globalization: 0.3.1</li>
-
-<li>cordova-plugin-inappbrowser: 0.5.2</li>
-
-<li>cordova-plugin-media: 0.2.13</li>
-
-<li>cordova-plugin-media-capture: 0.3.3</li>
-
-<li>cordova-plugin-network-information: 0.2.12</li>
-
-<li>cordova-plugin-splashscreen: 0.3.3</li>
-
-<li>cordova-plugin-statusbar: 0.1.8</li>
-
-<li>cordova-plugin-vibration: 0.3.11</li>
-</ul>
-
-<p>Notable changes include:</p>
-
-<ul>
-<li>There is a new framework for testing the plugins. This affects plugin developers, not plugin users.</li>
-
-<li>Many fixes have been made to the file plugin and other plugins that use it.</li>
-
-<li>Globalization plugin has been cleaned up.</li>
-
-<li>Brought the vibration plugin API into alignment with the W3C specification.</li>
-</ul>
+  <li>cordova-plugin-battery-status: 0.2.11</li>
+  <li>cordova-plugin-camera: 0.3.2</li>
+  <li>cordova-plugin-console: 0.2.11</li>
+  <li>cordova-plugin-contacts: 0.2.13</li>
+  <li>cordova-plugin-device: 0.2.12</li>
+  <li>cordova-plugin-device-motion: 0.2.10</li>
+  <li>cordova-plugin-device-orientation: 0.3.9</li>
+  <li>cordova-plugin-dialogs: 0.2.10</li>
+  <li>cordova-plugin-file: 1.3.1</li>
+  <li>cordova-plugin-file-transfer: 0.4.6</li>
+  <li>cordova-plugin-geolocation: 0.3.10</li>
+  <li>cordova-plugin-globalization: 0.3.1</li>
+  <li>cordova-plugin-inappbrowser: 0.5.2</li>
+  <li>cordova-plugin-media: 0.2.13</li>
+  <li>cordova-plugin-media-capture: 0.3.3</li>
+  <li>cordova-plugin-network-information: 0.2.12</li>
+  <li>cordova-plugin-splashscreen: 0.3.3</li>
+  <li>cordova-plugin-statusbar: 0.1.8</li>
+  <li>cordova-plugin-vibration: 0.3.11</li>
+</ul>
+
+<p>Notable changes include:
+* There is a new framework for testing the plugins. This affects plugin developers, not plugin users.
+* Many fixes have been made to the file plugin and other plugins that use it.
+* Globalization plugin has been cleaned up.
+* Brought the vibration plugin API into alignment with the W3C specification.</p>
 
 <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 file plugin:</p>
 
 <pre><code>cordova plugin rm org.apache.cordova.file
-cordova plugin add org.apache.cordova.file</code></pre>
-
-<p>Other changes include: <!--more--></p>
-
-<p><code>org.apache.cordova.battery-status@0.2.11</code></p>
-
-<h3 id="0211_sep_17_2014">0.2.11 (Sep 17, 2014)</h3>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-7249">CB-7249</a> documentation translation</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6724">CB-6724</a> re-add accidental removed of var keyword</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6957">CB-6957</a> renamed folder to tests + added nested plugin.xml</li>
-
-<li>added documentation for manual tests</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6957">CB-6957</a> Style improvements on Manual tests</li>
-</ul>
-
-<p><code>org.apache.cordova.camera@0.3.2</code></p>
-
-<h3 id="032_sep_17_2014">0.3.2 (Sep 17, 2014)</h3>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-4003">CB-4003</a> Add config option to not use location information in Camera plugin (and default to not use it)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6958">CB-6958</a> Get the correct default for “quality” in the test</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6958">CB-6958</a> Port camera tests to plugin-test-framework</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6958">CB-6958</a> added manual tests</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7180">CB-7180</a> Update Camera plugin to support generic plugin <code>webView UIView</code> (which can be either a <code>UIWebView</code> or <code>WKWebView</code>)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7286">CB-7286</a> <strong>BlackBerry10</strong> Use <code>getUserMedia</code> if camera card is unavailable</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7378">CB-7378</a> Use single Proxy for both <strong>Windows8</strong> and <strong>Windows</strong></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7413">CB-7413</a> Resolve <code>ms-appdata:</code> URIs with <code>File</code> plugin</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7423">CB-7423</a> do cleanup after <code>copyImage</code> manual test</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7433">CB-7433</a> Adds missing <code>window</code> reference to prevent manual tests failure on <strong>Android</strong> and <strong>iOS</strong></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7433">CB-7433</a> Fixes manual tests failure on <strong>Windows</strong></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7461">CB-7461</a> Geolocation fails in Camera plugin in <strong>iOS 8</strong></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> documentation translation</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7551">CB-7551</a> <strong>iOS 8</strong> Scaled images show a white line</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7557">CB-7557</a> Camera plugin tests is missing a <code>File</code> dependency</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7558">CB-7558</a> <code>hasPendingOperation</code> flag in Camera plugin’s <code>takePicture</code> should be reversed to fix memory errors</li>
-
-<li>Renamed test dir, added nested plugin.xml</li>
-
-<li>add documentation for manual tests</li>
-</ul>
-
-<p><code>org.apache.cordova.console@0.2.11</code></p>
-
-<h3 id="0211_sep_17_2014_2">0.2.11 (Sep 17, 2014)</h3>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-7249">CB-7249</a> Documentation translation</li>
-</ul>
-
-<p><code>org.apache.cordova.contacts@0.2.13</code></p>
-
-<h3 id="0213_sep_17_2014">0.2.13 (Sep 17, 2014)</h3>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-6374">CB-6374</a> Fix <strong>iOS 6</strong> deprecation warnings</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6724">CB-6724</a> Empty may be expected</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7148">CB-7148</a> Added manual tests</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7249">CB-7249</a> Documentation translation</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7290">CB-7290</a> Adds support for universal Windows platform.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7523">CB-7523</a> Fixing <code>ContactFieldType</code> error in the <code>config.xml</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7544">CB-7544</a> <strong>iOS 8</strong> Contact picker is read-only in iOS 8</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7546">CB-7546</a> <strong>iOS</strong> <code>pickContact</code> shows exception in the console log</li>
-
-<li>Added documentation for manual tests</li>
-
-<li>Add missing test, skip some specs on <strong>WP</strong></li>
-
-<li>Changing <code>cdvtest</code> format to use module exports</li>
-
-<li>Merged changes for test framework plugin</li>
-
-<li>Removed <code>js-module</code> for tests from <code>plugin.xml</code></li>
-
-<li>Renamed test dir, added nested <code>plugin.xml</code></li>
-</ul>
-
-<p><code>org.apache.cordova.device@0.2.12</code></p>
-
-<h3 id="0212_sep_17_2014">0.2.12 (Sep 17, 2014)</h3>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-7262">CB-7262</a> Adds support for universal windows apps.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7552">CB-7552</a> <code>device.name</code> docs have not been removed</li>
-
-<li><strong>FxOS</strong> Fix cordova version</li>
-
-<li>Added plugin support for the browser</li>
-
-<li>Added status box and documentation to manual tests</li>
-</ul>
-
-<p><code>org.apache.cordova.device-motion@0.2.10</code></p>
-
-<h3 id="0210_sep_17_2014">0.2.10 (Sep 17, 2014)</h3>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-7160">CB-7160</a> Added manual tests</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7160">CB-7160</a> Move to tests dir, add nested plugin.xml</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7313">CB-7313</a> Minor tweak to documentation of watchAcceleration function parameters</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li>
-
-<li>Added documentation for manual tests</li>
-
-<li>Added support for the browser</li>
-
-<li>Changing cdvtest format to use module exports</li>
-
-<li>Feature Branch: First attempt at new-style-tests</li>
-
-<li>Register tests using new style</li>
-
-<li>Removed <code>js-module</code> for tests from <code>plugin.xml</code></li>
-
-<li>Updated doc for browser</li>
-</ul>
-
-<p><code>org.apache.cordova.device-orientation@0.3.9</code></p>
-
-<h3 id="039_sep_17_2014">0.3.9 (Sep 17, 2014)</h3>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-6960">CB-6960</a> Added manual tests</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6960">CB-6960</a> Port compass tests to plugin-test-framework</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7086">CB-7086</a> Renamed dir, added nested plugin.xml</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li>
-
-<li>Added documentation for manual tests</li>
-
-<li>Add support for the browser</li>
-
-<li>Fixed problem with watchCompass if pressed twice</li>
-
-<li>Updated docs for browser</li>
-</ul>
-
-<p><code>org.apache.cordova.dialogs@0.2.10</code></p>
-
-<h3 id="0210_sep_17_2014_2">0.2.10 (Sep 17, 2014)</h3>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-6965">CB-6965</a> Added manual tests</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6965">CB-6965</a> Port notification tests to test-framework</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7538">CB-7538</a> Android beep thread fix Beep now executes in it’s own thread</li>
-
-<li>Added documentation for manual tests</li>
-
-<li>Renamed test dir, added nested plugin.xml</li>
-
-<li>Set dialog text dir to locale</li>
-</ul>
-
-<p><code>org.apache.cordova.file@1.3.1</code></p>
-
-<h3 id="131_sep_17_2014">1.3.1 (Sep 17, 2014)</h3>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-6724">CB-6724</a> changed style detail on documentation</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6923">CB-6923</a> Adding support to handle relative paths</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7094">CB-7094</a> Ported File manual tests</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7094">CB-7094</a> renamed folder to tests + added nested plugin.xml</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7272">CB-7272</a> Replace confusing “r/o” abbreviation with just “r”</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> <a href="https://issues.apache.org/jira/browse/CB-6148">CB-6148</a>: Ensure that return values from copy and move operations reference the correct filesystem</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> Fix the filesystem name in resolveLocalFileSystemUri</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> Partial revert to resolve WP8 failures</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> Remove leading slash statement from condition</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> <code>Entry</code> get proper filesystem in Entry</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7413">CB-7413</a> Adds support of <code>ms-appdata://</code> URIs</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7417">CB-7417</a> <code>File tests</code> added proper matcher to compare fullPath property</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7418">CB-7418</a> <code>DirectoryEntry</code> Added <code>fullPath</code> variable as part of condition</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7419">CB-7419</a> <strong>WP8</strong> Added support to get metada from dir</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7422">CB-7422</a> <code>File Tests</code> Use proper <code>fileSystem</code> to create fullPath</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7423">CB-7423</a> encode path before attempting to resolve</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7431">CB-7431</a> Avoid calling <code>done()</code> twice in <code>file.spec.109</code> test</li>
+cordova plugin add org.apache.cordova.file
+</code></pre>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-7445">CB-7445</a> <strong>BlackBerry10</strong> Add default file system size to prevent quota exceeded error on initial install</li>
+<p>Other changes include:
+<!--more--></p>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-7445">CB-7445</a> <strong>BlackBerry10</strong> <code>resolveLocalFileSystemURI</code> - change <code>DEFAULT_SIZE</code> to <code>MAX_SIZE</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7458">CB-7458</a> <strong>BlackBerry10</strong> <code>resolveLocalFileSystemURL</code> - add <code>filesystem</code> property</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li>
-
-<li>Added documentation for manual tests</li>
-
-<li>Added new js files to <strong>amazon-fireos</strong> platform</li>
-
-<li>Adds <strong>Windows</strong> platform</li>
-
-<li>Amazon related changes</li>
-
-<li>Fixes multiple mobilespec tests errors</li>
-
-<li>Overwrite existing file on <code>getFile</code> when <code>create</code> is <code>true</code></li>
-
-<li>Refactored much of the logic in <code>FileMetadata</code> constructor; <code>Directory.size</code> will return <code>0</code></li>
-
-<li>Removed <code>test/tests.js</code> module from main <code>plugin.xml</code></li>
-
-<li>Style improvements on Manual tests</li>
-</ul>
-
-<p><code>org.apache.cordova.file-transfer@0.4.6</code></p>
-
-<h3 id="046_sep_17_2014">0.4.6 (Sep 17, 2014)</h3>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-6466">CB-6466</a> Fix failing test due to recent url change</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6466">CB-6466</a> Created mobile-spec test</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6961">CB-6961</a> Port <code>file-transfer</code> tests to framework</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7316">CB-7316</a> Adds support for Windows platform, moves *Proxy files to proper directory</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7316">CB-7316</a> Improves current specs compatibility</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7316">CB-7316</a> Updates docs with actual information</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7423">CB-7423</a> fix spec28,29 <code>lastProgressEvent</code> not visible to <code>afterEach</code> function</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li>
-
-<li><strong>Amazon</strong> related changes</li>
-
-<li><strong>WP8</strong> Fixed failing <code>spec.19</code></li>
-
-<li>Added documentation for new test</li>
-
-<li>Added documentation to manual tests</li>
-
-<li>Remove dupe file <strong>Windows</strong> + <strong>Windows8</strong> both use the same one</li>
-
-<li>Renamed test dir, added nested plugin.xml and test</li>
-</ul>
-
-<p><code>org.apache.cordova.geolocation@0.3.10</code></p>
-
-<h3 id="0310_sep_17_2014">0.3.10 (Sep 17, 2014)</h3>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-5114">CB-5114</a> <strong>Windows 8.1</strong> - Use a new proxy as old geolocation methods is deprecated</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5114">CB-5114</a> Append <strong>Windows 8.1</strong> into <code>plugin.xml</code> + Optimize <strong>Windows 8</strong> <code>Geolocation</code> proxy</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6911">CB-6911</a> Geolocation fails in <strong>iOS 8</strong></li>
-
-<li>Revert <a href="https://issues.apache.org/jira/browse/CB-6911">CB-6911</a> partially (keeping <code>Info.plist</code> key installation for <strong>iOS 8</strong>)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7146">CB-7146</a> Added manual tests</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7158">CB-7158</a> Fix geolocation for <strong>iOS 8</strong></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7556">CB-7556</a> <strong>iOS</strong> Clearing all Watches does not stop Location Services</li>
-
-<li>Added documentation for manual tests</li>
-
-<li>Changing <code>cdvtest</code> format to use module exports</li>
-
-<li>Convert tests to new style</li>
-
-<li>Register tests using new style</li>
-
-<li>Removed <strong>amazon-fireos</strong> code for geolocation</li>
-
-<li>Removed <code>js-module</code> for tests from <code>plugin.xml</code></li>
-
-<li>Renamed <code>test</code> dir, added nested <code>plugin.xml</code></li>
-</ul>
-
-<p><code>org.apache.cordova.globalization@0.3.1</code></p>
-
-<h3 id="031_sep_17_2014">0.3.1 (Sep 17, 2014)</h3>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-6490">CB-6490</a> <strong>BlackBerry10</strong> Use <code>-</code> instead of <code>_</code> in <code>getLocaleName()</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6962">CB-6962</a> Ported globalization tests to framework</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7064">CB-7064</a> Added tests that check for W3C compliance in language tags generated from <code>PreferredLanguage</code> and <code>GetLocale</code> methods</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7233">CB-7233</a> <strong>BlackBerry10</strong> Globalization is now supported</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7548">CB-7548</a> <strong>BlackBerry10</strong> Allow any numeric type as date in dateToString method.</li>
-
-<li>Hold the information if L10n was ready before</li>
-
-<li>Renamed <code>test</code> dir, added nested <code>plugin.xml</code></li>
-</ul>
-
-<p><code>org.apache.cordova.inappbrowser@0.5.2</code></p>
-
-<h3 id="052_sep_17_2014">0.5.2 (Sep 17, 2014)</h3>
-
-<ul>
-<li><strong>amazon-fireos</strong> related changes</li>
-
-<li><strong>phonegap</strong> events supported for <code>_blank</code> target</li>
-
-<li>Add just a bit more logging</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7133">CB-7133</a> <strong>Android</strong> Fix some tests</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7133">CB-7133</a> clarify that <code>anchor1</code> doesn’t exist</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7133">CB-7133</a> port inappbrowser to <strong>plugin-test-framework</strong></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7424">CB-7424</a> Wrong docs: anchor tags are not supported by the <code>InAppBrowser</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7490">CB-7490</a> <strong>Windows</strong> Fixes manual tests crash</li>
-
-<li><code>_blank</code> target position is fixed</li>
-</ul>
-
-<p><code>org.apache.cordova.media@0.2.13</code></p>
-
-<h3 id="0213_sep_17_2014_2">0.2.13 (Sep 17, 2014)</h3>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-6963">CB-6963</a> renamed folder to <code>tests</code> + added nested <code>plugin.xml</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6963">CB-6963</a> Port Media manual &amp; automated tests</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6963">CB-6963</a> Port Media tests to <strong>plugin-test-framework</strong></li>
-
-<li>Added documentation for manual tests</li>
-</ul>
-
-<p><code>org.apache.cordova.media-capture@0.3.3</code></p>
-
-<h3 id="033_sep_17_2014">0.3.3 (Sep 17, 2014)</h3>
-
-<ul>
-<li>Renamed <code>test</code> dir, added nested <code>plugin.xml</code></li>
-
-<li>Added documentation for manual tests</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6959">CB-6959</a> Added manual tests</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6959">CB-6959</a> Port capture tests to <strong>plugin-test-framework</strong></li>
-</ul>
-
-<p><code>org.apache.cordova.network-information@0.2.12</code></p>
-
-<h3 id="0212_sep_17_2014_2">0.2.12 (Sep 17, 2014)</h3>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6724">CB-6724</a> Added documentation for manual tests</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6964">CB-6964</a> Ported manual tests</li>
-
-<li><strong>FxOS 2</strong> Fix network information type exception</li>
-
-<li>Added support for the browser</li>
-
-<li>Remove reference to test assets, they are optional</li>
-
-<li>Renamed <code>test</code> dir and added nested <code>plugin.xml</code></li>
-
-<li>Port network tests to <strong>plugin-test-framework</strong></li>
-
-<li>Fix <code>naviagtor</code> typo</li>
-</ul>
-
-<p><code>org.apache.cordova.splashscreen@0.3.3</code></p>
-
-<h3 id="033_sep_17_2014_2">0.3.3 (Sep 17, 2014)</h3>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-7249">CB-7249</a> Documentation translation</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7196">CB-7196</a> port splashscreen tests to framework</li>
-
-<li>Renamed test dir, added nested plugin.xml</li>
-
-<li>Added documentation for manual tests</li>
-</ul>
-
-<p><code>org.apache.cordova.statusbar@0.1.8</code></p>
-
-<h3 id="018_sep_17_2014">0.1.8 (Sep 17, 2014)</h3>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-7549">CB-7549</a> <strong>iOS 8</strong> Landscape issue</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7486">CB-7486</a> Remove <code>StatusBarBackgroundColor</code> intial preference (black background) so background will be initially transparent</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7195">CB-7195</a> ported statusbar tests to framework</li>
-
-<li>Added documentation for manual tests, moved background color test below overlay test</li>
-
-<li>Renamed test dir, added nested plugin.xml</li>
-</ul>
-
-<p><code>org.apache.cordova.vibration@0.3.11</code></p>
-
-<h3 id="0311_sep_17_2014">0.3.11 (Sep 17, 2014)</h3>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-7249">CB-7249</a> Documentation translation</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6724">CB-6724</a> Documented <strong>Windows</strong> support for vibrate with pattern and cancel vibrate in manual test doc and moved tests to tests dir</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6963">CB-6963</a> ported vibration automated &amp; manual tests</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6966">CB-6966</a> renamed folder to tests + added nested plugin.xml</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6966">CB-6966</a> Ported Vibration automated &amp; manual tests</li>
-
-<li>removed duplicate messaging</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5459">CB-5459</a> slight change to the vibration documentation for pattern due to merge issue</li>
-
-<li>Add <code>setTimeout</code> function to update <code>vibrateOn</code> var if user doesn’t cancel vibrate, add note about iOS</li>
-
-<li>Add longer pattern sequence for testing, change expected result for old vibrate with pattern test</li>
-
-<li>Added ‘Android only’ to buttons for specific tests, changed where <code>console.log</code> is executed for user to see earlier</li>
-
-<li>Added more test cases, changed vibrate with pattern durations, changed where vibrateOn is set to true</li>
-
-<li>Added new example to documentation</li>
-
-<li>Added note to doc about w3c alignment and min time for Windows</li>
-
-<li>Added tests for old <code>vibrateWithPattern</code> and <code>cancelVibration</code> calls</li>
-
-<li>Added tests to ensure compliance with w3c spec</li>
-
-<li>Changes made to align with w3c spec</li>
-
-<li>Changes to <code>vibration.java</code> to align with w3c, changes to <code>vibration.js</code> for backwards compatibility</li>
-
-<li>Changes to how <code>0</code> is getting added to array in order to align with w3c spec</li>
-
-<li>Clear <code>setTimeout</code> when user cancels vibration</li>
-
-<li>Update doc to show <code>vibrate([num])</code> is a standard vibrate</li>
-
-<li>Update doc with another way to cancel vibration</li>
-
-<li>Updated doc for w3c alignment</li>
-
-<li>Updated doc with <strong>Windows</strong> support for vibrate with pattern</li>
-
-<li><code>vibrate([num])</code> is treated as a vibrate not vibrate with pattern</li>
-
-<li>changes made to align with w3c spec</li>
-
-<li>on/off button for cancel tests, add results box and msgs</li>
-</ul>
+<p><code>org.apache.cordova.battery-status@0.2.11</code>
+### 0.2.11 (Sep 17, 2014)
+* <a href="https://issues.apache.org/jira/browse/CB-7249">CB-7249</a> documentation translation
+* <a href="https://issues.apache.org/jira/browse/CB-6724">CB-6724</a> re-add accidental removed of var keyword
+* <a href="https://issues.apache.org/jira/browse/CB-6957">CB-6957</a> renamed folder to tests + added nested plugin.xml
+* added documentation for manual tests
+* <a href="https://issues.apache.org/jira/browse/CB-6957">CB-6957</a> Style improvements on Manual tests</p>
+
+<p><code>org.apache.cordova.camera@0.3.2</code>
+### 0.3.2 (Sep 17, 2014)
+* <a href="https://issues.apache.org/jira/browse/CB-4003">CB-4003</a> Add config option to not use location information in Camera plugin (and default to not use it)
+* <a href="https://issues.apache.org/jira/browse/CB-6958">CB-6958</a> Get the correct default for “quality” in the test
+* <a href="https://issues.apache.org/jira/browse/CB-6958">CB-6958</a> Port camera tests to plugin-test-framework
+* <a href="https://issues.apache.org/jira/browse/CB-6958">CB-6958</a> added manual tests
+* <a href="https://issues.apache.org/jira/browse/CB-7180">CB-7180</a> Update Camera plugin to support generic plugin <code>webView UIView</code> (which can be either a <code>UIWebView</code> or <code>WKWebView</code>)
+* <a href="https://issues.apache.org/jira/browse/CB-7286">CB-7286</a> <strong>BlackBerry10</strong> Use <code>getUserMedia</code> if camera card is unavailable
+* <a href="https://issues.apache.org/jira/browse/CB-7378">CB-7378</a> Use single Proxy for both <strong>Windows8</strong> and <strong>Windows</strong>
+* <a href="https://issues.apache.org/jira/browse/CB-7413">CB-7413</a> Resolve <code>ms-appdata:</code> URIs with <code>File</code> plugin
+* <a href="https://issues.apache.org/jira/browse/CB-7423">CB-7423</a> do cleanup after <code>copyImage</code> manual test
+* <a href="https://issues.apache.org/jira/browse/CB-7433">CB-7433</a> Adds missing <code>window</code> reference to prevent manual tests failure on <strong>Android</strong> and <strong>iOS</strong>
+* <a href="https://issues.apache.org/jira/browse/CB-7433">CB-7433</a> Fixes manual tests failure on <strong>Windows</strong>
+* <a href="https://issues.apache.org/jira/browse/CB-7461">CB-7461</a> Geolocation fails in Camera plugin in <strong>iOS 8</strong>
+* <a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> documentation translation
+* <a href="https://issues.apache.org/jira/browse/CB-7551">CB-7551</a> <strong>iOS 8</strong> Scaled images show a white line
+* <a href="https://issues.apache.org/jira/browse/CB-7557">CB-7557</a> Camera plugin tests is missing a <code>File</code> dependency
+* <a href="https://issues.apache.org/jira/browse/CB-7558">CB-7558</a> <code>hasPendingOperation</code> flag in Camera plugin’s <code>takePicture</code> should be reversed to fix memory errors
+* Renamed test dir, added nested plugin.xml
+* add documentation for manual tests</p>
+
+<p><code>org.apache.cordova.console@0.2.11</code>
+### 0.2.11 (Sep 17, 2014)
+* <a href="https://issues.apache.org/jira/browse/CB-7249">CB-7249</a> Documentation translation</p>
+
+<p><code>org.apache.cordova.contacts@0.2.13</code>
+### 0.2.13 (Sep 17, 2014)
+* <a href="https://issues.apache.org/jira/browse/CB-6374">CB-6374</a> Fix <strong>iOS 6</strong> deprecation warnings
+* <a href="https://issues.apache.org/jira/browse/CB-6724">CB-6724</a> Empty may be expected
+* <a href="https://issues.apache.org/jira/browse/CB-7148">CB-7148</a> Added manual tests
+* <a href="https://issues.apache.org/jira/browse/CB-7249">CB-7249</a> Documentation translation
+* <a href="https://issues.apache.org/jira/browse/CB-7290">CB-7290</a> Adds support for universal Windows platform.
+* <a href="https://issues.apache.org/jira/browse/CB-7523">CB-7523</a> Fixing <code>ContactFieldType</code> error in the <code>config.xml</code>
+* <a href="https://issues.apache.org/jira/browse/CB-7544">CB-7544</a> <strong>iOS 8</strong> Contact picker is read-only in iOS 8
+* <a href="https://issues.apache.org/jira/browse/CB-7546">CB-7546</a> <strong>iOS</strong> <code>pickContact</code> shows exception in the console log
+* Added documentation for manual tests
+* Add missing test, skip some specs on <strong>WP</strong>
+* Changing <code>cdvtest</code> format to use module exports
+* Merged changes for test framework plugin
+* Removed <code>js-module</code> for tests from <code>plugin.xml</code>
+* Renamed test dir, added nested <code>plugin.xml</code></p>
+
+<p><code>org.apache.cordova.device@0.2.12</code>
+### 0.2.12 (Sep 17, 2014)
+* <a href="https://issues.apache.org/jira/browse/CB-7262">CB-7262</a> Adds support for universal windows apps.
+* <a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation
+* <a href="https://issues.apache.org/jira/browse/CB-7552">CB-7552</a> <code>device.name</code> docs have not been removed
+* <strong>FxOS</strong> Fix cordova version
+* Added plugin support for the browser
+* Added status box and documentation to manual tests</p>
+
+<p><code>org.apache.cordova.device-motion@0.2.10</code>
+### 0.2.10 (Sep 17, 2014)
+* <a href="https://issues.apache.org/jira/browse/CB-7160">CB-7160</a> Added manual tests
+* <a href="https://issues.apache.org/jira/browse/CB-7160">CB-7160</a> Move to tests dir, add nested plugin.xml
+* <a href="https://issues.apache.org/jira/browse/CB-7313">CB-7313</a> Minor tweak to documentation of watchAcceleration function parameters
+* <a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation
+* Added documentation for manual tests
+* Added support for the browser
+* Changing cdvtest format to use module exports
+* Feature Branch: First attempt at new-style-tests
+* Register tests using new style
+* Removed <code>js-module</code> for tests from <code>plugin.xml</code>
+* Updated doc for browser</p>
+
+<p><code>org.apache.cordova.device-orientation@0.3.9</code>
+### 0.3.9 (Sep 17, 2014)
+* <a href="https://issues.apache.org/jira/browse/CB-6960">CB-6960</a> Added manual tests
+* <a href="https://issues.apache.org/jira/browse/CB-6960">CB-6960</a> Port compass tests to plugin-test-framework
+* <a href="https://issues.apache.org/jira/browse/CB-7086">CB-7086</a> Renamed dir, added nested plugin.xml
+* <a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation
+* Added documentation for manual tests
+* Add support for the browser
+* Fixed problem with watchCompass if pressed twice
+* Updated docs for browser</p>
+
+<p><code>org.apache.cordova.dialogs@0.2.10</code>
+### 0.2.10 (Sep 17, 2014)
+* <a href="https://issues.apache.org/jira/browse/CB-6965">CB-6965</a> Added manual tests
+* <a href="https://issues.apache.org/jira/browse/CB-6965">CB-6965</a> Port notification tests to test-framework
+* <a href="https://issues.apache.org/jira/browse/CB-7538">CB-7538</a> Android beep thread fix Beep now executes in it’s own thread
+* Added documentation for manual tests
+* Renamed test dir, added nested plugin.xml
+* Set dialog text dir to locale</p>
+
+<p><code>org.apache.cordova.file@1.3.1</code>
+### 1.3.1 (Sep 17, 2014)
+* <a href="https://issues.apache.org/jira/browse/CB-6724">CB-6724</a> changed style detail on documentation
+* <a href="https://issues.apache.org/jira/browse/CB-6923">CB-6923</a> Adding support to handle relative paths
+* <a href="https://issues.apache.org/jira/browse/CB-7094">CB-7094</a> Ported File manual tests
+* <a href="https://issues.apache.org/jira/browse/CB-7094">CB-7094</a> renamed folder to tests + added nested plugin.xml
+* <a href="https://issues.apache.org/jira/browse/CB-7272">CB-7272</a> Replace confusing “r/o” abbreviation with just “r”
+* <a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> <a href="https://issues.apache.org/jira/browse/CB-6148">CB-6148</a>: Ensure that return values from copy and move operations reference the correct filesystem
+* <a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> Fix the filesystem name in resolveLocalFileSystemUri
+* <a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> Partial revert to resolve WP8 failures
+* <a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> Remove leading slash statement from condition
+* <a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> <code>Entry</code> get proper filesystem in Entry
+* <a href="https://issues.apache.org/jira/browse/CB-7413">CB-7413</a> Adds support of <code>ms-appdata://</code> URIs
+* <a href="https://issues.apache.org/jira/browse/CB-7417">CB-7417</a> <code>File tests</code> added proper matcher to compare fullPath property
+* <a href="https://issues.apache.org/jira/browse/CB-7418">CB-7418</a> <code>DirectoryEntry</code> Added <code>fullPath</code> variable as part of condition
+* <a href="https://issues.apache.org/jira/browse/CB-7419">CB-7419</a> <strong>WP8</strong> Added support to get metada from dir
+* <a href="https://issues.apache.org/jira/browse/CB-7422">CB-7422</a> <code>File Tests</code> Use proper <code>fileSystem</code> to create fullPath
+* <a href="https://issues.apache.org/jira/browse/CB-7423">CB-7423</a> encode path before attempting to resolve
+* <a href="https://issues.apache.org/jira/browse/CB-7431">CB-7431</a> Avoid calling <code>done()</code> twice in <code>file.spec.109</code> test
+* <a href="https://issues.apache.org/jira/browse/CB-7445">CB-7445</a> <strong>BlackBerry10</strong> Add default file system size to prevent quota exceeded error on initial install
+* <a href="https://issues.apache.org/jira/browse/CB-7445">CB-7445</a> <strong>BlackBerry10</strong> <code>resolveLocalFileSystemURI</code> - change <code>DEFAULT_SIZE</code> to <code>MAX_SIZE</code>
+* <a href="https://issues.apache.org/jira/browse/CB-7458">CB-7458</a> <strong>BlackBerry10</strong> <code>resolveLocalFileSystemURL</code> - add <code>filesystem</code> property
+* <a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation
+* Added documentation for manual tests
+* Added new js files to <strong>amazon-fireos</strong> platform
+* Adds <strong>Windows</strong> platform
+* Amazon related changes
+* Fixes multiple mobilespec tests errors
+* Overwrite existing file on <code>getFile</code> when <code>create</code> is <code>true</code>
+* Refactored much of the logic in <code>FileMetadata</code> constructor; <code>Directory.size</code> will return <code>0</code>
+* Removed <code>test/tests.js</code> module from main <code>plugin.xml</code>
+* Style improvements on Manual tests</p>
+
+<p><code>org.apache.cordova.file-transfer@0.4.6</code>
+### 0.4.6 (Sep 17, 2014)
+* <a href="https://issues.apache.org/jira/browse/CB-6466">CB-6466</a> Fix failing test due to recent url change
+* <a href="https://issues.apache.org/jira/browse/CB-6466">CB-6466</a> Created mobile-spec test
+* <a href="https://issues.apache.org/jira/browse/CB-6961">CB-6961</a> Port <code>file-transfer</code> tests to framework
+* <a href="https://issues.apache.org/jira/browse/CB-7316">CB-7316</a> Adds support for Windows platform, moves *Proxy files to proper directory
+* <a href="https://issues.apache.org/jira/browse/CB-7316">CB-7316</a> Improves current specs compatibility
+* <a href="https://issues.apache.org/jira/browse/CB-7316">CB-7316</a> Updates docs with actual information
+* <a href="https://issues.apache.org/jira/browse/CB-7423">CB-7423</a> fix spec28,29 <code>lastProgressEvent</code> not visible to <code>afterEach</code> function
+* <a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation
+* <strong>Amazon</strong> related changes
+* <strong>WP8</strong> Fixed failing <code>spec.19</code>
+* Added documentation for new test
+* Added documentation to manual tests
+* Remove dupe file <strong>Windows</strong> + <strong>Windows8</strong> both use the same one
+* Renamed test dir, added nested plugin.xml and test</p>
+
+<p><code>org.apache.cordova.geolocation@0.3.10</code>
+### 0.3.10 (Sep 17, 2014)
+* <a href="https://issues.apache.org/jira/browse/CB-5114">CB-5114</a> <strong>Windows 8.1</strong> - Use a new proxy as old geolocation methods is deprecated
+* <a href="https://issues.apache.org/jira/browse/CB-5114">CB-5114</a> Append <strong>Windows 8.1</strong> into <code>plugin.xml</code> + Optimize <strong>Windows 8</strong> <code>Geolocation</code> proxy
+* <a href="https://issues.apache.org/jira/browse/CB-6911">CB-6911</a> Geolocation fails in <strong>iOS 8</strong>
+* Revert <a href="https://issues.apache.org/jira/browse/CB-6911">CB-6911</a> partially (keeping <code>Info.plist</code> key installation for <strong>iOS 8</strong>)
+* <a href="https://issues.apache.org/jira/browse/CB-7146">CB-7146</a> Added manual tests
+* <a href="https://issues.apache.org/jira/browse/CB-7158">CB-7158</a> Fix geolocation for <strong>iOS 8</strong>
+* <a href="https://issues.apache.org/jira/browse/CB-7556">CB-7556</a> <strong>iOS</strong> Clearing all Watches does not stop Location Services
+* Added documentation for manual tests
+* Changing <code>cdvtest</code> format to use module exports
+* Convert tests to new style
+* Register tests using new style
+* Removed <strong>amazon-fireos</strong> code for geolocation
+* Removed <code>js-module</code> for tests from <code>plugin.xml</code>
+* Renamed <code>test</code> dir, added nested <code>plugin.xml</code></p>
+
+<p><code>org.apache.cordova.globalization@0.3.1</code>
+### 0.3.1 (Sep 17, 2014)
+* <a href="https://issues.apache.org/jira/browse/CB-6490">CB-6490</a> <strong>BlackBerry10</strong> Use <code>-</code> instead of <code>_</code> in <code>getLocaleName()</code>
+* <a href="https://issues.apache.org/jira/browse/CB-6962">CB-6962</a> Ported globalization tests to framework
+* <a href="https://issues.apache.org/jira/browse/CB-7064">CB-7064</a> Added tests that check for W3C compliance in language tags generated from <code>PreferredLanguage</code> and <code>GetLocale</code> methods
+* <a href="https://issues.apache.org/jira/browse/CB-7233">CB-7233</a> <strong>BlackBerry10</strong> Globalization is now supported
+* <a href="https://issues.apache.org/jira/browse/CB-7548">CB-7548</a> <strong>BlackBerry10</strong> Allow any numeric type as date in dateToString method.
+* Hold the information if L10n was ready before
+* Renamed <code>test</code> dir, added nested <code>plugin.xml</code></p>
+
+<p><code>org.apache.cordova.inappbrowser@0.5.2</code>
+### 0.5.2 (Sep 17, 2014)
+* <strong>amazon-fireos</strong> related changes
+* <strong>phonegap</strong> events supported for <code>_blank</code> target
+* Add just a bit more logging
+* <a href="https://issues.apache.org/jira/browse/CB-7133">CB-7133</a> <strong>Android</strong> Fix some tests
+* <a href="https://issues.apache.org/jira/browse/CB-7133">CB-7133</a> clarify that <code>anchor1</code> doesn’t exist
+* <a href="https://issues.apache.org/jira/browse/CB-7133">CB-7133</a> port inappbrowser to <strong>plugin-test-framework</strong>
+* <a href="https://issues.apache.org/jira/browse/CB-7424">CB-7424</a> Wrong docs: anchor tags are not supported by the <code>InAppBrowser</code>
+* <a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation
+* <a href="https://issues.apache.org/jira/browse/CB-7490">CB-7490</a> <strong>Windows</strong> Fixes manual tests crash
+* <code>_blank</code> target position is fixed</p>
+
+<p><code>org.apache.cordova.media@0.2.13</code>
+### 0.2.13 (Sep 17, 2014)
+* <a href="https://issues.apache.org/jira/browse/CB-6963">CB-6963</a> renamed folder to <code>tests</code> + added nested <code>plugin.xml</code>
+* <a href="https://issues.apache.org/jira/browse/CB-6963">CB-6963</a> Port Media manual &amp; automated tests
+* <a href="https://issues.apache.org/jira/browse/CB-6963">CB-6963</a> Port Media tests to <strong>plugin-test-framework</strong>
+* Added documentation for manual tests</p>
+
+<p><code>org.apache.cordova.media-capture@0.3.3</code>
+### 0.3.3 (Sep 17, 2014)
+* Renamed <code>test</code> dir, added nested <code>plugin.xml</code>
+* Added documentation for manual tests
+* <a href="https://issues.apache.org/jira/browse/CB-6959">CB-6959</a> Added manual tests
+* <a href="https://issues.apache.org/jira/browse/CB-6959">CB-6959</a> Port capture tests to <strong>plugin-test-framework</strong></p>
+
+<p><code>org.apache.cordova.network-information@0.2.12</code>
+### 0.2.12 (Sep 17, 2014)
+* <a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation
+* <a href="https://issues.apache.org/jira/browse/CB-6724">CB-6724</a> Added documentation for manual tests
+* <a href="https://issues.apache.org/jira/browse/CB-6964">CB-6964</a> Ported manual tests
+* <strong>FxOS 2</strong> Fix network information type exception
+* Added support for the browser
+* Remove reference to test assets, they are optional
+* Renamed <code>test</code> dir and added nested <code>plugin.xml</code>
+* Port network tests to <strong>plugin-test-framework</strong>
+* Fix <code>naviagtor</code> typo</p>
+
+<p><code>org.apache.cordova.splashscreen@0.3.3</code>
+### 0.3.3 (Sep 17, 2014)
+* <a href="https://issues.apache.org/jira/browse/CB-7249">CB-7249</a> Documentation translation
+* <a href="https://issues.apache.org/jira/browse/CB-7196">CB-7196</a> port splashscreen tests to framework
+* Renamed test dir, added nested plugin.xml
+* Added documentation for manual tests</p>
+
+<p><code>org.apache.cordova.statusbar@0.1.8</code>
+### 0.1.8 (Sep 17, 2014)
+* <a href="https://issues.apache.org/jira/browse/CB-7549">CB-7549</a> <strong>iOS 8</strong> Landscape issue
+* <a href="https://issues.apache.org/jira/browse/CB-7486">CB-7486</a> Remove <code>StatusBarBackgroundColor</code> intial preference (black background) so background will be initially transparent
+* <a href="https://issues.apache.org/jira/browse/CB-7195">CB-7195</a> ported statusbar tests to framework
+* Added documentation for manual tests, moved background color test below overlay test
+* Renamed test dir, added nested plugin.xml</p>
+
+<p><code>org.apache.cordova.vibration@0.3.11</code>
+### 0.3.11 (Sep 17, 2014)
+* <a href="https://issues.apache.org/jira/browse/CB-7249">CB-7249</a> Documentation translation
+* <a href="https://issues.apache.org/jira/browse/CB-6724">CB-6724</a> Documented <strong>Windows</strong> support for vibrate with pattern and cancel vibrate in manual test doc and moved tests to tests dir
+* <a href="https://issues.apache.org/jira/browse/CB-6963">CB-6963</a> ported vibration automated &amp; manual tests
+* <a href="https://issues.apache.org/jira/browse/CB-6966">CB-6966</a> renamed folder to tests + added nested plugin.xml
+* <a href="https://issues.apache.org/jira/browse/CB-6966">CB-6966</a> Ported Vibration automated &amp; manual tests
+* removed duplicate messaging
+* <a href="https://issues.apache.org/jira/browse/CB-5459">CB-5459</a> slight change to the vibration documentation for pattern due to merge issue
+* Add <code>setTimeout</code> function to update <code>vibrateOn</code> var if user doesn’t cancel vibrate, add note about iOS
+* Add longer pattern sequence for testing, change expected result for old vibrate with pattern test
+* Added ‘Android only’ to buttons for specific tests, changed where <code>console.log</code> is executed for user to see earlier
+* Added more test cases, changed vibrate with pattern durations, changed where vibrateOn is set to true
+* Added new example to documentation
+* Added note to doc about w3c alignment and min time for Windows
+* Added tests for old <code>vibrateWithPattern</code> and <code>cancelVibration</code> calls
+* Added tests to ensure compliance with w3c spec
+* Changes made to align with w3c spec
+* Changes to <code>vibration.java</code> to align with w3c, changes to <code>vibration.js</code> for backwards compatibility
+* Changes to how <code>0</code> is getting added to array in order to align with w3c spec
+* Clear <code>setTimeout</code> when user cancels vibration
+* Update doc to show <code>vibrate([num])</code> is a standard vibrate
+* Update doc with another way to cancel vibration
+* Updated doc for w3c alignment
+* Updated doc with <strong>Windows</strong> support for vibrate with pattern
+* <code>vibrate([num])</code> is treated as a vibrate not vibrate with pattern
+* changes made to align with w3c spec
+* on/off button for cancel tests, add results box and msgs</p>
 
     </div>
 </div>

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=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2014/10/17/plugins-release.html (original)
+++ cordova/site/public/news/2014/10/17/plugins-release.html Mon Sep  7 16:56:52 2015
@@ -57,149 +57,96 @@
     <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>
-
-<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>
+cordova plugin add org.apache.cordova.camera
+</code></pre>
 
-<li>Update french translation</li>
+<p>Other changes include:
+<!--more--></p>
 
-<li>Update doc to add <strong>Windows 8</strong></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 <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>
+<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>
 
     </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=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2014/11/11/windows-cert.html (original)
+++ cordova/site/public/news/2014/11/11/windows-cert.html Mon Sep  7 16:56:52 2015
@@ -57,20 +57,19 @@
     <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>
-
+<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>
 
@@ -82,8 +81,7 @@ C:\Program Files (x86)\MSBuild\Microsoft
 
 <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>
 
     </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=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2014/11/13/tools-release.html (original)
+++ cordova/site/public/news/2014/11/13/tools-release.html Mon Sep  7 16:56:52 2015
@@ -57,111 +57,83 @@
     <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>
+    <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><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="cordovalib">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>
+<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>
 
 <h2 id="cordova">cordova</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>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>
-
+<h2 id="cordova-js">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>
+  <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>
 



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