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 2014/10/16 20:37:05 UTC

svn commit: r1632406 - in /cordova/site: ./ public/ public/announcements/2014/09/08/ public/announcements/2014/10/ public/announcements/2014/10/16/ public/blog/ public/news/2013/09/06/ www/_posts/

Author: steven
Date: Thu Oct 16 18:37:04 2014
New Revision: 1632406

URL: http://svn.apache.org/r1632406
Log:
added cordova 4.0.0 blog

Added:
    cordova/site/public/announcements/2014/10/
    cordova/site/public/announcements/2014/10/16/
    cordova/site/public/announcements/2014/10/16/cordova-4.html
    cordova/site/www/_posts/2014-10-16-cordova-4.md
Modified:
    cordova/site/_config.yml
    cordova/site/public/announcements/2014/09/08/cordova-361.html
    cordova/site/public/blog/index.html
    cordova/site/public/index.html
    cordova/site/public/news/2013/09/06/last-week.html
    cordova/site/public/rss.xml
    cordova/site/www/_posts/2014-09-08-cordova-361.md
    cordova/site/www/_posts/2014-09-17-plugins-release.md

Modified: cordova/site/_config.yml
URL: http://svn.apache.org/viewvc/cordova/site/_config.yml?rev=1632406&r1=1632405&r2=1632406&view=diff
==============================================================================
--- cordova/site/_config.yml (original)
+++ cordova/site/_config.yml Thu Oct 16 18:37:04 2014
@@ -14,9 +14,9 @@ excerpt_separator: <!--more-->
 
 #From old config.json
 "releases": {
-    "version":  "3.6.0",
+    "version":  "4.0.0",
     "directory": "https://www.apache.org/dist/cordova/",
-    "note":     "Apache Cordova 3.6.0"
+    "note":     "Apache Cordova 4.0.0"
 }
 
 "sitemap": {
@@ -38,7 +38,7 @@ excerpt_separator: <!--more-->
     },
     "docs": {
         "title": "Documentation",
-        "url": "http://cordova.apache.org/docs/en/3.6.0/"
+        "url": "http://cordova.apache.org/docs/en/4.0.0/"
     },
     "general": [
     {

Modified: cordova/site/public/announcements/2014/09/08/cordova-361.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2014/09/08/cordova-361.html?rev=1632406&r1=1632405&r2=1632406&view=diff
==============================================================================
--- cordova/site/public/announcements/2014/09/08/cordova-361.html (original)
+++ cordova/site/public/announcements/2014/09/08/cordova-361.html Thu Oct 16 18:37:04 2014
@@ -169,7 +169,7 @@ cordova platform update android</code></
 
 <li>Delete Location-change JS-&gt;Native bridge mode</li>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-5988">CB-5988</a> Allow <code>exec()</code> only from <em>file</em>: or start-up <em>URL</em>‘s domain</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-5988">CB-5988</a> Allow <code>exec()</code> only from <em>file</em>: or start-up <em>URL</em>’s domain</li>
 
 <li><a href="https://issues.apache.org/jira/browse/CB-6761">CB-6761</a> Fix native-&gt;JS bridge ceasing to fire when page changes and online is set to false and the JS loads quickly</li>
 
@@ -239,7 +239,7 @@ cordova platform update android</code></
 
 <li>Minor uncrustification of a few files</li>
 
-<li>Update <code>LICENSE</code> to include <strong>shelljs</strong>‘s license</li>
+<li>Update <code>LICENSE</code> to include <strong>shelljs</strong>’s license</li>
 
 <li>Remove <code>LICENSE</code> entries for files that we no longer use</li>
 
@@ -705,7 +705,7 @@ cordova platform update android</code></
 
 <li>Delete Location-change JS-&gt;Native bridge mode</li>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-5988">CB-5988</a> Allow <code>exec()</code> only from <em>file</em>: or start-up <em>URL</em>‘s domain</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-5988">CB-5988</a> Allow <code>exec()</code> only from <em>file</em>: or start-up <em>URL</em>’s domain</li>
 
 <li><a href="https://issues.apache.org/jira/browse/CB-6761">CB-6761</a> Fix native-&gt;JS bridge ceasing to fire when page changes and online is set to false and the JS loads quickly</li>
 
@@ -795,7 +795,7 @@ cordova platform update android</code></
 
 <li><a href="https://issues.apache.org/jira/browse/CB-7345">CB-7345</a> Improve cli documentation</li>
 
-<li>Refactored test to make use of <strong>jasmine</strong>‘s <code>toThrow</code> expectation</li>
+<li>Refactored test to make use of <strong>jasmine</strong>’s <code>toThrow</code> expectation</li>
 
 <li>Correct object referenced in tests</li>
 
@@ -1011,7 +1011,7 @@ cordova platform update android</code></
 
 <li><strong>Android</strong> Delete Location-change JS-&gt;Native bridge mode</li>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-5988">CB-5988</a> <strong>Android</strong> Allow <code>exec()</code> only from <em>file</em>: or start-up <em>URL</em>‘s domain</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-5988">CB-5988</a> <strong>Android</strong> Allow <code>exec()</code> only from <em>file</em>: or start-up <em>URL</em>’s domain</li>
 
 <li><a href="https://issues.apache.org/jira/browse/CB-7034">CB-7034</a> <strong>BlackBerry10</strong> Add error handling to exec makeSyncCall</li>
 

Added: 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=1632406&view=auto
==============================================================================
--- cordova/site/public/announcements/2014/10/16/cordova-4.html (added)
+++ cordova/site/public/announcements/2014/10/16/cordova-4.html Thu Oct 16 18:37:04 2014
@@ -0,0 +1,377 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <link rel="SHORTCUT ICON" href="//cordova.apache.org/favicon.ico"/>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name = "format-detection" content = "telephone=no">
+    <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
+    <!-- Original Jekyll
+    <meta name="viewport" content="width=device-width">
+    -->
+    <title>Apache Cordova CLI 4.0 Release</title>
+    <!-- syntax highlighting CSS -->
+    <link rel="stylesheet" href="//cordova.apache.org/css/syntax.css">
+    <!-- Custom CSS -->
+    <link rel="stylesheet" href="//cordova.apache.org/css/main.css">
+
+    <!-- Cordova CSS -->
+    <link rel="stylesheet" type="text/css" href="//cordova.apache.org/css/master.css">
+    <script src="//cordova.apache.org/js/smooth.pack.js" type="text/javascript"></script>
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-94271-30']);
+      _gaq.push(['_trackPageview']);
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
+</head>
+
+<body>
+
+    <a class="scroll-point pt-top" name="top">
+</a>
+<div id="header">
+    <div class="wrap">
+        <a class="logo" href="//cordova.apache.org/#top"></a>
+        <div class="menu">
+            <a href="//cordova.apache.org/#about">About</a>
+            <a href="//cordova.apache.org/#news">News</a>
+            <a href="http://cordova.apache.org/docs/en/3.6.0/">Documentation</a>
+            <a href="http://plugins.cordova.io/">Plugins</a>
+            <a href="//cordova.apache.org/#links">Quick Links</a>
+            <a href="//cordova.apache.org/#contribute">Contribute</a>
+            <a href="//cordova.apache.org/#mailing-list">Mailing List</a>
+        </div>
+        <form class="menu-dropdown">
+            <select onchange="location = this.options[this.selectedIndex].value;">
+                <option value="//cordova.apache.org/#about">About</option>
+                <option value="//cordova.apache.org/#news">News</option>
+                <option value="http://cordova.apache.org/docs/en/3.6.0/">Documentation</option>
+                <option value="http://plugins.cordova.io/">Plugins</option>
+                <option value="//cordova.apache.org/#links">Quick Links</option>
+                <option value="//cordova.apache.org/#contribute">Contribute</option>
+                <option value="//cordova.apache.org/#mailing-list">Mailing List</option>
+            </select>
+        </form>
+    </div>
+    <div class="shadow"></div>
+</div> <!-- /header -->
+<div class="header-placeholder"></div>
+
+
+        <div class="site">
+    <h2>Apache Cordova CLI 4.0 Release</h2>
+    <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 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>
+</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>
+
+<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>
+
+<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>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>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>
+
+<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>
+<!--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>
+
+<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>
+</ul>
+
+<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>
+</ul>
+
+<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>
+</ul>
+
+<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>
+</ul>
+
+<h2 id="whats_new_in_cordovaplugman">What’s new in Cordova-Plugman</h2>
+
+<ul>
+<li>Pinned dependencies</li>
+</ul>
+
+<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>
+</ul>
+
+<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>
+</ul>
+
+<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>
+</ul>
+
+    </div>
+</div>
+
+
+
+    <a class="scroll-point" name="links"></a>
+<hr/>
+
+<div class="wrap quick-links-pane">
+    <h2 class="icon icon-quick-links">Quick Links</h2>
+    <br/>
+    <ul class="quick-links-header">
+        <li>General</li>
+        <li>Development</li>
+        <li class="last">Apache Software Foundation</li>
+    </ul>
+    <div class="clear"></div>
+</div>
+
+<div class="grid">
+    <div class="wrap">
+        <div class="list-container">
+            <ul class="list quick-links">
+                <li class="corner"></li>
+                <li><a href="//cordova.apache.org/index.html#about">About Cordova<span></span></a></li>
+
+                
+                <li><a href="http://projects.apache.org/projects/cordova.html">Apache Project Page<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License<span></span></a></li>
+                
+
+                <li><a href="//cordova.apache.org/artwork.html">Artwork<span></span></a></li>
+            </ul>
+
+            <ul class="list quick-links">
+                <li class="corner"></li>
+                <li><a href="//cordova.apache.org/index.html#download">Download<span></span></a></li>
+                <li><a href="http://cordova.apache.org/docs/en/3.6.0/">Documentation<span></span></a></li>
+
+                
+                <li><a href="https://git-wip-us.apache.org/repos/asf">Source Code<span></span></a></li>
+                
+                <li><a href="https://issues.apache.org/jira/browse/CB">Issue Tracker<span></span></a></li>
+                
+                <li><a href="http://wiki.apache.org/cordova/">Wiki<span></span></a></li>
+                
+
+                <li><a href="//cordova.apache.org/index.html#mailing-list">Mailing List<span></span></a></li>
+
+                <li><a href="http://stackoverflow.com/tags/cordova">Support<span></span></a></li>
+            </ul>
+
+            <ul class="list quick-links last">
+                <li class="corner"></li>
+                
+                <li><a href="http://www.apache.org/">About ASF<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/security/">Security<span></span></a></li>
+                
+            </ul>
+
+            <div class="clear"></div>
+        </div>
+    </div>
+</div>
+
+
+    <hr/>
+<div id="footer">
+    <p>Copyright © 2012, 2013 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
+    Apache and the Apache feather logos are <a href="http://www.apache.org/foundation/marks/list/">trademarks</a> of The Apache Software Foundation.
+    </p>
+    <a class="closing" href="#top"></a>
+</div>
+
+
+</body>
+</html>

Modified: cordova/site/public/blog/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1632406&r1=1632405&r2=1632406&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Thu Oct 16 18:37:04 2014
@@ -69,13 +69,18 @@
 <ul class="posts">
   
     <li>
-    <span>22 Sep 2014</span> &raquo;
-    <a href="//cordova.apache.org/news/2014/09/22/plugins-release.html">Plugins Release: September 22, 2014</a>
+    <span>16 Oct 2014</span> &raquo;
+    <a href="//cordova.apache.org/announcements/2014/10/16/cordova-4.html">Apache Cordova CLI 4.0 Release</a>
     </li>
   
     <li>
-    <span>22 Sep 2014</span> &raquo;
-    <a href="//cordova.apache.org/announcements/2014/09/22/cordova-361.html">Apache Cordova 3.6</a>
+    <span>17 Sep 2014</span> &raquo;
+    <a href="//cordova.apache.org/news/2014/09/17/plugins-release.html">Plugins Release: September 22, 2014</a>
+    </li>
+  
+    <li>
+    <span>08 Sep 2014</span> &raquo;
+    <a href="//cordova.apache.org/announcements/2014/09/08/cordova-361.html">Apache Cordova 3.6</a>
     </li>
   
     <li>

Modified: cordova/site/public/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1632406&r1=1632405&r2=1632406&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Thu Oct 16 18:37:04 2014
@@ -101,7 +101,57 @@
   <h2>News <a href="/rss.xml" style="font-size:12pt; margin-left:10px">Subscribe</a></h2>
   <ul class="posts">
     
-      <li><span>22 Sep 2014</span> &raquo; <a href="//cordova.apache.org/news/2014/09/22/plugins-release.html">Plugins Release: September 22, 2014</a>
+      <li><span>16 Oct 2014</span> &raquo; <a href="//cordova.apache.org/announcements/2014/10/16/cordova-4.html">Apache Cordova CLI 4.0 Release</a>
+      
+<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>
+</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>
+
+<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>
+
+<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>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>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>
+
+<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>
+
+      <div style="padding-bottom:2em"><a href="//cordova.apache.org/announcements/2014/10/16/cordova-4.html">Read More</a></div>
+    
+      <li><span>17 Sep 2014</span> &raquo; <a href="//cordova.apache.org/news/2014/09/17/plugins-release.html">Plugins Release: September 22, 2014</a>
       
 <p>The following plugins were updated today:</p>
 
@@ -166,9 +216,9 @@ cordova plugin add org.apache.cordova.fi
 
 <p>Other changes include:</p>
 
-      <div style="padding-bottom:2em"><a href="//cordova.apache.org/news/2014/09/22/plugins-release.html">Read More</a></div>
+      <div style="padding-bottom:2em"><a href="//cordova.apache.org/news/2014/09/17/plugins-release.html">Read More</a></div>
     
-      <li><span>22 Sep 2014</span> &raquo; <a href="//cordova.apache.org/announcements/2014/09/22/cordova-361.html">Apache Cordova 3.6</a>
+      <li><span>08 Sep 2014</span> &raquo; <a href="//cordova.apache.org/announcements/2014/09/08/cordova-361.html">Apache Cordova 3.6</a>
       
 <p>We are happy to announce that <code>Apache Cordova 3.6</code> has been released!</p>
 
@@ -200,25 +250,7 @@ cordova platform update android</code></
 
 <h2 id="whats_new_in_android">What’s new in Android</h2>
 
-      <div style="padding-bottom:2em"><a href="//cordova.apache.org/announcements/2014/09/22/cordova-361.html">Read More</a></div>
-    
-      <li><span>13 Aug 2014</span> &raquo; <a href="//cordova.apache.org/news/2014/08/13/tools-update.html">Tools Release: August 13, 2014</a>
-      
-<p>An updated version of <code>cordova</code> and <code>cordova-lib</code> are available starting today.</p>
-
-<ul>
-<li><a href="https://www.npmjs.org/package/cordova">cordova@3.5.0-0.2.7</a></li>
-
-<li><a href="https://www.npmjs.org/package/cordova-lib">cordova-lib@0.21.7</a></li>
-</ul>
-
-<p>To update your tools:</p>
-
-<pre><code>npm install -g cordova</code></pre>
-
-<p>These contain only one minor function change, which is related to the recent release of <a href="http://cordova.apache.org/announcements/2014/08/04/android-351.html">Cordova Android 3.5.1</a>. Before today’s update, when adding the Android platform to a project, by default it would use version 3.5.0 of Cordova Android. In order to get the latest 3.5.1 of Cordova Android, you would need to manually specify the 3.5.1 version number on the <code>platform add</code> command. Today’s update changes the default version of Cordova Android used when adding the Android platform to a project, so that you no longer need to manually specify the 3.5.1 version number to get the 3.5.1 version. You’ll now get 3.5.1 by default.</p>
-
-      <div style="padding-bottom:2em"><a href="//cordova.apache.org/news/2014/08/13/tools-update.html">Read More</a></div>
+      <div style="padding-bottom:2em"><a href="//cordova.apache.org/announcements/2014/09/08/cordova-361.html">Read More</a></div>
     
   </ul>
   

Modified: cordova/site/public/news/2013/09/06/last-week.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2013/09/06/last-week.html?rev=1632406&r1=1632405&r2=1632406&view=diff
==============================================================================
--- cordova/site/public/news/2013/09/06/last-week.html (original)
+++ cordova/site/public/news/2013/09/06/last-week.html Thu Oct 16 18:37:04 2014
@@ -87,7 +87,7 @@
 
 <li><code>cordova-plugin-device-orientation</code> <a href="https://issues.apache.org/jira/browse/CB-3687">got BB10 support</a></li>
 
-<li><code>cordova-plugin-file</code>‘s DirectoryEntry.copy() <a href="https://issues.apache.org/jira/browse/CB-4514">is now recursive</a>.</li>
+<li><code>cordova-plugin-file</code>’s DirectoryEntry.copy() <a href="https://issues.apache.org/jira/browse/CB-4514">is now recursive</a>.</li>
 
 <li><code>cordova-plugin-geolocation</code> got Win8 support</li>
 

Modified: cordova/site/public/rss.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/rss.xml?rev=1632406&r1=1632405&r2=1632406&view=diff
==============================================================================
--- cordova/site/public/rss.xml (original)
+++ cordova/site/public/rss.xml Thu Oct 16 18:37:04 2014
@@ -5,8 +5,8 @@
         <description>Apache Cordova - Apache Cordova is a set of device APIs that allow a web mobile app developer to access native device function from JavaScript.</description>
         <atom:link href="http://cordova.apache.org/rss.xml" rel="self" type="application/rss+xml" />
         <link>http://cordova.apache.org/rss.xml</link>
-        <lastBuildDate>Tue, 23 Sep 2014 15:32:54 +0000</lastBuildDate>
-        <pubDate>Tue, 23 Sep 2014 15:32:54 +0000</pubDate>
+        <lastBuildDate>Thu, 16 Oct 2014 11:18:54 -0700</lastBuildDate>
+        <pubDate>Thu, 16 Oct 2014 11:18:54 -0700</pubDate>
         <ttl>1800</ttl>
         <image>
             <url>http://cordova.apache.org</url>
@@ -19,6 +19,236 @@
 
 
         <item>
+                <title>Apache Cordova CLI 4.0 Release</title>
+                <description>
+&lt;p&gt;We are happy to announce that &lt;code&gt;Apache Cordova CLI 4.0&lt;/code&gt; has been released!&lt;/p&gt;
+
+&lt;p&gt;We have also released &lt;code&gt;Cordova-Browser 3.6.0&lt;/code&gt;, &lt;code&gt;Cordova-Android 3.6.4&lt;/code&gt;, &lt;code&gt;Cordova-Windows 3.6.4&lt;/code&gt;, and &lt;code&gt;Cordova-WP8 3.6.4&lt;/code&gt;.&lt;/p&gt;
+
+&lt;p&gt;Most notable changes include:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;strong&gt;Cordova CLI&lt;/strong&gt; version bump to &lt;code&gt;4.0.0&lt;/code&gt; to reflect our changes in &lt;a href=&quot;https://github.com/apache/cordova-coho/blob/master/docs/versioning-and-release-strategy.md&quot;&gt;release policy&lt;/a&gt;.&lt;/li&gt;
+
+&lt;li&gt;&lt;strong&gt;WP8&lt;/strong&gt; and &lt;strong&gt;Windows&lt;/strong&gt; both implemented support for &lt;code&gt;--target&lt;/code&gt; flag&lt;/li&gt;
+
+&lt;li&gt;Initial support for &lt;strong&gt;Cordova-Browser&lt;/strong&gt; platform.&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5390&quot;&gt;CB-5390&lt;/a&gt; Uninstall - recursively remove dependencies of dependencies&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;To upgrade: (replace &lt;code&gt;android&lt;/code&gt; with the platform you want to update):&lt;/p&gt;
+
+&lt;pre&gt;&lt;code&gt;npm install -g cordova
+cd my_project
+cordova platform update android&lt;/code&gt;&lt;/pre&gt;
+
+&lt;p&gt;For non-CLI projects or for pre-3.0 projects, refer to the &lt;a href=&quot;http://cordova.apache.org/docs/en/4.0.0/guide_platforms_index.md.html&quot;&gt;upgrade guides&lt;/a&gt;.&lt;/p&gt;
+
+&lt;h2 id=&quot;cordova_cli_bumped_to_version_40&quot;&gt;Cordova CLI bumped to version 4.0&lt;/h2&gt;
+
+&lt;p&gt;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.&lt;/p&gt;
+
+&lt;p&gt;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 &lt;code&gt;cordova platform list&lt;/code&gt; command. Users workflow is exactly the same and updating existing projects should not be an issue.&lt;/p&gt;
+
+&lt;p&gt;Our &lt;a href=&quot;http://cordova.apache.org/docs/en/edge/index.html&quot;&gt;docs&lt;/a&gt; will be released alongside our &lt;strong&gt;CLI&lt;/strong&gt;.&lt;/p&gt;
+
+&lt;p&gt;The &lt;strong&gt;CLI&lt;/strong&gt; is released with a set of default platforms pinned. For instance, this release of &lt;strong&gt;Cordova-CLI&lt;/strong&gt; will include &lt;strong&gt;Cordova-Android@3.6.4&lt;/strong&gt; pinned by default. This means that when you type &lt;code&gt;cordova platform add android&lt;/code&gt;, it will fetch and install version &lt;code&gt;3.6.4&lt;/code&gt; 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. &lt;code&gt;cordova platform add android@3.5.1&lt;/code&gt;. Of course we always recommend using the latest release when possible.&lt;/p&gt;
+
+&lt;p&gt;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.&lt;/p&gt;
+
+&lt;p&gt;You can read more about our new versioning strategy at &lt;a href=&quot;https://github.com/apache/cordova-coho/blob/master/docs/versioning-and-release-strategy.md&quot;&gt;https://github.com/apache/cordova-coho/blob/master/docs/versioning-and-release-strategy.md&lt;/a&gt;.&lt;/p&gt;
+
+&lt;h2 id=&quot;new_platform_cordova_browser&quot;&gt;New Platform: Cordova Browser&lt;/h2&gt;
+
+&lt;p&gt;We have just released &lt;strong&gt;Browser&lt;/strong&gt; as a platform. Add it to your projects with &lt;code&gt;cordova platform add browser&lt;/code&gt;. This feature is intended for development purposes. We are working on adding &lt;strong&gt;browser&lt;/strong&gt; support to our core plugins. &lt;a href=&quot;https://twitter.com/raymondcamden&quot;&gt;Ray Camden&lt;/a&gt; has put together detailed blog post outlining which plugins we currently support at &lt;a href=&quot;http://www.raymondcamden.com/2014/9/24/Browser-as-a-platform-for-your-PhoneGapCordova-apps&quot;&gt;http://www.raymondcamden.com/2014/9/24/Browser-as-a-platform-for-your-PhoneGapCordova-apps&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;Please file any issues and feature requests in our &lt;a href=&quot;https://issues.apache.org/jira/browse/CB/&quot;&gt;issue tracker&lt;/a&gt;. Make sure to fill in the component field as &lt;code&gt;browser&lt;/code&gt;.&lt;/p&gt;
+
+&lt;h2 id=&quot;whats_new_in_android&quot;&gt;What’s new in Android&lt;/h2&gt;
+&lt;!--more--&gt;
+&lt;ul&gt;
+&lt;li&gt;Update JS snapshot to version &lt;code&gt;3.6.4&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7634&quot;&gt;CB-7634&lt;/a&gt; Detect &lt;code&gt;JAVA_HOME&lt;/code&gt; properly on &lt;strong&gt;Ubuntu&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7579&quot;&gt;CB-7579&lt;/a&gt; Fix &lt;code&gt;run&lt;/code&gt; script’s ability to use non-arch-specific &lt;code&gt;APKs&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6511&quot;&gt;CB-6511&lt;/a&gt; Fixes build for &lt;strong&gt;Android&lt;/strong&gt; when app name contains unicode characters.&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7460&quot;&gt;CB-7460&lt;/a&gt; Fixing bug with &lt;code&gt;KitKat&lt;/code&gt; where the background colour would override the CSS colours on the application&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7674&quot;&gt;CB-7674&lt;/a&gt; Preference activation no longer occurs in &lt;code&gt;CordovaActivity.onCreate()&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;whats_new_in_windows_phone_8&quot;&gt;What’s new in Windows Phone 8&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Updated JS snapshot to version &lt;code&gt;3.6.4&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7616&quot;&gt;CB-7616&lt;/a&gt; partial match support for &lt;code&gt;--target&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Fixing paths for &lt;code&gt;npm&lt;/code&gt; published versions&lt;/li&gt;
+
+&lt;li&gt;move &lt;code&gt;node_modules&lt;/code&gt; up to same level as &lt;code&gt;package.json&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7455&quot;&gt;CB-7455&lt;/a&gt; add &lt;code&gt;bundledDependencies&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Moves &lt;code&gt;node_modules&lt;/code&gt; from package root to bin/ folder&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7444&quot;&gt;CB-7444&lt;/a&gt; Fixes &lt;code&gt;XHR&lt;/code&gt; callback failure when requested file doesn’t exists&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;whats_new_in_windows&quot;&gt;What’s new in Windows&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Update JS snapshot to version &lt;code&gt;3.6.4&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7617&quot;&gt;CB-7617&lt;/a&gt; partial match support for &lt;code&gt;--target&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Added &lt;code&gt;bundledDependencies&lt;/code&gt; + fixed some whitespace&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;whats_new_in_cordovabrowser&quot;&gt;What’s new in Cordova-Browser&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Update JS snapshot to version &lt;code&gt;3.6.0&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;added initial &lt;strong&gt;Windows&lt;/strong&gt; &lt;code&gt;run&lt;/code&gt; support&lt;/li&gt;
+
+&lt;li&gt;No longer need to kill &lt;code&gt;Chrome&lt;/code&gt; for &lt;code&gt;macOS&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;added &lt;code&gt;create.bat&lt;/code&gt; for &lt;strong&gt;Windows&lt;/strong&gt; support&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;whats_new_in_cordovacli&quot;&gt;What’s new in Cordova-CLI&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Made version &lt;code&gt;semVer&lt;/code&gt; compliant and bumped to &lt;code&gt;4.0.0&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Pinned dependencies&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;whats_new_in_cordovaplugman&quot;&gt;What’s new in Cordova-Plugman&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Pinned dependencies&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;whats_new_in_cordovalib&quot;&gt;What’s new in Cordova-Lib&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Bumped version to &lt;code&gt;4.0.0&lt;/code&gt; to be &lt;code&gt;semVer&lt;/code&gt; compliant and to match &lt;strong&gt;Cordova CLI&lt;/strong&gt; version&lt;/li&gt;
+
+&lt;li&gt;Pinned dependencies in &lt;code&gt;package.json&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Updated &lt;code&gt;platforms.js&lt;/code&gt; for &lt;code&gt;3.6.4&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5390&quot;&gt;CB-5390&lt;/a&gt; Uninstall - recursively remove dependencies of dependencies&lt;/li&gt;
+
+&lt;li&gt;Fixes &lt;code&gt;HooksRunner&lt;/code&gt; test - should run &lt;code&gt;before_plugin_uninstall&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6481&quot;&gt;CB-6481&lt;/a&gt; &lt;code&gt;getPluginsHookScripts&lt;/code&gt; to work if plugin platform not defined&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6481&quot;&gt;CB-6481&lt;/a&gt; Context opts should copy not reference&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6481&quot;&gt;CB-6481&lt;/a&gt; Fixed &lt;code&gt;HooksRunner&lt;/code&gt; and tests. Avoided issue with parallel tests running. Added checks for handling mocked &lt;code&gt;config.xml&lt;/code&gt; and &lt;code&gt;package.json&lt;/code&gt; in &lt;code&gt;HooksRunner&lt;/code&gt; and &lt;code&gt;scriptsFinder&lt;/code&gt;. Addressed &lt;code&gt;jshint&lt;/code&gt; issues. Renamed &lt;code&gt;ScriptsFinder&lt;/code&gt; to &lt;code&gt;scriptsFinder&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6481&quot;&gt;CB-6481&lt;/a&gt; Addressed community review notes: Removed &lt;code&gt;commonModules&lt;/code&gt; from &lt;code&gt;Context&lt;/code&gt;. Renamed &lt;code&gt;Hooker&lt;/code&gt; and subclasses to &lt;code&gt;HooksRunner&lt;/code&gt; and &lt;code&gt;scriptsFinder&lt;/code&gt;. Moved &lt;code&gt;scriptsRunner&lt;/code&gt; code into &lt;code&gt;HooksRunner&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6481&quot;&gt;CB-6481&lt;/a&gt; Replaced &lt;code&gt;CordovaError&lt;/code&gt; throwing with Error per @kamrik review. Extracted &lt;code&gt;prepareOptions&lt;/code&gt; &lt;code&gt;Hooker&lt;/code&gt; method&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6481&quot;&gt;CB-6481&lt;/a&gt; Docs: deprecated &lt;code&gt;.cordova/hooks&lt;/code&gt; + other minor updates&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6481&quot;&gt;CB-6481&lt;/a&gt; Updated hooks documentation&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6481&quot;&gt;CB-6481&lt;/a&gt; Added unified hooks support for cordova app and plugins&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7572&quot;&gt;CB-7572&lt;/a&gt; Serve - respond with &lt;code&gt;304&lt;/code&gt; when resource &lt;strong&gt;not modified&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;code&gt;computeCommitId&lt;/code&gt; for &lt;strong&gt;browserify&lt;/strong&gt; workflow fixed to handle cli and non cli workflows&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7219&quot;&gt;CB-7219&lt;/a&gt; &lt;code&gt;prepare-browserify&lt;/code&gt; now supports &lt;code&gt;commitId&lt;/code&gt; and &lt;code&gt;platformVersion&lt;/code&gt; for &lt;code&gt;cordovajs&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7615&quot;&gt;CB-7615&lt;/a&gt; Read &lt;code&gt;config.xml&lt;/code&gt; after pre-prepare hooks fire&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7578&quot;&gt;CB-7578&lt;/a&gt; &lt;strong&gt;Windows&lt;/strong&gt; Fix platform name reported by &lt;code&gt;pre_package&lt;/code&gt; hook&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7576&quot;&gt;CB-7576&lt;/a&gt; Support &lt;code&gt;windows&lt;/code&gt; &lt;code&gt;merges&lt;/code&gt; folder for &lt;strong&gt;Windows&lt;/strong&gt; platform&lt;/li&gt;
+
+&lt;li&gt;Added tests for browser platform&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;plugin_versions_tested_with_this_release&quot;&gt;Plugin versions tested with this release&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;cordova-plugin-battery-status: 0.2.11&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-camera: 0.3.2&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-console: 0.2.11&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-contacts: 0.2.13&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-device: 0.2.12&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-device-motion: 0.2.10&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-device-orientation: 0.3.9&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-dialogs: 0.2.10&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-file: 1.3.1&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-file-transfer: 0.4.6&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-geolocation: 0.3.10&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-globalization: 0.3.1&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-inappbrowser: 0.5.2&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-media: 0.2.13&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-media-capture: 0.3.3&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-network-information: 0.2.13&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-splashscreen: 0.3.3&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-statusbar: 0.1.8&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-vibration: 0.3.11&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;pinned_platform_versions_for_cordova_cli_400&quot;&gt;Pinned Platform Versions for Cordova CLI 4.0.0&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Cordova Amazon-FireOS: 3.6.3&lt;/li&gt;
+
+&lt;li&gt;Cordova Android: 3.6.4&lt;/li&gt;
+
+&lt;li&gt;Cordova BlackBerry: 3.6.3&lt;/li&gt;
+
+&lt;li&gt;Cordova Browser: 3.6.0&lt;/li&gt;
+
+&lt;li&gt;Cordova FirefoxOS: 3.6.3&lt;/li&gt;
+
+&lt;li&gt;Cordova iOS: 3.6.3&lt;/li&gt;
+
+&lt;li&gt;Cordova Ubuntu: 3.6.3&lt;/li&gt;
+
+&lt;li&gt;Cordova Windows: 3.6.4&lt;/li&gt;
+
+&lt;li&gt;Cordova WP8: 3.6.4&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+                <link>http://cordova.apache.org/announcements/2014/10/16/cordova-4.html</link>
+                <guid>http://cordova.apache.org/announcements/2014/10/16/cordova-4</guid>
+                <pubDate>Thu, 16 Oct 2014</pubDate>
+        </item>
+
+        <item>
                 <title>Plugins Release: September 22, 2014</title>
                 <description>
 &lt;p&gt;The following plugins were updated today:&lt;/p&gt;
@@ -590,9 +820,9 @@ cordova plugin add org.apache.cordova.fi
 &lt;li&gt;on/off button for cancel tests, add results box and msgs&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-                <link>http://cordova.apache.org/news/2014/09/22/plugins-release.html</link>
-                <guid>http://cordova.apache.org/news/2014/09/22/plugins-release</guid>
-                <pubDate>Mon, 22 Sep 2014</pubDate>
+                <link>http://cordova.apache.org/news/2014/09/17/plugins-release.html</link>
+                <guid>http://cordova.apache.org/news/2014/09/17/plugins-release</guid>
+                <pubDate>Wed, 17 Sep 2014</pubDate>
         </item>
 
         <item>
@@ -697,7 +927,7 @@ cordova platform update android&lt;/code
 
 &lt;li&gt;Delete Location-change JS-&amp;gt;Native bridge mode&lt;/li&gt;
 
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5988&quot;&gt;CB-5988&lt;/a&gt; Allow &lt;code&gt;exec()&lt;/code&gt; only from &lt;em&gt;file&lt;/em&gt;: or start-up &lt;em&gt;URL&lt;/em&gt;‘s domain&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5988&quot;&gt;CB-5988&lt;/a&gt; Allow &lt;code&gt;exec()&lt;/code&gt; only from &lt;em&gt;file&lt;/em&gt;: or start-up &lt;em&gt;URL&lt;/em&gt;’s domain&lt;/li&gt;
 
 &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6761&quot;&gt;CB-6761&lt;/a&gt; Fix native-&amp;gt;JS bridge ceasing to fire when page changes and online is set to false and the JS loads quickly&lt;/li&gt;
 
@@ -767,7 +997,7 @@ cordova platform update android&lt;/code
 
 &lt;li&gt;Minor uncrustification of a few files&lt;/li&gt;
 
-&lt;li&gt;Update &lt;code&gt;LICENSE&lt;/code&gt; to include &lt;strong&gt;shelljs&lt;/strong&gt;‘s license&lt;/li&gt;
+&lt;li&gt;Update &lt;code&gt;LICENSE&lt;/code&gt; to include &lt;strong&gt;shelljs&lt;/strong&gt;’s license&lt;/li&gt;
 
 &lt;li&gt;Remove &lt;code&gt;LICENSE&lt;/code&gt; entries for files that we no longer use&lt;/li&gt;
 
@@ -1233,7 +1463,7 @@ cordova platform update android&lt;/code
 
 &lt;li&gt;Delete Location-change JS-&amp;gt;Native bridge mode&lt;/li&gt;
 
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5988&quot;&gt;CB-5988&lt;/a&gt; Allow &lt;code&gt;exec()&lt;/code&gt; only from &lt;em&gt;file&lt;/em&gt;: or start-up &lt;em&gt;URL&lt;/em&gt;‘s domain&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5988&quot;&gt;CB-5988&lt;/a&gt; Allow &lt;code&gt;exec()&lt;/code&gt; only from &lt;em&gt;file&lt;/em&gt;: or start-up &lt;em&gt;URL&lt;/em&gt;’s domain&lt;/li&gt;
 
 &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6761&quot;&gt;CB-6761&lt;/a&gt; Fix native-&amp;gt;JS bridge ceasing to fire when page changes and online is set to false and the JS loads quickly&lt;/li&gt;
 
@@ -1323,7 +1553,7 @@ cordova platform update android&lt;/code
 
 &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7345&quot;&gt;CB-7345&lt;/a&gt; Improve cli documentation&lt;/li&gt;
 
-&lt;li&gt;Refactored test to make use of &lt;strong&gt;jasmine&lt;/strong&gt;‘s &lt;code&gt;toThrow&lt;/code&gt; expectation&lt;/li&gt;
+&lt;li&gt;Refactored test to make use of &lt;strong&gt;jasmine&lt;/strong&gt;’s &lt;code&gt;toThrow&lt;/code&gt; expectation&lt;/li&gt;
 
 &lt;li&gt;Correct object referenced in tests&lt;/li&gt;
 
@@ -1539,7 +1769,7 @@ cordova platform update android&lt;/code
 
 &lt;li&gt;&lt;strong&gt;Android&lt;/strong&gt; Delete Location-change JS-&amp;gt;Native bridge mode&lt;/li&gt;
 
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5988&quot;&gt;CB-5988&lt;/a&gt; &lt;strong&gt;Android&lt;/strong&gt; Allow &lt;code&gt;exec()&lt;/code&gt; only from &lt;em&gt;file&lt;/em&gt;: or start-up &lt;em&gt;URL&lt;/em&gt;‘s domain&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5988&quot;&gt;CB-5988&lt;/a&gt; &lt;strong&gt;Android&lt;/strong&gt; Allow &lt;code&gt;exec()&lt;/code&gt; only from &lt;em&gt;file&lt;/em&gt;: or start-up &lt;em&gt;URL&lt;/em&gt;’s domain&lt;/li&gt;
 
 &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7034&quot;&gt;CB-7034&lt;/a&gt; &lt;strong&gt;BlackBerry10&lt;/strong&gt; Add error handling to exec makeSyncCall&lt;/li&gt;
 
@@ -1618,9 +1848,9 @@ cordova platform update android&lt;/code
 &lt;li&gt;cordova-plugin-vibration: 0.3.10&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-                <link>http://cordova.apache.org/announcements/2014/09/22/cordova-361.html</link>
-                <guid>http://cordova.apache.org/announcements/2014/09/22/cordova-361</guid>
-                <pubDate>Mon, 22 Sep 2014</pubDate>
+                <link>http://cordova.apache.org/announcements/2014/09/08/cordova-361.html</link>
+                <guid>http://cordova.apache.org/announcements/2014/09/08/cordova-361</guid>
+                <pubDate>Mon, 08 Sep 2014</pubDate>
         </item>
 
         <item>
@@ -5748,7 +5978,7 @@ cordova plugin add org.apache.cordova.ca
 
 &lt;li&gt;&lt;code&gt;cordova-plugin-device-orientation&lt;/code&gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-3687&quot;&gt;got BB10 support&lt;/a&gt;&lt;/li&gt;
 
-&lt;li&gt;&lt;code&gt;cordova-plugin-file&lt;/code&gt;‘s DirectoryEntry.copy() &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4514&quot;&gt;is now recursive&lt;/a&gt;.&lt;/li&gt;
+&lt;li&gt;&lt;code&gt;cordova-plugin-file&lt;/code&gt;’s DirectoryEntry.copy() &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4514&quot;&gt;is now recursive&lt;/a&gt;.&lt;/li&gt;
 
 &lt;li&gt;&lt;code&gt;cordova-plugin-geolocation&lt;/code&gt; got Win8 support&lt;/li&gt;
 

Modified: cordova/site/www/_posts/2014-09-08-cordova-361.md
URL: http://svn.apache.org/viewvc/cordova/site/www/_posts/2014-09-08-cordova-361.md?rev=1632406&r1=1632405&r2=1632406&view=diff
==============================================================================
--- cordova/site/www/_posts/2014-09-08-cordova-361.md (original)
+++ cordova/site/www/_posts/2014-09-08-cordova-361.md Thu Oct 16 18:37:04 2014
@@ -6,7 +6,6 @@ author:
 title:  "Apache Cordova 3.6"
 categories: announcements
 tags: news releases
-date: 2014-09-22
 ---
 
 We are happy to announce that `Apache Cordova 3.6` has been released!

Modified: cordova/site/www/_posts/2014-09-17-plugins-release.md
URL: http://svn.apache.org/viewvc/cordova/site/www/_posts/2014-09-17-plugins-release.md?rev=1632406&r1=1632405&r2=1632406&view=diff
==============================================================================
--- cordova/site/www/_posts/2014-09-17-plugins-release.md (original)
+++ cordova/site/www/_posts/2014-09-17-plugins-release.md Thu Oct 16 18:37:04 2014
@@ -6,7 +6,6 @@ author:
 title:  "Plugins Release: September 22, 2014"
 categories: news
 tags: release plugins
-date: 2014-09-22
 ---
 The following plugins were updated today:
 

Added: cordova/site/www/_posts/2014-10-16-cordova-4.md
URL: http://svn.apache.org/viewvc/cordova/site/www/_posts/2014-10-16-cordova-4.md?rev=1632406&view=auto
==============================================================================
--- cordova/site/www/_posts/2014-10-16-cordova-4.md (added)
+++ cordova/site/www/_posts/2014-10-16-cordova-4.md Thu Oct 16 18:37:04 2014
@@ -0,0 +1,147 @@
+---
+layout: post
+author:
+    name: Steve Gill
+    url: https://twitter.com/stevesgill
+title:  "Apache Cordova CLI 4.0 Release"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Apache Cordova CLI 4.0` has been released!
+
+We have also released `Cordova-Browser 3.6.0`, `Cordova-Android 3.6.4`, `Cordova-Windows 3.6.4`, and `Cordova-WP8 3.6.4`.
+
+Most notable changes include:
+
+* **Cordova CLI** version bump to `4.0.0` to reflect our changes in [release policy](https://github.com/apache/cordova-coho/blob/master/docs/versioning-and-release-strategy.md).
+* **WP8** and **Windows** both implemented support for `--target` flag
+* Initial support for **Cordova-Browser** platform.
+* [CB-5390](https://issues.apache.org/jira/browse/CB-5390) Uninstall - recursively remove dependencies of dependencies
+  
+To upgrade: (replace `android` with the platform you want to update):
+
+    npm install -g cordova
+    cd my_project
+    cordova platform update android
+    
+For non-CLI projects or for pre-3.0 projects, refer to the [upgrade guides](http://cordova.apache.org/docs/en/4.0.0/guide_platforms_index.md.html).
+
+## Cordova CLI bumped to version 4.0 
+
+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.  
+
+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 `cordova platform list` command. Users workflow is exactly the same and updating existing projects should not be an issue.
+
+Our [docs](http://cordova.apache.org/docs/en/edge/index.html) will be released alongside our **CLI**. 
+
+The **CLI** is released with a set of default platforms pinned. For instance, this release of **Cordova-CLI** will include **Cordova-Android@3.6.4** pinned by default. This means that when you type `cordova platform add android`, it will fetch and install version `3.6.4` 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. `cordova platform add android@3.5.1`. Of course we always recommend using the latest release when possible.
+
+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. 
+
+You can read more about our new versioning strategy at [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).
+
+## New Platform: Cordova Browser
+
+We have just released **Browser** as a platform. Add it to your projects with `cordova platform add browser`. This feature is intended for development purposes. We are working on adding **browser** support to our core plugins. [Ray Camden](https://twitter.com/raymondcamden) has put together detailed blog post outlining which plugins we currently support at [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).
+
+Please file any issues and feature requests in our [issue tracker](https://issues.apache.org/jira/browse/CB/). Make sure to fill in the component field as `browser`.
+
+## What's new in Android
+<!--more-->
+
+* Update JS snapshot to version `3.6.4`
+* [CB-7634](https://issues.apache.org/jira/browse/CB-7634) Detect `JAVA_HOME` properly on **Ubuntu**
+* [CB-7579](https://issues.apache.org/jira/browse/CB-7579) Fix `run` script's ability to use non-arch-specific `APKs`
+* [CB-6511](https://issues.apache.org/jira/browse/CB-6511) Fixes build for **Android** when app name contains unicode characters.
+* [CB-7460](https://issues.apache.org/jira/browse/CB-7460) Fixing bug with `KitKat` where the background colour would override the CSS colours on the application
+* [CB-7674](https://issues.apache.org/jira/browse/CB-7674) Preference activation no longer occurs in `CordovaActivity.onCreate()`
+
+## What's new in Windows Phone 8
+
+* Updated JS snapshot to version `3.6.4`
+* [CB-7616](https://issues.apache.org/jira/browse/CB-7616) partial match support for `--target`
+* Fixing paths for `npm` published versions
+* move `node_modules` up to same level as `package.json`
+* [CB-7455](https://issues.apache.org/jira/browse/CB-7455) add `bundledDependencies`
+* Moves `node_modules` from package root to bin/ folder
+* [CB-7444](https://issues.apache.org/jira/browse/CB-7444) Fixes `XHR` callback failure when requested file doesn't exists
+
+## What's new in Windows
+
+* Update JS snapshot to version `3.6.4`
+* [CB-7617](https://issues.apache.org/jira/browse/CB-7617) partial match support for `--target`
+* Added `bundledDependencies` + fixed some whitespace
+
+## What's new in Cordova-Browser
+
+* Update JS snapshot to version `3.6.0`
+* added initial **Windows** `run` support
+* No longer need to kill `Chrome` for `macOS`
+* added `create.bat` for **Windows** support
+
+## What's new in Cordova-CLI
+
+* Made version `semVer` compliant and bumped to `4.0.0`
+* Pinned dependencies
+
+## What's new in Cordova-Plugman
+
+* Pinned dependencies
+
+## What's new in Cordova-Lib
+
+* Bumped version to `4.0.0` to be `semVer` compliant and to match **Cordova CLI** version
+* Pinned dependencies in `package.json`
+* Updated `platforms.js` for `3.6.4`
+* [CB-5390](https://issues.apache.org/jira/browse/CB-5390) Uninstall - recursively remove dependencies of dependencies
+* Fixes `HooksRunner` test - should run `before_plugin_uninstall`
+* [CB-6481](https://issues.apache.org/jira/browse/CB-6481) `getPluginsHookScripts` to work if plugin platform not defined
+* [CB-6481](https://issues.apache.org/jira/browse/CB-6481) Context opts should copy not reference
+* [CB-6481](https://issues.apache.org/jira/browse/CB-6481) Fixed `HooksRunner` and tests. Avoided issue with parallel tests running. Added checks for handling mocked `config.xml` and `package.json` in `HooksRunner` and `scriptsFinder`. Addressed `jshint` issues. Renamed `ScriptsFinder` to `scriptsFinder`
+* [CB-6481](https://issues.apache.org/jira/browse/CB-6481) Addressed community review notes: Removed `commonModules` from `Context`. Renamed `Hooker` and subclasses to `HooksRunner` and `scriptsFinder`. Moved `scriptsRunner` code into `HooksRunner`
+* [CB-6481](https://issues.apache.org/jira/browse/CB-6481) Replaced `CordovaError` throwing with Error per @kamrik review. Extracted `prepareOptions` `Hooker` method
+* [CB-6481](https://issues.apache.org/jira/browse/CB-6481) Docs: deprecated `.cordova/hooks` + other minor updates
+* [CB-6481](https://issues.apache.org/jira/browse/CB-6481) Updated hooks documentation
+* [CB-6481](https://issues.apache.org/jira/browse/CB-6481) Added unified hooks support for cordova app and plugins
+* [CB-7572](https://issues.apache.org/jira/browse/CB-7572) Serve - respond with `304` when resource **not modified**
+* `computeCommitId` for **browserify** workflow fixed to handle cli and non cli workflows
+* [CB-7219](https://issues.apache.org/jira/browse/CB-7219) `prepare-browserify` now supports `commitId` and `platformVersion` for `cordovajs`
+* [CB-7615](https://issues.apache.org/jira/browse/CB-7615) Read `config.xml` after pre-prepare hooks fire
+* [CB-7578](https://issues.apache.org/jira/browse/CB-7578) **Windows** Fix platform name reported by `pre_package` hook
+* [CB-7576](https://issues.apache.org/jira/browse/CB-7576) Support `windows` `merges` folder for **Windows** platform
+* Added tests for browser platform
+
+## Plugin versions tested with this release
+
+* cordova-plugin-battery-status: 0.2.11
+* cordova-plugin-camera: 0.3.2
+* cordova-plugin-console: 0.2.11
+* cordova-plugin-contacts: 0.2.13
+* cordova-plugin-device: 0.2.12
+* cordova-plugin-device-motion: 0.2.10
+* cordova-plugin-device-orientation: 0.3.9
+* cordova-plugin-dialogs: 0.2.10
+* cordova-plugin-file: 1.3.1
+* cordova-plugin-file-transfer: 0.4.6
+* cordova-plugin-geolocation: 0.3.10
+* cordova-plugin-globalization: 0.3.1
+* cordova-plugin-inappbrowser: 0.5.2
+* cordova-plugin-media: 0.2.13
+* cordova-plugin-media-capture: 0.3.3
+* cordova-plugin-network-information: 0.2.13
+* cordova-plugin-splashscreen: 0.3.3
+* cordova-plugin-statusbar: 0.1.8
+* cordova-plugin-vibration: 0.3.11
+
+## Pinned Platform Versions for Cordova CLI 4.0.0
+
+* Cordova Amazon-FireOS: 3.6.3
+* Cordova Android: 3.6.4
+* Cordova BlackBerry: 3.6.3
+* Cordova Browser: 3.6.0
+* Cordova FirefoxOS: 3.6.3
+* Cordova iOS: 3.6.3
+* Cordova Ubuntu: 3.6.3
+* Cordova Windows: 3.6.4
+* Cordova WP8: 3.6.4



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