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

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

Modified: cordova/site/public/news/2014/01/31/tools-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/01/31/tools-release.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2014/01/31/tools-release.html (original)
+++ cordova/site/public/news/2014/01/31/tools-release.html Mon Sep  7 16:56:52 2015
@@ -57,100 +57,71 @@
     <div class="meta">Posted by: <a href="https://twitter.com/GrieveAndrew">Andrew Grieve</a></div>
     <p class="meta">31 Jan 2014</p>
     <div class="post">
-    
-<p>It’s been a long time since our last tools release, but it’s certainly no sign of stagnation. Today’s release is action packed!</p>
+    <p>It’s been a long time since our last tools release, but it’s certainly no sign of stagnation. Today’s release is action packed!</p>
 
 <ul>
-<li>plugman@0.19.0</li>
-
-<li>cordova@3.3.1-0.3.1</li>
+  <li>plugman@0.19.0</li>
+  <li>cordova@3.3.1-0.3.1</li>
 </ul>
 
 <p>To update your tools:</p>
 
 <pre><code>npm update -g cordova
-npm update -g plugman</code></pre>
+npm update -g plugman
+</code></pre>
 
 <p>This release brings with it a plethora of bug fixes as well as some new features! Notably:</p>
 
 <ul>
-<li><code>config.xml</code> now lives at the project root by default (instead of within <code>www/</code>)</li>
-
-<li><code>hooks</code> now lives at the project root by default (instead of within <code>.cordova</code>)</li>
-
-<li>Specify a <code>www/</code> to use when creating a new project with <code>--link-to</code> or <code>--copy-from</code></li>
-
-<li>When installing by plugin ID, tell <code>cordova</code> and <code>plugman</code> to search for plugins locally using <code>--searchpath</code></li>
+  <li><code>config.xml</code> now lives at the project root by default (instead of within <code>www/</code>)</li>
+  <li><code>hooks</code> now lives at the project root by default (instead of within <code>.cordova</code>)</li>
+  <li>Specify a <code>www/</code> to use when creating a new project with <code>--link-to</code> or <code>--copy-from</code></li>
+  <li>When installing by plugin ID, tell <code>cordova</code> and <code>plugman</code> to search for plugins locally using <code>--searchpath</code></li>
 </ul>
 
-<p>Full list of release notes: <!--more--></p>
+<p>Full list of release notes:
+<!--more--></p>
 
 <h2 id="cordova">cordova</h2>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-5006">CB-5006</a> Add –searchpath to <code>cordova plugin add</code> so that installing by ID will search local paths before hitting the registry.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4153">CB-4153</a> Add –copy-from &amp; –link-to to <code>cordova create</code>.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5687">CB-5687</a> Make cordova commands work when CWD is inside of a symlink’ed <code>www/</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4910">CB-4910</a> Default <code>config.xml</code> to the root instead of within <code>www/</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5764">CB-5764</a> Move <code>hooks/</code> to top-level instead of under <code>.cordova</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5763">CB-5763</a> Don’t create <code>.cordova/</code> by default</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4871">CB-4871</a> Reduced package size significantly.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4976">CB-4976</a> Don’t add cache entries for local platforms.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5777">CB-5777</a> Fix <code>cordova platform update</code> not updating <code>cordova.js</code>.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5728">CB-5728</a> Files in merges must remain intact when removing platform.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5493">CB-5493</a> lazy_load now downloads to a temp dir and then moves.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5782">CB-5782</a> Hide stack trace for explicitly handled error conditions</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5590">CB-5590</a> Have config.xml version map to CFBundleShortVersionString instead of CFBundleVersion</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5913">CB-5913</a> Fail more gracefully on Windows when symlinks fail.</li>
-
-<li>Fix isWindows check in util.js to support win64</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5907">CB-5907</a> Make <code>cordova update</code> get version from platform’s version script</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3612">CB-3612</a> Don’t pass –device to “run” command by default.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5299">CB-5299</a> Cache pbxproj to avoid re-parsing it for each plugin.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5813">CB-5813</a> Fix missing quotes on update and ls commands</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5808">CB-5808</a> Fix lazy_load stripping off windows drive letters</li>
-
-<li>Expose util.isCordova as cordova.findProjectRoot()</li>
-
-<li>Allow lazy_load libs to work without an id and version for local paths.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5006">CB-5006</a> Add –searchpath to <code>cordova plugin add</code> so that installing by ID will search local paths before hitting the registry.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4153">CB-4153</a> Add –copy-from &amp; –link-to to <code>cordova create</code>.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5687">CB-5687</a> Make cordova commands work when CWD is inside of a symlink’ed <code>www/</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4910">CB-4910</a> Default <code>config.xml</code> to the root instead of within <code>www/</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5764">CB-5764</a> Move <code>hooks/</code> to top-level instead of under <code>.cordova</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5763">CB-5763</a> Don’t create <code>.cordova/</code> by default</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4871">CB-4871</a> Reduced package size significantly.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4976">CB-4976</a> Don’t add cache entries for local platforms.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5777">CB-5777</a> Fix <code>cordova platform update</code> not updating <code>cordova.js</code>.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5728">CB-5728</a> Files in merges must remain intact when removing platform.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5493">CB-5493</a> lazy_load now downloads to a temp dir and then moves.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5782">CB-5782</a> Hide stack trace for explicitly handled error conditions</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5590">CB-5590</a> Have config.xml version map to CFBundleShortVersionString instead of CFBundleVersion</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5913">CB-5913</a> Fail more gracefully on Windows when symlinks fail.</li>
+  <li>Fix isWindows check in util.js to support win64</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5907">CB-5907</a> Make <code>cordova update</code> get version from platform’s version script</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3612">CB-3612</a> Don’t pass –device to “run” command by default.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5299">CB-5299</a> Cache pbxproj to avoid re-parsing it for each plugin.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5813">CB-5813</a> Fix missing quotes on update and ls commands</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5808">CB-5808</a> Fix lazy_load stripping off windows drive letters</li>
+  <li>Expose util.isCordova as cordova.findProjectRoot()</li>
+  <li>Allow lazy_load libs to work without an id and version for local paths.</li>
 </ul>
 
 <h2 id="plugman">plugman</h2>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-5770">CB-5770</a> Plugman prepare script content wrapping no longer allows ending parens/braces to be commented out from end of line comment</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4871">CB-4871</a> Reduced package size significantly</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5720">CB-5720</a> Allow <code>&lt;resource-file&gt;</code> on Android</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5006">CB-5006</a> Add –searchpath option for local plugin search path</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5701">CB-5701</a> Reference custom frameworks using relative paths</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5495">CB-5495</a>, <a href="https://issues.apache.org/jira/browse/CB-5568">CB-5568</a> Fix config.xml path for iOS</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5804">CB-5804</a> Added repo &amp; issue information into <code>plugman publish</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5770">CB-5770</a> Plugman prepare script content wrapping no longer allows ending parens/braces to be commented out from end of line comment</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4871">CB-4871</a> Reduced package size significantly</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5720">CB-5720</a> Allow <code>&lt;resource-file&gt;</code> on Android</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5006">CB-5006</a> Add –searchpath option for local plugin search path</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5701">CB-5701</a> Reference custom frameworks using relative paths</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5495">CB-5495</a>, <a href="https://issues.apache.org/jira/browse/CB-5568">CB-5568</a> Fix config.xml path for iOS</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5804">CB-5804</a> Added repo &amp; issue information into <code>plugman publish</code></li>
 </ul>
 
