You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 22:59:28 UTC

svn commit: r1589517 - in /cordova/site: public/blog/index.html public/css/master.css public/index.html public/news/2014/04/23/ public/news/2014/04/23/plugins.release.html public/rss.xml www/_posts/2014-04-23-plugins.release.md

Author: ian
Date: Wed Apr 23 20:59:28 2014
New Revision: 1589517

URL: http://svn.apache.org/r1589517
Log:
Adding rendered version of site with 2014-04-23 plugin release blog post

Added:
    cordova/site/public/news/2014/04/23/
    cordova/site/public/news/2014/04/23/plugins.release.html
Modified:
    cordova/site/public/blog/index.html
    cordova/site/public/css/master.css
    cordova/site/public/index.html
    cordova/site/public/rss.xml
    cordova/site/www/_posts/2014-04-23-plugins.release.md

Modified: cordova/site/public/blog/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1589517&r1=1589516&r2=1589517&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Wed Apr 23 20:59:28 2014
@@ -69,6 +69,11 @@
 <ul class="posts">
   
     <li>
+    <span>23 Apr 2014</span> &raquo;
+    <a href="//cordova.apache.org/news/2014/04/23/plugins.release.html">Plugins Release: April 23, 2014</a>
+    </li>
+  
+    <li>
     <span>09 Apr 2014</span> &raquo;
     <a href="//cordova.apache.org/news/2014/04/09/tools-ios-release.html">Tools Release: April 9, 2014</a>
     </li>

