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 [7/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/blog/releases/2013/10/02/cordova-31.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/releases/2013/10/02/cordova-31.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/blog/releases/2013/10/02/cordova-31.html (original)
+++ cordova/site/public/blog/releases/2013/10/02/cordova-31.html Mon Sep  7 16:56:52 2015
@@ -57,181 +57,143 @@
     <div class="meta">Posted by: <a href="https://twitter.com/GrieveAndrew">Andrew Grieve</a></div>
     <p class="meta">02 Oct 2013</p>
     <div class="post">
-    
-<p>The <a href="http://cordova.apache.org/">Apache Cordova</a> team has just released Cordova 3.1.0. Hurray! Most notable changes include:</p>
+    <p>The <a href="http://cordova.apache.org/">Apache Cordova</a> team has just released Cordova 3.1.0. Hurray! Most notable changes include:</p>
 
 <ul>
-<li>Initial (alpha) support for Firefox OS.</li>
-
-<li>Windows 8 support for CLI project.</li>
-
-<li>Unified <a href="http://cordova.apache.org/docs/en/3.1.0/guide_appdev_whitelist_index.md.html">whitelist syntax</a> on iOS and Android</li>
-
-<li><a href="http://cordova.apache.org/docs/en/3.1.0/">Documentation</a> translated into several languages (<a href="http://cordova.apache.org/docs/fr/3.1.0/index.html">fr</a> <a href="http://cordova.apache.org/docs/zh/3.1.0/index.html">zh</a> <a href="http://cordova.apache.org/docs/de/3.1.0/index.html">de</a> <a href="http://cordova.apache.org/docs/it/3.1.0/index.html">it</a> <a href="http://cordova.apache.org/docs/ja/3.1.0/index.html">ja</a> <a href="http://cordova.apache.org/docs/ko/3.1.0/index.html">ko</a> <a href="http://cordova.apache.org/docs/ru/3.1.0/index.html">ru</a> <a href="http://cordova.apache.org/docs/es/3.1.0/index.html">es</a>)</li>
+  <li>Initial (alpha) support for Firefox OS.</li>
+  <li>Windows 8 support for CLI project.</li>
+  <li>Unified <a href="http://cordova.apache.org/docs/en/3.1.0/guide_appdev_whitelist_index.md.html">whitelist syntax</a> on iOS and Android</li>
+  <li><a href="http://cordova.apache.org/docs/en/3.1.0/">Documentation</a> translated into several languages (<a href="http://cordova.apache.org/docs/fr/3.1.0/index.html">fr</a>
+<a href="http://cordova.apache.org/docs/zh/3.1.0/index.html">zh</a>
+<a href="http://cordova.apache.org/docs/de/3.1.0/index.html">de</a>
+<a href="http://cordova.apache.org/docs/it/3.1.0/index.html">it</a>
+<a href="http://cordova.apache.org/docs/ja/3.1.0/index.html">ja</a>
+<a href="http://cordova.apache.org/docs/ko/3.1.0/index.html">ko</a>
+<a href="http://cordova.apache.org/docs/ru/3.1.0/index.html">ru</a>
+<a href="http://cordova.apache.org/docs/es/3.1.0/index.html">es</a>)</li>
 </ul>
 
 <p>To upgrade a 3.0 project (replace <code>android</code> with the platform you want to update):</p>
 
 <pre><code>npm install -g cordova
 cd my_project
-cordova platform update android</code></pre>
+cordova platform update android
+</code></pre>
 
-<p>For non-CLI projects or for pre-3.0 projects, refer to the <a href="http://cordova.apache.org/docs/en/3.1.0/guide_platforms_index.md.html">upgrade guides</a>. <!--more--></p>
+<p>For non-CLI projects or for pre-3.0 projects, refer to the <a href="http://cordova.apache.org/docs/en/3.1.0/guide_platforms_index.md.html">upgrade guides</a>.
+<!--more--></p>
 
-<h2 id="whats_new_in_android">What’s new in Android</h2>
+<h2 id="whats-new-in-android">What’s new in Android</h2>
 
 <p>The Android platform saw 55 commits land since 3.0.0. Notable changes include:</p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-4763">CB-4763</a> Deprecated JSONUtils.java, ExifHelper.java, DirectoryManager.java, FileHelper.java</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4725">CB-4725</a> Cordova version is now available to native plugins through <code>CordovaWebView.CORDOVA_VERSION</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4652">CB-4652</a> Support for custom application templates for the <code>create</code> command</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3819">CB-3819</a> Made it easier to set SplashScreen delay.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4013">CB-4013</a> Fixed <code>loadUrlTimeoutValue</code> preference.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4096">CB-4096</a> Implemented new unified whitelist for android</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4133">CB-4133</a> Add main thread warning for plugins that run too long</li>
-
-<li>Made it easier to use custom subclasses of WebChromeClient and WebViewClient</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4763">CB-4763</a> Deprecated JSONUtils.java, ExifHelper.java, DirectoryManager.java, FileHelper.java</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4725">CB-4725</a> Cordova version is now available to native plugins through <code>CordovaWebView.CORDOVA_VERSION</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4652">CB-4652</a> Support for custom application templates for the <code>create</code> command</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3819">CB-3819</a> Made it easier to set SplashScreen delay.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4013">CB-4013</a> Fixed <code>loadUrlTimeoutValue</code> preference.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4096">CB-4096</a> Implemented new unified whitelist for android</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4133">CB-4133</a> Add main thread warning for plugins that run too long</li>
+  <li>Made it easier to use custom subclasses of WebChromeClient and WebViewClient</li>
 </ul>
 
 <p>For a full list of changes, refer to the Android <a href="https://github.com/apache/cordova-android/blob/master/RELEASENOTES.md">RELEASENOTES.md</a>.</p>
 
-<h2 id="whats_new_in_ios">What’s new in iOS</h2>
+<h2 id="whats-new-in-ios">What’s new in iOS</h2>
 
 <p>There were 50 commits to iOS since 3.0.0. The focus, of course, was support for iOS 7 and Xcode 5.</p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-3020">CB-3020</a> Several fixes to HideKeyboardFormAccessoryBar and KeyboardShrinksView (still not perfect though)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4801">CB-4801</a> Add new iOS 7 properties for UIWebView in the config.xml &lt;preferences&gt;</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4539">CB-4539</a> Can now create CDVViewController in Storyboard</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4654">CB-4654</a> Allow default project template to be overridden in <code>create</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4095">CB-4095</a> Unified whitelist implementations</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4486">CB-4486</a> Give iOS plugins the ability to override URL loading</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4408">CB-4408</a> Modify cordova/build script to build for device (armv7/armv7s)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3005">CB-3005</a> Add support for query parameters in StartPage url</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4355">CB-4355</a> Localstorage plugin handles options incorrectly (the settings key is specified with upper case chars)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3020">CB-3020</a> Several fixes to HideKeyboardFormAccessoryBar and KeyboardShrinksView (still not perfect though)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4801">CB-4801</a> Add new iOS 7 properties for UIWebView in the config.xml &lt;preferences&gt;</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4539">CB-4539</a> Can now create CDVViewController in Storyboard</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4654">CB-4654</a> Allow default project template to be overridden in <code>create</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4095">CB-4095</a> Unified whitelist implementations</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4486">CB-4486</a> Give iOS plugins the ability to override URL loading</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4408">CB-4408</a> Modify cordova/build script to build for device (armv7/armv7s)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3005">CB-3005</a> Add support for query parameters in StartPage url</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4355">CB-4355</a> Localstorage plugin handles options incorrectly (the settings key is specified with upper case chars)</li>
 </ul>
 
 <p>For a full list of changes, refer to the iOS <a href="https://github.com/apache/cordova-ios/blob/master/RELEASENOTES.md">RELEASENOTES.md</a>.</p>
 
-<h2 id="whats_new_in_blackberry">What’s new in BlackBerry</h2>
+<h2 id="whats-new-in-blackberry">What’s new in BlackBerry</h2>
 
 <p>There have been 48 commits to the BlackBerry platform since 3.0.0. Many performance and stability improvements were introduced. Other notable changes include:</p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-4876">CB-4876</a> Removal of playbook implementation</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4812">CB-4812</a> Support for “default” value in the orientation preference</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4544">CB-4544</a> Adds a –query flag to query the user for their password when we need it</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4563">CB-4563</a> Migrated blackberry.app parameters to preferences</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4344">CB-4344</a> Auto-detect started simulator</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4342">CB-4342</a> Detect USB connected device</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4076">CB-4076</a> Modified config-parser to default to the uri attribute</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4876">CB-4876</a> Removal of playbook implementation</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4812">CB-4812</a> Support for “default” value in the orientation preference</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4544">CB-4544</a> Adds a –query flag to query the user for their password when we need it</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4563">CB-4563</a> Migrated blackberry.app parameters to preferences</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4344">CB-4344</a> Auto-detect started simulator</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4342">CB-4342</a> Detect USB connected device</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4076">CB-4076</a> Modified config-parser to default to the uri attribute</li>
 </ul>
 
-<h2 id="whats_new_in_windows_phone_7__8">What’s new in Windows Phone 7 &amp; 8</h2>
+<h2 id="whats-new-in-windows-phone-7--8">What’s new in Windows Phone 7 &amp; 8</h2>
 
 <p>Defects closed:</p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-3177">CB-3177</a> Remove <code>&lt;plugin&gt;</code> support in config.xml and remove deprecation notice in WP8</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3176">CB-3176</a> Remove <code>&lt;plugin&gt;</code> support in config.xml and remove deprecation notice in WP7</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4385">CB-4385</a> Tooling scripts fail when there are spaces in the path name</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4350">CB-4350</a> Bad errors when trying to add win* platforms on mac</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4421">CB-4421</a> WP8 Project - XHRHelper.HandleCommand failing with ‘System.InvalidOperationException</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4807">CB-4807</a> WP7 + 8 cannot handle parsing config.xml with namespaces</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4526">CB-4526</a> Windows Phone 7+8 <code>build</code> script with no flags should call <code>clean</code> first</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4850">CB-4850</a> Apache Cordova Apache Cordova</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4850">CB-4850</a> WP7 startup optimization</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3177">CB-3177</a> Remove <code>&lt;plugin&gt;</code> support in config.xml and remove deprecation notice in WP8</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3176">CB-3176</a> Remove <code>&lt;plugin&gt;</code> support in config.xml and remove deprecation notice in WP7</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4385">CB-4385</a> Tooling scripts fail when there are spaces in the path name</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4350">CB-4350</a> Bad errors when trying to add win* platforms on mac</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4421">CB-4421</a> WP8 Project - XHRHelper.HandleCommand failing with ‘System.InvalidOperationException</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4807">CB-4807</a> WP7 + 8 cannot handle parsing config.xml with namespaces</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4526">CB-4526</a> Windows Phone 7+8 <code>build</code> script with no flags should call <code>clean</code> first</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4850">CB-4850</a> Apache Cordova Apache Cordova</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4850">CB-4850</a> WP7 startup optimization</li>
 </ul>
 
 <p>Other changes include:</p>
 
 <ul>
-<li>Platform script improvements, removed case-sensitive ms-build version</li>
-
-<li>Checks affecting some international users.</li>
-
-<li>Added hash removal to injected js for backbone + jQuery Mobile routes</li>
+  <li>Platform script improvements, removed case-sensitive ms-build version</li>
+  <li>Checks affecting some international users.</li>
+  <li>Added hash removal to injected js for backbone + jQuery Mobile routes</li>
 </ul>
 
-<h2 id="whats_new_in_windows_8">What’s new in Windows 8</h2>
+<h2 id="whats-new-in-windows-8">What’s new in Windows 8</h2>
 
 <p>Windows 8 support has been added to cordova-cli, so you can now run:</p>
 
-<pre><code>cordova platform add windows8</code></pre>
+<pre><code>cordova platform add windows8
+</code></pre>
 
 <p>All plugins were broken out into the respective repositories. All plugins are fully supported to be installed/uninstalled with plugman, and cordova-cli.</p>
 
-<p>Supported plugins include :</p>
-
-<ul>
-<li>org.apache.cordova.camera</li>
-
-<li>org.apache.cordova.console</li>
-
-<li>org.apache.cordova.device.motion</li>
+<p>Supported plugins include :
+* org.apache.cordova.camera
+* org.apache.cordova.console
+* org.apache.cordova.device.motion
+* org.apache.cordova.device.orientation
+* org.apache.cordova.device
+* org.apache.cordova.dialogs
+* org.apache.cordova.file-transfer
+* org.apache.cordova.file
+* org.apache.cordova.geolocation
+* org.apache.cordova.inappbrowser (some limitations because of iframe use and security model)
+* org.apache.cordova.media-capture
+* org.apache.cordova.network-information</p>
 
-<li>org.apache.cordova.device.orientation</li>
-
-<li>org.apache.cordova.device</li>
-
-<li>org.apache.cordova.dialogs</li>
-
-<li>org.apache.cordova.file-transfer</li>
-
-<li>org.apache.cordova.file</li>
-
-<li>org.apache.cordova.geolocation</li>
-
-<li>org.apache.cordova.inappbrowser (some limitations because of iframe use and security model)</li>
-
-<li>org.apache.cordova.media-capture</li>
-
-<li>org.apache.cordova.network-information</li>
-</ul>
-
-<h2 id="whats_new_in_firefox_os">What’s new in Firefox OS</h2>
+<h2 id="whats-new-in-firefox-os">What’s new in Firefox OS</h2>
 
 <p>Firefox OS support has been added to cordova-cli, so you can run:</p>
 
-<pre><code>cordova platform add firefoxos</code></pre>
+<pre><code>cordova platform add firefoxos
+</code></pre>
 
 <p>Firefox OS support is still in the very early phases of development. We will continue to work towards adding support for all of cordova’s APIs. Currently, Firefox OS support only two plugins:</p>
 
 <ul>
-<li>org.apache.cordova.vibration</li>
-
-<li>org.apache.cordova.device</li>
+  <li>org.apache.cordova.vibration</li>
+  <li>org.apache.cordova.device</li>
 </ul>
 
+
     </div>
 </div>
 

Modified: cordova/site/public/blog/releases/2013/11/06/cordova-291.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/releases/2013/11/06/cordova-291.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/blog/releases/2013/11/06/cordova-291.html (original)
+++ cordova/site/public/blog/releases/2013/11/06/cordova-291.html Mon Sep  7 16:56:52 2015
@@ -57,159 +57,101 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">06 Nov 2013</p>
     <div class="post">
-    
-<p>The <a href="http://cordova.apache.org/">Apache Cordova</a> team has just released Cordova 2.9.1. Wait what?! You read right! We have backported some bug fixes to the Cordova 2 series for all of you that haven’t upgraded to the Cordova 3 series yet. Hurray! Among other fixes, this release backports iOS 7 support.</p>
+    <p>The <a href="http://cordova.apache.org/">Apache Cordova</a> team has just released Cordova 2.9.1. Wait what?! You read right! We have backported some bug fixes to the Cordova 2 series for all of you that haven’t upgraded to the Cordova 3 series yet. Hurray! Among other fixes, this release backports iOS 7 support.</p>
 
 <p>Users can download the source zip from <a href="https://www.apache.org/dist/cordova/cordova-2.9.1-src.zip">https://www.apache.org/dist/cordova/cordova-2.9.1-src.zip</a></p>
 
 <p>We will continue to backport fixes for a few more months, but we highly suggest upgrading to the Cordova 3 series.</p>
-<!--more-->
-<h2 id="whats_new_in_android">What’s new in Android</h2>
-
-<ul>
-<li>Update JS snapshot to version 2.9.1 (via coho)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5193">CB-5193</a> Fix Android WebSQL sometime throwing SECURITY_ERR.</li>
-
-<li>Move java files back into api/ directory.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4817">CB-4817</a> Remove unused assets in project template.</li>
-
-<li>Update InAppBrowser.java</li>
-
-<li>Update snapshot of CameraLauncher.java</li>
-
-<li>Update snapshot of FileTransfer.java</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5080">CB-5080</a> Find resources in a way that works with aapt’s –rename-manifest-package (cherry picked fro</li>
-
-<li>Tweak the online bridge to not send excess online events.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4495">CB-4495</a> Modify start-emulator script to exit immediately on a fatal emulator error. (cherry picke</li>
-
-<li>Fix data URI decoding in CordovaResourceApi</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4466">CB-4466</a> fixed jscript check_reqs to get target from project.properties</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4463">CB-4463</a> Updated bin/check_reqs to looks for android-18 target.Also fixed an issue in unix version</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4198">CB-4198</a> bin/create script should be better at handling non-word characters in activity name. Patc</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4198">CB-4198</a> bin/create should handle spaces in activity better.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3384">CB-3384</a> Fix thread assertion when plugins remap URIs (cherry picked from commit b915aafb5be319121</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3384">CB-3384</a> Use the ExposedJsApi to detect webCore thread instead of IceCreamCordovaWebViewClient.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3384">CB-3384</a> Reworked UriResolver into CordovaResourceApi.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3384">CB-3384</a> Add a length getter for UriResolver. Change from interface -&gt; abstract class.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3384">CB-3384</a> Make UriResolver assert that IO is not on the UI nor WebCore threads. (cherry picked from</li>
-
-<li>Backporting FileUtils fixes to 2.9</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4633">CB-4633</a>: Backporting to Android 2.9.x</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4013">CB-4013</a> Fixed loadUrlTimeoutValue preference.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4155">CB-4155</a>: Cordova Android - navigator.app.clearCache(); is called on (prospectively unsupported) Web</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4103">CB-4103</a> Made config parameters case-insensitive.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4038">CB-4038</a> Move non-deprecated classes from the api package into the main package. (cherry picked fr</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3384">CB-3384</a> Rewrite of DataResource into UriResolver + UriResolvers</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3998">CB-3998</a> video duration is an int</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3927">CB-3927</a> Fix start-up race condition that could cause exec() responses to be dropped.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3949">CB-3949</a>: Adding code to mitigate broken intents with the application installer</li>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-3854">CB-3854</a>: Added support for wildcard.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3932">CB-3932</a> Remove baseUrl comment in handleDestroy method made redundant by <a href="https://issues.apache.org/jira/browse/CB-3766">CB-3766</a></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3902">CB-3902</a>: Explicitly add market URIs to CordovaWebViewClient so this always works, not just sometime</li>
+<!--more-->
 
-<li><a href="https://issues.apache.org/jira/browse/CB-3625">CB-3625</a> <a href="https://issues.apache.org/jira/browse/CB-3338">CB-3338</a> updated windows cli scripts and added version option</li>
+<h2 id="whats-new-in-android">What’s new in Android</h2>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-3998">CB-3998</a> video duration is an int</li>
+<ul>
+  <li>Update JS snapshot to version 2.9.1 (via coho)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5193">CB-5193</a> Fix Android WebSQL sometime throwing SECURITY_ERR.</li>
+  <li>Move java files back into api/ directory.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4817">CB-4817</a> Remove unused assets in project template.</li>
+  <li>Update InAppBrowser.java</li>
+  <li>Update snapshot of CameraLauncher.java</li>
+  <li>Update snapshot of FileTransfer.java</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5080">CB-5080</a> Find resources in a way that works with aapt’s –rename-manifest-package (cherry picked fro</li>
+  <li>Tweak the online bridge to not send excess online events.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4495">CB-4495</a> Modify start-emulator script to exit immediately on a fatal emulator error. (cherry picke</li>
+  <li>Fix data URI decoding in CordovaResourceApi</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4466">CB-4466</a> fixed jscript check_reqs to get target from project.properties</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4463">CB-4463</a> Updated bin/check_reqs to looks for android-18 target.Also fixed an issue in unix version</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4198">CB-4198</a> bin/create script should be better at handling non-word characters in activity name. Patc</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4198">CB-4198</a> bin/create should handle spaces in activity better.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3384">CB-3384</a> Fix thread assertion when plugins remap URIs (cherry picked from commit b915aafb5be319121</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3384">CB-3384</a> Use the ExposedJsApi to detect webCore thread instead of IceCreamCordovaWebViewClient.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3384">CB-3384</a> Reworked UriResolver into CordovaResourceApi.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3384">CB-3384</a> Add a length getter for UriResolver. Change from interface -&gt; abstract class.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3384">CB-3384</a> Make UriResolver assert that IO is not on the UI nor WebCore threads. (cherry picked from</li>
+  <li>Backporting FileUtils fixes to 2.9</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4633">CB-4633</a>: Backporting to Android 2.9.x</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4013">CB-4013</a> Fixed loadUrlTimeoutValue preference.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4155">CB-4155</a>: Cordova Android - navigator.app.clearCache(); is called on (prospectively unsupported) Web</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4103">CB-4103</a> Made config parameters case-insensitive.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4038">CB-4038</a> Move non-deprecated classes from the api package into the main package. (cherry picked fr</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3384">CB-3384</a> Rewrite of DataResource into UriResolver + UriResolvers</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3998">CB-3998</a> video duration is an int</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3927">CB-3927</a> Fix start-up race condition that could cause exec() responses to be dropped.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3949">CB-3949</a>: Adding code to mitigate broken intents with the application installer</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3854">CB-3854</a>: Added support for wildcard.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3932">CB-3932</a> Remove baseUrl comment in handleDestroy method made redundant by <a href="https://issues.apache.org/jira/browse/CB-3766">CB-3766</a></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3902">CB-3902</a>: Explicitly add market URIs to CordovaWebViewClient so this always works, not just sometime</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3625">CB-3625</a> <a href="https://issues.apache.org/jira/browse/CB-3338">CB-3338</a> updated windows cli scripts and added version option</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3998">CB-3998</a> video duration is an int</li>
 </ul>
 
-<h2 id="whats_new_in_ios">What’s new in iOS</h2>
+<h2 id="whats-new-in-ios">What’s new in iOS</h2>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-5199">CB-5199</a> - Media Capture - UI issues under iOS 7 (uncrustify style fix-ups as well)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5189">CB-5189</a> - ios - Backport of v2.9.1 - add CoreMotion.framework to the default template</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5189">CB-5189</a> - ios - Backport of v2.9.1 from <a href="https://issues.apache.org/jira/browse/CB-4825">CB-4825</a>, <a href="https://issues.apache.org/jira/browse/CB-5035">CB-5035</a> (Device Motion / Accelerometer)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5189">CB-5189</a> - ios - Backport of v2.9.1 from <a href="https://issues.apache.org/jira/browse/CB-4847">CB-4847</a> (Media only)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5189">CB-5189</a> - ios - Backport of v2.9.1 from <a href="https://issues.apache.org/jira/browse/CB-4847">CB-4847</a> (Media Capture only)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5189">CB-5189</a> - ios - Backport for v2.9.1 of <a href="https://issues.apache.org/jira/browse/CB-4806">CB-4806</a>, <a href="https://issues.apache.org/jira/browse/CB-4355">CB-4355</a> (Splashscreen)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5189">CB-5189</a> - ios - Backport for v2.9.1 of <a href="https://issues.apache.org/jira/browse/CB-4930">CB-4930</a> (InAppBrowser)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5189">CB-5189</a> - ios - Backport for v2.9.1 of <a href="https://issues.apache.org/jira/browse/CB-4958">CB-4958</a>, <a href="https://issues.apache.org/jira/browse/CB-3482">CB-3482</a> and <a href="https://issues.apache.org/jira/browse/CB-3453">CB-3453</a> changes</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4480">CB-4480</a> Using 64 bit ints to store file size</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3448">CB-3448</a> bin/diagnose_project script fails if CORDOVALIB variable not in prefs plist</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3567">CB-3567</a> Redirect initiated in JavaScript fails the app from loading</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4147">CB-4147</a> Fixing crash when calling show() on an already open InAppBrowser window.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4104">CB-4104</a> Made config parameters case-insensitive.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4033">CB-4033</a> Relaxed case-sensitivity of “UTF-8”.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4037">CB-4037</a> Unable to Archive iOS projects for upload to App Store in 2.9</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4025">CB-4025</a> iOS emulate command broken when run inside the cordova folder</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5199">CB-5199</a> - Media Capture - UI issues under iOS 7 (uncrustify style fix-ups as well)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5189">CB-5189</a> - ios - Backport of v2.9.1 - add CoreMotion.framework to the default template</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5189">CB-5189</a> - ios - Backport of v2.9.1 from <a href="https://issues.apache.org/jira/browse/CB-4825">CB-4825</a>, <a href="https://issues.apache.org/jira/browse/CB-5035">CB-5035</a> (Device Motion / Accelerometer)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5189">CB-5189</a> - ios - Backport of v2.9.1 from <a href="https://issues.apache.org/jira/browse/CB-4847">CB-4847</a> (Media only)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5189">CB-5189</a> - ios - Backport of v2.9.1 from <a href="https://issues.apache.org/jira/browse/CB-4847">CB-4847</a> (Media Capture only)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5189">CB-5189</a> - ios - Backport for v2.9.1 of <a href="https://issues.apache.org/jira/browse/CB-4806">CB-4806</a>, <a href="https://issues.apache.org/jira/browse/CB-4355">CB-4355</a> (Splashscreen)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5189">CB-5189</a> - ios - Backport for v2.9.1 of <a href="https://issues.apache.org/jira/browse/CB-4930">CB-4930</a> (InAppBrowser)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5189">CB-5189</a> - ios - Backport for v2.9.1 of <a href="https://issues.apache.org/jira/browse/CB-4958">CB-4958</a>, <a href="https://issues.apache.org/jira/browse/CB-3482">CB-3482</a> and <a href="https://issues.apache.org/jira/browse/CB-3453">CB-3453</a> changes</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4480">CB-4480</a> Using 64 bit ints to store file size</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3448">CB-3448</a> bin/diagnose_project script fails if CORDOVALIB variable not in prefs plist</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3567">CB-3567</a> Redirect initiated in JavaScript fails the app from loading</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4147">CB-4147</a> Fixing crash when calling show() on an already open InAppBrowser window.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4104">CB-4104</a> Made config parameters case-insensitive.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4033">CB-4033</a> Relaxed case-sensitivity of “UTF-8”.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4037">CB-4037</a> Unable to Archive iOS projects for upload to App Store in 2.9</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4025">CB-4025</a> iOS emulate command broken when run inside the cordova folder</li>
 </ul>
 
-<h2 id="whats_new_in_windows_phone_7__8">What’s new in Windows Phone 7 &amp; 8</h2>
+<h2 id="whats-new-in-windows-phone-7--8">What’s new in Windows Phone 7 &amp; 8</h2>
 
 <ul>
-<li>support namespace, and deprecated plugin tags in config.xml</li>
-
-<li>Update File.write method with additional params</li>
-
-<li>bumped version to 2.9.1 and removed dupe geolocation from config.xml for wp7+8 <a href="https://issues.apache.org/jira/browse/CB-4090">CB-4090</a></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4090">CB-4090</a> Broken notification handling</li>
-
-<li>update templates to include all plugins for 2.9.1</li>
-
-<li>update cordova.js for 2.9.1</li>
-
-<li>Fix null reference exception</li>
-
-<li>update Audio/Media plugins</li>
-
-<li>add callback id to compass callbacks</li>
-
-<li>add callback id to callbacks</li>
-
-<li>update FileTransfer plug from plugin repo</li>
-
-<li>add plugns back, and remove dupe classes</li>
+  <li>support namespace, and deprecated plugin tags in config.xml</li>
+  <li>Update File.write method with additional params</li>
+  <li>bumped version to 2.9.1 and removed dupe geolocation from config.xml for wp7+8 <a href="https://issues.apache.org/jira/browse/CB-4090">CB-4090</a></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4090">CB-4090</a> Broken notification handling</li>
+  <li>update templates to include all plugins for 2.9.1</li>
+  <li>update cordova.js for 2.9.1</li>
+  <li>Fix null reference exception</li>
+  <li>update Audio/Media plugins</li>
+  <li>add callback id to compass callbacks</li>
+  <li>add callback id to callbacks</li>
+  <li>update FileTransfer plug from plugin repo</li>
+  <li>add plugns back, and remove dupe classes</li>
 </ul>
 
-<h2 id="whats_new_in_windows_8">What’s new in Windows 8</h2>
+<h2 id="whats-new-in-windows-8">What’s new in Windows 8</h2>
 
 <ul>
-<li>Cordova JS has been updated to 2.9.1</li>
+  <li>Cordova JS has been updated to 2.9.1</li>
 </ul>
 
 <p>For a full list of changes, refer to RELEASENOTES.md included in the download.</p>
 
+
     </div>
 </div>
 

Modified: cordova/site/public/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Mon Sep  7 16:56:52 2015
@@ -89,118 +89,100 @@
   <h2>News <a href="/rss.xml" style="font-size:12pt; margin-left:10px">Subscribe</a></h2>
   <ul class="posts">
     
-      <li><span>18 Aug 2015</span> &raquo; <a href="//cordova.apache.org/announcements/2015/08/18/cordova-windows-4.1.0.html">Apache Cordova Windows 4.1.0</a>
-      
-<p>We are happy to announce that <code>Cordova Windows 4.1.0</code> has been released and will be the default Windows version after next <code>cordova-cli</code> release.</p>
-
-<p>This release aligns with the RTM release of Windows 10, and supports the web platform enhancements that it included, such as hosted apps and a new version of WinJS. It also supports the new .NET Native compilation model for Cordova plugins which include a native or .NET component.</p>
-
-<p>There are also a number of bug fixes, including platform dependency problems and the ability to perform a <code>cordova prepare</code> for Windows while on a Mac.</p>
-
-<p>Finally, user-configurable packaging parameters are now fully baked, so that Windows code signing requirements don’t overwrite code signing requirements for other platforms. Use the <code>windows-packageVersion</code> attribute of <code>&lt;widget&gt;</code> in config.xml to specify an independent version for Windows Store submission, and to incorporate the name of the application which is assigned by the Windows Store, set the <code>&lt;preference&gt;</code> named <code>WindowsStoreIdentityName</code>.</p>
-
-<p>Now there is support to see console.log messages and exceptions from your app in the console. This can be useful for quick diagnostics. In an admin command prompt, you can run:</p>
+      <li><span>05 Sep 2015</span> &raquo; <a href="//cordova.apache.org/announcements/2015/09/05/cordova-blackberry-3.8.0.html">Apache Cordova BlackBerry 3.8.0</a>
+      <p>We are happy to announce that <code>Cordova BlackBerry 3.8.0</code> has been released and will be the
+default BlackBerry version after next <code>cordova-cli</code> release.</p>
 
-<pre><code>platforms\windows\cordova\log</code></pre>
+<p>This release adds support for adding blackberry10 platform on any workstation OS, adds subdomain whitelisting and includes several bug fixes.</p>
 
 <p>To upgrade:</p>
 
 <pre><code>npm install -g cordova
 cd my_project
-cordova platform update windows@4.1.0</code></pre>
+cordova platform update blackberry@3.8.0
+</code></pre>
 
 <p>To add it explicitly:</p>
 
-<pre><code>cordova platform add windows@4.1.0 --save</code></pre>
+<pre><code>cordova platform add blackberry@3.8.0 --save
+</code></pre>
 
 <p>For non-CLI projects or for pre-3.0 projects, refer to the <a href="http://cordova.apache.org/docs/en/edge/guide_platforms_index.md.html">upgrade guides</a>.</p>
 
-      <div style="padding-bottom:2em"><a href="//cordova.apache.org/announcements/2015/08/18/cordova-windows-4.1.0.html">Read More</a></div>
+
+      <div style="padding-bottom:2em"><a href="//cordova.apache.org/announcements/2015/09/05/cordova-blackberry-3.8.0.html">Read More</a></div>
     
-      <li><span>13 Aug 2015</span> &raquo; <a href="//cordova.apache.org/news/2015/08/13/tools-release.html">Tools Release: August 13th, 2015</a>
-      
-<p>New versions of cordova tools are now live!</p>
+      <li><span>18 Aug 2015</span> &raquo; <a href="//cordova.apache.org/announcements/2015/08/18/cordova-windows-4.1.0.html">Apache Cordova Windows 4.1.0</a>
+      <p>We are happy to announce that <code>Cordova Windows 4.1.0</code> has been released and will be the
+default Windows version after next <code>cordova-cli</code> release.</p>
 
-<ul>
-<li><a href="https://www.npmjs.org/package/cordova-lib">cordova-lib@5.2.0</a></li>
+<p>This release aligns with the RTM release of Windows 10, and supports the web platform enhancements that it included, such as hosted apps and a new version of WinJS.  It also supports the new .NET Native compilation model for Cordova plugins which include a native or .NET component.</p>
 
-<li><a href="https://www.npmjs.org/package/cordova">cordova@5.2.0</a></li>
+<p>There are also a number of bug fixes, including platform dependency problems and the ability to perform a <code>cordova prepare</code> for Windows while on a Mac.</p>
 
-<li><a href="https://www.npmjs.org/package/plugman">plugman@1.0.0</a></li>
+<p>Finally, user-configurable packaging parameters are now fully baked, so that Windows code signing requirements don’t overwrite code signing requirements for other platforms.  Use the <code>windows-packageVersion</code> attribute of <code>&lt;widget&gt;</code> in config.xml to specify an independent version for Windows Store submission, and to incorporate the name of the application which is assigned by the Windows Store, set the <code>&lt;preference&gt;</code> named <code>WindowsStoreIdentityName</code>.</p>
 
-<li><a href="https://www.npmjs.org/package/cordova-js">cordova-js@4.1.0</a></li>
-</ul>
+<p>Now there is support to see console.log messages and exceptions from your app in the console. This can be useful for quick diagnostics. In an admin command prompt, you can run:</p>
 
-<p>Release highlights:</p>
+<pre><code>platforms\windows\cordova\log
+</code></pre>
 
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-9330">CB-9330</a> Removed <code>Plugman</code> <code>publish</code>, <code>unpublish</code>, <code>addUser</code> and <code>owner add/rm</code> commands due to <a href="http://plugins.cordova.io/#/">plugins.cordova.io</a> switching to read only. Plugin authors are encouraged to publish to <a href="https://www.npmjs.com/">npm</a> instead. Learn more at <a href="http://plugins.cordova.io/npm/authors.html">http://plugins.cordova.io/npm/authors.html</a>.</li>
+<p>To upgrade:</p>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-5578">CB-5578</a> Adds <code>clean</code> command to <code>cordova-cli</code>. This cleans the build artifacts for your project. Run <code>cordova clean -h</code> for more information.</li>
+<pre><code>npm install -g cordova
+cd my_project
+cordova platform update windows@4.1.0
+</code></pre>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-9177">CB-9177</a> Use tilde instead of caret when saving to <code>config.xml</code> via <code>--save</code> flag.</li>
+<p>To add it explicitly:</p>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-9225">CB-9225</a> Add <strong>Windows</strong> platform support to <code>plugman platform add</code></li>
+<pre><code>cordova platform add windows@4.1.0 --save
+</code></pre>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-9114">CB-9114</a>: Deprecation Warning for <code>--usegit</code> flag.</li>
+<p>For non-CLI projects or for pre-3.0 projects, refer to the <a href="http://cordova.apache.org/docs/en/edge/guide_platforms_index.md.html">upgrade guides</a>.</p>
 
-<li>Browserify flag for adding plugins at build time vs run time has all tests passings. Please try it out via <code>--browserify</code>. EX. <code>cordova run android --browserify</code>.</li>
-</ul>
 
-<p>To update your tools:</p>
+      <div style="padding-bottom:2em"><a href="//cordova.apache.org/announcements/2015/08/18/cordova-windows-4.1.0.html">Read More</a></div>
+    
+      <li><span>13 Aug 2015</span> &raquo; <a href="//cordova.apache.org/news/2015/08/13/tools-release.html">Tools Release: August 13th, 2015</a>
+      <p>New versions of cordova tools are now live!</p>
 
 <ul>
-<li>
-<p>If you have <code>cordova</code> installed:</p>
-
-<pre><code>npm install -g cordova</code></pre>
-</li>
-
-<li>
-<p>If you have <code>plugman</code> installed:</p>
-
-<pre><code>npm install -g plugman</code></pre>
-</li>
+  <li><a href="https://www.npmjs.org/package/cordova-lib">cordova-lib@5.2.0</a></li>
+  <li><a href="https://www.npmjs.org/package/cordova">cordova@5.2.0</a></li>
+  <li><a href="https://www.npmjs.org/package/plugman">plugman@1.0.0</a></li>
+  <li><a href="https://www.npmjs.org/package/cordova-js">cordova-js@4.1.0</a></li>
 </ul>
 
-<h1 id="changes_include">Changes include:</h1>
-
-      <div style="padding-bottom:2em"><a href="//cordova.apache.org/news/2015/08/13/tools-release.html">Read More</a></div>
-    
-      <li><span>04 Aug 2015</span> &raquo; <a href="//cordova.apache.org/announcements/2015/08/04/cordova-ios-3.9.0.html">Apache Cordova iOS 3.9.0</a>
-      
-<p>We are happy to announce that <code>Cordova iOS 3.9.0</code> has been released and will be the default iOS version after next cordova-cli release.</p>
-
-<p><strong>UPDATE:</strong> To deploy to iOS devices, developers will have to update their ios-deploy dependency to the version 1.4.0 or greater. Run <code>npm install ios-deploy -g</code> to download the latest release.</p>
-
-<p>Apart from a number of bug fixes, there is now support for checking system requirements for iOS platform:</p>
-
-<pre><code>$&gt;cordova requirements ios
-
-Requirements check results for ios:
-Apple OS X: installed darwin
-Xcode: installed 6.3
-ios-deploy: installed 1.7.0
-ios-sim: installed 4.1.1</code></pre>
+<p>Release highlights:
+* <a href="https://issues.apache.org/jira/browse/CB-9330">CB-9330</a> Removed <code>Plugman</code> <code>publish</code>, <code>unpublish</code>, <code>addUser</code> and <code>owner add/rm</code> commands due to <a href="http://plugins.cordova.io/#/">plugins.cordova.io</a> switching to read only. Plugin authors are encouraged to publish to <a href="https://www.npmjs.com/">npm</a> instead. Learn more at <a href="http://plugins.cordova.io/npm/authors.html">http://plugins.cordova.io/npm/authors.html</a>.
+* <a href="https://issues.apache.org/jira/browse/CB-5578">CB-5578</a> Adds <code>clean</code> command to <code>cordova-cli</code>. This cleans the build artifacts for your project. Run <code>cordova clean -h</code> for more information.
+* <a href="https://issues.apache.org/jira/browse/CB-9177">CB-9177</a> Use tilde instead of caret when saving to <code>config.xml</code> via <code>--save</code> flag.
+* <a href="https://issues.apache.org/jira/browse/CB-9225">CB-9225</a> Add <strong>Windows</strong> platform support to <code>plugman platform add</code>
+* <a href="https://issues.apache.org/jira/browse/CB-9114">CB-9114</a>: Deprecation Warning for <code>--usegit</code> flag.
+* Browserify flag for adding plugins at build time vs run time has all tests passings. Please try it out via <code>--browserify</code>. EX. <code>cordova run android --browserify</code>.</p>
 
-<p>and support for <a href="
-http://cordova.apache.org/docs/en/edge/guide_platforms_ios_tools.md.html#signing-the-app">Signing the App for iOS platform</a>:</p>
-
-<pre><code>$&gt;/path/to/my/project/cordova/build --codeSignIdentitiy=&quot;iPhone Distribtion&quot; --provisioningProfile=&quot;926c2bd6-8de9-4c2f-8407-1016d2d12954&quot;</code></pre>
-
-<p>To upgrade:</p>
+<p>To update your tools:</p>
 
-<pre><code>npm install -g cordova
-cd my_project
-cordova platform update ios@3.9.0</code></pre>
+<ul>
+  <li>
+    <p>If you have <code>cordova</code> installed:</p>
 
-<p>To add it explicitly:</p>
+    <pre><code>npm install -g cordova
+</code></pre>
+  </li>
+  <li>
+    <p>If you have <code>plugman</code> installed:</p>
+
+    <pre><code>npm install -g plugman
+</code></pre>
+  </li>
+</ul>
 
-<pre><code>cordova platform add ios@3.9.0 --save</code></pre>
+<h1 id="changes-include">Changes include:</h1>
 
-<p>For non-CLI projects or for pre-3.0 projects, refer to the <a href="http://cordova.apache.org/docs/en/edge/guide_platforms_index.md.html">upgrade guides</a>.</p>
 
-      <div style="padding-bottom:2em"><a href="//cordova.apache.org/announcements/2015/08/04/cordova-ios-3.9.0.html">Read More</a></div>
+      <div style="padding-bottom:2em"><a href="//cordova.apache.org/news/2015/08/13/tools-release.html">Read More</a></div>
     
   </ul>
   

Modified: cordova/site/public/news/2013/09/06/last-week.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2013/09/06/last-week.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2013/09/06/last-week.html (original)
+++ cordova/site/public/news/2013/09/06/last-week.html Mon Sep  7 16:56:52 2015
@@ -57,31 +57,28 @@
     <div class="meta">Posted by: <a href="https://twitter.com/GrieveAndrew">Andrew Grieve</a></div>
     <p class="meta">06 Sep 2013</p>
     <div class="post">
-    
-<p>Last week Cordova saw 39 commits come in, <code>plugman</code> reached version <code>0.11.0</code>, and <code>CLI</code> reached <code>3.0.9</code>.</p>
+    <p>Last week Cordova saw 39 commits come in, <code>plugman</code> reached version <code>0.11.0</code>, and <code>CLI</code> reached <code>3.0.9</code>.</p>
 
-<p><code>plugman</code> now has initial support for Windows Phone, plugin URLs can now <a href="https://issues.apache.org/jira/browse/CB-4622">specify a git hash and subdirectory</a>, and <code>&lt;engine&gt;</code> tags <a href="https://issues.apache.org/jira/browse/CB-4494">are now enforced</a>. There was also good progress made towards launching our <a href="https://issues.apache.org/jira/browse/CB-4489">Plugin Registry</a>. <!--more--></p>
+<p><code>plugman</code> now has initial support for Windows Phone, plugin URLs can now
+<a href="https://issues.apache.org/jira/browse/CB-4622">specify a git hash and subdirectory</a>,
+and <code>&lt;engine&gt;</code> tags <a href="https://issues.apache.org/jira/browse/CB-4494">are now enforced</a>.
+There was also good progress made towards launching our <a href="https://issues.apache.org/jira/browse/CB-4489">Plugin Registry</a>.
+<!--more--></p>
 
 <p><em>Other Notable Changes:</em></p>
 
 <ul>
-<li><code>&lt;lib-file&gt;</code> <a href="https://issues.apache.org/jira/browse/CB-4430">can now be used</a> by plugins to add <code>.jar</code> files on Android.</li>
-
-<li><code>cordova plugin rm</code> now doesn’t choke when a file is already deleted</li>
-
-<li><code>cordova platform ls</code> now shows both installed and <a href="https://issues.apache.org/jira/browse/CB-3904">available-to-install</a> platforms</li>
-
-<li><code>cordova-plugin-camera</code> data-URIs <a href="https://issues.apache.org/jira/browse/CB-4656">now work again on Android</a></li>
-
-<li><code>cordova-plugin-device-orientation</code> <a href="https://issues.apache.org/jira/browse/CB-3687">got BB10 support</a></li>
-
-<li><code>cordova-plugin-file</code>‘s DirectoryEntry.copy() <a href="https://issues.apache.org/jira/browse/CB-4514">is now recursive</a>.</li>
-
-<li><code>cordova-plugin-geolocation</code> got Win8 support</li>
-
-<li><code>cordova-plugin-vibrate</code> <a href="https://issues.apache.org/jira/browse/CB-4661">added a missing permission</a> for Android.</li>
+  <li><code>&lt;lib-file&gt;</code> <a href="https://issues.apache.org/jira/browse/CB-4430">can now be used</a> by plugins to add <code>.jar</code> files on Android.</li>
+  <li><code>cordova plugin rm</code> now doesn’t choke when a file is already deleted</li>
+  <li><code>cordova platform ls</code> now shows both installed and <a href="https://issues.apache.org/jira/browse/CB-3904">available-to-install</a> platforms</li>
+  <li><code>cordova-plugin-camera</code> data-URIs <a href="https://issues.apache.org/jira/browse/CB-4656">now work again on Android</a></li>
+  <li><code>cordova-plugin-device-orientation</code> <a href="https://issues.apache.org/jira/browse/CB-3687">got BB10 support</a></li>
+  <li><code>cordova-plugin-file</code>’s DirectoryEntry.copy() <a href="https://issues.apache.org/jira/browse/CB-4514">is now recursive</a>.</li>
+  <li><code>cordova-plugin-geolocation</code> got Win8 support</li>
+  <li><code>cordova-plugin-vibrate</code> <a href="https://issues.apache.org/jira/browse/CB-4661">added a missing permission</a> for Android.</li>
 </ul>
 
+
     </div>
 </div>
 

Modified: cordova/site/public/news/2013/09/13/last-week.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2013/09/13/last-week.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2013/09/13/last-week.html (original)
+++ cordova/site/public/news/2013/09/13/last-week.html Mon Sep  7 16:56:52 2015
@@ -57,23 +57,22 @@
     <div class="meta">Posted by: <a href="https://twitter.com/GrieveAndrew">Andrew Grieve</a></div>
     <p class="meta">13 Sep 2013</p>
     <div class="post">
-    
-<p>Last week Cordova saw 83 commits come in from 24 different authors. No releases were made, but attention was spent on <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20component%20%3D%20FirefoxOS">adding Firefox OS support</a>, translating docs, and fixing bugs. <!--more--></p>
+    <p>Last week Cordova saw 83 commits come in from 24 different authors. No releases were made,
+but attention was spent on <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20component%20%3D%20FirefoxOS">adding Firefox OS support</a>,
+translating docs, and fixing bugs.
+<!--more--></p>
 
 <p><em>Other Notable Changes:</em></p>
 
 <ul>
-<li>FileTransfer on wp7 now supports basic authentication</li>
-
-<li>BlackBerry <a href="https://issues.apache.org/jira/browse/CB-4732">no longer validates buildId</a> and <a href="https://issues.apache.org/jira/browse/CB-4785">–no-build works again</a></li>
-
-<li><code>cordova serve</code> now serves all platforms at the same time (via /android/www, /ios/www, etc)</li>
-
-<li><code>cordova plugin ls</code> now takes ~50ms instead of ~700ms to run</li>
-
-<li>Plugin URLs <a href="https://issues.apache.org/jira/browse/CB-4770">are now optional</a> within <code>&lt;dependency&gt;</code> tags. The registry will be used when only an ID is given.</li>
+  <li>FileTransfer on wp7 now supports basic authentication</li>
+  <li>BlackBerry <a href="https://issues.apache.org/jira/browse/CB-4732">no longer validates buildId</a> and <a href="https://issues.apache.org/jira/browse/CB-4785">–no-build works again</a></li>
+  <li><code>cordova serve</code> now serves all platforms at the same time (via /android/www, /ios/www, etc)</li>
+  <li><code>cordova plugin ls</code> now takes ~50ms instead of ~700ms to run</li>
+  <li>Plugin URLs <a href="https://issues.apache.org/jira/browse/CB-4770">are now optional</a> within <code>&lt;dependency&gt;</code> tags. The registry will be used when only an ID is given.</li>
 </ul>
 
+
     </div>
 </div>
 

Modified: cordova/site/public/news/2013/10/01/plugins-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2013/10/01/plugins-release.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2013/10/01/plugins-release.html (original)
+++ cordova/site/public/news/2013/10/01/plugins-release.html Mon Sep  7 16:56:52 2015
@@ -57,8 +57,7 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">01 Oct 2013</p>
     <div class="post">
-    
-<p>Today we are doing a plugin release in preparation for Apache Cordova 3.1.0, which is scheduled to be released later this week.</p>
+    <p>Today we are doing a plugin release in preparation for Apache Cordova 3.1.0, which is scheduled to be released later this week.</p>
 
 <p>The main change for this release is removing ‘core’ from the plugin ID fields. This was done to make installing plugins simpler in 3.1.0. We are switching over to using plugin IDs and our <a href="http://plugins.cordova.io/">plugin registry</a> for plugin installation instead of directly installing from the plugin git urls.</p>
 
@@ -67,31 +66,24 @@
 <p>E.g. To update your camera plugin:</p>
 
 <pre><code>cordova plugin rm org.apache.cordova.core.camera
-cordova plugin add org.apache.cordova.camera</code></pre>
+cordova plugin add org.apache.cordova.camera
+</code></pre>
 
-<p><br /></p>
-<!--more-->
-<p><em>Other Notable Changes:</em></p>
+<p><br />
+<!--more--></p>
 
-<ul>
-<li>Firefox OS support for Vibration and Device plugins</li>
+<p><em>Other Notable Changes:</em>
+* Firefox OS support for Vibration and Device plugins
+* Windows 8 support for multiple plugins
+* Fixed warnings that arose with XCode 5
+* <a href="https://issues.apache.org/jira/browse/CB-4847">CB-4847</a> iOS 7 microphone access requires user permission (media plugin)
+* <a href="https://issues.apache.org/jira/browse/CB-4799">CB-4799</a> Fix incorrect JS references within native code for iOS &amp; Android (media plugin)
+* <a href="https://issues.apache.org/jira/browse/CB-4806">CB-4806</a> Update splashscreen image bounds for iOS 7 (splashscreen plugin)
+* <a href="https://issues.apache.org/jira/browse/CB-4593">CB-4593</a> Added vibration support for BB10 (vibration plugin)</p>
 
-<li>Windows 8 support for multiple plugins</li>
+<p><br />
+You can check out the individual release notes in each of the plugin repos for more details.</p>
 
-<li>Fixed warnings that arose with XCode 5</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4847">CB-4847</a> iOS 7 microphone access requires user permission (media plugin)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4799">CB-4799</a> Fix incorrect JS references within native code for iOS &amp; Android (media plugin)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4806">CB-4806</a> Update splashscreen image bounds for iOS 7 (splashscreen plugin)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4593">CB-4593</a> Added vibration support for BB10 (vibration plugin)</li>
-</ul>
-
-<p><br /></p>
-
-<p>You can check out the individual release notes in each of the plugin repos for more details.</p>
 
     </div>
 </div>

Modified: cordova/site/public/news/2013/10/10/plugins-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2013/10/10/plugins-release.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2013/10/10/plugins-release.html (original)
+++ cordova/site/public/news/2013/10/10/plugins-release.html Mon Sep  7 16:56:52 2015
@@ -57,73 +57,48 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">10 Oct 2013</p>
     <div class="post">
-    
-<p>Today we are doing a release for the plugins that have been updated since our last release. We are also excited to announce three new plugins that have recently been added to our registry.</p>
+    <p>Today we are doing a release for the plugins that have been updated since our last release. We are also excited to announce three new plugins that have recently been added to our registry.</p>
 
-<p>The new plugins include:</p>
+<p>The new plugins include:
+* websql for Android
+* keyboard for iOS
+* statusbar for iOS</p>
+
+<p>The following plugins have been updated for this release:
+* cordova-plugin-contacts
+* cordova-plugin-file
+* cordova-plugin-file-transfer
+* cordova-plugin-inappbrowser
+* cordova-plugin-media
+* cordova-plugin-media-capture
+* cordova-plugin-splashscreen
+* cordova-plugin-vibration</p>
 
-<ul>
-<li>websql for Android</li>
+<p><br />
+These plugins have been updated on our registry at <a href="http://plugins.cordova.io">plugins.cordova.io</a>.</p>
 
-<li>keyboard for iOS</li>
+<p><br />
+<!--more--></p>
 
-<li>statusbar for iOS</li>
-</ul>
-
-<p>The following plugins have been updated for this release:</p>
-
-<ul>
-<li>cordova-plugin-contacts</li>
-
-<li>cordova-plugin-file</li>
-
-<li>cordova-plugin-file-transfer</li>
-
-<li>cordova-plugin-inappbrowser</li>
-
-<li>cordova-plugin-media</li>
-
-<li>cordova-plugin-media-capture</li>
-
-<li>cordova-plugin-splashscreen</li>
-
-<li>cordova-plugin-vibration</li>
-</ul>
-
-<p><br /></p>
-
-<p>These plugins have been updated on our registry at <a href="http://plugins.cordova.io">plugins.cordova.io</a>.</p>
-
-<p><br /></p>
-<!--more-->
 <p>E.g. To update your camera plugin:</p>
 
 <pre><code>cordova plugin rm org.apache.cordova.camera
-cordova plugin add org.apache.cordova.camera</code></pre>
-
-<p><em>Notable Changes:</em></p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-4950">CB-4950</a> Remove the dependence on concrete component android.webkit.WebView. (contacts)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5020">CB-5020</a> File plugin should execute on a separate thread (file)</li>
-
-<li>Fixed file-transfer issues for windows 8 (file-transfer)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4926">CB-4926</a> Fixes inappbrowser plugin loading for windows8 (inappbrowser)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4928">CB-4928</a> plugin-media doesn’t load on windows8 (media)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4806">CB-4806</a> (Re-fix) Update splashscreen image bounds for iOS 7 (splashscreen)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4934">CB-4934</a> plugin-splashscreen should not show by default on Windows8 (splashscreen)</li>
+cordova plugin add org.apache.cordova.camera
+</code></pre>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-4929">CB-4929</a> plugin-splashscreen not loading proxy windows8 (splashscreen)</li>
-</ul>
+<p><em>Notable Changes:</em>
+* <a href="https://issues.apache.org/jira/browse/CB-4950">CB-4950</a> Remove the dependence on concrete component android.webkit.WebView. (contacts)
+* <a href="https://issues.apache.org/jira/browse/CB-5020">CB-5020</a> File plugin should execute on a separate thread (file)
+* Fixed file-transfer issues for windows 8 (file-transfer)
+* <a href="https://issues.apache.org/jira/browse/CB-4926">CB-4926</a> Fixes inappbrowser plugin loading for windows8 (inappbrowser)
+* <a href="https://issues.apache.org/jira/browse/CB-4928">CB-4928</a> plugin-media doesn’t load on windows8 (media)
+* <a href="https://issues.apache.org/jira/browse/CB-4806">CB-4806</a> (Re-fix) Update splashscreen image bounds for iOS 7 (splashscreen)
+* <a href="https://issues.apache.org/jira/browse/CB-4934">CB-4934</a> plugin-splashscreen should not show by default on Windows8 (splashscreen)
+* <a href="https://issues.apache.org/jira/browse/CB-4929">CB-4929</a> plugin-splashscreen not loading proxy windows8 (splashscreen)</p>
 
-<p><br /></p>
+<p><br />
+You can check out the individual release notes in each of the plugin repos for more details.</p>
 
-<p>You can check out the individual release notes in each of the plugin repos for more details.</p>
 
     </div>
 </div>

Modified: cordova/site/public/news/2013/10/21/cordova-registry.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2013/10/21/cordova-registry.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2013/10/21/cordova-registry.html (original)
+++ cordova/site/public/news/2013/10/21/cordova-registry.html Mon Sep  7 16:56:52 2015
@@ -57,28 +57,32 @@
     <div class="meta">Posted by: <a href="http://www.maxwoghiren.com">Max Woghiren</a></div>
     <p class="meta">21 Oct 2013</p>
     <div class="post">
-    
-<p>Cordova 3.0 saw a major shift towards plugins. As part of this shift, we’re focusing on making plugins easy to use and, equally importantly, easy to discover. App developers want to know what plugins are available to them, and plugin developers want their plugins to be visible to the community.</p>
+    <p>Cordova 3.0 saw a major shift towards plugins.  As part of this shift, we’re focusing on making plugins easy to use and, equally importantly, easy to discover.  App developers want to know what plugins are available to them, and plugin developers want their plugins to be visible to the community.</p>
+
+<p>Our solution, which has been alluded to in previous posts, is the <a href="http://plugins.cordova.io/">Cordova plugin registry</a>.  Using the Cordova CLI, app developers can add plugins to their projects with a single command.</p>
 
-<p>Our solution, which has been alluded to in previous posts, is the <a href="http://plugins.cordova.io/">Cordova plugin registry</a>. Using the Cordova CLI, app developers can add plugins to their projects with a single command.</p>
 <!--more-->
 <p>From anywhere within an app’s directory, plugins can be added to a project with</p>
 
-<pre><code>cordova plugin add [PLUGIN_ID]</code></pre>
+<pre><code>cordova plugin add [PLUGIN_ID]
+</code></pre>
 
-<p>where PLUGIN_ID is the id (typically reverse-domain style) shown on the plugin registry website. You can also download a specific version of a plugin:</p>
+<p>where PLUGIN_ID is the id (typically reverse-domain style) shown on the plugin registry website.  You can also download a specific version of a plugin:</p>
 
-<pre><code>cordova plugin add [PLUGIN_ID]@[VERSION]</code></pre>
+<pre><code>cordova plugin add [PLUGIN_ID]@[VERSION]
+</code></pre>
 
-<p>How do these plugins get there? Using plugman, plugin developers can easily send their plugins out into the world to be discovered by app developers.</p>
+<p>How do these plugins get there?  Using plugman, plugin developers can easily send their plugins out into the world to be discovered by app developers.</p>
 
 <p>First, if you don’t have a plugman account, you need to create one.</p>
 
-<pre><code>plugman adduser</code></pre>
+<pre><code>plugman adduser
+</code></pre>
 
 <p>Then, you’re free to publish!</p>
 
-<pre><code>plugman publish [PATH_TO_YOUR_PLUGIN]</code></pre>
+<pre><code>plugman publish [PATH_TO_YOUR_PLUGIN]
+</code></pre>
 
 <p>There’s more you can do (such as search for a plugin by keyword)—you can find more information using <code>plugman --help</code>.</p>
 
@@ -86,11 +90,11 @@
 
 <p>All of Cordova’s plugins (which were bundled with core Cordova prior to 3.0) can be found in the registry.</p>
 
-<p>Also, there are already some third-party plugins available and ready to use. Google has contributed multiple plugins to the registry, allowing app developers to use some <a href="http://developer.chrome.com/apps/api_index.html">Chrome Apps APIs</a>, such as identity and socket, in their Cordova applications.</p>
+<p>Also, there are already some third-party plugins available and ready to use.  Google has contributed multiple plugins to the registry, allowing app developers to use some <a href="http://developer.chrome.com/apps/api_index.html">Chrome Apps APIs</a>, such as identity and socket, in their Cordova applications.</p>
 
 <p>Other great examples include an NFC plugin by Chariot Solutions, an iOS keychain plugin by prominent Cordova contributor Shazron Abdullah, and a spinner/loader plugin by Wizcorp—and the list keeps growing.</p>
 
-<p>Cordova’s new plugin registry makes it easier than ever to discover and contribute plugins. Whether you want to peruse what’s available or add to that list, check it out <a href="http://plugins.cordova.io/">here</a>!</p>
+<p>Cordova’s new plugin registry makes it easier than ever to discover and contribute plugins.  Whether you want to peruse what’s available or add to that list, check it out <a href="http://plugins.cordova.io/">here</a>!</p>
 
     </div>
 </div>

Modified: cordova/site/public/news/2013/10/28/plugins-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2013/10/28/plugins-release.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2013/10/28/plugins-release.html (original)
+++ cordova/site/public/news/2013/10/28/plugins-release.html Mon Sep  7 16:56:52 2015
@@ -57,70 +57,58 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">28 Oct 2013</p>
     <div class="post">
-    
-<p>Today we are doing a plugins and tooling release in preparation for Cordova 3.2.0. Most notable changes include:</p>
+    <p>Today we are doing a plugins and tooling release in preparation for Cordova 3.2.0. Most notable changes include:</p>
 
 <ul>
-<li>Cordova CLI &amp; Plugman have been refactored to use promises instead of callbacks</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5125">CB-5125</a> Replace shell.exec with child process spawn</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-2234">CB-2234</a> Added cordova info command</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5128">CB-5128</a> Repo &amp; Issue tags have been added to all of our core plugins plugin.xml file. This will allow us to display issue tracker and repo information on our registry.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5184">CB-5184</a> Fix uninstall logic being too aggressive (plugman)</li>
-
-<li>Overhauled dependency uninstallation in regards to plugins (plugman)</li>
-
-<li>FirefoxOS support for device-motion, device-orientation and dialogs plugins.</li>
+  <li>Cordova CLI &amp; Plugman have been refactored to use promises instead of callbacks</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5125">CB-5125</a> Replace shell.exec with child process spawn</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-2234">CB-2234</a> Added cordova info command</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5128">CB-5128</a> Repo &amp; Issue tags have been added to all of our core plugins plugin.xml file. This will allow us to display issue tracker and repo information on our registry.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5184">CB-5184</a> Fix uninstall logic being too aggressive (plugman)</li>
+  <li>Overhauled dependency uninstallation in regards to plugins (plugman)</li>
+  <li>FirefoxOS support for device-motion, device-orientation and dialogs plugins.</li>
 </ul>
 
 <p>The plugins have been updated on our registry at <a href="http://plugins.cordova.io/">plugins.cordova.io</a>.</p>
+
 <!--more-->
+
 <p>E.g. To update your version of the Cordova-CLI to 3.1.0-0.2.0:</p>
 
-<pre><code>npm install -g cordova</code></pre>
+<pre><code>npm install -g cordova
+</code></pre>
 
 <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>
 
 <p>E.g. To upgrade a 3.0 project (replace <code>android</code> with the platform you want to update):</p>
 
 <pre><code>npm install -g cordova
 cd my_project
-cordova platform update android</code></pre>
+cordova platform update android
+</code></pre>
 
 <p><em>Notable Changes</em></p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-5106">CB-5106</a> - Fix broken tests (Cordova-CLI)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4958">CB-4958</a> - iOS - Camera plugin should not show the status bar (camera)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5154">CB-5154</a> log formatting incorrectly to native (console)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4825">CB-4825</a> use CoreMotion framework for accelerometer (device-motion)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5129">CB-5129</a>: Add a consistent filesystem attribute to FileEntry and DirectoryEntry objects (file)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5015">CB-5015</a> BlackBerry10 Add missing dependency for File.slice (file)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4995">CB-4995</a> Fix crash when WebView is quickly opened then closed (inappbrowser)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4930">CB-4930</a> - iOS - InAppBrowser should take into account the status bar (inappbrowser)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4858">CB-4858</a> Convert relative URLs to absolute URLs in JS (inappbrowser)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3747">CB-3747</a> Fix back button having different dismiss logic from the close button. (inappbrowser)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5021">CB-5021</a> Expose closeDialog() as a public function and make it safe to call multiple times. (inappbrowser)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5199">CB-5199</a> - ios - Media Capture - UI issues under iOS 7 (media capture)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5106">CB-5106</a> - Fix broken tests (Cordova-CLI)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4958">CB-4958</a> - iOS - Camera plugin should not show the status bar (camera)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5154">CB-5154</a> log formatting incorrectly to native (console)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4825">CB-4825</a> use CoreMotion framework for accelerometer (device-motion)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5129">CB-5129</a>: Add a consistent filesystem attribute to FileEntry and DirectoryEntry objects (file)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5015">CB-5015</a> BlackBerry10 Add missing dependency for File.slice (file)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4995">CB-4995</a> Fix crash when WebView is quickly opened then closed (inappbrowser)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4930">CB-4930</a> - iOS - InAppBrowser should take into account the status bar (inappbrowser)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4858">CB-4858</a> Convert relative URLs to absolute URLs in JS (inappbrowser)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3747">CB-3747</a> Fix back button having different dismiss logic from the close button. (inappbrowser)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5021">CB-5021</a> Expose closeDialog() as a public function and make it safe to call multiple times. (inappbrowser)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5199">CB-5199</a> - ios - Media Capture - UI issues under iOS 7 (media capture)</li>
 </ul>
 
+
     </div>
 </div>
 

Modified: cordova/site/public/news/2013/12/04/plugins-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2013/12/04/plugins-release.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2013/12/04/plugins-release.html (original)
+++ cordova/site/public/news/2013/12/04/plugins-release.html Mon Sep  7 16:56:52 2015
@@ -57,39 +57,31 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">04 Dec 2013</p>
     <div class="post">
-    
-<p>Today we are doing a plugins release in preparation for Cordova 3.3.0. Most plugins now have support for our upcoming platform additions, Amazon Fire OS &amp; Ubuntu! Most notable changes include:</p>
+    <p>Today we are doing a plugins release in preparation for Cordova 3.3.0. Most plugins now have support for our upcoming platform additions, Amazon Fire OS &amp; Ubuntu! Most notable changes include:</p>
 
 <ul>
-<li>Ubuntu support for most plugins</li>
-
-<li>Amazon Fire OS support for most plugins</li>
-
-<li>WP8 add support for battery-level</li>
-
-<li>Camera Plugin now supports Firefox OS</li>
-
-<li>Geolocation Plugin now supports Firefox OS</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3420">CB-3420</a> WP feature hidden=yes implemented for inappbrowser</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4724">CB-4724</a> WP8 - Fixed UriFormatException for inappbrowser</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5291">CB-5291</a> iOS - Media Capture Audio - status bar issues under iOS 7</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5275">CB-5275</a> Fixed media-capture’s ability to select images &amp; videos on Android</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-4747">CB-4747</a> Fixed BlackBerry background vibrate</li>
+  <li>Ubuntu support for most plugins</li>
+  <li>Amazon Fire OS support for most plugins</li>
+  <li>WP8 add support for battery-level</li>
+  <li>Camera Plugin now supports Firefox OS</li>
+  <li>Geolocation Plugin now supports Firefox OS</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3420">CB-3420</a> WP feature hidden=yes implemented for inappbrowser</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4724">CB-4724</a> WP8 - Fixed UriFormatException for inappbrowser</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5291">CB-5291</a> iOS - Media Capture Audio - status bar issues under iOS 7</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5275">CB-5275</a> Fixed media-capture’s ability to select images &amp; videos on Android</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4747">CB-4747</a> Fixed BlackBerry background vibrate</li>
 </ul>
 
 <p>The plugins have been updated on our registry at <a href="http://plugins.cordova.io/">plugins.cordova.io</a>.</p>
 
-<p>The new &amp; improved file plugin did not get released with todays release. It requires more work &amp; testing. We hope to have it out before 3.3.0 lands next week.<br /><!--more--></p>
+<p>The new &amp; improved file plugin did not get released with todays release. It requires more work &amp; testing. We hope to have it out before 3.3.0 lands next week.<br />
+<!--more--></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/01/02/plugins-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/01/02/plugins-release.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/news/2014/01/02/plugins-release.html (original)
+++ cordova/site/public/news/2014/01/02/plugins-release.html Mon Sep  7 16:56:52 2015
@@ -57,115 +57,93 @@
     <div class="meta">Posted by: <a href="https://twitter.com/GrieveAndrew">Andrew Grieve</a></div>
     <p class="meta">02 Jan 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.6</li>
+  <li>org.apache.cordova.battery-status@0.2.6</li>
+  <li>org.apache.cordova.camera@0.2.6</li>
+  <li>org.apache.cordova.console@0.2.6</li>
+  <li>org.apache.cordova.contacts@0.2.7</li>
+  <li>org.apache.cordova.device-motion@0.2.5</li>
+  <li>org.apache.cordova.device-orientation@0.3.4</li>
+  <li>org.apache.cordova.device@0.2.6</li>
+  <li>org.apache.cordova.dialogs@0.2.5</li>
+  <li>org.apache.cordova.geolocation@0.3.5</li>
+  <li>org.apache.cordova.globalization@0.2.5</li>
+  <li>org.apache.cordova.inappbrowser@0.3.0</li>
+  <li>org.apache.cordova.media@0.2.7</li>
+  <li>org.apache.cordova.media-capture@0.2.6</li>
+  <li>org.apache.cordova.network-information@0.2.6</li>
+  <li>org.apache.cordova.splashscreen@0.2.6</li>
+  <li>org.apache.cordova.vibration@0.3.6</li>
+</ul>
+
+<p>With this release, documentation for plugins have moved from
+<a href="http://cordova.apache.org/docs">http://cordova.apache.org/docs</a> to the <code>doc/</code> directory
+within plugins themselves. Eventually, docs will be available online through
+<a href="http://plugins.cordova.io">plugins.cordova.io</a>. Until then, they will be viewable online
+<a href="http://cordova.apache.org/docs/en/edge/cordova_plugins_pluginapis.md.html">via github</a>.</p>
 
-<li>org.apache.cordova.camera@0.2.6</li>
-
-<li>org.apache.cordova.console@0.2.6</li>
-
-<li>org.apache.cordova.contacts@0.2.7</li>
-
-<li>org.apache.cordova.device-motion@0.2.5</li>
-
-<li>org.apache.cordova.device-orientation@0.3.4</li>
-
-<li>org.apache.cordova.device@0.2.6</li>
-
-<li>org.apache.cordova.dialogs@0.2.5</li>
-
-<li>org.apache.cordova.geolocation@0.3.5</li>
-
-<li>org.apache.cordova.globalization@0.2.5</li>
-
-<li>org.apache.cordova.inappbrowser@0.3.0</li>
-
-<li>org.apache.cordova.media@0.2.7</li>
-
-<li>org.apache.cordova.media-capture@0.2.6</li>
-
-<li>org.apache.cordova.network-information@0.2.6</li>
-
-<li>org.apache.cordova.splashscreen@0.2.6</li>
-
-<li>org.apache.cordova.vibration@0.3.6</li>
-</ul>
-
-<p>With this release, documentation for plugins have moved from <a href="http://cordova.apache.org/docs">http://cordova.apache.org/docs</a> to the <code>doc/</code> directory within plugins themselves. Eventually, docs will be available online through <a href="http://plugins.cordova.io">plugins.cordova.io</a>. Until then, they will be viewable online <a href="http://cordova.apache.org/docs/en/edge/cordova_plugins_pluginapis.md.html">via github</a>.</p>
-
-<p>Aside from documentation, changes include: <!--more--></p>
+<p>Aside from documentation, changes include:
+<!--more--></p>
 
 <p><code>org.apache.cordova.camera</code></p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-2442">CB-2442</a> <a href="https://issues.apache.org/jira/browse/CB-2419">CB-2419</a> Use Windows.Storage.ApplicationData.current.localFolder, instead of writing to app package.</li>
-
-<li>BlackBerry10: Adding platform level permissions</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5599">CB-5599</a> Android: Catch and ignore OutOfMemoryError in getRotatedBitmap()</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-2442">CB-2442</a> <a href="https://issues.apache.org/jira/browse/CB-2419">CB-2419</a> Use Windows.Storage.ApplicationData.current.localFolder, instead of writing to app package.</li>
+  <li>BlackBerry10: Adding platform level permissions</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5599">CB-5599</a> Android: Catch and ignore OutOfMemoryError in getRotatedBitmap()</li>
 </ul>
 
 <p><code>org.apache.cordova.device</code></p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-5504">CB-5504</a> Moving Telephony Logic out of Device</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5504">CB-5504</a> Moving Telephony Logic out of Device</li>
 </ul>
 
 <p><code>org.apache.cordova.dialogs</code></p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-4696">CB-4696</a> Fix compile error for Xcode 4.5.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3762">CB-3762</a> Change prompt default to empty string</li>
-
-<li>Move images from css/ to img/</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-4696">CB-4696</a> Fix compile error for Xcode 4.5.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-3762">CB-3762</a> Change prompt default to empty string</li>
+  <li>Move images from css/ to img/</li>
 </ul>
 
 <p><code>org.apache.cordova.geolocation</code></p>
 
 <ul>
-<li>windows8: adds missing reference to PositionError (w/o it the app crashes)</li>
-
-<li>Removing incorrectly added closing comments for wp7 platform in <code>plugin.xml</code></li>
+  <li>windows8: adds missing reference to PositionError (w/o it the app crashes)</li>
+  <li>Removing incorrectly added closing comments for wp7 platform in <code>plugin.xml</code></li>
 </ul>
 
 <p><code>org.apache.cordova.inappbrowser</code></p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-5592">CB-5592</a> Android: Add MIME type to Intent when opening file:/// URLs</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5594">CB-5594</a> iOS: Add disallowoverscroll option.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5595">CB-5595</a> Add toolbarposition=top option.</li>
-
-<li>Apply <a href="https://issues.apache.org/jira/browse/CB-5193">CB-5193</a> to InAppBrowser (Fix DB quota exception)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5593">CB-5593</a> iOS: Make InAppBrowser localizable</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5591">CB-5591</a> Change window.escape to encodeURIComponent</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5592">CB-5592</a> Android: Add MIME type to Intent when opening file:/// URLs</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5594">CB-5594</a> iOS: Add disallowoverscroll option.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5595">CB-5595</a> Add toolbarposition=top option.</li>
+  <li>Apply <a href="https://issues.apache.org/jira/browse/CB-5193">CB-5193</a> to InAppBrowser (Fix DB quota exception)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5593">CB-5593</a> iOS: Make InAppBrowser localizable</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5591">CB-5591</a> Change window.escape to encodeURIComponent</li>
 </ul>
 
 <p><code>org.apache.cordova.media</code></p>
 
 <ul>
-<li>Adding READ_PHONE_STATE to the plugin permissions</li>
+  <li>Adding READ_PHONE_STATE to the plugin permissions</li>
 </ul>
 
 <p><code>org.apache.cordova.media-capture</code></p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-5569">CB-5569</a> windows8: MediaFile constructor does not exist</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5517">CB-5517</a> Fix the audio capture IO exception by putting it in a runnable</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5569">CB-5569</a> windows8: MediaFile constructor does not exist</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5517">CB-5517</a> Fix the audio capture IO exception by putting it in a runnable</li>
 </ul>
 
 <p><code>org.apache.cordova.splashscreen</code></p>
 
 <ul>
-<li>Handle error when splash image is missing.</li>
+  <li>Handle error when splash image is missing.</li>
 </ul>
 
 <p>The plugins have been updated on our registry at <a href="http://plugins.cordova.io/">plugins.cordova.io</a>.</p>
@@ -173,7 +151,8 @@
 <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>



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