+
     </div>
 </div>
 

Modified: cordova/site/public/news/2014/02/10/plugins-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/02/10/plugins-release.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2014/02/10/plugins-release.html (original)
+++ cordova/site/public/news/2014/02/10/plugins-release.html Mon Sep  7 16:56:52 2015
@@ -57,303 +57,179 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">10 Feb 2014</p>
     <div class="post">
-    
-<p>The following plugins were updated today:</p>
+    <p>The following plugins were updated today:</p>
 
 <ul>
-<li>org.apache.cordova.battery-status@0.2.7</li>
-
-<li>org.apache.cordova.camera@0.2.7</li>
-
-<li>org.apache.cordova.console@0.2.7</li>
-
-<li>org.apache.cordova.contacts@0.2.8</li>
-
-<li>org.apache.cordova.device@0.2.8</li>
-
-<li>org.apache.cordova.device-motion@0.2.6</li>
-
-<li>org.apache.cordova.device-orientation@0.3.5</li>
-
-<li>org.apache.cordova.dialogs@0.2.6</li>
-
-<li>org.apache.cordova.file@1.0.0</li>
-
-<li>org.apache.cordova.file-transfer@0.4.1</li>
-
-<li>org.apache.cordova.geolocation@0.3.6</li>
-
-<li>org.apache.cordova.globalization@0.2.6</li>
-
-<li>org.apache.cordova.inappbrowser@0.3.1</li>
-
-<li>org.apache.cordova.media@0.2.8</li>
-
-<li>org.apache.cordova.media-capture@0.2.7</li>
-
-<li>org.apache.cordova.network-information@0.2.7</li>
-
-<li>org.apache.cordova.vibration@0.3.7</li>
+  <li>org.apache.cordova.battery-status@0.2.7</li>
+  <li>org.apache.cordova.camera@0.2.7</li>
+  <li>org.apache.cordova.console@0.2.7</li>
+  <li>org.apache.cordova.contacts@0.2.8</li>
+  <li>org.apache.cordova.device@0.2.8</li>
+  <li>org.apache.cordova.device-motion@0.2.6</li>
+  <li>org.apache.cordova.device-orientation@0.3.5</li>
+  <li>org.apache.cordova.dialogs@0.2.6</li>
+  <li>org.apache.cordova.file@1.0.0</li>
+  <li>org.apache.cordova.file-transfer@0.4.1</li>
+  <li>org.apache.cordova.geolocation@0.3.6</li>
+  <li>org.apache.cordova.globalization@0.2.6</li>
+  <li>org.apache.cordova.inappbrowser@0.3.1</li>
+  <li>org.apache.cordova.media@0.2.8</li>
+  <li>org.apache.cordova.media-capture@0.2.7</li>
+  <li>org.apache.cordova.network-information@0.2.7</li>
+  <li>org.apache.cordova.vibration@0.3.7</li>
 </ul>
 
 <p>The most noticeable changes in this release are to the File plugin. It has been revamped to use a new URL scheme <code>cdvfile://localhost/&lt;filesystemType&gt;/&lt;path to file&gt;</code>. These URLs are generated by all file operations, and are passed over the bridge to native code. (This is in contrast to the previous version, which passed around absolute paths on the device filesystem).</p>
 
 <p>Most of these changes are to bring us more in line with the HTML Filesystem standard, although they will also allow us to extend the filesystem abstraction to cover new kinds of storage, both internal and external to devices.</p>
 
-<p>Other changes include: <!--more--></p>
-
-<ul>
-<li>The file plugin is now much more modular. The “Filesystem” is now an abstract class that developers can subclass to write their own filesystem types.</li>
-
-<li>Developers can use the existing filesystem types, or new types, to provide new filesystem roots for their applications. (No longer limited to just persistent and temporary, or just a single directory for storage.)</li>
-
-<li>Filesystem URLs paths are now relative to the filesystem root, helping to sandbox the filesystems and keep applications from stepping on each others’ toes.</li>
-
-<li>Application developers can now configure the file plugin to use a more sensible location for storing persistent files. On iOS, this means storing files in the Library directory, rather than the Documents directory. On Android, it means using the application’s internal storage directory rather than the SD card partition. See the README file for information on configuring your applications.</li>
-
-<li>Several other bugs have been fixed, and our test coverage has increased.</li>
-</ul>
+<p>Other changes include:
+<!--more-->
+* The file plugin is now much more modular. The “Filesystem” is now an abstract class that developers can subclass to write their own filesystem types.
+* Developers can use the existing filesystem types, or new types, to provide new filesystem roots for their applications. (No longer limited to just persistent and temporary, or just a single directory for storage.)
+* Filesystem URLs paths are now relative to the filesystem root, helping to sandbox the filesystems and keep applications from stepping on each others’ toes.
+* Application developers can now configure the file plugin to use a more sensible location for storing persistent files. On iOS, this means storing files in the Library directory, rather than the Documents directory. On Android, it means using the application’s internal storage directory rather than the SD card partition. See the README file for information on configuring your applications.
+* Several other bugs have been fixed, and our test coverage has increased.</p>
 
 <p><code>org.apache.cordova.battery-status</code></p>
 
 <ul>
-<li>Add Tizen plugin support</li>
+  <li>Add Tizen plugin support</li>
 </ul>
 
-<p><code>org.apache.cordova.camera</code></p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-4919">CB-4919</a> firefox os quirks added and supported platforms list is updated</li>
-
-<li>getPicture via web activities</li>
-
-<li>Documented quirk for <a href="https://issues.apache.org/jira/browse/CB-5335">CB-5335</a> + <a href="https://issues.apache.org/jira/browse/CB-5206">CB-5206</a> for WP7+8</li>
-
-<li>reference the correct firefoxos implementation</li>
-
-<li>BlackBerry10 Add permission to access_shared</li>
-</ul>
-
-<p><code>org.apache.cordova.console</code></p>
-
-<ul>
-<li>Native console needs to be called DebugConsole to avoid ambiguous reference. This commit requires the 3.4.0 version of the native class factory</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4718">CB-4718</a> fixed Console plugin not working on wp</li>
-</ul>
-
-<p><code>org.apache.cordova.contacts</code></p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-3208">CB-3208</a> FFOS docs updated</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4590">CB-4590</a> - chooseContact in CDVContacts crashes app</li>
-</ul>
+<p><code>org.apache.cordova.camera</code>
+* <a href="https://issues.apache.org/jira/browse/CB-4919">CB-4919</a> firefox os quirks added and supported platforms list is updated
+* getPicture via web activities
+* Documented quirk for <a href="https://issues.apache.org/jira/browse/CB-5335">CB-5335</a> + <a href="https://issues.apache.org/jira/browse/CB-5206">CB-5206</a> for WP7+8
+* reference the correct firefoxos implementation
+* BlackBerry10 Add permission to access_shared</p>
+
+<p><code>org.apache.cordova.console</code>
+* Native console needs to be called DebugConsole to avoid ambiguous reference. This commit requires the 3.4.0 version of the native class factory
+* <a href="https://issues.apache.org/jira/browse/CB-4718">CB-4718</a> fixed Console plugin not working on wp</p>
+
+<p><code>org.apache.cordova.contacts</code>
+* <a href="https://issues.apache.org/jira/browse/CB-3208">CB-3208</a> FFOS docs updated
+* <a href="https://issues.apache.org/jira/browse/CB-4590">CB-4590</a> - chooseContact in CDVContacts crashes app</p>
 
 <p><code>org.apache.cordova.device</code></p>
 
 <ul>
