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

svn commit: r1701854 [4/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/announcements/2014/10/16/cordova-4.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2014/10/16/cordova-4.html?rev=1701854&r1=1701853&r2=1701854&view=diff
==============================================================================
--- cordova/site/public/announcements/2014/10/16/cordova-4.html (original)
+++ cordova/site/public/announcements/2014/10/16/cordova-4.html Tue Sep  8 18:56:12 2015
@@ -57,29 +57,32 @@
     <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>
 
@@ -93,127 +96,188 @@ cordova platform update android
 
 <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>
+<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-cordova-browser">What’s new in Cordova-Browser</h2>
+<h2 id="whats_new_in_cordovabrowser">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-cordova-cli">What’s new in Cordova-CLI</h2>
+<h2 id="whats_new_in_cordovacli">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-cordova-plugman">What’s new in Cordova-Plugman</h2>
+<h2 id="whats_new_in_cordovaplugman">What’s new in Cordova-Plugman</h2>
 
 <ul>
-  <li>Pinned dependencies</li>
+<li>Pinned dependencies</li>
 </ul>
 
-<h2 id="whats-new-in-cordova-lib">What’s new in Cordova-Lib</h2>
+<h2 id="whats_new_in_cordovalib">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=1701854&r1=1701853&r2=1701854&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 Tue Sep  8 18:56:12 2015
@@ -57,64 +57,91 @@
     <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>
+<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>
-  <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>
+<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=1701854&r1=1701853&r2=1701854&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 Tue Sep  8 18:56:12 2015
@@ -57,7 +57,8 @@
     <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; WP8 3.7.0</code> has been released!</p>
 
 <p>This release has various bug fixes.</p>
 
@@ -67,49 +68,65 @@
 
 <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>
+<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>
-  <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>
+<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=1701854&r1=1701853&r2=1701854&view=diff
==============================================================================
--- cordova/site/public/announcements/2014/11/25/ios-64bit.html (original)
+++ cordova/site/public/announcements/2014/11/25/ios-64bit.html Tue Sep  8 18:56:12 2015
@@ -57,40 +57,20 @@
     <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>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><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>
 <!--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>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>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>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>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>
 
     </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=1701854&r1=1701853&r2=1701854&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 Tue Sep  8 18:56:12 2015
@@ -57,7 +57,8 @@
     <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>
 
@@ -65,48 +66,67 @@
 
 <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>
+<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>
-  <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>
+<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/2015/02/25/cordova-ios-3.8.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2015/02/25/cordova-ios-3.8.0.html?rev=1701854&r1=1701853&r2=1701854&view=diff
==============================================================================
--- cordova/site/public/announcements/2015/02/25/cordova-ios-3.8.0.html (original)
+++ cordova/site/public/announcements/2015/02/25/cordova-ios-3.8.0.html Tue Sep  8 18:56:12 2015
@@ -57,54 +57,71 @@
     <div class="meta">Posted by: <a href="https://twitter.com/shazron">Shazron Abdullah</a></div>
     <p class="meta">25 Feb 2015</p>
     <div class="post">
-    <p><strong>UPDATE:</strong> To deploy to iOS devices, developers will have to update their <code>ios-deploy</code> dependency to the latest release. Run <code>npm install ios-deploy -g</code> to download the latest release of version <code>1.4.0</code>.</p>
+    
+<p><strong>UPDATE:</strong> To deploy to iOS devices, developers will have to update their <code>ios-deploy</code> dependency to the latest release. Run <code>npm install ios-deploy -g</code> to download the latest release of version <code>1.4.0</code>.</p>
 
 <p>We are happy to announce that <code>Cordova iOS 3.8.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.3.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.3.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.8.0
-</code></pre>
+<pre><code>cordova platform add ios@3.8.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>
+<h2 id="whats_new_in_ios">What’s new in iOS</h2>
 
 <ul>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8436">CB-8436</a> Remove more bad quotes from build command</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8436">CB-8436</a> Remove unneeded “” when composing xcodebuild arguments (closes #130)</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8084">CB-8084</a> Allow for a way to disable push notification delegate methods (through xcconfig). Style fixup using uncrustify.</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7606">CB-7606</a> handleOpenURL not working correctly on cold start (handler not evaluated yet) and warm start</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8435">CB-8435</a> Enable jshint for iOS platform</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8417">CB-8417</a> moved platform specific js into platform</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8336">CB-8336</a> Remove plugin prefs from iOS defaults.xml</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8254">CB-8254</a> Enable use of .xcconfig when building for emulator</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> Deprecate all non-prefixed class extensions</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8358">CB-8358</a> Make –link an alias for –shared plus some code simplification.</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8197">CB-8197</a> Convert all bash scripts to node.js (closes #126)</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8314">CB-8314</a> Speed up Travis CI (close #125)</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8036">CB-8036</a> Don’t exclude bin/node_modules from npm pack (via .gitignore)</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7872">CB-7872</a> Fix CODE_SIGN_RESOURCE_RULES_PATH being set wrong in xcconfig (closes #120)</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8168">CB-8168</a> <code>cordova/run --list</code> support for iOS (closes #122)</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8044">CB-8044</a> support for –nobuild flag in run script</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6637">CB-6637</a> Removed - request:isFragmentIdentifierToRequest: deprecated method in CDVWebViewDelegate (closes #121)</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8002">CB-8002</a> (CB-7735) Update cordova.js to include bridge fix</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-5706">CB-5706</a> convert some of the bash scripts to nodejs (closes #118)</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8506">CB-8506</a> Use npm version of uncrustify in cordova-ios (devDependency only)</li>
-  <li>Have CordovaLib classes import CDVJSON_private.h rather than CDVJSON.h</li>
-  <li>Trim down checked-in node_module files to minimal set</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-8436">CB-8436</a> Remove more bad quotes from build command</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8436">CB-8436</a> Remove unneeded “” when composing xcodebuild arguments (closes #130)</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8084">CB-8084</a> Allow for a way to disable push notification delegate methods (through xcconfig). Style fixup using uncrustify.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7606">CB-7606</a> handleOpenURL not working correctly on cold start (handler not evaluated yet) and warm start</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8435">CB-8435</a> Enable jshint for iOS platform</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8417">CB-8417</a> moved platform specific js into platform</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8336">CB-8336</a> Remove plugin prefs from iOS defaults.xml</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8254">CB-8254</a> Enable use of .xcconfig when building for emulator</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8351">CB-8351</a> Deprecate all non-prefixed class extensions</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8358">CB-8358</a> Make –link an alias for –shared plus some code simplification.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8197">CB-8197</a> Convert all bash scripts to node.js (closes #126)</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8314">CB-8314</a> Speed up Travis CI (close #125)</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8036">CB-8036</a> Don’t exclude bin/node_modules from npm pack (via .gitignore)</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7872">CB-7872</a> Fix CODE_SIGN_RESOURCE_RULES_PATH being set wrong in xcconfig (closes #120)</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8168">CB-8168</a> <code>cordova/run --list</code> support for iOS (closes #122)</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8044">CB-8044</a> support for –nobuild flag in run script</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6637">CB-6637</a> Removed - request:isFragmentIdentifierToRequest: deprecated method in CDVWebViewDelegate (closes #121)</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8002">CB-8002</a> (CB-7735) Update cordova.js to include bridge fix</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-5706">CB-5706</a> convert some of the bash scripts to nodejs (closes #118)</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8506">CB-8506</a> Use npm version of uncrustify in cordova-ios (devDependency only)</li>
+
+<li>Have CordovaLib classes import CDVJSON_private.h rather than CDVJSON.h</li>
+
+<li>Trim down checked-in node_module files to minimal set</li>
 </ul>
 
     </div>

Modified: cordova/site/public/announcements/2015/02/27/cordova-windows-3.8.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2015/02/27/cordova-windows-3.8.0.html?rev=1701854&r1=1701853&r2=1701854&view=diff
==============================================================================
--- cordova/site/public/announcements/2015/02/27/cordova-windows-3.8.0.html (original)
+++ cordova/site/public/announcements/2015/02/27/cordova-windows-3.8.0.html Tue Sep  8 18:56:12 2015
@@ -57,7 +57,8 @@
     <div class="meta">Posted by: <a href="https://twitter.com/sgrebnov">Sergey Grebnov</a></div>
     <p class="meta">27 Feb 2015</p>
     <div class="post">
-    <p>We are happy to announce that <code>Cordova Windows 3.8.0</code> has been released!</p>
+    
+<p>We are happy to announce that <code>Cordova Windows 3.8.0</code> has been released!</p>
 
 <p>This release adds support for new Visual Studio 2015 Tools and has various other improvements. It will be the default Windows version when the cordova-cli 4.3.0 is released.</p>
 
@@ -65,25 +66,24 @@
 
 <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:</p>
 
-<pre><code>cordova platform add windows@3.8.0
-</code></pre>
+<pre><code>cordova platform add windows@3.8.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>
+<h2 id="whats_new_in_windows">What’s new in Windows</h2>
 
 <ul>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7985">CB-7985</a> Support Visual Studio 14 CTP tools</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8515">CB-8515</a> Support <code>DefaultLanguage</code> selection</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8321">CB-8321</a> Add supported orientations <code>config.xml</code> preference handling</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8417">CB-8417</a> Moved platform specific js into platform</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-7985">CB-7985</a> Support Visual Studio 14 CTP tools</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8515">CB-8515</a> Support <code>DefaultLanguage</code> selection</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8321">CB-8321</a> Add supported orientations <code>config.xml</code> preference handling</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8417">CB-8417</a> Moved platform specific js into platform</li>
 </ul>
 
     </div>

Modified: cordova/site/public/announcements/2015/04/15/cordova-android-4.0.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2015/04/15/cordova-android-4.0.0.html?rev=1701854&r1=1701853&r2=1701854&view=diff
==============================================================================
--- cordova/site/public/announcements/2015/04/15/cordova-android-4.0.0.html (original)
+++ cordova/site/public/announcements/2015/04/15/cordova-android-4.0.0.html Tue Sep  8 18:56:12 2015
@@ -57,82 +57,105 @@
     <div class="meta">Posted by: <a href="https://twitter.com/GrieveAndrew">Andrew Grieve</a></div>
     <p class="meta">15 Apr 2015</p>
     <div class="post">
-    <p>We are happy to announce that <code>Cordova Android 4.0.0</code> has been released!</p>
+    
+<p>We are happy to announce that <code>Cordova Android 4.0.0</code> has been released!</p>
 
-<p>This release adds significant functionality, and also introduces a number
-of breaking changes. Mostly though, it adds first-class support for <a href="https://crosswalk-project.org/">Crosswalk</a> – a bundled modern WebView!</p>
+<p>This release adds significant functionality, and also introduces a number of breaking changes. Mostly though, it adds first-class support for <a href="https://crosswalk-project.org/">Crosswalk</a> – a bundled modern WebView!</p>
 
-<p><code>cordova-android@4.0.0</code> will be the default android version in the next
-version of <code>cordova</code>. If you just can’t wait though, you can try it out now:</p>
+<p><code>cordova-android@4.0.0</code> will be the default android version in the next version of <code>cordova</code>. If you just can’t wait though, you can try it out now:</p>
 
 <pre><code>cd my_project
 cordova platform update android@4.0.0
 cordova plugin add https://github.com/apache/cordova-plugin-whitelist.git#r1.0.0
 # To install Crosswalk (optional):
-cordova plugin add https://github.com/MobileChromeApps/cordova-plugin-crosswalk-webview.git#1.0.0
-</code></pre>
-
+cordova plugin add https://github.com/MobileChromeApps/cordova-plugin-crosswalk-webview.git#1.0.0</code></pre>
 <!--more-->
+<h2 id="major_changes">Major Changes</h2>
+
+<ul>
+<li>Support for pluggable WebViews!
+<ul>
+<li><a href="https://crosswalk-project.org/">Crosswalk</a> can be added by installing the <a href="https://github.com/MobileChromeApps/cordova-crosswalk-engine">cordova-plugin-crosswalk-webview</a> plugin.</li>
+</ul>
+</li>
+
+<li>Splash screen functionality is now provided via plugin
+<ul>
+<li>You will need to add the new <a href="https://github.com/apache/cordova-plugin-splashscreen">cordova-plugin-splashscreen</a> plugin to continue using a splash screen</li>
+</ul>
+</li>
+
+<li>Whitelist functionality is revamped
+<ul>
+<li>You will need to add the new <a href="https://github.com/apache/cordova-plugin-whitelist">cordova-plugin-whitelist</a> plugin to continue using a whitelist</li>
+
+<li>Setting a Content-Security-Policy (CSP) is now supported and is the recommended way to whitelist (see details in plugin readme)</li>
+
+<li>Network requests are <em>blocked</em> by default without the plugin, so install this plugin even to allow all requests, and even if you are using CSP.</li>
+
+<li>This new whitelist is enhanced to be more secure and configurable, but the Legacy whitelist behaviour is still available via a separate plugin (not recommended).</li>
+
+<li>Note: while not strictly part of this release, the latest default app created by cordova-cli will include this plugin by default.</li>
+</ul>
+</li>
+</ul>
+
+<h2 id="changes_for_plugin_developers">Changes For Plugin Developers:</h2>
+
+<ul>
+<li>Develop in Android Studio
+<ul>
+<li>Android Studio is now fully supported, and recommended over Eclipse</li>
+
+<li>Use <code>cordova plugin add ../path/to/my-plugin --link</code> to symlink .java files for development</li>
+</ul>
+</li>
 
-<h2 id="major-changes">Major Changes</h2>
+<li>Build using Gradle
 <ul>
-  <li>Support for pluggable WebViews!
-    <ul>
-      <li><a href="https://crosswalk-project.org/">Crosswalk</a> can be added by installing the <a href="https://github.com/MobileChromeApps/cordova-crosswalk-engine">cordova-plugin-crosswalk-webview</a> plugin.</li>
-    </ul>
-  </li>
-  <li>Splash screen functionality is now provided via plugin
-    <ul>
-      <li>You will need to add the new <a href="https://github.com/apache/cordova-plugin-splashscreen">cordova-plugin-splashscreen</a> plugin to continue using a splash screen</li>
-    </ul>
-  </li>
-  <li>Whitelist functionality is revamped
-    <ul>
-      <li>You will need to add the new <a href="https://github.com/apache/cordova-plugin-whitelist">cordova-plugin-whitelist</a> plugin to continue using a whitelist</li>
-      <li>Setting a Content-Security-Policy (CSP) is now supported and is the recommended way to whitelist (see details in plugin readme)</li>
-      <li>Network requests are <em>blocked</em> by default without the plugin, so install this plugin even to allow all requests, and even if you are using CSP.</li>
-      <li>This new whitelist is enhanced to be more secure and configurable, but the Legacy whitelist behaviour is still available via a separate plugin (not recommended).</li>
-      <li>Note: while not strictly part of this release, the latest default app created by cordova-cli will include this plugin by default.</li>
-    </ul>
-  </li>
-</ul>
-
-<h2 id="changes-for-plugin-developers">Changes For Plugin Developers:</h2>
-
-<ul>
-  <li>Develop in Android Studio
-    <ul>
-      <li>Android Studio is now fully supported, and recommended over Eclipse</li>
-      <li>Use <code>cordova plugin add ../path/to/my-plugin --link</code> to symlink .java files for development</li>
-    </ul>
-  </li>
-  <li>Build using Gradle
-    <ul>
-      <li>All builds <a href="https://cordova.apache.org/docs/en/edge/guide_platforms_android_tools.md.html#Android%20Shell%20Tool%20Guide_building_with_gradle">use Gradle by default</a>, instead of Ant</li>
-      <li>Plugins can add their own gradle build steps!</li>
-      <li>Plugins can depend on Maven libraries using <code>&lt;framework&gt;</code> tags</li>
-    </ul>
-  </li>
-  <li>New APIs: <code>onStart</code>, <code>onStop</code>, <code>onConfigurationChanged</code></li>
-  <li><code>"onScrollChanged"</code> message removed. Use <code>view.getViewTreeObserver().addOnScrollChangedListener(...)</code> instead</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8702">CB-8702</a> New API for plugins to override <code>shouldInterceptRequest</code> with a stream</li>
-</ul>
-
-<h2 id="other-changes">Other Changes</h2>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8378">CB-8378</a> Removed <code>hidekeyboard</code> and <code>showkeyboard</code> events (apps should use a plugin instead)</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8735">CB-8735</a> <code>bin/create</code> regex relaxed / better support for numbers</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8699">CB-8699</a> Fix CordovaResourceApi <code>copyResource</code> creating zero-length files when src=uncompressed asset</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8693">CB-8693</a> CordovaLib should not contain icons / splashscreens</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8592">CB-8592</a> Fix NPE if lifecycle events reach CordovaWebView before <code>init()</code> has been called</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8588">CB-8588</a> Add CATEGORY_BROWSABLE to intents from showWebPage openExternal=true</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8587">CB-8587</a> Don’t allow WebView navigations within showWebPage that are not whitelisted</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7827">CB-7827</a> Add <code>--activity-name</code> for <code>bin/create</code></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8548">CB-8548</a> Use debug-signing.properties and release-signing.properties when they exist</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8545">CB-8545</a> Don’t add a layout as a parent of the WebView</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-7159">CB-7159</a> BackgroundColor not used when <code>&lt;html style="opacity:0"&gt;</code>, nor during screen rotation</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-6630">CB-6630</a> Removed OkHttp from core library. It’s now available as a plugin: <a href="https://github.com/MobileChromeApps/cordova-plugin-okhttp">cordova-plugin-okhttp</a></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8484">CB-8484</a> Support for creating signed archive for Android</li>
+<li>All builds <a href="https://cordova.apache.org/docs/en/edge/guide_platforms_android_tools.md.html#Android%20Shell%20Tool%20Guide_building_with_gradle">use Gradle by default</a>, instead of Ant</li>
+
+<li>Plugins can add their own gradle build steps!</li>
+
+<li>Plugins can depend on Maven libraries using <code>&lt;framework&gt;</code> tags</li>
+</ul>
+</li>
+
+<li>New APIs: <code>onStart</code>, <code>onStop</code>, <code>onConfigurationChanged</code></li>
+
+<li><code>&quot;onScrollChanged&quot;</code> message removed. Use <code>view.getViewTreeObserver().addOnScrollChangedListener(...)</code> instead</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8702">CB-8702</a> New API for plugins to override <code>shouldInterceptRequest</code> with a stream</li>
+</ul>
+
+<h2 id="other_changes">Other Changes</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-8378">CB-8378</a> Removed <code>hidekeyboard</code> and <code>showkeyboard</code> events (apps should use a plugin instead)</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8735">CB-8735</a> <code>bin/create</code> regex relaxed / better support for numbers</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8699">CB-8699</a> Fix CordovaResourceApi <code>copyResource</code> creating zero-length files when src=uncompressed asset</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8693">CB-8693</a> CordovaLib should not contain icons / splashscreens</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8592">CB-8592</a> Fix NPE if lifecycle events reach CordovaWebView before <code>init()</code> has been called</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8588">CB-8588</a> Add CATEGORY_BROWSABLE to intents from showWebPage openExternal=true</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8587">CB-8587</a> Don’t allow WebView navigations within showWebPage that are not whitelisted</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7827">CB-7827</a> Add <code>--activity-name</code> for <code>bin/create</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8548">CB-8548</a> Use debug-signing.properties and release-signing.properties when they exist</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8545">CB-8545</a> Don’t add a layout as a parent of the WebView</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7159">CB-7159</a> BackgroundColor not used when <code>&lt;html style=&quot;opacity:0&quot;&gt;</code>, nor during screen rotation</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6630">CB-6630</a> Removed OkHttp from core library. It’s now available as a plugin: <a href="https://github.com/MobileChromeApps/cordova-plugin-okhttp">cordova-plugin-okhttp</a></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8484">CB-8484</a> Support for creating signed archive for Android</li>
 </ul>
 
     </div>



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