You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/02/27 01:40:51 UTC

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

Modified: cordova/site/public/announcements/2014/10/16/cordova-4.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2014/10/16/cordova-4.html?rev=1662602&r1=1662601&r2=1662602&view=diff
==============================================================================
--- cordova/site/public/announcements/2014/10/16/cordova-4.html (original)
+++ cordova/site/public/announcements/2014/10/16/cordova-4.html Fri Feb 27 00:40:50 2015
@@ -69,227 +69,163 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">16 Oct 2014</p>
     <div class="post">
-    
-<p>We are happy to announce that <code>Apache Cordova CLI 4.0</code> has been released!</p>
+    <p>We are happy to announce that <code>Apache Cordova CLI 4.0</code> has been released!</p>
 
 <p>We have also released <code>Cordova-Browser 3.6.0</code>, <code>Cordova-Android 3.6.4</code>, <code>Cordova-Windows 3.6.4</code>, and <code>Cordova-WP8 3.6.4</code>.</p>
 
 <p>Most notable changes include:</p>
 
 <ul>
-<li><strong>Cordova CLI</strong> version bump to <code>4.0.0</code> to reflect our changes in <a href="https://github.com/apache/cordova-coho/blob/master/docs/versioning-and-release-strategy.md">release policy</a>.</li>
-
-<li><strong>WP8</strong> and <strong>Windows</strong> both implemented support for <code>--target</code> flag</li>
-
-<li>Initial support for <strong>Cordova-Browser</strong> platform.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5390">CB-5390</a> Uninstall - recursively remove dependencies of dependencies</li>
+  <li><strong>Cordova CLI</strong> version bump to <code>4.0.0</code> to reflect our changes in <a href="https://github.com/apache/cordova-coho/blob/master/docs/versioning-and-release-strategy.md">release policy</a>.</li>
+  <li><strong>WP8</strong> and <strong>Windows</strong> both implemented support for <code>--target</code> flag</li>
+  <li>Initial support for <strong>Cordova-Browser</strong> platform.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5390">CB-5390</a> Uninstall - recursively remove dependencies of dependencies</li>
 </ul>
 
 <p>To upgrade: (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/4.0.0/guide_platforms_index.md.html">upgrade guides</a>.</p>
 
-<h2 id="cordova_cli_bumped_to_version_40">Cordova CLI bumped to version 4.0</h2>
+<h2 id="cordova-cli-bumped-to-version-40">Cordova CLI bumped to version 4.0</h2>
 
-<p>We have recently decided to update our release process to include independent releases for platforms. This means that our platform maintainers can release updates when they need to and not have to wait for other platforms to be ready to release.</p>
+<p>We have recently decided to update our release process to include independent releases for platforms. This means that our platform maintainers can release updates when they need to and not have to wait for other platforms to be ready to release.  </p>
 
 <p>Users should expect more frequent releases with bug fixes and new features. Users can always view what versions of platforms they are using in a cordova project with the <code>cordova platform list</code> command. Users workflow is exactly the same and updating existing projects should not be an issue.</p>
 
-<p>Our <a href="http://cordova.apache.org/docs/en/edge/index.html">docs</a> will be released alongside our <strong>CLI</strong>.</p>
+<p>Our <a href="http://cordova.apache.org/docs/en/edge/index.html">docs</a> will be released alongside our <strong>CLI</strong>. </p>
 
 <p>The <strong>CLI</strong> is released with a set of default platforms pinned. For instance, this release of <strong>Cordova-CLI</strong> will include <strong>Cordova-Android@3.6.4</strong> pinned by default. This means that when you type <code>cordova platform add android</code>, it will fetch and install version <code>3.6.4</code> into your project. It is also very simple to install a different version of a platform for a project if you wish by specifying the version of the platform when you are adding. Ex. <code>cordova platform add android@3.5.1</code>. Of course we always recommend using the latest release when possible.</p>
 
-<p>In this release, all of our platforms are still in the 3.6.x range in terms of versions. Expect this to change as we do more releases.</p>
+<p>In this release, all of our platforms are still in the 3.6.x range in terms of versions. Expect this to change as we do more releases. </p>
 
 <p>You can read more about our new versioning strategy at <a href="https://github.com/apache/cordova-coho/blob/master/docs/versioning-and-release-strategy.md">https://github.com/apache/cordova-coho/blob/master/docs/versioning-and-release-strategy.md</a>.</p>
 
-<h2 id="new_platform_cordova_browser">New Platform: Cordova Browser</h2>
+<h2 id="new-platform-cordova-browser">New Platform: Cordova Browser</h2>
 
 <p>We have just released <strong>Browser</strong> as a platform. Add it to your projects with <code>cordova platform add browser</code>. This feature is intended for development purposes. We are working on adding <strong>browser</strong> support to our core plugins. <a href="https://twitter.com/raymondcamden">Ray Camden</a> has put together detailed blog post outlining which plugins we currently support at <a href="http://www.raymondcamden.com/2014/9/24/Browser-as-a-platform-for-your-PhoneGapCordova-apps">http://www.raymondcamden.com/2014/9/24/Browser-as-a-platform-for-your-PhoneGapCordova-apps</a>.</p>
 
 <p>Please file any issues and feature requests in our <a href="https://issues.apache.org/jira/browse/CB/">issue tracker</a>. Make sure to fill in the component field as <code>browser</code>.</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>
 <!--more-->
-<ul>
-<li>Update JS snapshot to version <code>3.6.4</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7634">CB-7634</a> Detect <code>JAVA_HOME</code> properly on <strong>Ubuntu</strong></li>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-7579">CB-7579</a> Fix <code>run</code> script’s ability to use non-arch-specific <code>APKs</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6511">CB-6511</a> Fixes build for <strong>Android</strong> when app name contains unicode characters.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7460">CB-7460</a> Fixing bug with <code>KitKat</code> where the background colour would override the CSS colours on the application</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7674">CB-7674</a> Preference activation no longer occurs in <code>CordovaActivity.onCreate()</code></li>
+<ul>
+  <li>Update JS snapshot to version <code>3.6.4</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7634">CB-7634</a> Detect <code>JAVA_HOME</code> properly on <strong>Ubuntu</strong></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7579">CB-7579</a> Fix <code>run</code> script’s ability to use non-arch-specific <code>APKs</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6511">CB-6511</a> Fixes build for <strong>Android</strong> when app name contains unicode characters.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7460">CB-7460</a> Fixing bug with <code>KitKat</code> where the background colour would override the CSS colours on the application</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7674">CB-7674</a> Preference activation no longer occurs in <code>CordovaActivity.onCreate()</code></li>
 </ul>
 
-<h2 id="whats_new_in_windows_phone_8">What’s new in Windows Phone 8</h2>
+<h2 id="whats-new-in-windows-phone-8">What’s new in Windows Phone 8</h2>
 
 <ul>
-<li>Updated JS snapshot to version <code>3.6.4</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7616">CB-7616</a> partial match support for <code>--target</code></li>
-
-<li>Fixing paths for <code>npm</code> published versions</li>
-
-<li>move <code>node_modules</code> up to same level as <code>package.json</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7455">CB-7455</a> add <code>bundledDependencies</code></li>
-
-<li>Moves <code>node_modules</code> from package root to bin/ folder</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7444">CB-7444</a> Fixes <code>XHR</code> callback failure when requested file doesn’t exists</li>
+  <li>Updated JS snapshot to version <code>3.6.4</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7616">CB-7616</a> partial match support for <code>--target</code></li>
+  <li>Fixing paths for <code>npm</code> published versions</li>
+  <li>move <code>node_modules</code> up to same level as <code>package.json</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7455">CB-7455</a> add <code>bundledDependencies</code></li>
+  <li>Moves <code>node_modules</code> from package root to bin/ folder</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7444">CB-7444</a> Fixes <code>XHR</code> callback failure when requested file doesn’t exists</li>
 </ul>
 
-<h2 id="whats_new_in_windows">What’s new in Windows</h2>
+<h2 id="whats-new-in-windows">What’s new in Windows</h2>
 
 <ul>
-<li>Update JS snapshot to version <code>3.6.4</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7617">CB-7617</a> partial match support for <code>--target</code></li>
-
-<li>Added <code>bundledDependencies</code> + fixed some whitespace</li>
+  <li>Update JS snapshot to version <code>3.6.4</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7617">CB-7617</a> partial match support for <code>--target</code></li>
+  <li>Added <code>bundledDependencies</code> + fixed some whitespace</li>
 </ul>
 
-<h2 id="whats_new_in_cordovabrowser">What’s new in Cordova-Browser</h2>
+<h2 id="whats-new-in-cordova-browser">What’s new in Cordova-Browser</h2>
 
 <ul>
-<li>Update JS snapshot to version <code>3.6.0</code></li>
-
-<li>added initial <strong>Windows</strong> <code>run</code> support</li>
-
-<li>No longer need to kill <code>Chrome</code> for <code>macOS</code></li>
-
-<li>added <code>create.bat</code> for <strong>Windows</strong> support</li>
+  <li>Update JS snapshot to version <code>3.6.0</code></li>
+  <li>added initial <strong>Windows</strong> <code>run</code> support</li>
+  <li>No longer need to kill <code>Chrome</code> for <code>macOS</code></li>
+  <li>added <code>create.bat</code> for <strong>Windows</strong> support</li>
 </ul>
 
-<h2 id="whats_new_in_cordovacli">What’s new in Cordova-CLI</h2>
+<h2 id="whats-new-in-cordova-cli">What’s new in Cordova-CLI</h2>
 
 <ul>
-<li>Made version <code>semVer</code> compliant and bumped to <code>4.0.0</code></li>
-
-<li>Pinned dependencies</li>
+  <li>Made version <code>semVer</code> compliant and bumped to <code>4.0.0</code></li>
+  <li>Pinned dependencies</li>
 </ul>
 
-<h2 id="whats_new_in_cordovaplugman">What’s new in Cordova-Plugman</h2>
+<h2 id="whats-new-in-cordova-plugman">What’s new in Cordova-Plugman</h2>
 
 <ul>
-<li>Pinned dependencies</li>
+  <li>Pinned dependencies</li>
 </ul>
 
-<h2 id="whats_new_in_cordovalib">What’s new in Cordova-Lib</h2>
+<h2 id="whats-new-in-cordova-lib">What’s new in Cordova-Lib</h2>
 
 <ul>
-<li>Bumped version to <code>4.0.0</code> to be <code>semVer</code> compliant and to match <strong>Cordova CLI</strong> version</li>
-
-<li>Pinned dependencies in <code>package.json</code></li>
-
-<li>Updated <code>platforms.js</code> for <code>3.6.4</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-5390">CB-5390</a> Uninstall - recursively remove dependencies of dependencies</li>
-
-<li>Fixes <code>HooksRunner</code> test - should run <code>before_plugin_uninstall</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6481">CB-6481</a> <code>getPluginsHookScripts</code> to work if plugin platform not defined</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6481">CB-6481</a> Context opts should copy not reference</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6481">CB-6481</a> Fixed <code>HooksRunner</code> and tests. Avoided issue with parallel tests running. Added checks for handling mocked <code>config.xml</code> and <code>package.json</code> in <code>HooksRunner</code> and <code>scriptsFinder</code>. Addressed <code>jshint</code> issues. Renamed <code>ScriptsFinder</code> to <code>scriptsFinder</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6481">CB-6481</a> Addressed community review notes: Removed <code>commonModules</code> from <code>Context</code>. Renamed <code>Hooker</code> and subclasses to <code>HooksRunner</code> and <code>scriptsFinder</code>. Moved <code>scriptsRunner</code> code into <code>HooksRunner</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6481">CB-6481</a> Replaced <code>CordovaError</code> throwing with Error per @kamrik review. Extracted <code>prepareOptions</code> <code>Hooker</code> method</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6481">CB-6481</a> Docs: deprecated <code>.cordova/hooks</code> + other minor updates</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6481">CB-6481</a> Updated hooks documentation</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6481">CB-6481</a> Added unified hooks support for cordova app and plugins</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7572">CB-7572</a> Serve - respond with <code>304</code> when resource <strong>not modified</strong></li>
-
-<li><code>computeCommitId</code> for <strong>browserify</strong> workflow fixed to handle cli and non cli workflows</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7219">CB-7219</a> <code>prepare-browserify</code> now supports <code>commitId</code> and <code>platformVersion</code> for <code>cordovajs</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7615">CB-7615</a> Read <code>config.xml</code> after pre-prepare hooks fire</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7578">CB-7578</a> <strong>Windows</strong> Fix platform name reported by <code>pre_package</code> hook</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7576">CB-7576</a> Support <code>windows</code> <code>merges</code> folder for <strong>Windows</strong> platform</li>
-
-<li>Added tests for browser platform</li>
+  <li>Bumped version to <code>4.0.0</code> to be <code>semVer</code> compliant and to match <strong>Cordova CLI</strong> version</li>
+  <li>Pinned dependencies in <code>package.json</code></li>
+  <li>Updated <code>platforms.js</code> for <code>3.6.4</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-5390">CB-5390</a> Uninstall - recursively remove dependencies of dependencies</li>
+  <li>Fixes <code>HooksRunner</code> test - should run <code>before_plugin_uninstall</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6481">CB-6481</a> <code>getPluginsHookScripts</code> to work if plugin platform not defined</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6481">CB-6481</a> Context opts should copy not reference</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6481">CB-6481</a> Fixed <code>HooksRunner</code> and tests. Avoided issue with parallel tests running. Added checks for handling mocked <code>config.xml</code> and <code>package.json</code> in <code>HooksRunner</code> and <code>scriptsFinder</code>. Addressed <code>jshint</code> issues. Renamed <code>ScriptsFinder</code> to <code>scriptsFinder</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6481">CB-6481</a> Addressed community review notes: Removed <code>commonModules</code> from <code>Context</code>. Renamed <code>Hooker</code> and subclasses to <code>HooksRunner</code> and <code>scriptsFinder</code>. Moved <code>scriptsRunner</code> code into <code>HooksRunner</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6481">CB-6481</a> Replaced <code>CordovaError</code> throwing with Error per @kamrik review. Extracted <code>prepareOptions</code> <code>Hooker</code> method</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6481">CB-6481</a> Docs: deprecated <code>.cordova/hooks</code> + other minor updates</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6481">CB-6481</a> Updated hooks documentation</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6481">CB-6481</a> Added unified hooks support for cordova app and plugins</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7572">CB-7572</a> Serve - respond with <code>304</code> when resource <strong>not modified</strong></li>
+  <li><code>computeCommitId</code> for <strong>browserify</strong> workflow fixed to handle cli and non cli workflows</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7219">CB-7219</a> <code>prepare-browserify</code> now supports <code>commitId</code> and <code>platformVersion</code> for <code>cordovajs</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7615">CB-7615</a> Read <code>config.xml</code> after pre-prepare hooks fire</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7578">CB-7578</a> <strong>Windows</strong> Fix platform name reported by <code>pre_package</code> hook</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7576">CB-7576</a> Support <code>windows</code> <code>merges</code> folder for <strong>Windows</strong> platform</li>
+  <li>Added tests for browser platform</li>
 </ul>
 
-<h2 id="plugin_versions_tested_with_this_release">Plugin versions tested with this release</h2>
+<h2 id="plugin-versions-tested-with-this-release">Plugin versions tested with this release</h2>
 
 <ul>
-<li>cordova-plugin-battery-status: 0.2.11</li>
-
-<li>cordova-plugin-camera: 0.3.2</li>
-
-<li>cordova-plugin-console: 0.2.11</li>
-
-<li>cordova-plugin-contacts: 0.2.13</li>
-
-<li>cordova-plugin-device: 0.2.12</li>
-
-<li>cordova-plugin-device-motion: 0.2.10</li>
-
-<li>cordova-plugin-device-orientation: 0.3.9</li>
-
-<li>cordova-plugin-dialogs: 0.2.10</li>
-
-<li>cordova-plugin-file: 1.3.1</li>
-
-<li>cordova-plugin-file-transfer: 0.4.6</li>
-
-<li>cordova-plugin-geolocation: 0.3.10</li>
-
-<li>cordova-plugin-globalization: 0.3.1</li>
-
-<li>cordova-plugin-inappbrowser: 0.5.2</li>
-
-<li>cordova-plugin-media: 0.2.13</li>
-
-<li>cordova-plugin-media-capture: 0.3.3</li>
-
-<li>cordova-plugin-network-information: 0.2.13</li>
-
-<li>cordova-plugin-splashscreen: 0.3.3</li>
-
-<li>cordova-plugin-statusbar: 0.1.8</li>
-
-<li>cordova-plugin-vibration: 0.3.11</li>
+  <li>cordova-plugin-battery-status: 0.2.11</li>
+  <li>cordova-plugin-camera: 0.3.2</li>
+  <li>cordova-plugin-console: 0.2.11</li>
+  <li>cordova-plugin-contacts: 0.2.13</li>
+  <li>cordova-plugin-device: 0.2.12</li>
+  <li>cordova-plugin-device-motion: 0.2.10</li>
+  <li>cordova-plugin-device-orientation: 0.3.9</li>
+  <li>cordova-plugin-dialogs: 0.2.10</li>
+  <li>cordova-plugin-file: 1.3.1</li>
+  <li>cordova-plugin-file-transfer: 0.4.6</li>
+  <li>cordova-plugin-geolocation: 0.3.10</li>
+  <li>cordova-plugin-globalization: 0.3.1</li>
+  <li>cordova-plugin-inappbrowser: 0.5.2</li>
+  <li>cordova-plugin-media: 0.2.13</li>
+  <li>cordova-plugin-media-capture: 0.3.3</li>
+  <li>cordova-plugin-network-information: 0.2.13</li>
+  <li>cordova-plugin-splashscreen: 0.3.3</li>
+  <li>cordova-plugin-statusbar: 0.1.8</li>
+  <li>cordova-plugin-vibration: 0.3.11</li>
 </ul>
 
-<h2 id="pinned_platform_versions_for_cordova_cli_400">Pinned Platform Versions for Cordova CLI 4.0.0</h2>
+<h2 id="pinned-platform-versions-for-cordova-cli-400">Pinned Platform Versions for Cordova CLI 4.0.0</h2>
 
 <ul>
-<li>Cordova Amazon-FireOS: 3.6.3</li>
-
-<li>Cordova Android: 3.6.4</li>
-
-<li>Cordova BlackBerry: 3.6.3</li>
-
-<li>Cordova Browser: 3.6.0</li>
-
-<li>Cordova FirefoxOS: 3.6.3</li>
-
-<li>Cordova iOS: 3.6.3</li>
-
-<li>Cordova Ubuntu: 3.6.3</li>
-
-<li>Cordova Windows: 3.6.4</li>
-
-<li>Cordova WP8: 3.6.4</li>
+  <li>Cordova Amazon-FireOS: 3.6.3</li>
+  <li>Cordova Android: 3.6.4</li>
+  <li>Cordova BlackBerry: 3.6.3</li>
+  <li>Cordova Browser: 3.6.0</li>
+  <li>Cordova FirefoxOS: 3.6.3</li>
+  <li>Cordova iOS: 3.6.3</li>
+  <li>Cordova Ubuntu: 3.6.3</li>
+  <li>Cordova Windows: 3.6.4</li>
+  <li>Cordova WP8: 3.6.4</li>
 </ul>
 
     </div>

Modified: cordova/site/public/announcements/2014/11/06/cordova-ios-3.7.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2014/11/06/cordova-ios-3.7.0.html?rev=1662602&r1=1662601&r2=1662602&view=diff
==============================================================================
--- cordova/site/public/announcements/2014/11/06/cordova-ios-3.7.0.html (original)
+++ cordova/site/public/announcements/2014/11/06/cordova-ios-3.7.0.html Fri Feb 27 00:40:50 2015
@@ -69,91 +69,64 @@
     <div class="meta">Posted by: <a href="https://twitter.com/shazron">Shazron Abdullah</a></div>
     <p class="meta">06 Nov 2014</p>
     <div class="post">
-    
-<p>We are happy to announce that <code>Cordova iOS 3.7.0</code> has been released!</p>
+    <p>We are happy to announce that <code>Cordova iOS 3.7.0</code> has been released!</p>
 
-<p>This release has various bug fixes, and will be the default iOS version when the cordova-cli 4.1.0 is released. This release also requires Xcode 6.</p>
+<p>This release has various bug fixes, and will be the default iOS version when the cordova-cli 4.1.0 is released.
+This release also requires Xcode 6.</p>
 
 <p>To upgrade:</p>
 
 <pre><code>npm install -g cordova
 cd my_project
-cordova platform update ios</code></pre>
+cordova platform update ios
+</code></pre>
 
 <p>To add it explicitly:</p>
 
-<pre><code>cordova platform add ios@3.7.0</code></pre>
+<pre><code>cordova platform add ios@3.7.0
+</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>
-<!--more-->
-<h2 id="whats_new_in_ios">What’s new in iOS</h2>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-6510">CB-6510</a> Support for <code>ErrorUrl</code> preference</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7857">CB-7857</a> Load <code>appURL</code> after plugins have loaded</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7606">CB-7606</a> <code>handleOpenURL</code> handler firing more than necessary</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7597">CB-7597</a> <code>Localizable.strings</code> for Media Capture are in the default template, it should be in the plugin</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7818">CB-7818</a> CLI builds ignore Distribution certificates</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7813">CB-7813</a> <code>CDVWebViewDelegate</code> fails to update the webview state properly</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7643">CB-7643</a> Made <code>isValidCallbackId</code> threadsafe</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-2520">CB-2520</a> Built interim js from cordova-js for custom user agent support</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-2520">CB-2520</a> “original” user agent needs to be overridable</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7777">CB-7777</a> In <code>AppDelegate</code>, before calling <code>handleOpenURL</code> check whether it exists first to prevent exceptions</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7775">CB-7775</a> Add <code>component.json</code> for component and duo package managers</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7493">CB-7493</a> Adds <code>test-build</code> command to package.json</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7630">CB-7630</a> Deprecate <code>CDV_IsIPhone5</code> and <code>CDV_IsIPad</code> macro in <code>CDVAvailability.h</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7727">CB-7727</a> Add resolution part to <strong>backup to icloud</strong> warning message because screen size is now orientation dependent</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7560">CB-7560</a> <code>tel:</code> and <code>mailto:</code> links don’t work in <code>&lt;iframe&gt;</code></li>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-7502">CB-7502</a> Default template is missing <code>CFBundleShortVersionString</code> key in <code>Info.plist</code>, prevents <strong>iTunes Connect</strong> submission</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7546">CB-7546</a> <strong>Contacts</strong> Prevent exception when index is out of range</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7648">CB-7648</a> <strong>iOS 8</strong> Add <strong>iPhone 6 Plus</strong> icon to default template</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7632">CB-7632</a> <strong>iOS 8</strong> Add launch image definitions to <code>Info.plist</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7631">CB-7631</a> <strong>iOS 8</strong> <code>CDVUrlProtocol</code> - the <code>NSHttpUrlResponse</code> is not initialized with the <code>statuscode</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7596">CB-7596</a> <strong>iOS 8</strong> <code>CDV_IsIPhone5()</code> Macro needs to be updated * <a href="https://issues.apache.org/jira/browse/CB-7882">CB-7882</a> <code>viewDidUnload</code> instance method is missing <code>[super viewDidUnload]</code> call</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7872">CB-7872</a> <strong>XCode 6.1</strong>‘s <code>xcrun</code> <code>PackageApplication</code> fails at packaging / resigning Cordova applications</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7729">CB-7729</a> <strong>Xcode 6</strong> Support <code>ios-sim</code> <strong>3.0</strong> and new targets (<strong>iPhone 6/6+</strong>)</li>
-
-<li><strong>Xcode 6</strong> Fix <code>cordova/lib/list-started-emulators</code></li>
-
-<li>Add <code>ios-sim</code> version check <strong>3.0</strong> to <code>cordova/lib/list-emulator-images</code></li>
-
-<li>Fix <code>cordova/lib/install-emulator</code> to pass in the correct prefix for <code>ios-sim --devicetypeid</code></li>
-
-<li>Remove non-working applescript to start emulator, use <code>Instruments</code> to start <strong>iOS Simulator</strong> now.</li>
-
-<li>Add support for the <strong>iPod</strong> in <code>cordova/lib/list-devices</code> script.</li>
-
-<li>Remove <code>Valid values for --target</code> in script headers. Use <code>cordova/lib/list-emulator-images</code> to get the list.</li>
-
-<li>Update <code>cordova/lib/list-emulator-images</code> for <code>ios-sim</code> <strong>3.0</strong></li>
-
-<li>Increment <code>ios-deploy</code> min version to <strong>1.2.0</strong> and <code>ios-sim</code> min version to <strong>3.0</strong></li>
+<!--more-->
 
-<li>Updated <code>cordova/build</code> script to use specific <code>SHARED_PRECOMPS_DIR</code> variable.</li>
+<h2 id="whats-new-in-ios">What’s new in iOS</h2>
 
-<li>Update <code>.gitignore</code> to not ignore <code>.xcworkspace</code> files</li>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6510">CB-6510</a> Support for <code>ErrorUrl</code> preference</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7857">CB-7857</a> Load <code>appURL</code> after plugins have loaded</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7606">CB-7606</a> <code>handleOpenURL</code> handler firing more than necessary</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7597">CB-7597</a> <code>Localizable.strings</code> for Media Capture are in the default template, it should be in the plugin</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7818">CB-7818</a> CLI builds ignore Distribution certificates</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7813">CB-7813</a> <code>CDVWebViewDelegate</code> fails to update the webview state properly</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7643">CB-7643</a> Made <code>isValidCallbackId</code> threadsafe</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-2520">CB-2520</a> Built interim js from cordova-js for custom user agent support</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-2520">CB-2520</a> “original” user agent needs to be overridable</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7777">CB-7777</a> In <code>AppDelegate</code>, before calling <code>handleOpenURL</code> check whether it exists first to prevent exceptions</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7775">CB-7775</a> Add <code>component.json</code> for component and duo package managers</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7493">CB-7493</a> Adds <code>test-build</code> command to package.json</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7630">CB-7630</a> Deprecate <code>CDV_IsIPhone5</code> and <code>CDV_IsIPad</code> macro in <code>CDVAvailability.h</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7727">CB-7727</a> Add resolution part to <strong>backup to icloud</strong> warning message
+because screen size is now orientation dependent</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7560">CB-7560</a> <code>tel:</code> and <code>mailto:</code> links don’t work in <code>&lt;iframe&gt;</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7502">CB-7502</a> Default template is missing <code>CFBundleShortVersionString</code> key in <code>Info.plist</code>, prevents <strong>iTunes Connect</strong> submission</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7546">CB-7546</a> <strong>Contacts</strong> Prevent exception when index is out of range</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7648">CB-7648</a> <strong>iOS 8</strong> Add <strong>iPhone 6 Plus</strong> icon to default template</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7632">CB-7632</a> <strong>iOS 8</strong> Add launch image definitions to <code>Info.plist</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7631">CB-7631</a> <strong>iOS 8</strong> <code>CDVUrlProtocol</code> - the <code>NSHttpUrlResponse</code> is not initialized with the <code>statuscode</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7596">CB-7596</a> <strong>iOS 8</strong> <code>CDV_IsIPhone5()</code> Macro needs to be updated * <a href="https://issues.apache.org/jira/browse/CB-7882">CB-7882</a> <code>viewDidUnload</code> instance method is missing <code>[super viewDidUnload]</code> call</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7872">CB-7872</a> <strong>XCode 6.1</strong>’s <code>xcrun</code> <code>PackageApplication</code> fails at packaging / resigning Cordova applications</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7729">CB-7729</a> <strong>Xcode 6</strong> Support <code>ios-sim</code> <strong>3.0</strong> and new targets (<strong>iPhone 6/6+</strong>)</li>
+  <li><strong>Xcode 6</strong> Fix <code>cordova/lib/list-started-emulators</code></li>
+  <li>Add <code>ios-sim</code> version check <strong>3.0</strong> to <code>cordova/lib/list-emulator-images</code></li>
+  <li>Fix <code>cordova/lib/install-emulator</code> to pass in the correct prefix for <code>ios-sim --devicetypeid</code></li>
+  <li>Remove non-working applescript to start emulator, use <code>Instruments</code> to start <strong>iOS Simulator</strong> now.</li>
+  <li>Add support for the <strong>iPod</strong> in <code>cordova/lib/list-devices</code> script.</li>
+  <li>Remove <code>Valid values for --target</code> in script headers. Use <code>cordova/lib/list-emulator-images</code> to get the list.</li>
+  <li>Update <code>cordova/lib/list-emulator-images</code> for <code>ios-sim</code> <strong>3.0</strong></li>
+  <li>Increment <code>ios-deploy</code> min version to <strong>1.2.0</strong> and <code>ios-sim</code> min version to <strong>3.0</strong></li>
+  <li>Updated <code>cordova/build</code> script to use specific <code>SHARED_PRECOMPS_DIR</code> variable.</li>
+  <li>Update <code>.gitignore</code> to not ignore <code>.xcworkspace</code> files</li>
 </ul>
 
     </div>

Modified: cordova/site/public/announcements/2014/11/06/cordova-wp-windows-3.7.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2014/11/06/cordova-wp-windows-3.7.0.html?rev=1662602&r1=1662601&r2=1662602&view=diff
==============================================================================
--- cordova/site/public/announcements/2014/11/06/cordova-wp-windows-3.7.0.html (original)
+++ cordova/site/public/announcements/2014/11/06/cordova-wp-windows-3.7.0.html Fri Feb 27 00:40:50 2015
@@ -69,8 +69,7 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">06 Nov 2014</p>
     <div class="post">
-    
-<p>We are happy to announce that <code>Cordova Windows &amp; WP8 3.7.0</code> has been released!</p>
+    <p>We are happy to announce that <code>Cordova Windows &amp;amp; WP8 3.7.0</code> has been released!</p>
 
 <p>This release has various bug fixes.</p>
 
@@ -80,65 +79,49 @@
 
 <pre><code>npm install -g cordova
 cd my_project
-cordova platform update windows</code></pre>
+cordova platform update windows
+</code></pre>
 
 <p>To add it explicitly (available now):</p>
 
 <pre><code>cordova platform add windows@3.7.0
-cordova platform add wp8@3.7.0</code></pre>
+cordova platform add wp8@3.7.0
+</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>
-<!--more-->
-<h2 id="whats_new_in_windows">What’s new in Windows</h2>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-7731">CB-7731</a> Catch cli missing args error</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7493">CB-7493</a> Adds <code>space-in-path</code> and <code>unicode in name</code> tests for CI</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7656">CB-7656</a> Fixes <code>list-devices</code> and <code>list-emulators</code> commands</li>
-
-<li>Fixes <code>msbuild</code> failure after <strong>Windows</strong> project creation</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7617">CB-7617</a> Add partial match support for <code>--target</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7666">CB-7666</a> Merge <code>node_modules</code> and move to package root</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7666">CB-7666</a> Move stuff outside of <strong>Windows</strong> subdir</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7617">CB-7617</a> Deploy on WP8.1 incorrectly handles <code>--target</code> name</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7601">CB-7601</a> Build fails due to capabilities with m: prefixes are incorrectly sorted</li>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-7520">CB-7520</a> copy MRT images defined in config.xml</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7520">CB-7520</a> <code>.appxbundle</code> package format support</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7520">CB-7520</a> Refine image names, use wildcard to include MRT images</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7494">CB-7494</a> Fixes wrong replacements in <code>*.appxmanifest</code> files</li>
+<!--more-->
 
-<li><a href="https://issues.apache.org/jira/browse/CB-7452">CB-7452</a> Rewrite <code>ApplyPlatformConfig.ps1</code> using <strong>NodeJS</strong></li>
+<h2 id="whats-new-in-windows">What’s new in Windows</h2>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-7377">CB-7377</a> Removes unnecessary rules tracing which is also incorrectly handled by <strong>PS</strong></li>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7731">CB-7731</a> Catch cli missing args error</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7493">CB-7493</a> Adds <code>space-in-path</code> and <code>unicode in name</code> tests for CI</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7656">CB-7656</a> Fixes <code>list-devices</code> and <code>list-emulators</code> commands</li>
+  <li>Fixes <code>msbuild</code> failure after <strong>Windows</strong> project creation</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7617">CB-7617</a> Add partial match support for <code>--target</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7666">CB-7666</a> Merge <code>node_modules</code> and move to package root</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7666">CB-7666</a> Move stuff outside of <strong>Windows</strong> subdir</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7617">CB-7617</a> Deploy on WP8.1 incorrectly handles <code>--target</code> name</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7601">CB-7601</a> Build fails due to capabilities with m: prefixes are incorrectly sorted</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7520">CB-7520</a> copy MRT images defined in config.xml</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7520">CB-7520</a> <code>.appxbundle</code> package format support</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7520">CB-7520</a> Refine image names, use wildcard to include MRT images</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7494">CB-7494</a> Fixes wrong replacements in <code>*.appxmanifest</code> files</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7452">CB-7452</a> Rewrite <code>ApplyPlatformConfig.ps1</code> using <strong>NodeJS</strong></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7377">CB-7377</a> Removes unnecessary rules tracing which is also incorrectly handled by <strong>PS</strong></li>
 </ul>
 
-<h2 id="whats_new_in_wp8">What’s new in WP8</h2>
+<h2 id="whats-new-in-wp8">What’s new in WP8</h2>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-7843">CB-7843</a> Fix angular routing on <strong>WP8</strong></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7616">CB-7616</a> Add partial match support for <code>--target</code></li>
-
-<li>Let <code>CordovaView</code> respect <code>DisallowOverscroll</code> preference</li>
-
-<li>Optionally supress inertia scrolling</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7618">CB-7618</a> Fix <strong>WP8</strong> build due to missing <code>node_modules</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7616">CB-7616</a> Deploy on <strong>WP8</strong> fails to run specific target</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7493">CB-7493</a> Adds <code>space-in-path</code> and <code>unicode in name</code> tests for <code>CI</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7843">CB-7843</a> Fix angular routing on <strong>WP8</strong></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7616">CB-7616</a> Add partial match support for <code>--target</code></li>
+  <li>Let <code>CordovaView</code> respect <code>DisallowOverscroll</code> preference</li>
+  <li>Optionally supress inertia scrolling</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7618">CB-7618</a> Fix <strong>WP8</strong> build due to missing <code>node_modules</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7616">CB-7616</a> Deploy on <strong>WP8</strong> fails to run specific target</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7493">CB-7493</a> Adds <code>space-in-path</code> and <code>unicode in name</code> tests for <code>CI</code></li>
 </ul>
 
     </div>

Modified: cordova/site/public/announcements/2014/11/25/ios-64bit.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2014/11/25/ios-64bit.html?rev=1662602&r1=1662601&r2=1662602&view=diff
==============================================================================
--- cordova/site/public/announcements/2014/11/25/ios-64bit.html (original)
+++ cordova/site/public/announcements/2014/11/25/ios-64bit.html Fri Feb 27 00:40:50 2015
@@ -69,20 +69,40 @@
     <div class="meta">Posted by: <a href="https://twitter.com/MarcelKinard">Marcel Kinard</a></div>
     <p class="meta">25 Nov 2014</p>
     <div class="post">
-    
-<p><strong>Apple</strong> has <a href="https://developer.apple.com/news/?id=10202014a">recently announced</a> that new and updated apps submitted to the <strong>Apple App Store</strong> must include <em>64-bit</em> support for them to be approved. This change will be implemented by the <strong>Apple App Store</strong> starting <strong>February 1, 2015</strong>.</p>
+    <p><strong>Apple</strong> has <a href="https://developer.apple.com/news/?id=10202014a">recently announced</a>
+that new and updated apps submitted to the <strong>Apple App Store</strong> must include <em>64-bit</em>
+support for them to be approved. This change will be implemented by the <strong>Apple
+App Store</strong> starting <strong>February 1, 2015</strong>.</p>
+
+<p>This means that starting at that time, Cordova-based apps should be built using
+a version of <strong>Cordova</strong> that has <em>64-bit</em> <strong>iOS</strong> support.</p>
+
+<p>The first version of <strong>Cordova</strong> to include <em>64-bit</em> for <strong>iOS</strong> is <strong>3.4.1</strong>. Therefore,
+to meet these requirements of the <strong>Apple App Store</strong>, you should be using at least
+version <strong>3.4.1</strong> of <strong>Cordova</strong> before this <em>February</em> deadline.</p>
 
-<p>This means that starting at that time, Cordova-based apps should be built using a version of <strong>Cordova</strong> that has <em>64-bit</em> <strong>iOS</strong> support.</p>
-
-<p>The first version of <strong>Cordova</strong> to include <em>64-bit</em> for <strong>iOS</strong> is <strong>3.4.1</strong>. Therefore, to meet these requirements of the <strong>Apple App Store</strong>, you should be using at least version <strong>3.4.1</strong> of <strong>Cordova</strong> before this <em>February</em> deadline.</p>
 <!--more-->
-<p>The <em>64-bit</em> support for <strong>iOS</strong> is in the form of a fat binary that contains <em>32-bit</em> and <em>64-bit</em> code. This form of fat binary is only supported for <strong>iOS</strong> <strong>5.1.1</strong> and <em>up</em>. So when creating <strong>iOS</strong> apps with <em>64-bit</em> support, you will not be able to target them for <strong>iOS</strong> versions <em>earlier than</em> <strong>5.1.1</strong>.</p>
 
-<p>If you are on a version of <strong>Cordova</strong> <em>older than</em> <strong>3.4.1</strong> and building <strong>iOS</strong> apps, you are encouraged to upgrade to a more recent version before <strong>Apple</strong>‘s <em>deadline</em>. For <em>upgrade instructions</em>, please see the <em>Updating Cordova and Your Project</em> section of the <a href="http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html">documentation</a>. You may also find upgrade hints in the blog, such as this <a href="http://cordova.apache.org/announcements/2014/11/06/cordova-ios-3.7.0.html">recent one for iOS 3.7.0</a>. The Apache community has no plans to backport the iOS 64-bit capability to earlier versions of Cordova.</p>
+<p>The <em>64-bit</em> support for <strong>iOS</strong> is in the form of a fat binary that contains <em>32-bit</em>
+and <em>64-bit</em> code. This form of fat binary is only supported for <strong>iOS</strong> <strong>5.1.1</strong> and <em>up</em>.
+So when creating <strong>iOS</strong> apps with <em>64-bit</em> support, you will not be able to target
+them for <strong>iOS</strong> versions <em>earlier than</em> <strong>5.1.1</strong>.</p>
+
+<p>If you are on a version of <strong>Cordova</strong> <em>older than</em> <strong>3.4.1</strong> and building <strong>iOS</strong> apps, you
+are encouraged to upgrade to a more recent version before <strong>Apple</strong>’s <em>deadline</em>.
+For <em>upgrade instructions</em>, please see the <em>Updating Cordova and Your Project</em>
+section of the <a href="http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html">documentation</a>.
+You may also find upgrade hints in the blog, such as this
+<a href="http://cordova.apache.org/announcements/2014/11/06/cordova-ios-3.7.0.html">recent one for iOS 3.7.0</a>. The Apache community has no plans to backport the iOS
+64-bit capability to earlier versions of Cordova.</p>
+
+<p>Additionally, if your <strong>iOS</strong> project already exists and was originally created
+before <strong>3.4.1</strong>, you will need to update the <strong>Build Settings for Architectures</strong>
+and <strong>Valid Architectures</strong> as described in <a href="https://issues.apache.org/jira/browse/CB-6223?focusedCommentId=13930935&amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13930935">this issue</a>.</p>
 
-<p>Additionally, if your <strong>iOS</strong> project already exists and was originally created before <strong>3.4.1</strong>, you will need to update the <strong>Build Settings for Architectures</strong> and <strong>Valid Architectures</strong> as described in <a href="https://issues.apache.org/jira/browse/CB-6223?focusedCommentId=13930935&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13930935">this issue</a>.</p>
+<p>You need to also meet the rest of the requirements outlined in <strong>Apple</strong>’s
+announcement, including using <strong>Xcode</strong> <strong>6</strong> and the <strong>iOS</strong> <strong>8</strong> <strong>SDK</strong>.</p>
 
-<p>You need to also meet the rest of the requirements outlined in <strong>Apple</strong>‘s announcement, including using <strong>Xcode</strong> <strong>6</strong> and the <strong>iOS</strong> <strong>8</strong> <strong>SDK</strong>.</p>
 
     </div>
 </div>

Modified: cordova/site/public/announcements/2015/02/06/cordova-android-3.7.1.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2015/02/06/cordova-android-3.7.1.html?rev=1662602&r1=1662601&r2=1662602&view=diff
==============================================================================
--- cordova/site/public/announcements/2015/02/06/cordova-android-3.7.1.html (original)
+++ cordova/site/public/announcements/2015/02/06/cordova-android-3.7.1.html Fri Feb 27 00:40:50 2015
@@ -69,8 +69,7 @@
     <div class="meta">Posted by: <a href="https://twitter.com/infil00p">Joe Bowser</a></div>
     <p class="meta">06 Feb 2015</p>
     <div class="post">
-    
-<p>We are happy to announce that <code>Cordova Android 3.7.1</code> has been released!</p>
+    <p>We are happy to announce that <code>Cordova Android 3.7.1</code> has been released!</p>
 
 <p>This release has numerous bug fixes, and sets the target-sdk to android-21 (which yields a pretty good graphics speed-up on Lollipop devices!). It will be the default Android version when the cordova-cli 4.1.0 is released.</p>
 
@@ -78,68 +77,49 @@
 
 <pre><code>npm install -g cordova
 cd my_project
-cordova platform update android@3.7.1</code></pre>
+cordova platform update android@3.7.1
+</code></pre>
 
 <p>To add it explicitly:</p>
 
-<pre><code>cordova platform add android@3.7.1</code></pre>
+<pre><code>cordova platform add android@3.7.1
+</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>
-<!--more-->
-<h2 id="whats_new_in_android">What’s new in Android</h2>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-8411">CB-8411</a> Fixed regression with view hierarchy not being initialized before plugins.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8328">CB-8328</a> Allow plugins to handle certificate challenges</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8201">CB-8201</a> Add support for auth dialogs into Cordova Android</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8017">CB-8017</a> Add support for <code>&lt;input type=file&gt;</code> for Lollipop</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8239">CB-8329</a> Cancel outstanding <code>ActivityResult</code> requests when a new <code>startActivityForResult</code> occurs</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8026">CB-8026</a> Bumping up Android Version and setting it up to allow third-party cookies <em>This might change later</em></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8210">CB-8210</a> Eliminate usages of <code>sendJavascript()</code> to be CSP compliant</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8143">CB-8143</a> Numerous gradle changes. Try it out with <code>cordova build android -- --gradle</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8079">CB-8079</a> Use activity class package name, but fallback to application package name when looking for splash screen drawable</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8147">CB-8147</a> Have <code>cordova/build</code> warn about unrecognized flags rather than fail</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8119">CB-8119</a> Restart <code>adb</code> when we detect it’s hung</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8112">CB-8112</a> Turn off <code>mediaPlaybackRequiresUserGesture</code></li>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-6153">CB-6153</a> Add a preference for controlling hardware button audio stream (<code>DefaultVolumeStream</code>)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8081">CB-8081</a> Allow gradle builds to use <strong>Java 6</strong> instead of requiring <strong>Java 7</strong></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8031">CB-8031</a> Fix race condition that shows as <code>ConcurrentModificationException</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7976">CB-7976</a> Use <code>webView</code>‘s context rather than <code>Activity</code>’s context for intent receiver</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7974">CB-7974</a> Cancel timeout timer if view is destroyed</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7940">CB-7940</a> Disable exec bridge if bridgeSecret is wrong</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7758">CB-7758</a> Allow content-url-hosted pages to access the bridge</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6511">CB-6511</a> Fixes build for android when app name contains unicode characters</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7707">CB-7707</a> Added multipart <code>PluginResult</code></li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-6837">CB-6837</a> Fix leaked window when hitting back button while alert being rendered</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7674">CB-7674</a> Move preference activation back into <code>onCreate()</code></li>
+<!--more-->
 
-<li><a href="https://issues.apache.org/jira/browse/CB-7499">CB-7499</a> Support RTL text direction</li>
+<h2 id="whats-new-in-android">What’s new in Android</h2>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-7511">CB-7511</a> Vastly improve auto-detection of Android SDK and JDK instll locations</li>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8411">CB-8411</a> Fixed regression with view hierarchy not being initialized before plugins.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8328">CB-8328</a> Allow plugins to handle certificate challenges</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8201">CB-8201</a> Add support for auth dialogs into Cordova Android</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8017">CB-8017</a> Add support for <code>&lt;input type=file&gt;</code> for Lollipop</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8239">CB-8329</a> Cancel outstanding <code>ActivityResult</code> requests when a new <code>startActivityForResult</code> occurs</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8026">CB-8026</a> Bumping up Android Version and setting it up to allow third-party cookies <em>This might change later</em></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8210">CB-8210</a> Eliminate usages of <code>sendJavascript()</code> to be CSP compliant</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8143">CB-8143</a> Numerous gradle changes. Try it out with <code>cordova build android -- --gradle</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8079">CB-8079</a> Use activity class package name, but fallback to application package name when looking for splash screen drawable</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8147">CB-8147</a> Have <code>cordova/build</code> warn about unrecognized flags rather than fail</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8119">CB-8119</a> Restart <code>adb</code> when we detect it’s hung</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8112">CB-8112</a> Turn off <code>mediaPlaybackRequiresUserGesture</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6153">CB-6153</a> Add a preference for controlling hardware button audio stream (<code>DefaultVolumeStream</code>)</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8081">CB-8081</a> Allow gradle builds to use <strong>Java 6</strong> instead of requiring <strong>Java 7</strong></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8031">CB-8031</a> Fix race condition that shows as <code>ConcurrentModificationException</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7976">CB-7976</a> Use <code>webView</code>’s context rather than <code>Activity</code>’s context for intent receiver</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7974">CB-7974</a> Cancel timeout timer if view is destroyed</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7940">CB-7940</a> Disable exec bridge if bridgeSecret is wrong</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7758">CB-7758</a> Allow content-url-hosted pages to access the bridge</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6511">CB-6511</a> Fixes build for android when app name contains unicode characters</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7707">CB-7707</a> Added multipart <code>PluginResult</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6837">CB-6837</a> Fix leaked window when hitting back button while alert being rendered</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7674">CB-7674</a>  Move preference activation back into <code>onCreate()</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7499">CB-7499</a>  Support RTL text direction</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7511">CB-7511</a> Vastly improve auto-detection of Android SDK and JDK instll locations</li>
 </ul>
 
+
     </div>
 </div>
 

Modified: cordova/site/public/announcements/releases/2013/11/13/cordova-320rc1.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/releases/2013/11/13/cordova-320rc1.html?rev=1662602&r1=1662601&r2=1662602&view=diff
==============================================================================
--- cordova/site/public/announcements/releases/2013/11/13/cordova-320rc1.html (original)
+++ cordova/site/public/announcements/releases/2013/11/13/cordova-320rc1.html Fri Feb 27 00:40:50 2015
@@ -69,21 +69,24 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">13 Nov 2013</p>
     <div class="post">
-    
-<p>The <a href="http://cordova.apache.org/">Apache Cordova</a> team has just released the first release candidate for Cordova 3.2.0! Barring no hiccups, we will be aiming to release the final version later this week. Now we ask you, our community, to please download and help us test! We want this to be the most solid release yet!</p>
+    <p>The <a href="http://cordova.apache.org/">Apache Cordova</a> team has just released the first release candidate for Cordova 3.2.0! Barring no hiccups, we will be aiming to release the final version later this week. 
+Now we ask you, our community, to please download and help us test! We want this to be the most solid release yet! </p>
 
 <p>Installing cordova for the first time:</p>
 
-<pre><code>npm install -g cordova@3.2.0-rc.1</code></pre>
+<pre><code>npm install -g cordova@3.2.0-rc.1
+</code></pre>
 
 <p>Updating your current version of cordova:</p>
 
-<pre><code>npm update -g cordova@3.2.0-rc.1</code></pre>
+<pre><code>npm update -g cordova@3.2.0-rc.1
+</code></pre>
 
 <p>Example of updating your current cordova android project to the latest version:</p>
 
 <pre><code>cd cordovaApp
-cordova platform update android</code></pre>
+cordova platform update android
+</code></pre>
 
 <p>Issues can be reported at <a href="https://issues.apache.org/jira/browse/CB">https://issues.apache.org/jira/browse/CB</a></p>
 

Modified: cordova/site/public/announcements/releases/2013/12/06/cordova-330rc1.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/releases/2013/12/06/cordova-330rc1.html?rev=1662602&r1=1662601&r2=1662602&view=diff
==============================================================================
--- cordova/site/public/announcements/releases/2013/12/06/cordova-330rc1.html (original)
+++ cordova/site/public/announcements/releases/2013/12/06/cordova-330rc1.html Fri Feb 27 00:40:50 2015
@@ -69,23 +69,25 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">06 Dec 2013</p>
     <div class="post">
-    
-<p>The <a href="http://cordova.apache.org/">Apache Cordova</a> team has just released the first release candidate for Cordova 3.3.0! We will be aiming to release the final version near the end of next week! Just in time for some holiday hacking!</p>
+    <p>The <a href="http://cordova.apache.org/">Apache Cordova</a> team has just released the first release candidate for Cordova 3.3.0! We will be aiming to release the final version near the end of next week! Just in time for some holiday hacking! </p>
 
 <p>Now we ask you, our community, to please download and help us test!</p>
 
 <p>Installing cordova for the first time:</p>
 
-<pre><code>npm install -g cordova@3.3.0-rc.1</code></pre>
+<pre><code>npm install -g cordova@3.3.0-rc.1
+</code></pre>
 
 <p>Updating your current version of cordova:</p>
 
-<pre><code>npm update -g cordova@3.3.0-rc.1</code></pre>
+<pre><code>npm update -g cordova@3.3.0-rc.1
+</code></pre>
 
 <p>Example of updating your current cordova android project to the latest version:</p>
 
 <pre><code>cd cordovaApp
-cordova platform update android</code></pre>
+cordova platform update android
+</code></pre>
 
 <p>Issues can be reported at <a href="https://issues.apache.org/jira/browse/CB">https://issues.apache.org/jira/browse/CB</a></p>
 

Modified: cordova/site/public/blog/2013/07/11/cordova-has-a-blog.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/2013/07/11/cordova-has-a-blog.html?rev=1662602&r1=1662601&r2=1662602&view=diff
==============================================================================
--- cordova/site/public/blog/2013/07/11/cordova-has-a-blog.html (original)
+++ cordova/site/public/blog/2013/07/11/cordova-has-a-blog.html Fri Feb 27 00:40:50 2015
@@ -69,8 +69,11 @@
     <div class="meta">Posted by: <a href="https://twitter.com/csantanapr">Carlos Santana</a></div>
     <p class="meta">11 Jul 2013</p>
     <div class="post">
-    
-<p>Cordova now has a Blog! Look here to stay up-to-date with what’s happening with the project. There is a major release <a href="https://issues.apache.org/jira/browse/CB/fixforversion/12322491">3.0</a> just around the corner (July 19, 2013), and we are really excited about it! <!--more--> Be sure to <a href="//cordova.apache.org/rss.xml">subscribe</a> using RSS</p>
+    <p>Cordova now has a Blog! Look here to stay up-to-date with what’s happening with the project.
+There is a major release <a href="https://issues.apache.org/jira/browse/CB/fixforversion/12322491">3.0</a>
+just around the corner (July 19, 2013), and we are really excited about it!
+<!--more-->
+Be sure to <a href="//cordova.apache.org/rss.xml">subscribe</a> using RSS</p>
 
     </div>
 </div>

Modified: cordova/site/public/blog/2013/08/12/crowdintranslation.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/2013/08/12/crowdintranslation.html?rev=1662602&r1=1662601&r2=1662602&view=diff
==============================================================================
--- cordova/site/public/blog/2013/08/12/crowdintranslation.html (original)
+++ cordova/site/public/blog/2013/08/12/crowdintranslation.html Fri Feb 27 00:40:50 2015
@@ -69,12 +69,18 @@
     <div class="meta">Posted by: <a href="https://twitter.com/IBMLisa">Lisa Seacat DeLuca</a></div>
     <p class="meta">12 Aug 2013</p>
     <div class="post">
-    
-<p>Apache Cordova is going global! Apache Cordova is already being used by developers all over the world and now, we are proud to announce, the Apache Cordova documentation will be translated into a number of languages. But we need your help! With the support of <a href='http://crowdin.net/project/cordova'>Crowdin</a>, a translation and localization management platform, translators can login to the easy-to-use tooling and provide as much or as little translation assistance as they would like. If you know another language please support Cordova and contribute. <!--more--></p>
+    <p>Apache Cordova is going global!  Apache Cordova is already being used by
+developers all over the world and now, we are proud to announce, the Apache
+Cordova documentation will be translated into a number of languages.  But we
+need your help!  With the support of <a href="http://crowdin.net/project/cordova">Crowdin</a>, a translation and
+localization management platform, translators can login to the easy-to-use
+tooling and provide as much or as little translation assistance as they would
+like.  If you know another language please support Cordova and contribute.
+<!--more--></p>
 
-<p><a href='http://crowdin.net/project/cordova'>http://crowdin.net/project/cordova</a></p>
+<p><a href="http://crowdin.net/project/cordova">http://crowdin.net/project/cordova</a></p>
 
-<p>Email <a href='mailto:ldeluca@apache.org'>ldeluca@apache.org</a> for more information.</p>
+<p>Email <a href="mailto:ldeluca@apache.org">ldeluca@apache.org</a> for more information.</p>
 
     </div>
 </div>

Modified: cordova/site/public/blog/2014/11/18/cordova-perf.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/2014/11/18/cordova-perf.html?rev=1662602&r1=1662601&r2=1662602&view=diff
==============================================================================
--- cordova/site/public/blog/2014/11/18/cordova-perf.html (original)
+++ cordova/site/public/blog/2014/11/18/cordova-perf.html Fri Feb 27 00:40:50 2015
@@ -69,84 +69,81 @@
     <div class="meta">Posted by: <a href="https://twitter.com/nparashuram">Parashuram</a></div>
     <p class="meta">18 Nov 2014</p>
     <div class="post">
-    
-<p>While developing mobile apps with Cordova, performance is a common concern many developers have. Though recent WebView improvements have made smooth experiences easy to achieve, it is always important to watch out for code in our apps that may make the app <a href="http://jankfree.org">janky</a>.</p>
+    <p>While developing mobile apps with Cordova, performance is a common concern many developers have. Though recent WebView improvements have made smooth experiences easy to achieve, it is always important to watch out for code in our apps that may make the app <a href="http://jankfree.org">janky</a>.   </p>
 
-<h1 id="measuring_performance">Measuring Performance</h1>
+<h1 id="measuring-performance">Measuring Performance</h1>
+<p>The latest versions of Android and iOS WebViews can connect to and leverage developer tools in browsers for profiling rendering performance of apps. Developer tools provide insights into details like frames rates, repaints, layouts, etc. </p>
 
-<p>The latest versions of Android and iOS WebViews can connect to and leverage developer tools in browsers for profiling rendering performance of apps. Developer tools provide insights into details like frames rates, repaints, layouts, etc.</p>
+<p><img src="http://i.imgur.com/zR2f1.gif" alt="Chrome Developer tools - profiling" />   </p>
 
-<p><img src="http://i.imgur.com/zR2f1.gif" alt="Chrome Developer tools - profiling" /></p>
-
-<p>Articles (like <a href="http://aerotwist.com/blog/my-performance-audit-workflow/">this</a> and <a href="http://calendar.perfplanet.com/2013/the-runtime-performance-checklist/">this</a>) articulate the typical workflow for auditing performance of webpages. Similar principles can be applied to apps too. <!--more--></p>
-
-<h1 id="automating_performance_measurements">Automating Performance measurements</h1>
-
-<p>With rapid development and release cycles of apps, it becomes hard to do regular performance audits. Automating the process with tools would ensure that we have a handle on the performance of the app.</p>
+<p>Articles (like <a href="http://aerotwist.com/blog/my-performance-audit-workflow/">this</a> and <a href="http://calendar.perfplanet.com/2013/the-runtime-performance-checklist/">this</a>) articulate the typical workflow for auditing performance of webpages. Similar principles can be applied to apps too. 
+<!--more-->
+# Automating Performance measurements
+With rapid development and release cycles of apps, it becomes hard to do regular performance audits. Automating the process with tools would ensure that we have a handle on the performance of the app. </p>
 
 <p><a href="http://npmjs.org/package/browser-perf">browser-perf</a> is a NodeJS based tool picks up data from browser developer tools and converts them to key performance indicators. It is based on Chromium’s performance test suite called <a href="http://www.chromium.org/developers/telemetry">telemetry</a> and supports iOS and Android based Cordova apps. All metrics are recorded while mimicking typical user interactions.</p>
 
-<h2 id="testing_ios_apps">Testing iOS Apps</h2>
-
-<p>To start testing your Cordova app for iOS, you would need to <code>npm install</code> <a href="http://appium.io/">Appium</a> and <a href="http://appium.io/getting-started.html?lang=en">set it up</a>. Appium is a tool to automate your app and emulate user interactions like clicking buttons or typing in the app. Ensure that the app is built at least once and the emulator is running.</p>
+<h2 id="testing-ios-apps">Testing iOS Apps</h2>
+<p>To start testing your Cordova app for iOS, you would need to <code>npm install</code> <a href="http://appium.io/">Appium</a> and <a href="http://appium.io/getting-started.html?lang=en">set it up</a>. Appium is a tool to automate your app and emulate user interactions like clicking buttons or typing in the app. Ensure that the app is built at least once and the emulator is running. </p>
 
-<p>You can then use the following NodeJS snippet to run a simple test. In the example, a value is typed entered into a text box, and a button is clicked.</p>
+<p>You can then use the following NodeJS snippet to run a simple test. In the example, a value is typed entered into a text box, and a button is clicked. </p>
 
-<pre><code>var browserPerf = require(&#39;browser-perf&#39;);
+<pre><code>var browserPerf = require('browser-perf');
 browserPerf(undefined, function(err, res) {
     if (err) {
-        console.log(&#39;An error occured&#39;);
+        console.log('An error occured');
     } else {
-        console.log(&#39;Result is &#39;, res);
+        console.log('Result is ', res);
     }
 }, {
-    selenium: &quot;http://localhost:4723/wd/hub&quot;,
+    selenium: "http://localhost:4723/wd/hub",
     browsers: [{
-        platformName: &quot;iOS&quot;,
-        platformVersion: &quot;8.0&quot;,
-        deviceName: &quot;iPhone Simulator&quot;,
-        app: &quot;~/cordovaapp/platforms/ios/build/emulator/HelloCordova.app&quot;,
-        bundleId: &quot;io.cordova.hellocordova&quot;,
+        platformName: "iOS",
+        platformVersion: "8.0",
+        deviceName: "iPhone Simulator",
+        app: "~/cordovaapp/platforms/ios/build/emulator/HelloCordova.app",
+        bundleId: "io.cordova.hellocordova",
         autoWebview: true
     }],
     log: console.log.bind(console),
     actions: [
         function(browser) {
-            return browser.elementById(&#39;count&#39;).then(function(el) {
+            return browser.elementById('count').then(function(el) {
                 el.type(1000);
             }).then(function() {
-                return browser.elementById(&#39;checkout&#39;);
+                return browser.elementById('checkout');
             }).then(function(el) {
                 return el.click();
             });
         }
     ]
-});</code></pre>
+});
+</code></pre>
 
-<p>Additional user interactions can be used instead of typing and clicking by following the guide on <a href="https://github.com/axemclion/browser-perf/wiki/Node-Module---API#actions">this page</a>.</p>
+<p>Additional user interactions can be used instead of typing and clicking by following the guide on <a href="https://github.com/axemclion/browser-perf/wiki/Node-Module---API#actions">this page</a>. </p>
 
-<p>The <a href="https://www.youtube.com/watch?v=TG_eTe_H-s4">video below</a> illustrates the steps. Note that in the video, the config file does not specify any action. Hence, the default action scrolls the page and records the metrics.</p>
+<p>The <a href="https://www.youtube.com/watch?v=TG_eTe_H-s4">video below</a> illustrates the steps. Note that in the video, the config file does not specify any action. Hence, the default action scrolls the page and records the metrics. </p>
 
 <p><a href="https://www.youtube.com/watch?v=TG_eTe_H-s4"><img src="http://img.youtube.com/vi/TG_eTe_H-s4/0.jpg" alt="Video of steps to run perf tests in Cordova" /></a></p>
 
-<h2 id="testing_android_apps">Testing Android Apps</h2>
+<h2 id="testing-android-apps">Testing Android Apps</h2>
+<p>Testing Android apps is very similar to testing iOS Apps. The only difference would be the use of <a href="https://sites.google.com/a/chromium.org/chromedriver/">ChromeDriver</a> instead of Appium. Consequently, the configuration would look something like <a href="https://github.com/axemclion/browser-perf/blob/master/test/res/android-hybrid.config.json">this</a>. </p>
 
-<p>Testing Android apps is very similar to testing iOS Apps. The only difference would be the use of <a href="https://sites.google.com/a/chromium.org/chromedriver/">ChromeDriver</a> instead of Appium. Consequently, the configuration would look something like <a href="https://github.com/axemclion/browser-perf/blob/master/test/res/android-hybrid.config.json">this</a>.</p>
+<p>Additional details about setting up the test environment can be found <a href="https://github.com/axemclion/browser-perf/wiki/Setup-Instructions#testing-mobile-cordova-webviewhybrid-applications">here</a>, with reference for browser-perf in the <a href="https://github.com/axemclion/browser-perf/wiki/Node-Module---API">wiki pages</a>. </p>
 
-<p>Additional details about setting up the test environment can be found <a href="https://github.com/axemclion/browser-perf/wiki/Setup-Instructions#testing-mobile-cordova-webviewhybrid-applications">here</a>, with reference for browser-perf in the <a href="https://github.com/axemclion/browser-perf/wiki/Node-Module---API">wiki pages</a>.</p>
-
-<h1 id="finishing_touches">Finishing touches</h1>
-
-<p>browser-perf can record a plethora of metrics ranging from frame rates, to count of expensive paints or expensive events that could cause jank. Each of these metrics indicates how a CSS transform or an onscroll handler may have changed the performance of the app. Recording this data over time can give better insight into how each code change affects the smooth experience. The <code>res</code> object in browser-perf callback from the example snippet above can be saved to a database and graphed. For example, <a href="http://npmjs.org/package/perfjankie">Perfjankie</a> works on top of browser-perf, stores the results in a CouchDB database, and displays the results</p>
+<h1 id="finishing-touches">Finishing touches</h1>
+<p>browser-perf can record a plethora of metrics ranging from frame rates, to count of expensive paints or expensive events that could cause jank. Each of these metrics indicates how a CSS transform or an onscroll handler may have changed the performance of the app. 
+Recording this data over time can give better insight into how each code change affects the smooth experience.
+The <code>res</code> object in browser-perf callback from the example snippet above can be saved to a database and graphed. For example, <a href="http://npmjs.org/package/perfjankie">Perfjankie</a> works on top of browser-perf, stores the results in a CouchDB database, and displays the results</p>
 
 <h1 id="summary">Summary</h1>
-
 <p>In this article, we saw how to measure the rendering performance of Cordova apps. With the tools described, you can ensure that your apps are just as good as native apps are supposed to be.</p>
 
 <blockquote>
-<p>If you would like to run this for your Cordova app, please <a href="http://twitter.com/nparashuram">contact me</a>, and I would be glad to help you to get started or check out this <a href="http://blog.nparashuram.com/2014/10/measuring-rendering-performance-metrics.html">related blog post</a>.</p>
+  <p>If you would like to run this for your Cordova app, please <a href="http://twitter.com/nparashuram">contact me</a>, and I would be glad to help you to get started or check out this <a href="http://blog.nparashuram.com/2014/10/measuring-rendering-performance-metrics.html">related blog post</a>.  </p>
 </blockquote>
 
+
     </div>
 </div>
 

Modified: cordova/site/public/blog/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1662602&r1=1662601&r2=1662602&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Fri Feb 27 00:40:50 2015
@@ -69,6 +69,11 @@
 <ul class="posts">
   
     <li>
+    <span>25 Feb 2015</span> &raquo;
+    <a href="//cordova.apache.org/announcements/2015/02/25/cordova-ios-3.8.0.html">Apache Cordova iOS 3.8.0</a>
+    </li>
+  
+    <li>
     <span>10 Feb 2015</span> &raquo;
     <a href="//cordova.apache.org/news/2015/02/10/plugins-release.html">Plugins Release: February 10, 2015</a>
     </li>
@@ -110,7 +115,7 @@
   
     <li>
     <span>06 Nov 2014</span> &raquo;
-    <a href="//cordova.apache.org/announcements/2014/11/06/cordova-wp-windows-3.7.0.html">Apache Cordova Windows & Windows Phone 3.7.0</a>
+    <a href="//cordova.apache.org/announcements/2014/11/06/cordova-wp-windows-3.7.0.html">Apache Cordova Windows &amp; Windows Phone 3.7.0</a>
     </li>
   
     <li>

Modified: cordova/site/public/blog/releases/2013/07/23/cordova-3.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/releases/2013/07/23/cordova-3.html?rev=1662602&r1=1662601&r2=1662602&view=diff
==============================================================================
--- cordova/site/public/blog/releases/2013/07/23/cordova-3.html (original)
+++ cordova/site/public/blog/releases/2013/07/23/cordova-3.html Fri Feb 27 00:40:50 2015
@@ -69,46 +69,48 @@
     <div class="meta">Posted by: <a href="https://twitter.com/brianleroux">Brian LeRoux</a></div>
     <p class="meta">23 Jul 2013</p>
     <div class="post">
-    
-<p>It went live on Friday! Snapshot available on our <a href="https://www.apache.org/dist/cordova/">download page</a> but before downloading please read on to find out whats new including for more ways to work with Cordova! <!--more--></p>
+    <p>It went live on Friday! Snapshot available on our <a href="https://www.apache.org/dist/cordova/">download page</a> but before downloading please read on to find out whats new including for more ways to work with Cordova!
+<!--more--></p>
 
-<h2 id="light_weight_core">Light Weight Core</h2>
+<h2 id="light-weight-core">Light Weight Core</h2>
 
 <p>Cordova 3 introduces a new unified project structure and ships with a very limited API surface. Developers can now compose a version of Cordova with only the APIs they need. In the past, Cordova shipped with the entire kitchen sink of APIs that most applications only needed a small subset of. This lead to messy, and often not even necessary, upgrading for our community. With the release of Cordova 3 you start with a very light weight core and only add the API surface your application requires. Obviously, this means a performance improvement but the real win here is maintenance and upgrading. We’ll continue to maintain “core” APIs which are the same device APIs you’ve come to know and love.</p>
 
-<h2 id="new_command_line_tooling">New Command Line Tooling</h2>
+<h2 id="new-command-line-tooling">New Command Line Tooling</h2>
 
 <p>We’re very excited to share two new command line tools: Cordova and Plugman. Both are implemented using <code>NodeJS</code> and thusly distributed via <code>npm</code>. The <code>cordova</code> command line tool has been a long time coming. It unifies all platforms into a single project structure, making it easy to maintain a single codebase for multiple platforms. The <code>cordova</code> tool builds off of our other new tool: <code>plugman</code>, which provides automated discovery, installation, and removal of both core and custom plugins.</p>
 
-<p>We’ve been testing for months but keep in mind both tools are new. Bugs happen, so you if you find one or even just have an idea for a new feature please visit our <a href="http://issues.cordova.io
-">issue tracker</a>.</p>
+<p>We’ve been testing for months but keep in mind both tools are new. Bugs happen, so you if you find one or even just have an idea for a new feature please visit our <a href="http://issues.cordova.io">issue tracker</a>.</p>
 
-<h2 id="installing__downloading">Installing &gt; Downloading</h2>
+<h2 id="installing--downloading">Installing &gt; Downloading</h2>
 
 <p>First, <a href="http://nodejs.org">ensure you have NodeJS installed</a> and then simply run <code>npm install -g cordova</code>. From here its a typical comand line utility. Get started by building an iOS app!</p>
 
 <pre><code>cordova create MyFunkyApp
 cd MyFunkyApp
 cordova platform add ios
-cordova emulate ios</code></pre>
+cordova emulate ios
+</code></pre>
 
 <p>Cordova has to download platform files the first time <code>create</code> is run, so the first app you create might be a little slow. Just use the <code>-d</code> flag to see progress. For example, <code>cordova -d platform add ios</code>. Maybe crack a beer and chill while it goes about its business first run.</p>
 
 <p>Now let’s add Android, <code>cordova platform add android</code>. Yes: that easy!</p>
 
-<h1 id="installing_plugins">Installing Plugins</h1>
+<h1 id="installing-plugins">Installing Plugins</h1>
 
 <p>If you are working with a platform project directly (one created through a Cordova platform’s <code>bin/create</code> script instead of through the <code>cordova</code> tool), then <code>plugman</code> can be used standalone. Again, <a href="http://nodejs.org">ensure you have NodeJS installed</a> and then simply run <code>npm install -g plugman</code>.</p>
 
 <pre><code>cd MyFunkyApp
-cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git</code></pre>
+cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git
+</code></pre>
 
 <p>You now have geolocation enabled your project!</p>
 
 <p>If you are working with a native project directly then <code>plugman</code> can be used standalone. Again, <a href="http://nodejs.org">ensure you have NodeJS installed</a> and then simply run <code>npm install -g plugman</code>.</p>
 
 <pre><code>cd MyAndroidProject
-plugman --platform android --project . --plugin https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git</code></pre>
+plugman --platform android --project . --plugin https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git
+</code></pre>
 
 <p>Of course, you can create your own plugins! (And we’re really excited to see what you do.) You can learn how to author a plugin by <a href="http://cordova.apache.org/docs/en/3.0.0/guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">reading the plugin development guide</a>. We are going to be writing much more documentation about this in the future. In the meantime, you can learn a great deal looking at the <a href="https://git-wip-us.apache.org/repos/asf?s=cordova-plugin">core plugins</a>.</p>
 
@@ -116,25 +118,21 @@ plugman --platform android --project . -
 
 <p>We have documented <a href="http://cordova.apache.org/docs/en/3.0.0/guide_upgrading_index.md.html">upgrading guides</a> to help with the transition. Of course, do not hesitate to come for help in #cordova irc channel on freenode, or just visit our <a href="http://issues.cordova.io">issue tracker</a>.</p>
 
-<h1 id="known_issues">Known Issues</h1>
+<h1 id="known-issues">Known Issues</h1>
 
 <p>Remember <em>core plugins no longer exist by default in new projects</em> and you have to manually add them using <code>plugman</code> or <code>cordova</code>. You know we release regularly so you can expect updates soon and we’re going to leave a nice big window for deprecations as usual. Also remember this is an open source project so if something isn’t to your liking you can always pitch in and fix it yourself!</p>
 
 <ul>
-<li>Various native IDE’s show generated files when using <code>cordova</code>-based projects. Be careful not to edit them or else you may lose your work when <code>cordova</code> is next run!</li>
-
-<li>Whitelist (<code>&lt;access&gt;</code> tags) format is inconsistent across platforms</li>
-
-<li>There is no “upgrade” command for <code>cordova</code> yet. You will need to remove and re-add plugins/platforms for now.</li>
-
-<li>Not all platforms are supported by <code>cordova</code>. <em>Currently</em> only iOS, Android, BB10, and Windows Phone</li>
-
-<li>A plugin discovery repository is still being baked and will be available very soon</li>
+  <li>Various native IDE’s show generated files when using <code>cordova</code>-based projects. Be careful not to edit them or else you may lose your work when <code>cordova</code> is next run!</li>
+  <li>Whitelist (<code>&lt;access&gt;</code> tags) format is inconsistent across platforms</li>
+  <li>There is no “upgrade” command for <code>cordova</code> yet. You will need to remove and re-add plugins/platforms for now.</li>
+  <li>Not all platforms are supported by <code>cordova</code>. <em>Currently</em> only iOS, Android, BB10, and Windows Phone</li>
+  <li>A plugin discovery repository is still being baked and will be available very soon</li>
 </ul>
 
 <p><br /></p>
 
-<h1 id="huge_thanks">Huge Thanks</h1>
+<h1 id="huge-thanks">Huge Thanks</h1>
 
 <p>Thank you to all the committers, testers, developers, and friends of Cordova whom made this possible!</p>
 



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