-<li>Tizen support added</li>
+  <li>Tizen support added</li>
 </ul>
 
 <p><code>org.apache.cordova.device-motion</code></p>
 
 <ul>
-<li>Add Tizen support</li>
+  <li>Add Tizen support</li>
 </ul>
 
-<p><code>org.apache.cordova.device-orientation</code></p>
-
-<ul>
-<li>ubuntu request sensors permission</li>
-
-<li>ubuntu add missing files</li>
-
-<li>Add support for Tizen.</li>
-
-<li>FFOS info added</li>
-</ul>
-
-<p><code>org.apache.cordova.dialogs</code></p>
-
-<ul>
-<li>no need to recreate the manifest.webapp file after each <code>cordova prepare</code> for FFOS</li>
-
-<li>FFOS description added</li>
-</ul>
-
-<p><code>org.apache.cordova.file</code></p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-5974">CB-5974</a>: Use safe ‘Compatibility’ mode by default</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5915">CB-5915</a>: Add option for new persistent storage location for iOS</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5916">CB-5916</a>: Add option for new persistent storage location for Android</li>
-
-<li>Add default FS root to new FS objects</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5899">CB-5899</a>: Make DirectoryReader.readEntries return properly formatted Entry objects</li>
-
-<li>Add constructor params to FileUploadResult related to <a href="https://issues.apache.org/jira/browse/CB-2421">CB-2421</a></li>
-
-<li>Fill out filesystem attribute of entities returned from resolveLocalFileSystemURL</li>
-
-<li>Android: Expose filePlugin getter so that other plugins can register filesystems</li>
-
-<li>Add backwards-compatibility shim for file-transfer</li>
-
-<li>Android: Allow third-party plugin registration</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5810">CB-5810</a> BlackBerry10 resolve local:/// paths (application assets)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5774">CB-5774</a>: create DirectoryEntry instead of FileEntry</li>
-
-<li>Initial fix for <a href="https://issues.apache.org/jira/browse/CB-5747">CB-5747</a>: Windows 8: DirectoryEntry.getDirectory fails when path contains directory separator</li>
-
-<li>Android: Allow absolute paths on Entry.getFile / Entry.getDirectory</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5008">CB-5008</a>: Rename resolveLocalFileSystemURI to resolveLocalFileSystemURL</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4899">CB-4899</a> BlackBerry10 Fix resolve directories</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5602">CB-5602</a> Windows8. Fix File Api mobile spec tests</li>
-
-<li>Android: Better support for content urls and cross-filesystem copy/move ops</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5699">CB-5699</a> BlackBerry10 Update resolveLocalFileSystemURI implementation</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5658">CB-5658</a> Update license comment formatting of doc/index.md</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5658">CB-5658</a> Add doc.index.md for File plugin.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5658">CB-5658</a> Delete stale snapshot of plugin docs</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5403">CB-5403</a>: Backwards-compatibility with file:// urls where possible</li>
-
-<li>Android: Clean up unclosed file objects</li>
-
-<li>Log file path for File exceptions.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5532">CB-5532</a> WP8. Add binary data support to FileWriter</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5531">CB-5531</a> WP8. File Api readAsText incorrectly handles position args</li>
-
-<li>Added ubuntu platform support</li>
-
-<li>Added amazon-fireos platform support</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5118">CB-5118</a> BlackBerry10 Add check for undefined error handler</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5403">CB-5403</a>: Bump File plugin major version</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5408">CB-5408</a>: Add handler for filesystem urls</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5407">CB-5407</a>: Update Android native code to use filesystem URLs internally</li>
-</ul>
-
-<p><code>org.apache.cordova.file-transfer</code></p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-5365">CB-5365</a> Remove unused exception var to prevent warnings?</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-2421">CB-2421</a> explicitly write the bytesSent,responseCode,result to the FileUploadResult pending release of cordova-plugin-file dependency, added some sanity checks for callbacks</li>
-
-<li>iOS: Update for new file plugin api</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5631">CB-5631</a> Removed <code>SimpleTrackingInputStream.read(byte[] buffer)</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5762">CB-5762</a> android: Fix <code>lengthComputable</code> set wrong for gzip downloads</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4899">CB-4899</a> BlackBerry10 Improve binary file transfer download</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5722">CB-5722</a> BlackBerry10 Update upload function to use native file object</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5658">CB-5658</a> Delete stale snapshot of plugin docs</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5466">CB-5466</a>: Update to work with filesystem URLs</li>
-</ul>
-
-<p><code>org.apache.cordova.geolocation</code></p>
-
-<ul>
-<li>add ubuntu platform support</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5326">CB-5326</a> adding FFOS permission and updating supported platforms</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5729">CB-5729</a> BlackBerry10 Update GeolocationProxy to return collapsed object</li>
-</ul>
+<p><code>org.apache.cordova.device-orientation</code>
+* ubuntu request sensors permission
+* ubuntu add missing files
+* Add support for Tizen.
+* FFOS info added</p>
+
+<p><code>org.apache.cordova.dialogs</code>
+* no need to recreate the manifest.webapp file after each <code>cordova prepare</code> for FFOS
+* FFOS description added</p>
+
+<p><code>org.apache.cordova.file</code>
+* <a href="https://issues.apache.org/jira/browse/CB-5974">CB-5974</a>: Use safe ‘Compatibility’ mode by default
+* <a href="https://issues.apache.org/jira/browse/CB-5915">CB-5915</a>: Add option for new persistent storage location for iOS
+* <a href="https://issues.apache.org/jira/browse/CB-5916">CB-5916</a>: Add option for new persistent storage location for Android
+* Add default FS root to new FS objects
+* <a href="https://issues.apache.org/jira/browse/CB-5899">CB-5899</a>: Make DirectoryReader.readEntries return properly formatted Entry objects
+* Add constructor params to FileUploadResult related to <a href="https://issues.apache.org/jira/browse/CB-2421">CB-2421</a>
+* Fill out filesystem attribute of entities returned from resolveLocalFileSystemURL
+* Android: Expose filePlugin getter so that other plugins can register filesystems
+* Add backwards-compatibility shim for file-transfer
+* Android: Allow third-party plugin registration
+* <a href="https://issues.apache.org/jira/browse/CB-5810">CB-5810</a> BlackBerry10 resolve local:/// paths (application assets)
+* <a href="https://issues.apache.org/jira/browse/CB-5774">CB-5774</a>: create DirectoryEntry instead of FileEntry
+* Initial fix for <a href="https://issues.apache.org/jira/browse/CB-5747">CB-5747</a>: Windows 8: DirectoryEntry.getDirectory fails when path contains directory separator
+* Android: Allow absolute paths on Entry.getFile / Entry.getDirectory
+* <a href="https://issues.apache.org/jira/browse/CB-5008">CB-5008</a>: Rename resolveLocalFileSystemURI to resolveLocalFileSystemURL
+* <a href="https://issues.apache.org/jira/browse/CB-4899">CB-4899</a> BlackBerry10 Fix resolve directories
+* <a href="https://issues.apache.org/jira/browse/CB-5602">CB-5602</a> Windows8. Fix File Api mobile spec tests
+* Android: Better support for content urls and cross-filesystem copy/move ops
+* <a href="https://issues.apache.org/jira/browse/CB-5699">CB-5699</a> BlackBerry10 Update resolveLocalFileSystemURI implementation
+* <a href="https://issues.apache.org/jira/browse/CB-5658">CB-5658</a> Update license comment formatting of doc/index.md
+* <a href="https://issues.apache.org/jira/browse/CB-5658">CB-5658</a> Add doc.index.md for File plugin.
+* <a href="https://issues.apache.org/jira/browse/CB-5658">CB-5658</a> Delete stale snapshot of plugin docs
+* <a href="https://issues.apache.org/jira/browse/CB-5403">CB-5403</a>: Backwards-compatibility with file:// urls where possible
+* Android: Clean up unclosed file objects
+* Log file path for File exceptions.
+* <a href="https://issues.apache.org/jira/browse/CB-5532">CB-5532</a> WP8. Add binary data support to FileWriter
+* <a href="https://issues.apache.org/jira/browse/CB-5531">CB-5531</a> WP8. File Api readAsText incorrectly handles position args
+* Added ubuntu platform support
+* Added amazon-fireos platform support
+* <a href="https://issues.apache.org/jira/browse/CB-5118">CB-5118</a> BlackBerry10 Add check for undefined error handler
+* <a href="https://issues.apache.org/jira/browse/CB-5403">CB-5403</a>: Bump File plugin major version
+* <a href="https://issues.apache.org/jira/browse/CB-5408">CB-5408</a>: Add handler for filesystem urls
+* <a href="https://issues.apache.org/jira/browse/CB-5407">CB-5407</a>: Update Android native code to use filesystem URLs internally</p>
+
+<p><code>org.apache.cordova.file-transfer</code>
+* <a href="https://issues.apache.org/jira/browse/CB-5365">CB-5365</a> Remove unused exception var to prevent warnings?
+* <a href="https://issues.apache.org/jira/browse/CB-2421">CB-2421</a> explicitly write the bytesSent,responseCode,result to the FileUploadResult pending release of cordova-plugin-file dependency, added some sanity checks for callbacks
+* iOS: Update for new file plugin api
+* <a href="https://issues.apache.org/jira/browse/CB-5631">CB-5631</a> Removed <code>SimpleTrackingInputStream.read(byte[] buffer)</code>
+* <a href="https://issues.apache.org/jira/browse/CB-5762">CB-5762</a> android: Fix <code>lengthComputable</code> set wrong for gzip downloads
+* <a href="https://issues.apache.org/jira/browse/CB-4899">CB-4899</a> BlackBerry10 Improve binary file transfer download
+* <a href="https://issues.apache.org/jira/browse/CB-5722">CB-5722</a> BlackBerry10 Update upload function to use native file object
+* <a href="https://issues.apache.org/jira/browse/CB-5658">CB-5658</a> Delete stale snapshot of plugin docs
+* <a href="https://issues.apache.org/jira/browse/CB-5466">CB-5466</a>: Update to work with filesystem URLs</p>
+
+<p><code>org.apache.cordova.geolocation</code>
+* add ubuntu platform support
+* <a href="https://issues.apache.org/jira/browse/CB-5326">CB-5326</a> adding FFOS permission and updating supported platforms
+* <a href="https://issues.apache.org/jira/browse/CB-5729">CB-5729</a> BlackBerry10 Update GeolocationProxy to return collapsed object</p>
 
 <p><code>org.apache.cordova.globalization</code></p>
 
 <ul>
