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 [7/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/04/23/plugins.release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/04/23/plugins.release.html?rev=1663531&r1=1663530&r2=1663531&view=diff
==============================================================================
--- cordova/site/public/news/2014/04/23/plugins.release.html (original)
+++ cordova/site/public/news/2014/04/23/plugins.release.html Tue Mar  3 06:53:27 2015
@@ -69,140 +69,225 @@
     <div class="meta">Posted by: <a href="https://twitter.com/iclelland">Ian Clelland</a></div>
     <p class="meta">23 Apr 2014</p>
     <div class="post">
-    <p>The following plugins were updated today:</p>
+    
+<p>The following plugins were updated today:</p>
 
 <ul>
-  <li>org.cordova.battery-status@0.2.8</li>
-  <li>org.cordova.camera@0.2.9</li>
-  <li>org.cordova.console@0.2.8</li>
-  <li>org.cordova.contacts@0.2.10</li>
-  <li>org.cordova.device@0.2.9</li>
-  <li>org.cordova.device-motion@0.2.7</li>
-  <li>org.cordova.device-orientation@0.3.6</li>
-  <li>org.cordova.dialogs@0.2.7</li>
-  <li>org.cordova.file@1.1.0</li>
-  <li>org.cordova.file-transfer@0.4.3</li>
-  <li>org.cordova.geolocation@0.3.7</li>
-  <li>org.cordova.globalization@0.2.7</li>
-  <li>org.cordova.inappbrowser@0.4.0</li>
-  <li>org.cordova.media@0.2.10</li>
-  <li>org.cordova.media-capture@0.3.0</li>
-  <li>org.cordova.network-information@0.2.8</li>
-  <li>org.cordova.splashscreen@0.3.0</li>
-  <li>org.cordova.statusbar@0.1.5</li>
-  <li>org.cordova.vibration@0.3.8</li>
-</ul>
-
-<p>Many of these are minor, or only relevant to a couple of platforms. However, some notable changes include:
-* <code>statusbar</code> is now a core Cordova plugin, and now includes support for Windows Phone
-* <code>splashscreen</code> now includes support for Tizen
-* <code>file</code> now produces webview-compatible URLs (file:///) URLs by default when calling <code>.toURL</code>
-* <code>file</code> includes much of the functionality of the <code>file-system-roots</code> plugin, and allows access to all files on the device (except those blocked by the OS)
-* iOS In-App-Browser now supports <code>clearcache</code> and <code>clearsessioncache</code> like Android
-* Fixed several issues in <code>media-capture</code> which prevented it from being used with the <code>file</code> plugin
-* iOS warnings have been fixed when compiling for 64-bit ARM
-* Windows8 uses the built-in cordova exec proxy for all plugins, rather than a custom proxy.</p>
+<li>org.cordova.battery-status@0.2.8</li>
+
+<li>org.cordova.camera@0.2.9</li>
+
+<li>org.cordova.console@0.2.8</li>
+
+<li>org.cordova.contacts@0.2.10</li>
+
+<li>org.cordova.device@0.2.9</li>
+
+<li>org.cordova.device-motion@0.2.7</li>
+
+<li>org.cordova.device-orientation@0.3.6</li>
+
+<li>org.cordova.dialogs@0.2.7</li>
+
+<li>org.cordova.file@1.1.0</li>
+
+<li>org.cordova.file-transfer@0.4.3</li>
+
+<li>org.cordova.geolocation@0.3.7</li>
+
+<li>org.cordova.globalization@0.2.7</li>
+
+<li>org.cordova.inappbrowser@0.4.0</li>
+
+<li>org.cordova.media@0.2.10</li>
+
+<li>org.cordova.media-capture@0.3.0</li>
+
+<li>org.cordova.network-information@0.2.8</li>
+
+<li>org.cordova.splashscreen@0.3.0</li>
+
+<li>org.cordova.statusbar@0.1.5</li>
+
+<li>org.cordova.vibration@0.3.8</li>
+</ul>
+
+<p>Many of these are minor, or only relevant to a couple of platforms. However, some notable changes include:</p>
+
+<ul>
+<li><code>statusbar</code> is now a core Cordova plugin, and now includes support for Windows Phone</li>
+
+<li><code>splashscreen</code> now includes support for Tizen</li>
+
+<li><code>file</code> now produces webview-compatible URLs (file:///) URLs by default when calling <code>.toURL</code></li>
+
+<li><code>file</code> includes much of the functionality of the <code>file-system-roots</code> plugin, and allows access to all files on the device (except those blocked by the OS)</li>
+
+<li>iOS In-App-Browser now supports <code>clearcache</code> and <code>clearsessioncache</code> like Android</li>
+
+<li>Fixed several issues in <code>media-capture</code> which prevented it from being used with the <code>file</code> plugin</li>
+
+<li>iOS warnings have been fixed when compiling for 64-bit ARM</li>
+
+<li>Windows8 uses the built-in cordova exec proxy for all plugins, rather than a custom proxy.</li>
+</ul>
 
 <p>The plugins have been updated on our registry at <a href="http://plugins.cordova.io/">plugins.cordova.io</a>.</p>
 
 <p>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>
+cordova plugin add org.apache.cordova.file</code></pre>
+
+<p>Other changes include: <!--more--></p>
+
+<p><code>org.apache.cordova.camera@0.2.9</code></p>
+
+<ul>
+<li>[WP8] When only targetWidth or targetHeight is provided, use it as the only bound</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-4027">CB-4027</a>, <a href="https://issues.apache.org/jira/browse/CB-5102">CB-5102</a>, <a href="https://issues.apache.org/jira/browse/CB-2737">CB-2737</a>, <a href="https://issues.apache.org/jira/browse/CB-2387">CB-2387</a>: [WP] Fix camera issues, cropping, memory leaks</li>
+</ul>
+
+<p><code>org.apache.cordova.contacts@0.2.10</code> * <a href="https://issues.apache.org/jira/browse/CB-6126">CB-6126</a>: [BlackBerry10] Update docs quirks section for fields which are supported</p>
+
+<p><code>org.apache.cordova.device@0.2.9</code> * <a href="https://issues.apache.org/jira/browse/CB-5105">CB-5105</a>: [Android, windows8, WP, BlackBerry10] Removed dead code for device.version</p>
+
+<p><code>org.apache.cordova.device-orientation@0.3.6</code> * <a href="https://issues.apache.org/jira/browse/CB-6381">CB-6381</a>: [WP8] unexpected error object</p>
+
+<p><code>org.apache.cordova.dialogs@0.2.7</code></p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-6411">CB-6411</a>: [BlackBerry10] Work around Audio playback issue</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6411">CB-6411</a>: [BlackBerry10] Updates to beep</li>
+</ul>
+
+<p><code>org.apache.cordova.file@1.1.0</code></p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-4965">CB-4965</a>: Remove tests from file plugin</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6249">CB-6249</a>: [Android] Opportunistically resolve content urls to file</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6394">CB-6394</a>: [ios, android] Add extra filesystem roots</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6394">CB-6394</a>: [ios, android] Fix file resolution for the device root case</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6394">CB-6394</a>: [iOS] Return ENCODING_ERR when fs name is not valid</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6393">CB-6393</a>: Change behaviour of toURL and toNativeURL</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6352">CB-6352</a>: Allow FileSystem objects to be serialized to JSON</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6242">CB-6242</a>: [BlackBerry10] Add deprecated version of resolveLocalFileSystemURI</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6242">CB-6242</a>: [BlackBerry10] add file:/// prefix for toURI / toURL</li>
 
-<p>Other changes include:
-<!--more--></p>
+<li><a href="https://issues.apache.org/jira/browse/CB-6242">CB-6242</a>: [BlackBerry10] Polyfill window.requestAnimationFrame for OS &lt; 10.2</li>
 
-<p><code>org.apache.cordova.camera@0.2.9</code>
-* [WP8] When only targetWidth or targetHeight is provided, use it as the only bound
-* <a href="https://issues.apache.org/jira/browse/CB-4027">CB-4027</a>, <a href="https://issues.apache.org/jira/browse/CB-5102">CB-5102</a>, <a href="https://issues.apache.org/jira/browse/CB-2737">CB-2737</a>, <a href="https://issues.apache.org/jira/browse/CB-2387">CB-2387</a>: [WP] Fix camera issues, cropping, memory leaks</p>
-
-<p><code>org.apache.cordova.contacts@0.2.10</code>
-* <a href="https://issues.apache.org/jira/browse/CB-6126">CB-6126</a>: [BlackBerry10] Update docs quirks section for fields which are supported</p>
-
-<p><code>org.apache.cordova.device@0.2.9</code>
-* <a href="https://issues.apache.org/jira/browse/CB-5105">CB-5105</a>: [Android, windows8, WP, BlackBerry10] Removed dead code for device.version</p>
-
-<p><code>org.apache.cordova.device-orientation@0.3.6</code>
-* <a href="https://issues.apache.org/jira/browse/CB-6381">CB-6381</a>: [WP8] unexpected error object</p>
-
-<p><code>org.apache.cordova.dialogs@0.2.7</code>
-* <a href="https://issues.apache.org/jira/browse/CB-6411">CB-6411</a>: [BlackBerry10] Work around Audio playback issue
-* <a href="https://issues.apache.org/jira/browse/CB-6411">CB-6411</a>: [BlackBerry10] Updates to beep</p>
-
-<p><code>org.apache.cordova.file@1.1.0</code>
-* <a href="https://issues.apache.org/jira/browse/CB-4965">CB-4965</a>: Remove tests from file plugin
-* <a href="https://issues.apache.org/jira/browse/CB-6249">CB-6249</a>: [Android] Opportunistically resolve content urls to file
-* <a href="https://issues.apache.org/jira/browse/CB-6394">CB-6394</a>: [ios, android] Add extra filesystem roots
-* <a href="https://issues.apache.org/jira/browse/CB-6394">CB-6394</a>: [ios, android] Fix file resolution for the device root case
-* <a href="https://issues.apache.org/jira/browse/CB-6394">CB-6394</a>: [iOS] Return ENCODING_ERR when fs name is not valid
-* <a href="https://issues.apache.org/jira/browse/CB-6393">CB-6393</a>: Change behaviour of toURL and toNativeURL
-* <a href="https://issues.apache.org/jira/browse/CB-6352">CB-6352</a>: Allow FileSystem objects to be serialized to JSON
-* <a href="https://issues.apache.org/jira/browse/CB-6242">CB-6242</a>: [BlackBerry10] Add deprecated version of resolveLocalFileSystemURI
-* <a href="https://issues.apache.org/jira/browse/CB-6242">CB-6242</a>: [BlackBerry10] add file:/// prefix for toURI / toURL
-* <a href="https://issues.apache.org/jira/browse/CB-6242">CB-6242</a>: [BlackBerry10] Polyfill window.requestAnimationFrame for OS &lt; 10.2
-* <a href="https://issues.apache.org/jira/browse/CB-6242">CB-6242</a>: [BlackBerry10] Override window.resolveLocalFileSystemURL
-* <a href="https://issues.apache.org/jira/browse/CB-6212">CB-6212</a>: [iOS] fix warnings compiled under arm64 64-bit
-* <a href="https://issues.apache.org/jira/browse/CB-6199">CB-6199</a>: [iOS] Fix toNativeURL() not escaping characters properly
-* <a href="https://issues.apache.org/jira/browse/CB-6148">CB-6148</a>: Fix cross-filesystem copy and move
-* <a href="https://issues.apache.org/jira/browse/CB-4952">CB-4952</a>: ios: Resolve symlinks in file:// URLs
-* Android: Allow file:/ URLs
-* iOS: Fix handling of file URLs with encoded spaces
-* iOS: Don’t cache responses from CDVFile’s URLProtocol
-* Always use Android’s recommended temp file location for temporary file system
-* fixed setMetadata() to use the formatted fullPath
-* corrected typo which leads to a “comma expression”
-* Add docs about the extraFileSystems preference</p>
-
-<p><code>org.apache.cordova.file-transfer@0.4.3</code>
-* <a href="https://issues.apache.org/jira/browse/CB-5175">CB-5175</a>: [iOS] CDVFileTransfer asynchronous download (Fixes #24)
-* <a href="https://issues.apache.org/jira/browse/CB-5762">CB-5762</a>: [FireOS] android: Fix lengthComputable set wrong for gzip downloads
-* <a href="https://issues.apache.org/jira/browse/CB-5631">CB-5631</a>: [FireOS] Removed SimpleTrackingInputStream.read(byte[] buffer)
-* <a href="https://issues.apache.org/jira/browse/CB-4907">CB-4907</a>: [FireOS] Close stream when we’re finished with it
-* <a href="https://issues.apache.org/jira/browse/CB-6000">CB-6000</a>: [FireOS] Nginx rejects Content-Type without a space before “boundary”.
-* <a href="https://issues.apache.org/jira/browse/CB-6050">CB-6050</a>: [FireOS] Use instance method on actual file plugin object to get FileEntry to return on download
-* iOS: Fix error where files were not removed on abort
-* iOS: Cast id references to NSURL to avoid compiler warnings (Fixes: apache/cordova-plugin-file-transfer#18)</p>
-
-<p><code>org.apache.cordova.geolocation@0.3.7</code>
-* <a href="https://issues.apache.org/jira/browse/CB-5977">CB-5977</a>: [Android] Removing the Android Geolocation Code.  Mission Accomplished.</p>
-
-<p><code>org.apache.cordova.globalization@0.2.7</code>
-* <a href="https://issues.apache.org/jira/browse/CB-4908">CB-4908</a>: [Android] Long.valueOf(0) instead of new Long(0)</p>
-
-<p><code>org.apache.cordova.inappbrowser@0.4.0</code>
-* <a href="https://issues.apache.org/jira/browse/CB-6360">CB-6360</a>: [iOS] Fix for crash on iOS &lt; 6.0 (closes #37)
-* <a href="https://issues.apache.org/jira/browse/CB-3324">CB-3324</a>: [WP8] Add support for back-button inappbrowser [WP8] if there is no history -&gt; InAppBrowser is closed
-* <a href="https://issues.apache.org/jira/browse/CB-6402">CB-6402</a>: [WP8] pass empty string instead of null for optional windowFeatures string
-* <a href="https://issues.apache.org/jira/browse/CB-6389">CB-6389</a> <a href="https://issues.apache.org/jira/browse/CB-3617">CB-3617</a>: Add clearcache and clearsessioncache options to iOS (like Android)
-* <a href="https://issues.apache.org/jira/browse/CB-6253">CB-6253</a>: [WP] Add Network Capability to WMAppManifest.xml
-* <a href="https://issues.apache.org/jira/browse/CB-6212">CB-6212</a>: [iOS] fix warnings compiled under arm64 64-bit
-* <a href="https://issues.apache.org/jira/browse/CB-6218">CB-6218</a>: Update docs for BB10
-* [WP] await async calls, resolve warnings
-* [WP] Make InAppBrowser work with embedded files, using system behavior
-* Doc update: event name and example param (closes #31)</p>
-
-<p><code>org.apache.cordova.media@0.2.10</code>
-* <a href="https://issues.apache.org/jira/browse/CB-6225">CB-6225</a>: Specify plugin dependency on File plugin 1.0.1</p>
-
-<p><code>org.apache.cordova.media-capture@0.3.0</code>
-* <a href="https://issues.apache.org/jira/browse/CB-6152">CB-6152</a>: [ios, android] Make mediafile compatible with file plugin
-* <a href="https://issues.apache.org/jira/browse/CB-6385">CB-6385</a>: Specify file plugin dependency version
-* <a href="https://issues.apache.org/jira/browse/CB-6016">CB-6016</a> [BlackBerry10] Add audio capture capability
-* [BlackBerry10] Add rim xml namespaces declaration</p>
-
-<p><code>org.apache.cordova.network-information@0.3.0</code>
-* <a href="https://issues.apache.org/jira/browse/CB-6342">CB-6342</a>: [iOS] iOS reports a cellular connection even when in Airplane mode</p>
-
-<p><code>org.apache.cordova.splashscreen@0.3.0</code>
-* <a href="https://issues.apache.org/jira/browse/CB-4051">CB-4051</a>: [iOS] - Re-fix - Splashscreen rotation problem (closes #13)</p>
-
-<p><code>org.apache.cordova.statusbar@0.1.5</code>
-* <a href="https://issues.apache.org/jira/browse/CB-6316">CB-6316</a>: Added README.md which point to the new location for docs
-* <a href="https://issues.apache.org/jira/browse/CB-6316">CB-6316</a>: Added license header to the documentation. Added README.md which point to the new location for docs
-* <a href="https://issues.apache.org/jira/browse/CB-6316">CB-6316</a>: Moved StatusBar plugin documentation to docs folder
-* <a href="https://issues.apache.org/jira/browse/CB-6314">CB-6314</a>: [Android] Add StatusBar.isVisible support to Android</p>
+<li><a href="https://issues.apache.org/jira/browse/CB-6242">CB-6242</a>: [BlackBerry10] Override window.resolveLocalFileSystemURL</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6212">CB-6212</a>: [iOS] fix warnings compiled under arm64 64-bit</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6199">CB-6199</a>: [iOS] Fix toNativeURL() not escaping characters properly</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6148">CB-6148</a>: Fix cross-filesystem copy and move</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-4952">CB-4952</a>: ios: Resolve symlinks in file:// URLs</li>
+
+<li>Android: Allow file:/ URLs</li>
+
+<li>iOS: Fix handling of file URLs with encoded spaces</li>
+
+<li>iOS: Don’t cache responses from CDVFile’s URLProtocol</li>
+
+<li>Always use Android’s recommended temp file location for temporary file system</li>
+
+<li>fixed setMetadata() to use the formatted fullPath</li>
+
+<li>corrected typo which leads to a “comma expression”</li>
+
+<li>Add docs about the extraFileSystems preference</li>
+</ul>
+
+<p><code>org.apache.cordova.file-transfer@0.4.3</code></p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-5175">CB-5175</a>: [iOS] CDVFileTransfer asynchronous download (Fixes #24)</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-5762">CB-5762</a>: [FireOS] android: Fix lengthComputable set wrong for gzip downloads</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-5631">CB-5631</a>: [FireOS] Removed SimpleTrackingInputStream.read(byte[] buffer)</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-4907">CB-4907</a>: [FireOS] Close stream when we’re finished with it</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6000">CB-6000</a>: [FireOS] Nginx rejects Content-Type without a space before “boundary”.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6050">CB-6050</a>: [FireOS] Use instance method on actual file plugin object to get FileEntry to return on download</li>
+
+<li>iOS: Fix error where files were not removed on abort</li>
+
+<li>iOS: Cast id references to NSURL to avoid compiler warnings (Fixes: apache/cordova-plugin-file-transfer#18)</li>
+</ul>
+
+<p><code>org.apache.cordova.geolocation@0.3.7</code> * <a href="https://issues.apache.org/jira/browse/CB-5977">CB-5977</a>: [Android] Removing the Android Geolocation Code. Mission Accomplished.</p>
+
+<p><code>org.apache.cordova.globalization@0.2.7</code> * <a href="https://issues.apache.org/jira/browse/CB-4908">CB-4908</a>: [Android] Long.valueOf(0) instead of new Long(0)</p>
+
+<p><code>org.apache.cordova.inappbrowser@0.4.0</code></p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-6360">CB-6360</a>: [iOS] Fix for crash on iOS &lt; 6.0 (closes #37)</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-3324">CB-3324</a>: [WP8] Add support for back-button inappbrowser [WP8] if there is no history -&gt; InAppBrowser is closed</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6402">CB-6402</a>: [WP8] pass empty string instead of null for optional windowFeatures string</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6389">CB-6389</a> <a href="https://issues.apache.org/jira/browse/CB-3617">CB-3617</a>: Add clearcache and clearsessioncache options to iOS (like Android)</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6253">CB-6253</a>: [WP] Add Network Capability to WMAppManifest.xml</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6212">CB-6212</a>: [iOS] fix warnings compiled under arm64 64-bit</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6218">CB-6218</a>: Update docs for BB10</li>
+
+<li>[WP] await async calls, resolve warnings</li>
+
+<li>[WP] Make InAppBrowser work with embedded files, using system behavior</li>
+
+<li>Doc update: event name and example param (closes #31)</li>
+</ul>
+
+<p><code>org.apache.cordova.media@0.2.10</code> * <a href="https://issues.apache.org/jira/browse/CB-6225">CB-6225</a>: Specify plugin dependency on File plugin 1.0.1</p>
+
+<p><code>org.apache.cordova.media-capture@0.3.0</code></p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-6152">CB-6152</a>: [ios, android] Make mediafile compatible with file plugin</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6385">CB-6385</a>: Specify file plugin dependency version</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6016">CB-6016</a> [BlackBerry10] Add audio capture capability</li>
+
+<li>[BlackBerry10] Add rim xml namespaces declaration</li>
+</ul>
+
+<p><code>org.apache.cordova.network-information@0.3.0</code> * <a href="https://issues.apache.org/jira/browse/CB-6342">CB-6342</a>: [iOS] iOS reports a cellular connection even when in Airplane mode</p>
+
+<p><code>org.apache.cordova.splashscreen@0.3.0</code> * <a href="https://issues.apache.org/jira/browse/CB-4051">CB-4051</a>: [iOS] - Re-fix - Splashscreen rotation problem (closes #13)</p>
+
+<p><code>org.apache.cordova.statusbar@0.1.5</code></p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-6316">CB-6316</a>: Added README.md which point to the new location for docs</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6316">CB-6316</a>: Added license header to the documentation. Added README.md which point to the new location for docs</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6316">CB-6316</a>: Moved StatusBar plugin documentation to docs folder</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6314">CB-6314</a>: [Android] Add StatusBar.isVisible support to Android</li>
+</ul>
 
     </div>
 </div>

Modified: cordova/site/public/news/2014/06/12/plugins-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/06/12/plugins-release.html?rev=1663531&r1=1663530&r2=1663531&view=diff
==============================================================================
--- cordova/site/public/news/2014/06/12/plugins-release.html (original)
+++ cordova/site/public/news/2014/06/12/plugins-release.html Tue Mar  3 06:53:27 2015
@@ -69,246 +69,368 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">12 Jun 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.0</li>
-  <li>cordova-plugin-console: 0.2.9</li>
-  <li>cordova-plugin-device: 0.2.10</li>
-  <li>cordova-plugin-device-motion: 0.2.8</li>
-  <li>cordova-plugin-device-orientation: 0.3.7</li>
-  <li>cordova-plugin-dialogs: 0.2.8</li>
-  <li>cordova-plugin-file: 1.2.0</li>
-  <li>cordova-plugin-file-transfer: 0.4.4</li>
-  <li>cordova-plugin-geolocation: 0.3.8</li>
-  <li>cordova-plugin-globalization: 0.2.8</li>
-  <li>cordova-plugin-inappbrowser: 0.5.0</li>
-  <li>cordova-plugin-media: 0.2.11</li>
-  <li>cordova-plugin-media-capture: 0.3.1</li>
-  <li>cordova-plugin-network-information: 0.2.9</li>
-  <li>cordova-plugin-splashscreen: 0.3.1</li>
-  <li>cordova-plugin-statusbar: 0.1.6</li>
-  <li>cordova-plugin-vibration: 0.3.9</li>
-</ul>
-
-<p>Notable changes include:
-* Several File plugin changes:
-  * Initial implementation for <strong>Firefox OS</strong>
-  * Important platform-specific paths now exposed as properties on <code>cordova.file.*</code> (<strong>iOS</strong> &amp; <strong>Android</strong>, refer to docs)
-  * Several bug fixes (across most platforms)
-  * Updated support for <strong>BlackBerry 10</strong>, <strong>Ubuntu</strong> &amp; <strong>Windows 8</strong>
-* Every plugin now has its own license file and how to contribute document (<code>CONTRIBUTING.md</code>)</p>
+<li>cordova-plugin-camera: 0.3.0</li>
 
-<p>The plugins have been updated on our registry at <a href="http://plugins.cordova.io/">plugins.cordova.io</a>.</p>
+<li>cordova-plugin-console: 0.2.9</li>
+
+<li>cordova-plugin-device: 0.2.10</li>
+
+<li>cordova-plugin-device-motion: 0.2.8</li>
+
+<li>cordova-plugin-device-orientation: 0.3.7</li>
+
+<li>cordova-plugin-dialogs: 0.2.8</li>
+
+<li>cordova-plugin-file: 1.2.0</li>
+
+<li>cordova-plugin-file-transfer: 0.4.4</li>
+
+<li>cordova-plugin-geolocation: 0.3.8</li>
+
+<li>cordova-plugin-globalization: 0.2.8</li>
+
+<li>cordova-plugin-inappbrowser: 0.5.0</li>
+
+<li>cordova-plugin-media: 0.2.11</li>
+
+<li>cordova-plugin-media-capture: 0.3.1</li>
+
+<li>cordova-plugin-network-information: 0.2.9</li>
+
+<li>cordova-plugin-splashscreen: 0.3.1</li>
+
+<li>cordova-plugin-statusbar: 0.1.6</li>
+
+<li>cordova-plugin-vibration: 0.3.9</li>
+</ul>
+
+<p>Notable changes include:</p>
+
+<ul>
+<li>Several File plugin changes:
+<ul>
+<li>Initial implementation for <strong>Firefox OS</strong></li>
+
+<li>Important platform-specific paths now exposed as properties on <code>cordova.file.*</code> (<strong>iOS</strong> &amp; <strong>Android</strong>, refer to docs)</li>
+
+<li>Several bug fixes (across most platforms)</li>
+
+<li>Updated support for <strong>BlackBerry 10</strong>, <strong>Ubuntu</strong> &amp; <strong>Windows 8</strong></li>
+</ul>
+</li>
+
+<li>Every plugin now has its own license file and how to contribute document (<code>CONTRIBUTING.md</code>)</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 file plugin:</p>
 
 <pre><code>cordova plugin rm org.apache.cordova.file
-cordova plugin add org.apache.cordova.file
-</code></pre>
+cordova plugin add org.apache.cordova.file</code></pre>
 
-<p>Other changes include:
-<!--more--></p>
+<p>Other changes include: <!--more--></p>
 
 <p><code>org.apache.cordova.camera@0.3.0</code></p>
 
 <ul>
-  <li><a href="https://issues.apache.org/jira/browse/CB-2083">CB-2083</a>, <a href="https://issues.apache.org/jira/browse/CB-5895">CB-5895</a> documented <code>saveToPhotoAlbum</code> quirk on <strong>WP8</strong></li>
-  <li>Remove deprecated symbols for iOS &lt; 6</li>
-  <li><strong>Ubuntu</strong> use application directory for images</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6613">CB-6613</a> Use <code>WinJS</code> functionality to get <code>base64-encoded</code> content of image instead of File plugin functionality</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6612">CB-6612</a> <code>camera.getPicture</code> now always returns encoded JPEG image</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6576">CB-6576</a> Returns a specific error message when app has no access to library</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6546">CB-6546</a> <strong>Android</strong>: Add support for <code>allowEdit</code> Camera option</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6795">CB-6795</a> Add license</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-2083">CB-2083</a>, <a href="https://issues.apache.org/jira/browse/CB-5895">CB-5895</a> documented <code>saveToPhotoAlbum</code> quirk on <strong>WP8</strong></li>
+
+<li>Remove deprecated symbols for iOS &lt; 6</li>
+
+<li><strong>Ubuntu</strong> use application directory for images</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6613">CB-6613</a> Use <code>WinJS</code> functionality to get <code>base64-encoded</code> content of image instead of File plugin functionality</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6612">CB-6612</a> <code>camera.getPicture</code> now always returns encoded JPEG image</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6576">CB-6576</a> Returns a specific error message when app has no access to library</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6546">CB-6546</a> <strong>Android</strong>: Add support for <code>allowEdit</code> Camera option</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6795">CB-6795</a> Add license</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
 </ul>
 
 <p><code>org.apache.cordova.console@0.2.9</code></p>
 
 <ul>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6848">CB-6848</a> Add <strong>Android</strong> quirk, list applicable platforms</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6796">CB-6796</a> Add license</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-6848">CB-6848</a> Add <strong>Android</strong> quirk, list applicable platforms</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6796">CB-6796</a> Add license</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
 </ul>
 
 <p><code>org.apache.cordova.device@0.2.10</code></p>
 
 <ul>
-  <li>Added <strong>Firefox OS</strong> version</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6800">CB-6800</a> Add license</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
+<li>Added <strong>Firefox OS</strong> version</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6800">CB-6800</a> Add license</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
 </ul>
 
 <p><code>org.apache.cordova.device-motion@0.2.8</code></p>
 
 <ul>
-  <li><strong>Firefox OS</strong> added to supported platforms</li>
-  <li><strong>Ubuntu</strong> don’t destroy callback after use</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6798">CB-6798</a> Add license</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
+<li><strong>Firefox OS</strong> added to supported platforms</li>
+
+<li><strong>Ubuntu</strong> don’t destroy callback after use</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6798">CB-6798</a> Add license</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
 </ul>
 
 <p><code>org.apache.cordova.device-orientation@0.3.7</code></p>
 
 <ul>
-  <li><strong>Windows 8</strong> makes <code>getHeading</code> callback spec compliant</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6799">CB-6799</a> Add license</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
+<li><strong>Windows 8</strong> makes <code>getHeading</code> callback spec compliant</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6799">CB-6799</a> Add license</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
 </ul>
 
 <p><code>org.apache.cordova.dialogs@0.2.8</code></p>
 
 <ul>
-  <li>Running original <code>windows.open</code>, <code>inAppBrowser</code> is overriding it no need to place CSS in every page anymore</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-4616">CB-4616</a> Returned index 0 was not documented for <code>notification.prompt</code></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6528">CB-6528</a> Allow scroll on alert message content</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-4966">CB-4966</a> Dialogs are in window now. No need to add anything to <code>manifest</code> or <code>index.html</code></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-5945">CB-5945</a> <strong>Windows8</strong> do not call success callbacks until dialog is dismissed</li>
-  <li>Update docs to state that <code>prompt</code> is supported on <strong>Windows Phone</strong></li>
-  <li>Removing <strong>Firefox OS</strong> quirks. No need to add special permission (it’s different API with the same name). <code>Notification.css</code> is added automatically</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6628">CB-6628</a> <strong>Amazon FireOS</strong> fix <code>confirm</code> and <code>prompt</code> methods</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6801">CB-6801</a> Add license</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
+<li>Running original <code>windows.open</code>, <code>inAppBrowser</code> is overriding it no need to place CSS in every page anymore</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-4616">CB-4616</a> Returned index 0 was not documented for <code>notification.prompt</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6528">CB-6528</a> Allow scroll on alert message content</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-4966">CB-4966</a> Dialogs are in window now. No need to add anything to <code>manifest</code> or <code>index.html</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-5945">CB-5945</a> <strong>Windows8</strong> do not call success callbacks until dialog is dismissed</li>
+
+<li>Update docs to state that <code>prompt</code> is supported on <strong>Windows Phone</strong></li>
+
+<li>Removing <strong>Firefox OS</strong> quirks. No need to add special permission (it’s different API with the same name). <code>Notification.css</code> is added automatically</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6628">CB-6628</a> <strong>Amazon FireOS</strong> fix <code>confirm</code> and <code>prompt</code> methods</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6801">CB-6801</a> Add license</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
 </ul>
 
 <p><code>org.apache.cordova.file@1.2.0</code></p>
 
 <ul>
-  <li>Fix sorting order in supported platforms</li>
-  <li>Fixed <code>toURL()</code> <code>toInternalURL()</code> information in the doku</li>
-  <li><strong>Ubuntu</strong> increase quota value</li>
-  <li><strong>Ubuntu</strong> Change FS URL scheme to <code>cdvfile</code></li>
-  <li><strong>Ubuntu</strong> Return size with <code>Entry.getMetadata()</code> method</li>
-  <li>Initial implementation for <strong>Firefox OS</strong></li>
-  <li><strong>iOS</strong> Don’t fail a write of zero-length payload</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-285">CB-285</a> Docs for <code>cordova.file.*Directory</code> properties</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-285">CB-285</a> <strong>Android</strong>, <strong>iOS</strong> Add <code>cordova.file.*Directory</code> properties</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-3440">CB-3440</a> <strong>BlackBerry10</strong> Proxy based implementation</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6583">CB-6583</a> <strong>iOS</strong> Fix failing to create entry when space in parent path</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6571">CB-6571</a> <strong>Android</strong> Make <code>DirectoryEntry.toURL()</code> have a trailing <code>/</code></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6525">CB-6525</a> <strong>Android</strong>, <strong>iOS</strong> Allow <code>file:</code> URLs in all APIs; fixes <code>FileTransfer.download</code> not being called</li>
-  <li>Fix the <strong>Windows 8</strong> implementation of the <code>getFile</code> method</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6803">CB-6803</a> Add license</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
-  <li>Add NOTICE file</li>
+<li>Fix sorting order in supported platforms</li>
+
+<li>Fixed <code>toURL()</code> <code>toInternalURL()</code> information in the doku</li>
+
+<li><strong>Ubuntu</strong> increase quota value</li>
+
+<li><strong>Ubuntu</strong> Change FS URL scheme to <code>cdvfile</code></li>
+
+<li><strong>Ubuntu</strong> Return size with <code>Entry.getMetadata()</code> method</li>
+
+<li>Initial implementation for <strong>Firefox OS</strong></li>
+
+<li><strong>iOS</strong> Don’t fail a write of zero-length payload</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-285">CB-285</a> Docs for <code>cordova.file.*Directory</code> properties</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-285">CB-285</a> <strong>Android</strong>, <strong>iOS</strong> Add <code>cordova.file.*Directory</code> properties</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-3440">CB-3440</a> <strong>BlackBerry10</strong> Proxy based implementation</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6583">CB-6583</a> <strong>iOS</strong> Fix failing to create entry when space in parent path</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6571">CB-6571</a> <strong>Android</strong> Make <code>DirectoryEntry.toURL()</code> have a trailing <code>/</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6525">CB-6525</a> <strong>Android</strong>, <strong>iOS</strong> Allow <code>file:</code> URLs in all APIs; fixes <code>FileTransfer.download</code> not being called</li>
+
+<li>Fix the <strong>Windows 8</strong> implementation of the <code>getFile</code> method</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6803">CB-6803</a> Add license</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
+
+<li>Add NOTICE file</li>
 </ul>
 
 <p><code>org.apache.cordova.file-transfer@0.4.4</code></p>
 
 <ul>
-  <li><strong>Ubuntu</strong> support <code>cdvfile URI</code></li>
-  <li>Upload progress now works also for second file</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6706">CB-6706</a> Relax dependency on file plugin</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6378">CB-6378</a> Use <code>connection.disconnect()</code> instead of <code>stream.close()</code> for thread-safety</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6466">CB-6466</a> Auto-create directories in download</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-3440">CB-3440</a> <strong>BlackBerry10</strong> Update implementation to use modules from file plugin</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6494">CB-6494</a> <strong>Android</strong> Fix upload of KitKat content URIs</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6802">CB-6802</a> Add license</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
+<li><strong>Ubuntu</strong> support <code>cdvfile URI</code></li>
+
+<li>Upload progress now works also for second file</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6706">CB-6706</a> Relax dependency on file plugin</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6378">CB-6378</a> Use <code>connection.disconnect()</code> instead of <code>stream.close()</code> for thread-safety</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6466">CB-6466</a> Auto-create directories in download</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-3440">CB-3440</a> <strong>BlackBerry10</strong> Update implementation to use modules from file plugin</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6494">CB-6494</a> <strong>Android</strong> Fix upload of KitKat content URIs</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6802">CB-6802</a> Add license</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
 </ul>
 
 <p><code>org.apache.cordova.geolocation@0.3.8</code></p>
 
 <ul>
-  <li><a href="https://issues.apache.org/jira/browse/CB-5416">CB-5416</a> Adding support for auto-managing permissions</li>
-  <li>Proper implementation for <strong>Firefox OS</strong></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6804">CB-6804</a> Add license</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-5416">CB-5416</a> Adding support for auto-managing permissions</li>
+
+<li>Proper implementation for <strong>Firefox OS</strong></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6804">CB-6804</a> Add license</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
 </ul>
 
 <p><code>org.apache.cordova.globalization@0.2.8</code></p>
 
 <ul>
-  <li><a href="https://issues.apache.org/jira/browse/CB-4602">CB-4602</a> Added clarification to docs</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-4602">CB-4602</a> <a href="https://issues.apache.org/jira/browse/CB-6490">CB-6490</a> <a href="https://issues.apache.org/jira/browse/CB-4822">CB-4822</a> <strong>WP</strong> Globalization</li>
-  <li>Android should return <code>BCP47</code> tag, not localized string</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6805">CB-6805</a> Add license</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4602">CB-4602</a> Added clarification to docs</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-4602">CB-4602</a> <a href="https://issues.apache.org/jira/browse/CB-6490">CB-6490</a> <a href="https://issues.apache.org/jira/browse/CB-4822">CB-4822</a> <strong>WP</strong> Globalization</li>
+
+<li>Android should return <code>BCP47</code> tag, not localized string</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6805">CB-6805</a> Add license</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
 </ul>
 
 <p><code>org.apache.cordova.inappbrowser@0.5.0</code></p>
 
 <ul>
-  <li><a href="https://issues.apache.org/jira/browse/CB-5649">CB-5649</a> <strong>iOS</strong> respect App’s orientation</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6474">CB-6474</a> Add <code>data:</code> URLs support to <strong>WP8</strong></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6482">CB-6482</a> <strong>WP8</strong> call correct callback</li>
-  <li>Fixed use of <strong>iOS</strong> 6 deprecated methods</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6360">CB-6360</a> Feature detection instead of <strong>iOS</strong> version detection</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6396">CB-6396</a> <strong>Firefox OS</strong> Adding basic support</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6806">CB-6806</a> Add license</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-5649">CB-5649</a> <strong>iOS</strong> respect App’s orientation</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6474">CB-6474</a> Add <code>data:</code> URLs support to <strong>WP8</strong></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6482">CB-6482</a> <strong>WP8</strong> call correct callback</li>
+
+<li>Fixed use of <strong>iOS</strong> 6 deprecated methods</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6360">CB-6360</a> Feature detection instead of <strong>iOS</strong> version detection</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6396">CB-6396</a> <strong>Firefox OS</strong> Adding basic support</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6806">CB-6806</a> Add license</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
 </ul>
 
 <p><code>org.apache.cordova.media@0.2.11</code></p>
 
 <ul>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6706">CB-6706</a> Relax dependency on file plugin</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6478">CB-6478</a> Fix exception when trying to record audio file on <strong>Windows 8</strong></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6477">CB-6477</a> Add <code>musicLibrary</code> and <code>microphone</code> capabilities to <strong>Windows 8</strong></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6807">CB-6807</a> Add license</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-6706">CB-6706</a> Relax dependency on file plugin</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6478">CB-6478</a> Fix exception when trying to record audio file on <strong>Windows 8</strong></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6477">CB-6477</a> Add <code>musicLibrary</code> and <code>microphone</code> capabilities to <strong>Windows 8</strong></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6807">CB-6807</a> Add license</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
 </ul>
 
 <p><code>org.apache.cordova.media-capture@0.3.1</code></p>
 
 <ul>
-  <li>Fixes <code>captureTasks UI URIs</code></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6706">CB-6706</a> Relax dependency on file plugin</li>
-  <li>Remove deprecated symbols for <strong>iOS</strong> &lt; 6</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6808">CB-6808</a> Add license</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
+<li>Fixes <code>captureTasks UI URIs</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6706">CB-6706</a> Relax dependency on file plugin</li>
+
+<li>Remove deprecated symbols for <strong>iOS</strong> &lt; 6</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6808">CB-6808</a> Add license</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
 </ul>
 
 <p><code>org.apache.cordova.network-information@0.2.9</code></p>
 
 <ul>
-  <li>Cached extra info to better detect changes</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6350">CB-6350</a> Fix <code>networkStatusForFlags</code> return value type to work with <code>64-bit</code> <strong>iOS</strong></li>
-  <li>Initial version of <strong>Firefox OS</strong> network information plugin</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6809">CB-6809</a> Add license to CONTRIBUTING.md</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
+<li>Cached extra info to better detect changes</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6350">CB-6350</a> Fix <code>networkStatusForFlags</code> return value type to work with <code>64-bit</code> <strong>iOS</strong></li>
+
+<li>Initial version of <strong>Firefox OS</strong> network information plugin</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6809">CB-6809</a> Add license to CONTRIBUTING.md</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
 </ul>
 
 <p><code>org.apache.cordova.splashscreen@0.3.1</code></p>
 
 <ul>
-  <li><strong>WP8</strong> updated quirk for  and combined <strong>iOS</strong>, <strong>WP8</strong>, <strong>BB10</strong> quirks as they are all the same</li>
-  <li><strong>WP</strong> implemented OnInit so splash screen can be shown before cordova page is loaded</li>
-  <li><strong>WP</strong> plugin must be autoloaded for <code>AutoHideSplashScreen</code> preference to work</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6483">CB-6483</a> Use splash screen image from manifest on <strong>Windows8</strong></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6810">CB-6810</a> Add license to CONTRIBUTING.md</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
+<li><strong>WP8</strong> updated quirk for and combined <strong>iOS</strong>, <strong>WP8</strong>, <strong>BB10</strong> quirks as they are all the same</li>
+
+<li><strong>WP</strong> implemented OnInit so splash screen can be shown before cordova page is loaded</li>
+
+<li><strong>WP</strong> plugin must be autoloaded for <code>AutoHideSplashScreen</code> preference to work</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6483">CB-6483</a> Use splash screen image from manifest on <strong>Windows8</strong></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6810">CB-6810</a> Add license to CONTRIBUTING.md</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
 </ul>
 
 <p><code>org.apache.cordova.statusbar@0.1.6</code></p>
 
 <ul>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6783">CB-6783</a> added <code>StatusBarStyle</code> config preference,  updated docs</li>
-  <li>Update docs with recent <strong>WP</strong> changes, remove <code>clear</code> from the list of named colors in documentation</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6513">CB-6513</a> <strong>Android</strong> Fix compiling</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6812">CB-6812</a> Add license</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-6783">CB-6783</a> added <code>StatusBarStyle</code> config preference, updated docs</li>
+
+<li>Update docs with recent <strong>WP</strong> changes, remove <code>clear</code> from the list of named colors in documentation</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6513">CB-6513</a> <strong>Android</strong> Fix compiling</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6812">CB-6812</a> Add license</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
 </ul>
 
 <p><code>org.apache.cordova.vibration@0.3.9</code></p>
 
 <ul>
-  <li>Extended <code>vibrateWithPattern</code> to allow for pattern repetition, implemented a complementary <code>cancelVibration</code> function and adapted documentation</li>
-  <li>Implemented <code>vibrateWithPattern</code> (for <strong>Android</strong>) and adapted documentation</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
+<li>Extended <code>vibrateWithPattern</code> to allow for pattern repetition, implemented a complementary <code>cancelVibration</code> function and adapted documentation</li>
+
+<li>Implemented <code>vibrateWithPattern</code> (for <strong>Android</strong>) and adapted documentation</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> add CONTRIBUTING.md</li>
 </ul>
 
     </div>

Modified: cordova/site/public/news/2014/07/08/plugins-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/07/08/plugins-release.html?rev=1663531&r1=1663530&r2=1663531&view=diff
==============================================================================
--- cordova/site/public/news/2014/07/08/plugins-release.html (original)
+++ cordova/site/public/news/2014/07/08/plugins-release.html Tue Mar  3 06:53:27 2015
@@ -69,55 +69,68 @@
     <div class="meta">Posted by: <a href="https://twitter.com/iclelland">Ian Clelland</a></div>
     <p class="meta">08 Jul 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-contacts: 0.2.11</li>
-  <li>cordova-plugin-network-information: 0.2.10</li>
+<li>cordova-plugin-contacts: 0.2.11</li>
+
+<li>cordova-plugin-network-information: 0.2.10</li>
 </ul>
 
 <p>Notable changes include:</p>
 
 <ul>
-  <li>The network-information plugin no longer crashes immediately if no network is available</li>
-  <li><code>navigator.contacts.pickContact</code> API has been added for <strong>Android</strong>, <strong>iOS</strong>, <strong>Windows Phone 8</strong> and <strong>Windows 8</strong> platforms</li>
-  <li><code>navigator.contacts.find</code> API on <strong>Android</strong>, <strong>iOS</strong> and <strong>Windows Phone 8</strong> now supports <code>desiredFields</code> which specifies contact fields to be returned</li>
-  <li>Contacts on <strong>Firefox OS</strong> no longer requires manual change of the application permissions</li>
+<li>The network-information plugin no longer crashes immediately if no network is available</li>
+
+<li><code>navigator.contacts.pickContact</code> API has been added for <strong>Android</strong>, <strong>iOS</strong>, <strong>Windows Phone 8</strong> and <strong>Windows 8</strong> platforms</li>
+
+<li><code>navigator.contacts.find</code> API on <strong>Android</strong>, <strong>iOS</strong> and <strong>Windows Phone 8</strong> now supports <code>desiredFields</code> which specifies contact fields to be returned</li>
+
+<li>Contacts on <strong>Firefox OS</strong> no longer requires manual change of the application permissions</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. E.g. To update your contacts plugin:</p>
 
 <pre><code>cordova plugin rm org.apache.cordova.contacts
-cordova plugin add org.apache.cordova.contacts
-</code></pre>
+cordova plugin add org.apache.cordova.contacts</code></pre>
 
-<p>Other changes include:
-<!--more--></p>
+<p>Other changes include: <!--more--></p>
 
 <p><code>org.apache.cordova.contacts@0.2.11</code></p>
 
 <ul>
-  <li><a href="https://issues.apache.org/jira/browse/CB-5416">CB-5416</a> Adding support for auto-managing permissions</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6682">CB-6682</a> Move <strong>Windows 8</strong> command proxy into its missing platform tag</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-5698">CB-5698</a> <strong>iOS</strong> Check to see if <code>photoData</code> exists before using</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7003">CB-7003</a> <strong>Android</strong> Make <code>pickContact</code> pick correct contact on Android 4.3 and 4.4.3</li>
-  <li>Remove deprecated symbols for <strong>iOS</strong> &lt; 6</li>
-  <li><strong>Windows Phone 8</strong> now populates contact photos</li>
-  <li>Add <code>pickContact</code> functionality to Cordova contacts plugin</li>
-  <li>Add <code>ContactError</code> codes to <code>index.md</code> doc</li>
-  <li>Docs typo: <code>navigator.contacts.length</code> -&gt; <code>contacts.length</code></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6797">CB-6797</a> Add license</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> Add CONTRIBUTING.md</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-5416">CB-5416</a> Adding support for auto-managing permissions</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6682">CB-6682</a> Move <strong>Windows 8</strong> command proxy into its missing platform tag</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-5698">CB-5698</a> <strong>iOS</strong> Check to see if <code>photoData</code> exists before using</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7003">CB-7003</a> <strong>Android</strong> Make <code>pickContact</code> pick correct contact on Android 4.3 and 4.4.3</li>
+
+<li>Remove deprecated symbols for <strong>iOS</strong> &lt; 6</li>
+
+<li><strong>Windows Phone 8</strong> now populates contact photos</li>
+
+<li>Add <code>pickContact</code> functionality to Cordova contacts plugin</li>
+
+<li>Add <code>ContactError</code> codes to <code>index.md</code> doc</li>
+
+<li>Docs typo: <code>navigator.contacts.length</code> -&gt; <code>contacts.length</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6127">CB-6127</a> Spanish and French Translations added</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6797">CB-6797</a> Add license</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6491">CB-6491</a> Add CONTRIBUTING.md</li>
 </ul>
 
 <p><code>org.apache.cordova.network-information@0.2.10</code></p>
 
 <ul>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6907">CB-6907</a>: <strong>Android</strong> Don’t crash on startup if no networks available</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-6907">CB-6907</a>: <strong>Android</strong> Don’t crash on startup if no networks available</li>
 </ul>
 
     </div>

Modified: cordova/site/public/news/2014/07/10/tools-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/07/10/tools-release.html?rev=1663531&r1=1663530&r2=1663531&view=diff
==============================================================================
--- cordova/site/public/news/2014/07/10/tools-release.html (original)
+++ cordova/site/public/news/2014/07/10/tools-release.html Tue Mar  3 06:53:27 2015
@@ -69,98 +69,151 @@
     <div class="meta">Posted by: <a href="https://github.com/kamrik">Mark Koudritsky</a></div>
     <p class="meta">10 Jul 2014</p>
     <div class="post">
-    <p>New versions of <code>plugman</code>, <code>cordova</code> and <code>cordova-lib</code> are now live!</p>
+    
+<p>New versions of <code>plugman</code>, <code>cordova</code> and <code>cordova-lib</code> are now live!</p>
 
 <ul>
-  <li><a href="https://www.npmjs.org/package/plugman">plugman@0.22.4</a></li>
-  <li><a href="https://www.npmjs.org/package/cordova">cordova@3.5.0-0.2.6</a></li>
-  <li><a href="https://www.npmjs.org/package/cordova-lib">cordova-lib@0.21.6</a></li>
+<li><a href="https://www.npmjs.org/package/plugman">plugman@0.22.4</a></li>
+
+<li><a href="https://www.npmjs.org/package/cordova">cordova@3.5.0-0.2.6</a></li>
+
+<li><a href="https://www.npmjs.org/package/cordova-lib">cordova-lib@0.21.6</a></li>
 </ul>
 
 <p>To update your tools:</p>
 
 <pre><code>npm install -g cordova
-npm install -g plugman
-</code></pre>
+npm install -g plugman</code></pre>
 
 <p>Most notable changes are:</p>
 
 <ul>
-  <li>Support for splash screens</li>
-  <li>Drop <strong>wp7</strong> as platform</li>
-  <li>An experimental feature that allows to persist the currently added plugins to config.xml. Try it out as:
-    <ul>
-      <li><code>cordova save plugins --experimental</code></li>
-      <li>and later when you check out the project without a plugins folder:</li>
-      <li><code>cordova restore plugins --experimental</code></li>
-      <li>Read <a href="http://www.gorkem-ercan.com/2014/06/sharing-cordova-projects-becomes-easier.html">Gorkem Ercan’s post</a> for details.</li>
-    </ul>
-  </li>
-  <li>We are experimenting with using <code>browserify</code> to package our <code>cordova.js</code> build artifact. This is an internal change to our tooling, and is currently still off-by-default.  We would appreciate feedback since we hope to switch to on-by-default in a future release.  Try it using plugman as:</li>
-  <li><code>plugman (un)install --browserify --project [PROJECT] --plugin [PLUGIN] --platform [ios|android]</code></li>
+<li>Support for splash screens</li>
+
+<li>Drop <strong>wp7</strong> as platform</li>
+
+<li>An experimental feature that allows to persist the currently added plugins to config.xml. Try it out as:
+<ul>
+<li><code>cordova save plugins --experimental</code></li>
+
+<li>and later when you check out the project without a plugins folder:</li>
+
+<li><code>cordova restore plugins --experimental</code></li>
+
+<li>Read <a href="http://www.gorkem-ercan.com/2014/06/sharing-cordova-projects-becomes-easier.html">Gorkem Ercan’s post</a> for details.</li>
 </ul>
+</li>
 
-<p>Other changes include:
-<!--more--></p>
+<li>We are experimenting with using <code>browserify</code> to package our <code>cordova.js</code> build artifact. This is an internal change to our tooling, and is currently still off-by-default. We would appreciate feedback since we hope to switch to on-by-default in a future release. Try it using plugman as:</li>
+
+<li><code>plugman (un)install --browserify --project [PROJECT] --plugin [PLUGIN] --platform [ios|android]</code></li>
+</ul>
+
+<p>Other changes include: <!--more--></p>
 
 <h2 id="cordova">cordova</h2>
 
 <ul>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6728">CB-6728</a> Support chip architecture flag <code>--archs</code></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6740">CB-6740</a> <strong>amazon-fireos</strong> Clean up error reporting when AmazonWebView SDK not found</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6943">CB-6943</a> Path can include the : if it is absolute, only test for <code>http</code>. Added tests</li>
-  <li>Show full stack for <code>CordovaError</code> in verbose mode</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6024">CB-6024</a> Use nopt instead of optimist in cli</li>
-  <li>Add <code>--usenpm</code> flag to activate npm based <code>lazy_load</code></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6767">CB-6767</a> Allow <code>cordova</code> to be replaceable in error messages</li>
-  <li>Add <code>--noregistry</code> flag for disabling plugin lookup in the registry</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-6728">CB-6728</a> Support chip architecture flag <code>--archs</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6740">CB-6740</a> <strong>amazon-fireos</strong> Clean up error reporting when AmazonWebView SDK not found</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6943">CB-6943</a> Path can include the : if it is absolute, only test for <code>http</code>. Added tests</li>
+
+<li>Show full stack for <code>CordovaError</code> in verbose mode</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6024">CB-6024</a> Use nopt instead of optimist in cli</li>
+
+<li>Add <code>--usenpm</code> flag to activate npm based <code>lazy_load</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6767">CB-6767</a> Allow <code>cordova</code> to be replaceable in error messages</li>
+
+<li>Add <code>--noregistry</code> flag for disabling plugin lookup in the registry</li>
 </ul>
 
-<h2 id="cordova-lib">cordova-lib</h2>
+<h2 id="cordovalib">cordova-lib</h2>
 
 <ul>
-  <li><a href="https://issues.apache.org/jira/browse/CB-3571">CB-3571</a>, <a href="https://issues.apache.org/jira/browse/CB-2606">CB-2606</a> support for splashscreens</li>
-  <li>Fix plugin check error, when plugin dependency with specific version is given</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6709">CB-6709</a> Do not create <code>merges/</code> folder when adding a platform</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6140">CB-6140</a> Don’t allow deletion of platform dependencies</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6698">CB-6698</a> Fix ‘android update lib-project’ to work with paths containing spaces</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6973">CB-6973</a> Run JSHint on all code in <code>src/</code> via <code>npm test</code></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6542">CB-6542</a> Delay creating project until there’s some chance that it will succeed</li>
-  <li><code>folder_contents()</code> now ignores <code>.svn</code> folders</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6970">CB-6970</a> Share win project files manipulation code between cordova and plugman</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6954">CB-6954</a> Share <code>events.js</code> between <code>cordova</code> and <code>plugman</code></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6698">CB-6698</a> Automatically copy sub-libraries to project’s directory</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6942">CB-6942</a> Describe running hooks only in verbose mode.</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6512">CB-6512</a> Allow <code>cordova platform add /path/to/platform/files</code></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6895">CB-6895</a> Add more config properties into manifest</li>
-  <li>Allow <code>cordova platform add platform@version</code></li>
-  <li>Add util func for chaining promises</li>
-  <li>removing <code>doWrap</code> from <code>prepare</code></li>
-  <li>adding prepare-browserify</li>
-  <li>adding and freezing cordova-js</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6879">CB-6879</a> config parser breakout into a cordova level module</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6698">CB-6698</a> Resolve android <code>&lt;framework&gt;</code> relative to plugin_dir when <code>custom=true</code></li>
-  <li>Fix tests on node 0.11.x</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6024">CB-6024</a> Accept cli vars as part of opts param</li>
-  <li>Refer properties-parser package from NPM.</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6859">CB-6859</a> Removed all <strong>wp7</strong> references, tests still passing</li>
-  <li>Extract <code>AndroidProject</code> class into a separate .js file</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6698">CB-6698</a> Support library references for Android via the framework tag</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6854">CB-6854</a> Strip BOM when adding <code>cordova.define()</code> to js-modules</li>
-  <li>Use <code>PluginInfo</code> in <code>plugman/install.js</code></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6772">CB-6772</a> Provide a default for <code>AndroidLaunchMode</code></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6711">CB-6711</a> Use <code>parseProjectFile</code> when working with XCode projects.</li>
-  <li>Start using <code>PluginInfo</code> object in <code>plugman/install.js</code></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6709">CB-6709</a> Remove <code>merges/</code> folder for default apps</li>
-  <li>Add <code>--shrinkwrap</code> flag to save plugin versions</li>
-  <li>Initial implementation for saving plugin list in config.xml and restoring from it</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6668">CB-6668</a> Use <code>&lt;description&gt;</code> for <code>cordova plugin ls</code> when <code>&lt;name&gt;</code> is missing.</li>
-  <li>Add <code>--noregistry</code> flag for disabling plugin lookup in the registry</li>
-  <li>Remove <code>--force</code> from default npm settings for plugin registry</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7100">CB-7100</a> Use npm for downloading plugins and later platforms</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6691">CB-6691</a> Change some instances of <code>Error()</code> to <code>CordovaError()</code></li>
-</ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-3571">CB-3571</a>, <a href="https://issues.apache.org/jira/browse/CB-2606">CB-2606</a> support for splashscreens</li>
+
+<li>Fix plugin check error, when plugin dependency with specific version is given</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6709">CB-6709</a> Do not create <code>merges/</code> folder when adding a platform</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6140">CB-6140</a> Don’t allow deletion of platform dependencies</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6698">CB-6698</a> Fix ‘android update lib-project’ to work with paths containing spaces</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6973">CB-6973</a> Run JSHint on all code in <code>src/</code> via <code>npm test</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6542">CB-6542</a> Delay creating project until there’s some chance that it will succeed</li>
+
+<li><code>folder_contents()</code> now ignores <code>.svn</code> folders</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6970">CB-6970</a> Share win project files manipulation code between cordova and plugman</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6954">CB-6954</a> Share <code>events.js</code> between <code>cordova</code> and <code>plugman</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6698">CB-6698</a> Automatically copy sub-libraries to project’s directory</li>
 
+<li><a href="https://issues.apache.org/jira/browse/CB-6942">CB-6942</a> Describe running hooks only in verbose mode.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6512">CB-6512</a> Allow <code>cordova platform add /path/to/platform/files</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6895">CB-6895</a> Add more config properties into manifest</li>
+
+<li>Allow <code>cordova platform add platform@version</code></li>
+
+<li>Add util func for chaining promises</li>
+
+<li>removing <code>doWrap</code> from <code>prepare</code></li>
+
+<li>adding prepare-browserify</li>
+
+<li>adding and freezing cordova-js</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6879">CB-6879</a> config parser breakout into a cordova level module</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6698">CB-6698</a> Resolve android <code>&lt;framework&gt;</code> relative to plugin_dir when <code>custom=true</code></li>
+
+<li>Fix tests on node 0.11.x</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6024">CB-6024</a> Accept cli vars as part of opts param</li>
+
+<li>Refer properties-parser package from NPM.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6859">CB-6859</a> Removed all <strong>wp7</strong> references, tests still passing</li>
+
+<li>Extract <code>AndroidProject</code> class into a separate .js file</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6698">CB-6698</a> Support library references for Android via the framework tag</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6854">CB-6854</a> Strip BOM when adding <code>cordova.define()</code> to js-modules</li>
+
+<li>Use <code>PluginInfo</code> in <code>plugman/install.js</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6772">CB-6772</a> Provide a default for <code>AndroidLaunchMode</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6711">CB-6711</a> Use <code>parseProjectFile</code> when working with XCode projects.</li>
+
+<li>Start using <code>PluginInfo</code> object in <code>plugman/install.js</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6709">CB-6709</a> Remove <code>merges/</code> folder for default apps</li>
+
+<li>Add <code>--shrinkwrap</code> flag to save plugin versions</li>
+
+<li>Initial implementation for saving plugin list in config.xml and restoring from it</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6668">CB-6668</a> Use <code>&lt;description&gt;</code> for <code>cordova plugin ls</code> when <code>&lt;name&gt;</code> is missing.</li>
+
+<li>Add <code>--noregistry</code> flag for disabling plugin lookup in the registry</li>
+
+<li>Remove <code>--force</code> from default npm settings for plugin registry</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7100">CB-7100</a> Use npm for downloading plugins and later platforms</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6691">CB-6691</a> Change some instances of <code>Error()</code> to <code>CordovaError()</code></li>
+</ul>
 
     </div>
 </div>



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