Modified: cordova/site/public/css/master.css
URL: http://svn.apache.org/viewvc/cordova/site/public/css/master.css?rev=1589517&r1=1589516&r2=1589517&view=diff
==============================================================================
--- cordova/site/public/css/master.css (original)
+++ cordova/site/public/css/master.css Wed Apr 23 20:59:28 2014
@@ -684,7 +684,6 @@ a.pt-about {
 @media all and (max-width: 630px) {
   body {
     /*        font-size: 14px;*/
-  
   }
   .leadin img {
     left: -4px;

Modified: cordova/site/public/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1589517&r1=1589516&r2=1589517&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Wed Apr 23 20:59:28 2014
@@ -100,6 +100,81 @@
   <h2>News <a href="/rss.xml" style="font-size:12pt; margin-left:10px">Subscribe</a></h2>
   <ul class="posts">
     
+      <li><span>23 Apr 2014</span> &raquo; <a href="//cordova.apache.org/news/2014/04/23/plugins.release.html">Plugins Release: April 23, 2014</a>
+      
+<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:</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>
+
+<p>Other changes include:</p>
+
+      <div style="padding-bottom:2em"><a href="//cordova.apache.org/news/2014/04/23/plugins.release.html">Read More</a></div>
+    
       <li><span>09 Apr 2014</span> &raquo; <a href="//cordova.apache.org/news/2014/04/09/tools-ios-release.html">Tools Release: April 9, 2014</a>
       
 <p>New versions of <code>plugman</code>, <code>cordova</code> and <code>cordova-ios</code> are now live!</p>
@@ -170,47 +245,6 @@ npm update -g plugman</code></pre>
 
       <div style="padding-bottom:2em"><a href="//cordova.apache.org/news/2014/03/05/tools-release.html">Read More</a></div>
     
-      <li><span>03 Mar 2014</span> &raquo; <a href="//cordova.apache.org/news/2014/03/03/plugins-release.html">Plugins Release: March 3, 2014</a>
-      
-<p>The following plugins were updated today:</p>
-
-<ul>
-<li>org.apache.cordova.camera@0.2.8</li>
-
-<li>org.apache.cordova.contacts@0.2.9</li>
-
-<li>org.apache.cordova.file@1.0.1</li>
-
-<li>org.apache.cordova.file-transfer@0.4.2</li>
-
-<li>org.apache.cordova.inappbrowser@0.3.2</li>
-
-<li>org.apache.cordova.media@0.2.9</li>
-
-<li>org.apache.cordova.media-capture@0.2.8</li>
-</ul>
-
-<p>Notable changes include:</p>
-
-<ul>
-<li>Several bugfixes to the recently overhauled <code>file</code> plugin</li>
-
-<li>Fixed the default value of <code>file-transfer</code> trustAllHosts on iOS (was true, is now false)</li>
-
-<li>Prevent malicious code within an <code>inappbrowser</code> on iOS being able to run code within the host UIWebView</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>
-
-<p>Other changes include:</p>
-
-      <div style="padding-bottom:2em"><a href="//cordova.apache.org/news/2014/03/03/plugins-release.html">Read More</a></div>
-    
   </ul>
   
   <p>

Added: 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=1589517&view=auto
==============================================================================
--- cordova/site/public/news/2014/04/23/plugins.release.html (added)
+++ cordova/site/public/news/2014/04/23/plugins.release.html Wed Apr 23 20:59:28 2014
@@ -0,0 +1,374 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <link rel="SHORTCUT ICON" href="//cordova.apache.org/favicon.ico"/>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name = "format-detection" content = "telephone=no">
+    <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
+    <!-- Original Jekyll
+    <meta name="viewport" content="width=device-width">
+    -->
+    <title>Plugins Release: April 23, 2014</title>
+    <!-- syntax highlighting CSS -->
+    <link rel="stylesheet" href="//cordova.apache.org/css/syntax.css">
+    <!-- Custom CSS -->
+    <link rel="stylesheet" href="//cordova.apache.org/css/main.css">
+
+    <!-- Cordova CSS -->
+    <link rel="stylesheet" type="text/css" href="//cordova.apache.org/css/master.css">
+    <script src="//cordova.apache.org/js/smooth.pack.js" type="text/javascript"></script>
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-94271-30']);
+      _gaq.push(['_trackPageview']);
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
+</head>
+
+<body>
+
+    <a class="scroll-point pt-top" name="top">
+</a>
+<div id="header">
+    <div class="wrap">
+        <a class="logo" href="//cordova.apache.org/#top"></a>
+        <div class="menu">
+            <a href="//cordova.apache.org/#about">About</a>
+            <a href="//cordova.apache.org/#news">News</a>
+            <a href="http://cordova.apache.org/docs/en/3.4.0/">Documentation</a>
+            <a href="http://plugins.cordova.io/">Plugins</a>
+            <a href="//cordova.apache.org/#links">Quick Links</a>
+            <a href="//cordova.apache.org/#contribute">Contribute</a>
+            <a href="//cordova.apache.org/#mailing-list">Mailing List</a>
+        </div>
+        <form class="menu-dropdown">
+            <select onchange="location = this.options[this.selectedIndex].value;">
+                <option value="//cordova.apache.org/#about">About</option>
+                <option value="//cordova.apache.org/#news">News</option>
+                <option value="http://cordova.apache.org/docs/en/3.4.0/">Documentation</option>
+                <option value="http://plugins.cordova.io/">Plugins</option>
+                <option value="//cordova.apache.org/#links">Quick Links</option>
+                <option value="//cordova.apache.org/#contribute">Contribute</option>
+                <option value="//cordova.apache.org/#mailing-list">Mailing List</option>
+            </select>
+        </form>
+    </div>
+    <div class="shadow"></div>
+</div> <!-- /header -->
+<div class="header-placeholder"></div>
+
+
+        <div class="site">
+    <h2>Plugins Release: April 23, 2014</h2>
+    <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>
+
+<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:</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>
+
+<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>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6242">CB-6242</a>: [BlackBerry10] Polyfill window.requestAnimationFrame for OS &lt; 10.2</li>
+
+<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>
+
+
+
+    <a class="scroll-point" name="links"></a>
+<hr/>
+
+<div class="wrap quick-links-pane">
+    <h2 class="icon icon-quick-links">Quick Links</h2>
+    <br/>
+    <ul class="quick-links-header">
+        <li>General</li>
+        <li>Development</li>
+        <li class="last">Apache Software Foundation</li>
+    </ul>
+    <div class="clear"></div>
+</div>
+
+<div class="grid">
+    <div class="wrap">
+        <div class="list-container">
+            <ul class="list quick-links">
+                <li class="corner"></li>
+                <li><a href="//cordova.apache.org/index.html#about">About Cordova<span></span></a></li>
+
+                
+                <li><a href="http://projects.apache.org/projects/cordova.html">Apache Project Page<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License<span></span></a></li>
+                
+
+                <li><a href="//cordova.apache.org/artwork.html">Artwork<span></span></a></li>
+            </ul>
+
+            <ul class="list quick-links">
+                <li class="corner"></li>
+                <li><a href="//cordova.apache.org/index.html#download">Download<span></span></a></li>
+                <li><a href="http://cordova.apache.org/docs/en/3.4.0/">Documentation<span></span></a></li>
+
+                
+                <li><a href="https://git-wip-us.apache.org/repos/asf">Source Code<span></span></a></li>
+                
+                <li><a href="https://issues.apache.org/jira/browse/CB">Issue Tracker<span></span></a></li>
+                
+                <li><a href="http://wiki.apache.org/cordova/">Wiki<span></span></a></li>
+                
+
+                <li><a href="//cordova.apache.org/index.html#mailing-list">Mailing List<span></span></a></li>
+
+                <li><a href="http://stackoverflow.com/tags/cordova">Support<span></span></a></li>
+            </ul>
+
+            <ul class="list quick-links last">
+                <li class="corner"></li>
+                
+                <li><a href="http://www.apache.org/">About ASF<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/security/">Security<span></span></a></li>
+                
+            </ul>
+
+            <div class="clear"></div>
+        </div>
+    </div>
+</div>
+
+
+    <hr/>
+<div id="footer">
+    <p>Copyright © 2012, 2013 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
+    Apache and the Apache feather logos are <a href="http://www.apache.org/foundation/marks/list/">trademarks</a> of The Apache Software Foundation.
+    </p>
+    <a class="closing" href="#top"></a>
+</div>
+
+
+</body>
+</html>

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

Modified: cordova/site/www/_posts/2014-04-23-plugins.release.md
URL: http://svn.apache.org/viewvc/cordova/site/www/_posts/2014-04-23-plugins.release.md?rev=1589517&r1=1589516&r2=1589517&view=diff
==============================================================================
--- cordova/site/www/_posts/2014-04-23-plugins.release.md (original)
+++ cordova/site/www/_posts/2014-04-23-plugins.release.md Wed Apr 23 20:59:28 2014
@@ -50,36 +50,36 @@ Other changes include:
 <!--more-->
 
 `org.apache.cordova.camera@0.2.9`
-* [WP8] When only targetWidth or targetHeight is provided, use it as the only bound
-* [CB-4027](https://issues.apache.org/jira/browse/CB-4027), [CB-5102](https://issues.apache.org/jira/browse/CB-5102), [CB-2737](https://issues.apache.org/jira/browse/CB-2737), [CB-2387](https://issues.apache.org/jira/browse/CB-2387): [WP] Fix camera issues, cropping, memory leaks
+* \[WP8\] When only targetWidth or targetHeight is provided, use it as the only bound
+* [CB-4027](https://issues.apache.org/jira/browse/CB-4027), [CB-5102](https://issues.apache.org/jira/browse/CB-5102), [CB-2737](https://issues.apache.org/jira/browse/CB-2737), [CB-2387](https://issues.apache.org/jira/browse/CB-2387): \[WP\] Fix camera issues, cropping, memory leaks
 
 `org.apache.cordova.contacts@0.2.10`
-* [CB-6126](https://issues.apache.org/jira/browse/CB-6126): [BlackBerry10] Update docs quirks section for fields which are supported
+* [CB-6126](https://issues.apache.org/jira/browse/CB-6126): \[BlackBerry10\] Update docs quirks section for fields which are supported
 
 `org.apache.cordova.device@0.2.9`
-* [CB-5105](https://issues.apache.org/jira/browse/CB-5105): [Android, windows8, WP, BlackBerry10] Removed dead code for device.version
+* [CB-5105](https://issues.apache.org/jira/browse/CB-5105): \[Android, windows8, WP, BlackBerry10\] Removed dead code for device.version
 
 `org.apache.cordova.device-orientation@0.3.6`
-* [CB-6381](https://issues.apache.org/jira/browse/CB-6381): [WP8] unexpected error object
+* [CB-6381](https://issues.apache.org/jira/browse/CB-6381): \[WP8\] unexpected error object
 
 `org.apache.cordova.dialogs@0.2.7`
-* [CB-6411](https://issues.apache.org/jira/browse/CB-6411): [BlackBerry10] Work around Audio playback issue
-* [CB-6411](https://issues.apache.org/jira/browse/CB-6411): [BlackBerry10] Updates to beep
+* [CB-6411](https://issues.apache.org/jira/browse/CB-6411): \[BlackBerry10\] Work around Audio playback issue
+* [CB-6411](https://issues.apache.org/jira/browse/CB-6411): \[BlackBerry10\] Updates to beep
 
 `org.apache.cordova.file@1.1.0`
 * [CB-4965](https://issues.apache.org/jira/browse/CB-4965): Remove tests from file plugin
-* [CB-6249](https://issues.apache.org/jira/browse/CB-6249): [android] Opportunistically resolve content urls to file
-* [CB-6394](https://issues.apache.org/jira/browse/CB-6394): [ios, android] Add extra filesystem roots
-* [CB-6394](https://issues.apache.org/jira/browse/CB-6394): [ios, android] Fix file resolution for the device root case
-* [CB-6394](https://issues.apache.org/jira/browse/CB-6394): [ios] Return ENCODING_ERR when fs name is not valid
+* [CB-6249](https://issues.apache.org/jira/browse/CB-6249): \[Android\] Opportunistically resolve content urls to file
+* [CB-6394](https://issues.apache.org/jira/browse/CB-6394): \[ios, android\] Add extra filesystem roots
+* [CB-6394](https://issues.apache.org/jira/browse/CB-6394): \[ios, android\] Fix file resolution for the device root case
+* [CB-6394](https://issues.apache.org/jira/browse/CB-6394): \[iOS\] Return ENCODING_ERR when fs name is not valid
 * [CB-6393](https://issues.apache.org/jira/browse/CB-6393): Change behaviour of toURL and toNativeURL
 * [CB-6352](https://issues.apache.org/jira/browse/CB-6352): Allow FileSystem objects to be serialized to JSON
-* [CB-6242](https://issues.apache.org/jira/browse/CB-6242): [BlackBerry10] Add deprecated version of resolveLocalFileSystemURI
-* [CB-6242](https://issues.apache.org/jira/browse/CB-6242): [BlackBerry10] add file:/// prefix for toURI / toURL
-* [CB-6242](https://issues.apache.org/jira/browse/CB-6242): [BlackBerry10] Polyfill window.requestAnimationFrame for OS < 10.2
-* [CB-6242](https://issues.apache.org/jira/browse/CB-6242): [BlackBerry10] Override window.resolveLocalFileSystemURL
-* [CB-6212](https://issues.apache.org/jira/browse/CB-6212): [iOS] fix warnings compiled under arm64 64-bit
-* [CB-6199](https://issues.apache.org/jira/browse/CB-6199): [iOS] Fix toNativeURL() not escaping characters properly
+* [CB-6242](https://issues.apache.org/jira/browse/CB-6242): \[BlackBerry10\] Add deprecated version of resolveLocalFileSystemURI
+* [CB-6242](https://issues.apache.org/jira/browse/CB-6242): \[BlackBerry10\] add file:/// prefix for toURI / toURL
+* [CB-6242](https://issues.apache.org/jira/browse/CB-6242): \[BlackBerry10\] Polyfill window.requestAnimationFrame for OS < 10.2
+* [CB-6242](https://issues.apache.org/jira/browse/CB-6242): \[BlackBerry10\] Override window.resolveLocalFileSystemURL
+* [CB-6212](https://issues.apache.org/jira/browse/CB-6212): \[iOS\] fix warnings compiled under arm64 64-bit
+* [CB-6199](https://issues.apache.org/jira/browse/CB-6199): \[iOS\] Fix toNativeURL() not escaping characters properly
 * [CB-6148](https://issues.apache.org/jira/browse/CB-6148): Fix cross-filesystem copy and move
 * [CB-4952](https://issues.apache.org/jira/browse/CB-4952): ios: Resolve symlinks in file:// URLs
 * Android: Allow file:/ URLs
@@ -88,53 +88,53 @@ Other changes include:
 * 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>
+* Add docs about the extraFileSystems preference
 
 `org.apache.cordova.file-transfer@0.4.3`
-* [CB-5175](https://issues.apache.org/jira/browse/CB-5175): [ios] CDVFileTransfer asynchronous download (Fixes #24)
-* [CB-5762](https://issues.apache.org/jira/browse/CB-5762): [FireOS] android: Fix lengthComputable set wrong for gzip downloads
-* [CB-5631](https://issues.apache.org/jira/browse/CB-5631): [FireOS] Removed SimpleTrackingInputStream.read(byte[] buffer)
-* [CB-4907](https://issues.apache.org/jira/browse/CB-4907): [FireOS] Close stream when we're finished with it
-* [CB-6000](https://issues.apache.org/jira/browse/CB-6000): [FireOS] Nginx rejects Content-Type without a space before "boundary".
-* [CB-6050](https://issues.apache.org/jira/browse/CB-6050): [FireOS] Use instance method on actual file plugin object to get FileEntry to return on download
+* [CB-5175](https://issues.apache.org/jira/browse/CB-5175): \[iOS\] CDVFileTransfer asynchronous download (Fixes #24)
+* [CB-5762](https://issues.apache.org/jira/browse/CB-5762): \[FireOS\] android: Fix lengthComputable set wrong for gzip downloads
+* [CB-5631](https://issues.apache.org/jira/browse/CB-5631): \[FireOS\] Removed SimpleTrackingInputStream.read(byte\[\] buffer)
+* [CB-4907](https://issues.apache.org/jira/browse/CB-4907): \[FireOS\] Close stream when we're finished with it
+* [CB-6000](https://issues.apache.org/jira/browse/CB-6000): \[FireOS\] Nginx rejects Content-Type without a space before "boundary".
+* [CB-6050](https://issues.apache.org/jira/browse/CB-6050): \[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)
 
 `org.apache.cordova.geolocation@0.3.7`
-* [CB-5977](https://issues.apache.org/jira/browse/CB-5977): [android] Removing the Android Geolocation Code.  Mission Accomplished.
+* [CB-5977](https://issues.apache.org/jira/browse/CB-5977): \[Android\] Removing the Android Geolocation Code.  Mission Accomplished.
 
 `org.apache.cordova.globalization@0.2.7`
-* [CB-4908](https://issues.apache.org/jira/browse/CB-4908): [android] Long.valueOf(0) instead of new Long(0)
+* [CB-4908](https://issues.apache.org/jira/browse/CB-4908): \[Android\] Long.valueOf(0) instead of new Long(0)
 
 `org.apache.cordova.inappbrowser@0.4.0`
-* [CB-6360](https://issues.apache.org/jira/browse/CB-6360): [ios] Fix for crash on iOS < 6.0 (closes #37)
-* [CB-3324](https://issues.apache.org/jira/browse/CB-3324): [WP8] Add support for back-button inappbrowser [WP8] if there is no history -> InAppBrowser is closed
-* [CB-6402](https://issues.apache.org/jira/browse/CB-6402): [WP8] pass empty string instead of null for [optional] windowFeatures string
+* [CB-6360](https://issues.apache.org/jira/browse/CB-6360): \[iOS\] Fix for crash on iOS < 6.0 (closes #37)
+* [CB-3324](https://issues.apache.org/jira/browse/CB-3324): \[WP8\] Add support for back-button inappbrowser \[WP8\] if there is no history -> InAppBrowser is closed
+* [CB-6402](https://issues.apache.org/jira/browse/CB-6402): \[WP8\] pass empty string instead of null for optional windowFeatures string
 * [CB-6389](https://issues.apache.org/jira/browse/CB-6389) [CB-3617](https://issues.apache.org/jira/browse/CB-3617): Add clearcache and clearsessioncache options to iOS (like Android)
-* [CB-6253](https://issues.apache.org/jira/browse/CB-6253): [WP] Add Network Capability to WMAppManifest.xml
-* [CB-6212](https://issues.apache.org/jira/browse/CB-6212): [iOS] fix warnings compiled under arm64 64-bit
+* [CB-6253](https://issues.apache.org/jira/browse/CB-6253): \[WP\] Add Network Capability to WMAppManifest.xml
+* [CB-6212](https://issues.apache.org/jira/browse/CB-6212): \[iOS\] fix warnings compiled under arm64 64-bit
 * [CB-6218](https://issues.apache.org/jira/browse/CB-6218): Update docs for BB10
-* [WP] await async calls, resolve warnings
-* [WP] Make InAppBrowser work with embedded files, using system behavior
+* \[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)
 
 `org.apache.cordova.media@0.2.10`
 * [CB-6225](https://issues.apache.org/jira/browse/CB-6225): Specify plugin dependency on File plugin 1.0.1
 
 `org.apache.cordova.media-capture@0.3.0`
-* [CB-6152](https://issues.apache.org/jira/browse/CB-6152): [ios, android] Make mediafile compatible with file plugin
+* [CB-6152](https://issues.apache.org/jira/browse/CB-6152): \[ios, android\] Make mediafile compatible with file plugin
 * [CB-6385](https://issues.apache.org/jira/browse/CB-6385): Specify file plugin dependency version
-* [CB-6016](https://issues.apache.org/jira/browse/CB-6016) [BlackBerry10] Add audio capture capability
-* [Blackberry10] Add rim xml namespaces declaration
+* [CB-6016](https://issues.apache.org/jira/browse/CB-6016) \[BlackBerry10\] Add audio capture capability
+* \[BlackBerry10\] Add rim xml namespaces declaration
 
 `org.apache.cordova.network-information@0.3.0`
-* [CB-6342](https://issues.apache.org/jira/browse/CB-6342): [iOS] iOS reports a cellular connection even when in Airplane mode
+* [CB-6342](https://issues.apache.org/jira/browse/CB-6342): \[iOS\] iOS reports a cellular connection even when in Airplane mode
 
 `org.apache.cordova.splashscreen@0.3.0`
-* [CB-4051](https://issues.apache.org/jira/browse/CB-4051): [ios] - Re-fix - Splashscreen rotation problem (closes #13)
+* [CB-4051](https://issues.apache.org/jira/browse/CB-4051): \[iOS\] - Re-fix - Splashscreen rotation problem (closes #13)
 
 `org.apache.cordova.statusbar@0.1.5`
 * [CB-6316](https://issues.apache.org/jira/browse/CB-6316): Added README.md which point to the new location for docs
 * [CB-6316](https://issues.apache.org/jira/browse/CB-6316): Added license header to the documentation. Added README.md which point to the new location for docs
 * [CB-6316](https://issues.apache.org/jira/browse/CB-6316): Moved StatusBar plugin documentation to docs folder
-* [CB-6314](https://issues.apache.org/jira/browse/CB-6314): [android] Add StatusBar.isVisible support to Android
+* [CB-6314](https://issues.apache.org/jira/browse/CB-6314): \[Android\] Add StatusBar.isVisible support to Android