-<li>Add Tizen plugin support</li>
+  <li>Add Tizen plugin support</li>
 </ul>
 
-<p><code>org.apache.cordova.inappbrowser</code></p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-5756">CB-5756</a>: Android: Use WebView.evaluateJavascript for script injection on Android 4.4+</li>
-
-<li>Didn’t test on ICS or lower, getDrawable isn’t supported until Jellybean</li>
-
-<li>add ubuntu platform</li>
-
-<li>Adding drawables to the inAppBrowser. This doesn’t look quite right, but it’s a HUGE improvement over the previous settings</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5756">CB-5756</a>: Android: Use WebView.evaluateJavascript for script injection on Android 4.4+</li>
-
-<li>Remove alive from InAppBrowser.js since it didn’t catch the case where the browser is closed by the user.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5733">CB-5733</a> Fix IAB.close() not working if called before show() animation is done</li>
-</ul>
-
-<p><code>org.apache.cordova.media</code></p>
-
-<ul>
-<li>Add preliminary support for Tizen.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4755">CB-4755</a> Fix crash in Media.setVolume on iOS</li>
-</ul>
-
-<p><code>org.apache.cordova.media-capture</code></p>
-
-<ul>
-<li>ubuntu request audio/camera/microphone permission</li>
-
-<li>fixed cordova cli add capture plugin not work wp</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5685">CB-5685</a> BlackBerry10 Add access_shared permission</li>
-</ul>
+<p><code>org.apache.cordova.inappbrowser</code>
+* <a href="https://issues.apache.org/jira/browse/CB-5756">CB-5756</a>: Android: Use WebView.evaluateJavascript for script injection on Android 4.4+
+* Didn’t test on ICS or lower, getDrawable isn’t supported until Jellybean
+* add ubuntu platform
+* Adding drawables to the inAppBrowser.  This doesn’t look quite right, but it’s a HUGE improvement over the previous settings
+* <a href="https://issues.apache.org/jira/browse/CB-5756">CB-5756</a>: Android: Use WebView.evaluateJavascript for script injection on Android 4.4+
+* Remove alive from InAppBrowser.js since it didn’t catch the case where the browser is closed by the user.
+* <a href="https://issues.apache.org/jira/browse/CB-5733">CB-5733</a> Fix IAB.close() not working if called before show() animation is done</p>
+
+<p><code>org.apache.cordova.media</code>
+* Add preliminary support for Tizen.
+* <a href="https://issues.apache.org/jira/browse/CB-4755">CB-4755</a> Fix crash in Media.setVolume on iOS</p>
+
+<p><code>org.apache.cordova.media-capture</code>
+* ubuntu request audio/camera/microphone permission
+* fixed  cordova cli add capture plugin not work wp
+* <a href="https://issues.apache.org/jira/browse/CB-5685">CB-5685</a> BlackBerry10 Add access_shared permission</p>
 
 <p><code>org.apache.cordova.network-information</code></p>
 
 <ul>
