You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ka...@apache.org on 2014/07/10 23:55:53 UTC

svn commit: r1609579 [5/7] - 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/releases/20...

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

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

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