-<li>Initial implementation of Tizen plugin.</li>
+  <li>Initial implementation of Tizen plugin.</li>
 </ul>
 
-<p><code>org.apache.cordova.splashscreen</code></p>
+<p><code>org.apache.cordova.splashscreen</code>
+* <a href="https://issues.apache.org/jira/browse/CB-3562">CB-3562</a> Fix aspect ratio on landscape-only iPhone applications
+* <a href="https://issues.apache.org/jira/browse/CB-4051">CB-4051</a> fix for splashscreen rotation problem</p>
 
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-3562">CB-3562</a> Fix aspect ratio on landscape-only iPhone applications</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4051">CB-4051</a> fix for splashscreen rotation problem</li>
-</ul>
-
-<p><code>org.apache.cordova.vibration</code></p>
-
-<ul>
-<li>Add support for Tizen.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3206">CB-3206</a> - Supported platforms updated</li>
-</ul>
+<p><code>org.apache.cordova.vibration</code>
+* Add support for Tizen.
+* <a href="https://issues.apache.org/jira/browse/CB-3206">CB-3206</a> - Supported platforms updated</p>
 
 <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 vibration plugin:</p>
 
 <pre><code>cordova plugin rm org.apache.cordova.vibration
-cordova plugin add org.apache.cordova.vibration</code></pre>
+cordova plugin add org.apache.cordova.vibration
+</code></pre>
 
     </div>
 </div>

Modified: cordova/site/public/news/2014/03/03/plugins-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/03/03/plugins-release.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2014/03/03/plugins-release.html (original)
+++ cordova/site/public/news/2014/03/03/plugins-release.html Mon Sep  7 16:56:52 2015
@@ -57,139 +57,84 @@
     <div class="meta">Posted by: <a href="https://twitter.com/GrieveAndrew">Andrew Grieve</a></div>
     <p class="meta">03 Mar 2014</p>
     <div class="post">
-    
-<p>The following plugins were updated today:</p>
+    <p>The following plugins were updated today:</p>
 
 <ul>
-<li>org.apache.cordova.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>
+  <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:
+* Several bugfixes to the recently overhauled <code>file</code> plugin
+* Fixed the default value of <code>file-transfer</code> trustAllHosts on iOS (was true, is now false)
+* Prevent malicious code within an <code>inappbrowser</code> on iOS being able to run code within the host UIWebView</p>
 
 <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.8</code> * <a href="https://issues.apache.org/jira/browse/CB-1826">CB-1826</a> Catch OOM on gallery image resize</p>
-
-<p><code>org.apache.cordova.contacts@0.2.9</code></p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-6086">CB-6086</a> Fix typo in FxOS part of plugin.xml: Camera -&gt; Contacts</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5994">CB-5994</a> Switch Contact ID lookup to use Raw contact id.</li>
-</ul>
-
-<p><code>org.apache.cordova.file@1.0.1</code></p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-6116">CB-6116</a> Fix error where resolveLocalFileSystemURL would fail</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6106">CB-6106</a> Add support for nativeURL attribute on Entry objects</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6110">CB-6110</a> iOS: Fix typo in filesystemPathForURL: method</li>
-
-<li>Android: Use most specific FS match when resolving file: URIs</li>
-
-<li>iOS: Update fileSystemURLforLocalPath: to return the most match url.</li>
-
-<li>Allow third-party plugin registration, and the total count of fs type is not limited to just 4.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6097">CB-6097</a> Added missing files for amazon-fireos platform. Added onLoad flag to true.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6087">CB-6087</a> Android, iOS: Load file plugin on startup</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6013">CB-6013</a> BlackBerry10: wrap webkit prefixed called in requestAnimationFrame</li>
-
-<li>Update plugin writers’ documentation</li>
+cordova plugin add org.apache.cordova.file
+</code></pre>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-6080">CB-6080</a> Fix file copy when src and dst are on different local file systems</li>
+<p>Other changes include:
+<!--more--></p>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-6057">CB-6057</a> Add methods for plugins to convert between URLs and paths</li>
+<p><code>org.apache.cordova.camera@0.2.8</code>
+* <a href="https://issues.apache.org/jira/browse/CB-1826">CB-1826</a> Catch OOM on gallery image resize</p>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-6050">CB-6050</a> Public method for returning a FileEntry from a device file path</li>
+<p><code>org.apache.cordova.contacts@0.2.9</code>
+* <a href="https://issues.apache.org/jira/browse/CB-6086">CB-6086</a> Fix typo in FxOS part of plugin.xml: Camera -&gt; Contacts
+* <a href="https://issues.apache.org/jira/browse/CB-5994">CB-5994</a> Switch Contact ID lookup to use Raw contact id.</p>
+
+<p><code>org.apache.cordova.file@1.0.1</code>
+* <a href="https://issues.apache.org/jira/browse/CB-6116">CB-6116</a> Fix error where resolveLocalFileSystemURL would fail
+* <a href="https://issues.apache.org/jira/browse/CB-6106">CB-6106</a> Add support for nativeURL attribute on Entry objects
+* <a href="https://issues.apache.org/jira/browse/CB-6110">CB-6110</a> iOS: Fix typo in filesystemPathForURL: method
+* Android: Use most specific FS match when resolving file: URIs
+* iOS: Update fileSystemURLforLocalPath: to return the most match url.
+* Allow third-party plugin registration, and the total count of fs type is not limited to just 4.
+* <a href="https://issues.apache.org/jira/browse/CB-6097">CB-6097</a> Added missing files for amazon-fireos platform. Added onLoad flag to true.
+* <a href="https://issues.apache.org/jira/browse/CB-6087">CB-6087</a> Android, iOS: Load file plugin on startup
+* <a href="https://issues.apache.org/jira/browse/CB-6013">CB-6013</a> BlackBerry10: wrap webkit prefixed called in requestAnimationFrame
+* Update plugin writers’ documentation
+* <a href="https://issues.apache.org/jira/browse/CB-6080">CB-6080</a> Fix file copy when src and dst are on different local file systems
+* <a href="https://issues.apache.org/jira/browse/CB-6057">CB-6057</a> Add methods for plugins to convert between URLs and paths
+* <a href="https://issues.apache.org/jira/browse/CB-6050">CB-6050</a> Public method for returning a FileEntry from a device file path
+* <a href="https://issues.apache.org/jira/browse/CB-2432">CB-2432</a> <a href="https://issues.apache.org/jira/browse/CB-3185">CB-3185</a>, <a href="https://issues.apache.org/jira/browse/CB-5975">CB-5975</a>: Fix Android handling of content:// URLs
+* <a href="https://issues.apache.org/jira/browse/CB-6022">CB-6022</a> Add upgrade notes to doc
+* <a href="https://issues.apache.org/jira/browse/CB-5233">CB-5233</a> Make asset-library urls work properly on iOS
+* <a href="https://issues.apache.org/jira/browse/CB-6012">CB-6012</a> Preserve query strings on cdvfile:// URLs where necessary
+* <a href="https://issues.apache.org/jira/browse/CB-6010">CB-6010</a> Test properly for presence of URLforFilesystemPath method
+* <a href="https://issues.apache.org/jira/browse/CB-5959">CB-5959</a> Entry.getMetadata should return size attribute</p>
+
+<p><code>org.apache.cordova.file-transfer@0.4.2</code>
+* <a href="https://issues.apache.org/jira/browse/CB-6106">CB-6106</a> Ensure that nativeURL is used by file transfer download
+* iOS: Fix default value for trustAllHosts on iOS (YES-&gt;NO)
+* <a href="https://issues.apache.org/jira/browse/CB-6059">CB-6059</a> iOS: Stop FileTransfer.download doing IO on the UI thread
+* <a href="https://issues.apache.org/jira/browse/CB-5588">CB-5588</a> iOS: Add response headers to upload result
+* <a href="https://issues.apache.org/jira/browse/CB-2190">CB-2190</a> iOS: Make backgroundTaskId apply to downloads as well. Move backgroundTaskId to the delegate.
+* <a href="https://issues.apache.org/jira/browse/CB-6050">CB-6050</a> Android: Use instance method on actual file plugin object to get FileEntry to return on download
+* <a href="https://issues.apache.org/jira/browse/CB-6000">CB-6000</a> Android: Nginx rejects Content-Type without a space before “boundary”.
+* <a href="https://issues.apache.org/jira/browse/CB-6022">CB-6022</a> Add backwards-compatibility notes to doc</p>
+
+<p><code>org.apache.cordova.inappbrowser@0.3.2</code>
+* Validate that callbackId is correctly formed
+* <a href="https://issues.apache.org/jira/browse/CB-6035">CB-6035</a> Move js-module so it is not loaded on unsupported platforms
+* Removed some iOS6 Deprecations</p>
+
+<p><code>org.apache.cordova.media@0.2.9</code>
+* <a href="https://issues.apache.org/jira/browse/CB-6051">CB-6051</a> Update media plugin to work with new cdvfile:// urls
+* <a href="https://issues.apache.org/jira/browse/CB-5748">CB-5748</a> Make sure that Media.onStatus is called when recording is started.</p>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-2432">CB-2432</a> <a href="https://issues.apache.org/jira/browse/CB-3185">CB-3185</a>, <a href="https://issues.apache.org/jira/browse/CB-5975">CB-5975</a>: Fix Android handling of content:// URLs</li>
+<p><code>org.apache.cordova.media-capture@0.2.8</code>
+* <a href="https://issues.apache.org/jira/browse/CB-5202">CB-5202</a> Fix video capture crash on Android 4.3+</p>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-6022">CB-6022</a> Add upgrade notes to doc</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5233">CB-5233</a> Make asset-library urls work properly on iOS</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6012">CB-6012</a> Preserve query strings on cdvfile:// URLs where necessary</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6010">CB-6010</a> Test properly for presence of URLforFilesystemPath method</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5959">CB-5959</a> Entry.getMetadata should return size attribute</li>
-</ul>
-
-<p><code>org.apache.cordova.file-transfer@0.4.2</code></p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-6106">CB-6106</a> Ensure that nativeURL is used by file transfer download</li>
-
-<li>iOS: Fix default value for trustAllHosts on iOS (YES-&gt;NO)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6059">CB-6059</a> iOS: Stop FileTransfer.download doing IO on the UI thread</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5588">CB-5588</a> iOS: Add response headers to upload result</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-2190">CB-2190</a> iOS: Make backgroundTaskId apply to downloads as well. Move backgroundTaskId to the delegate.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6050">CB-6050</a> Android: Use instance method on actual file plugin object to get FileEntry to return on download</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6000">CB-6000</a> Android: Nginx rejects Content-Type without a space before “boundary”.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6022">CB-6022</a> Add backwards-compatibility notes to doc</li>
-</ul>
-
-<p><code>org.apache.cordova.inappbrowser@0.3.2</code></p>
-
-<ul>
-<li>Validate that callbackId is correctly formed</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6035">CB-6035</a> Move js-module so it is not loaded on unsupported platforms</li>
-
-<li>Removed some iOS6 Deprecations</li>
-</ul>
-
-<p><code>org.apache.cordova.media@0.2.9</code></p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-6051">CB-6051</a> Update media plugin to work with new cdvfile:// urls</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5748">CB-5748</a> Make sure that Media.onStatus is called when recording is started.</li>
-</ul>
-
-<p><code>org.apache.cordova.media-capture@0.2.8</code></p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-5202">CB-5202</a> Fix video capture crash on Android 4.3+</li>
-</ul>
 
     </div>
 </div>

Modified: cordova/site/public/news/2014/03/05/tools-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/03/05/tools-release.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2014/03/05/tools-release.html (original)
+++ cordova/site/public/news/2014/03/05/tools-release.html Mon Sep  7 16:56:52 2015
@@ -57,72 +57,57 @@
     <div class="meta">Posted by: <a href="https://twitter.com/GrieveAndrew">Andrew Grieve</a></div>
     <p class="meta">05 Mar 2014</p>
     <div class="post">
-    
-<p>New versions of <code>plugman</code> and <code>cordova</code> are now live!</p>
+    <p>New versions of <code>plugman</code> and <code>cordova</code> are now live!</p>
 
 <ul>
-<li><a href="https://www.npmjs.org/package/plugman">plugman@0.20.2</a></li>
-
-<li><a href="https://www.npmjs.org/package/cordova">cordova@3.4.0-0.1.3</a></li>
+  <li><a href="https://www.npmjs.org/package/plugman">plugman@0.20.2</a></li>
+  <li><a href="https://www.npmjs.org/package/cordova">cordova@3.4.0-0.1.3</a></li>
 </ul>
 
 <p>To update your tools:</p>
 
 <pre><code>npm update -g cordova
-npm update -g plugman</code></pre>
+npm update -g plugman
+</code></pre>
 
 <p>Most notable changes include:</p>
 
 <ul>
-<li>New command <code>plugman create</code> for generating a plugin template (CB-4886)</li>
-
-<li>No longer necessary to run <code>cordova prepare</code> after installing a plugin (CB-5647)</li>
-
-<li><code>cordova</code> now shows output of builds and hook scripts</li>
-
-<li>Installing multiple plugins at once is now faster (CB-5885)</li>
+  <li>New command <code>plugman create</code> for generating a plugin template (CB-4886)</li>
+  <li>No longer necessary to run <code>cordova prepare</code> after installing a plugin (CB-5647)</li>
+  <li><code>cordova</code> now shows output of builds and hook scripts</li>
+  <li>Installing multiple plugins at once is now faster (CB-5885)</li>
 </ul>
 
-<p>Other changes include: <!--more--></p>
+<p>Other changes include:
+<!--more--></p>
 
 <h2 id="cordova">cordova</h2>
 
 <ul>
-<li>Speed up prepare by using plugman’s new <code>reapply_global_munge()</code> (CB-5299)</li>
-
-<li>Make “Generating config.xml from defaults” a verbose log (CB-6076)</li>
-
-<li>Use spawn helper for all sub-shelling. (CB-5181)</li>
-
-<li>Enable stdio for build sub-commands and hooks (CB-6049, <a href="https://issues.apache.org/jira/browse/CB-5181">CB-5181</a>)</li>
+  <li>Speed up prepare by using plugman’s new <code>reapply_global_munge()</code> (CB-5299)</li>
+  <li>Make “Generating config.xml from defaults” a verbose log (CB-6076)</li>
+  <li>Use spawn helper for all sub-shelling. (CB-5181)</li>
+  <li>Enable stdio for build sub-commands and hooks (CB-6049, <a href="https://issues.apache.org/jira/browse/CB-5181">CB-5181</a>)</li>
 </ul>
 
 <h2 id="plugman">plugman</h2>
 
 <ul>
-<li>Move <code>&lt;assets&gt;</code> copying from install to prepare (CB-5647)</li>
-
-<li>Include platform tag information when publishing plugins (CB-5804)</li>
-
-<li>Logging tweaks to be less verbose (CB-6076)</li>
-
-<li>Accept proxy config for plugman (CB-5017)</li>
-
-<li>Add <code>&lt;resource-file&gt;</code> support on Android (CB-5720)</li>
-
-<li>config-changes.js: Major refactor &amp; introduced <code>reapply_global_munge()</code></li>
-
-<li>FFOS: Look for <code>config.xml</code> in <code>www_dir</code> and in <code>project_dir</code> (CB-6088)</li>
-
-<li>iOS: Do not add static libraries (.a) to source files (CB-6025)</li>
-
-<li>Win8/WP: Added SDKReference support via <code>&lt;lib-file&gt;</code> tags</li>
-
-<li>Win8/WP: Remove ability to add .dll as content - it should be a framework/reference</li>
-
-<li>Win8/WP: Added ability to add+remove ref to .winmd files</li>
+  <li>Move <code>&lt;assets&gt;</code> copying from install to prepare (CB-5647)</li>
+  <li>Include platform tag information when publishing plugins (CB-5804)</li>
+  <li>Logging tweaks to be less verbose (CB-6076)</li>
+  <li>Accept proxy config for plugman (CB-5017)</li>
+  <li>Add <code>&lt;resource-file&gt;</code> support on Android (CB-5720)</li>
+  <li>config-changes.js: Major refactor &amp; introduced <code>reapply_global_munge()</code></li>
+  <li>FFOS: Look for <code>config.xml</code> in <code>www_dir</code> and in <code>project_dir</code> (CB-6088)</li>
+  <li>iOS: Do not add static libraries (.a) to source files (CB-6025)</li>
+  <li>Win8/WP: Added SDKReference support via <code>&lt;lib-file&gt;</code> tags</li>
+  <li>Win8/WP: Remove ability to add .dll as content - it should be a framework/reference</li>
+  <li>Win8/WP: Added ability to add+remove ref to .winmd files</li>
 </ul>
 
+
     </div>
 </div>
 

Modified: cordova/site/public/news/2014/04/09/tools-ios-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/04/09/tools-ios-release.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2014/04/09/tools-ios-release.html (original)
+++ cordova/site/public/news/2014/04/09/tools-ios-release.html Mon Sep  7 16:56:52 2015
@@ -57,118 +57,82 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">09 Apr 2014</p>
     <div class="post">
-    
-<p>New versions of <code>plugman</code>, <code>cordova</code> and <code>cordova-ios</code> are now live!</p>
+    <p>New versions of <code>plugman</code>, <code>cordova</code> and <code>cordova-ios</code> are now live!</p>
 
 <ul>
-<li><a href="https://www.npmjs.org/package/plugman">plugman@0.21.0</a></li>
-
-<li><a href="https://www.npmjs.org/package/cordova">cordova@3.4.1-0.1.0</a></li>
-
-<li><a href="http://archive.apache.org/dist/cordova/platforms/ios">cordova-ios@3.4.1</a></li>
+  <li><a href="https://www.npmjs.org/package/plugman">plugman@0.21.0</a></li>
+  <li><a href="https://www.npmjs.org/package/cordova">cordova@3.4.1-0.1.0</a></li>
+  <li><a href="http://archive.apache.org/dist/cordova/platforms/ios">cordova-ios@3.4.1</a></li>
 </ul>
 
 <p>To update your tools:</p>
 
 <pre><code>npm update -g cordova
-npm update -g plugman</code></pre>
+npm update -g plugman
+</code></pre>
 
 <p><strong>Cordova iOS 3.4.1</strong> is included with the latest update of <code>cordova</code>.</p>
 
 <p>Most notable changes include:</p>
 
 <ul>
-<li>Update <strong>Xcode</strong> <code>.pbxproj</code> files according to <strong>Xcode 5.1</strong> recommendations</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4863">CB-4863</a> Drop <strong>iOS 5.0</strong> support</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4863">CB-4863</a> supporting <strong>iOS</strong> <code>arm64</code> by default</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6160">CB-6160</a> Fix <code>plugin add</code> for <strong>FirefoxOS</strong>.</li>
-
-<li>Fix to never remove top-level plugins that are dependencies + tests.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6211">CB-6211</a> <code>cordova info</code> command fixed for <strong>Windows</strong> platform</li>
+  <li>Update <strong>Xcode</strong> <code>.pbxproj</code> files according to <strong>Xcode 5.1</strong> recommendations</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4863">CB-4863</a> Drop <strong>iOS 5.0</strong> support</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4863">CB-4863</a> supporting <strong>iOS</strong> <code>arm64</code> by default</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6160">CB-6160</a> Fix <code>plugin add</code> for <strong>FirefoxOS</strong>.</li>
+  <li>Fix to never remove top-level plugins that are dependencies + tests.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6211">CB-6211</a> <code>cordova info</code> command fixed for <strong>Windows</strong> platform</li>
 </ul>
 
-<p>Other changes include: <!--more--></p>
+<p>Other changes include:
+<!--more--></p>
 
-<h2 id="cordovacli">cordova-cli</h2>
+<h2 id="cordova-cli">cordova-cli</h2>
 
 <ul>
-<li>updated to use <code>cordova-iOS</code> 3.4.1</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6377">CB-6377</a> Fix up <code>superspawn</code>s <code>cmd</code> fallback when there is a space in the args</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6377">CB-6377</a> Remove <code>windowsVerbatimArguments</code> from <code>superspawn</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6377">CB-6377</a> Handle spaces in paths for <code>cmd</code> related scripts</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6141">CB-6141</a> Fix <strong>Windows8</strong> tests</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6267">CB-6267</a> <strong>Windows8</strong>. Apply BackgroundColor from <code>config.xml</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6338">CB-6338</a> Improve errors for missing templates</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6306">CB-6306</a> Error creating project when path to project includes spaces</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6211">CB-6211</a> <code>cordova info</code> command fixed for <strong>Windows</strong> platform</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6209">CB-6209</a> Uplevel changes from <code>android_parser</code> to <code>amazon_fireos_parser</code>. Added orientation related config changes from <code>android_parser</code>.</li>
-
-<li>When searchpath is specified in config and CLI, merge them.</li>
+  <li>updated to use <code>cordova-iOS</code> 3.4.1</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6377">CB-6377</a> Fix up <code>superspawn</code>s <code>cmd</code> fallback when there is a space in the args</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6377">CB-6377</a> Remove <code>windowsVerbatimArguments</code> from <code>superspawn</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6377">CB-6377</a> Handle spaces in paths for <code>cmd</code> related scripts</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6141">CB-6141</a> Fix <strong>Windows8</strong> tests</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6267">CB-6267</a> <strong>Windows8</strong>. Apply BackgroundColor from <code>config.xml</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6338">CB-6338</a> Improve errors for missing templates</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6306">CB-6306</a> Error creating project when path to project includes spaces</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6211">CB-6211</a> <code>cordova info</code> command fixed for <strong>Windows</strong> platform</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6209">CB-6209</a> Uplevel changes from <code>android_parser</code> to <code>amazon_fireos_parser</code>. Added orientation related config changes from <code>android_parser</code>.</li>
+  <li>When searchpath is specified in config and CLI, merge them.</li>
 </ul>
 
 <h2 id="plugman">plugman</h2>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-6344">CB-6344</a> Specify after which sibling to add config-changes in <code>plugin.xml</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6272">CB-6272</a> Fix subdir bug + tests &amp; meta fetch with a src directory</li>
-
-<li><code>src/platforms.js</code>: Adding <strong>Tizen</strong>.</li>
-
-<li>Throw an error when a <code>&lt;dependency&gt;</code> tag is missing <code>id</code> attribute.</li>
-
-<li>Added <code>org.apache.cordova.statusbar</code> into the registry whitelist.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6160">CB-6160</a> Fix <code>plugin add</code> for <strong>FirefoxOS</strong>.</li>
-
-<li>Fix to never remove top-level plugins that are dependencies + tests.</li>
-
-<li>Allow <code>--searchpath</code> to have a delimiter</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5970">CB-5970</a> added type attribute <code>projectReference</code> to <code>&lt;framework&gt;</code> element to signal addition of dependent project</li>
-
-<li>Separate out adding a dependent project from adding a <code>.winmd</code> reference in <strong>Windows8</strong></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6119">CB-6119</a> Fix <code>plugman info</code> command printing <code>undefined</code> always</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6159">CB-6159</a> Fix incorrect “success” message when publishing fails.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6344">CB-6344</a> Specify after which sibling to add config-changes in <code>plugin.xml</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6272">CB-6272</a> Fix subdir bug + tests &amp; meta fetch with a src directory</li>
+  <li><code>src/platforms.js</code>: Adding <strong>Tizen</strong>.</li>
+  <li>Throw an error when a <code>&lt;dependency&gt;</code> tag is missing <code>id</code> attribute.</li>
+  <li>Added <code>org.apache.cordova.statusbar</code> into the registry whitelist.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6160">CB-6160</a> Fix <code>plugin add</code> for <strong>FirefoxOS</strong>.</li>
+  <li>Fix to never remove top-level plugins that are dependencies + tests.</li>
+  <li>Allow <code>--searchpath</code> to have a delimiter</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5970">CB-5970</a> added type attribute <code>projectReference</code> to <code>&lt;framework&gt;</code> element to signal addition of dependent project</li>
+  <li>Separate out adding a dependent project from adding a <code>.winmd</code> reference in <strong>Windows8</strong></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6119">CB-6119</a> Fix <code>plugman info</code> command printing <code>undefined</code> always</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6159">CB-6159</a> Fix incorrect “success” message when publishing fails.</li>
 </ul>
 
-<h2 id="cordovaios">cordova-ios</h2>
+<h2 id="cordova-ios">cordova-ios</h2>
 
 <ul>
-<li>Update <strong>Xcode</strong> <code>.pbxproj</code> files according to <strong>Xcode 5.1</strong> recommendations</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6327">CB-6327</a> Allow <code>.</code> in plugin feature names (and therefore callback ids)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6287">CB-6287</a> Add build script support for <code>arm64</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6217">CB-6217</a> <strong>iOS</strong> simulator targets not consistent across scripts</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5286">CB-5286</a> Fix warnings when compiled under <code>arm64</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4863">CB-4863</a> Drop <strong>iOS 5.0</strong> support</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4863">CB-4863</a> supporting <strong>iOS</strong> <code>arm64</code> by default</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6150">CB-6150</a> <code>objc _msgSend</code> causes <code>EXC _BAD _ACCESS</code> with plugins on <code>arm64</code></li>
-
-<li>Validate that callback IDs are always well-formed</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5018">CB-5018</a> <code>bin/create</code> on <strong>iOS</strong> should use <code>--arc</code> by default</li>
+  <li>Update <strong>Xcode</strong> <code>.pbxproj</code> files according to <strong>Xcode 5.1</strong> recommendations</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6327">CB-6327</a> Allow <code>.</code> in plugin feature names (and therefore callback ids)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6287">CB-6287</a> Add build script support for <code>arm64</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6217">CB-6217</a> <strong>iOS</strong> simulator targets not consistent across scripts</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5286">CB-5286</a> Fix warnings when compiled under <code>arm64</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4863">CB-4863</a> Drop <strong>iOS 5.0</strong> support</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4863">CB-4863</a> supporting <strong>iOS</strong> <code>arm64</code> by default</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6150">CB-6150</a> <code>objc _msgSend</code> causes <code>EXC _BAD _ACCESS</code> with plugins on <code>arm64</code></li>
+  <li>Validate that callback IDs are always well-formed</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5018">CB-5018</a> <code>bin/create</code> on <strong>iOS</strong> should use <code>--arc</code> by default</li>
 </ul>
 
     </div>

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=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2014/04/23/plugins.release.html (original)
+++ cordova/site/public/news/2014/04/23/plugins.release.html Mon Sep  7 16:56:52 2015
@@ -57,225 +57,140 @@
     <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:</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>
+  <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>
 
 <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>
+cordova plugin add org.apache.cordova.file
+</code></pre>
 
-<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>Other changes include:
+<!--more--></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>
+<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>
 
     </div>
 </div>



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