Modified: cordova/site/public/rss.xml
URL: 
http://svn.apache.org/viewvc/cordova/site/public/rss.xml?rev=1626799&r1=1626798&r2=1626799&view=diff
==============================================================================
--- cordova/site/public/rss.xml (original)
+++ cordova/site/public/rss.xml Mon Sep 22 14:58:59 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>Thu, 11 Sep 2014 21:18:25 +0000</lastBuildDate>
-        <pubDate>Thu, 11 Sep 2014 21:18:25 +0000</pubDate>
+        <lastBuildDate>Mon, 22 Sep 2014 14:39:32 +0000</lastBuildDate>
+        <pubDate>Mon, 22 Sep 2014 14:39:32 +0000</pubDate>
         <ttl>1800</ttl>
         <image>
             <url>http://cordova.apache.org</url>
@@ -19,6 +19,1034 @@
 
 
         <item>
+                <title>Apache Cordova 3.6</title>
+                <description>
+&lt;p&gt;We are happy to announce that &lt;code&gt;Apache Cordova 
3.6&lt;/code&gt; has been released!&lt;/p&gt;
+
+&lt;p&gt;Most notable changes include:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Android and Amazon FireOS platforms include a new whitelist for 
controlling the launch of external applications via intents. Also support for 
gradle was added.&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;
 Android: 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;
+
+&lt;li&gt;Windows8 platform is now called Windows to indicate the support for 
windows universal apps. The windows8/windows platform now supports building 
apps targeting Windows 8.1 and Windows Phone 8.1 in addition to Windows 8 which 
was originally supported (see documentation for new –win and –phone Command 
Line switches).&lt;/li&gt;
+
+&lt;li&gt;For targeting Windows Phone 8.0, the wp8 is still 
supported.&lt;/li&gt;
+
+&lt;li&gt;Support for Windows Universal Apps is being added.&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/3.6.0/guide_platforms_index.md.html&quot;&gt;upgrade
 guides&lt;/a&gt;.&lt;/p&gt;
+
+&lt;h2 id=&quot;if_this_is_363_where_are_360_361_and_362&quot;&gt;If this is 
3.6.3, where are 3.6.0, 3.6.1, and 3.6.2?&lt;/h2&gt;
+
+&lt;p&gt;While preparing the 3.6.0 release, the release candidates were 
published to a write-once repository. When it was discovered that the release 
candidates needed to be updated, we were unable to modify the write-once 
repository, so we were forced to bump the version number. This is why all the 
3.6 cadence release items are labelled as “3.6.3”. So 3.6.3 is the first 
release of the 3.6.x version. Apologies for the confusion.&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;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-3445&quot;&gt;CB-3445&lt;/a&gt;
 Add environment variable &lt;code&gt;BUILD_MULTIPLE_APKS&lt;/code&gt; for 
splitting &lt;strong&gt;APK&lt;/strong&gt;s based on architecture&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7410&quot;&gt;CB-7410&lt;/a&gt;
 Add whitelist entries to get 
&lt;code&gt;iframe&lt;/code&gt;/&lt;strong&gt;GoogleMaps&lt;/strong&gt; 
working&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7291&quot;&gt;CB-7291&lt;/a&gt;
 Add &lt;code&gt;external-launch-whitelist&lt;/code&gt; and use it for 
filtering intent launches&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-3445&quot;&gt;CB-3445&lt;/a&gt;
 Work-in-progress gradle support&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7325&quot;&gt;CB-7325&lt;/a&gt;
 Fix error message in &lt;code&gt;android_sdk_version.js&lt;/code&gt; when 
missing SDK on Windows&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7335&quot;&gt;CB-7335&lt;/a&gt;
 Add a &lt;code&gt;.gitignore&lt;/code&gt; to android project 
template&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7330&quot;&gt;CB-7330&lt;/a&gt;
 Don’t run &lt;code&gt;android update&lt;/code&gt; during creation&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7321&quot;&gt;CB-7321&lt;/a&gt;
 Don’t require &lt;code&gt;ant&lt;/code&gt; for 
&lt;code&gt;create&lt;/code&gt; script&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7044&quot;&gt;CB-7044&lt;/a&gt;,
 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7299&quot;&gt;CB-7299&lt;/a&gt;
 Fix up &lt;code&gt;PATH&lt;/code&gt; problems when possible&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7261&quot;&gt;CB-7261&lt;/a&gt;
 Fix &lt;code&gt;setNativeToJsBridgeMode&lt;/code&gt; sometimes crashing when 
switching to &lt;code&gt;ONLINE_EVENT&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7265&quot;&gt;CB-7265&lt;/a&gt;
 Fix crash when navigating to custom protocol (introduced in 
&lt;code&gt;3.5.1&lt;/code&gt;)&lt;/li&gt;
+
+&lt;li&gt;Filter out non-launchable 
&lt;strong&gt;intents&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;Extend whitelist to handle &lt;strong&gt;URL&lt;/strong&gt;s without 
&lt;code&gt;//&lt;/code&gt; chars&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7172&quot;&gt;CB-7172&lt;/a&gt;
 Force window to have focus after resume&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7018&quot;&gt;CB-7018&lt;/a&gt;
 Fix &lt;code&gt;setButtonPlumbedToJs&lt;/code&gt; never un-listening&lt;/li&gt;
+
+&lt;li&gt;&lt;code&gt;@Deprecate&lt;/code&gt; methods of 
&lt;code&gt;PluginManager&lt;/code&gt; that were never meant to be 
public&lt;/li&gt;
+
+&lt;li&gt;Move plugin instantiation and instance storing logic 
&lt;code&gt;PluginEntry&lt;/code&gt;-&amp;gt;&lt;code&gt;PluginManager&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Update to check for &lt;strong&gt;Google Glass&lt;/strong&gt; 
APIs&lt;/li&gt;
+
+&lt;li&gt;Fix for &lt;code&gt;android&lt;/code&gt; not being in 
&lt;code&gt;PATH&lt;/code&gt; check on Windows&lt;/li&gt;
+
+&lt;li&gt;Tweak log messages in &lt;code&gt;CordovaBridge&lt;/code&gt; with 
bridgeSecret is wrong&lt;/li&gt;
+
+&lt;li&gt;Add &lt;code&gt;node_module&lt;/code&gt; licenses to 
&lt;code&gt;LICENSE&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Provide &lt;code&gt;CordovaPlugin&lt;/code&gt; with 
&lt;code&gt;CordovaPreferences&lt;/code&gt;. Add new 
&lt;code&gt;Plugin.initialize()&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Convert usages of &lt;code&gt;Config.&lt;/code&gt;* to use the 
non-static versions&lt;/li&gt;
+
+&lt;li&gt;Change &lt;code&gt;getProperty&lt;/code&gt; -&amp;gt; 
&lt;code&gt;prefs.get*&lt;/code&gt; within 
&lt;code&gt;CordovaActivity&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Move registration of App plugin from 
&lt;code&gt;config.xml&lt;/code&gt; -&amp;gt; code&lt;/li&gt;
+
+&lt;li&gt;Make &lt;code&gt;setWebViewClient&lt;/code&gt; an override instead 
of an overload.&lt;/li&gt;
+
+&lt;li&gt;Refactor: Use &lt;code&gt;ConfigXmlParser&lt;/code&gt; in activity. 
Adds &lt;code&gt;CordovaWebView.init()&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Deprecate some convenience methods on 
&lt;code&gt;CordovaActivity&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Refactor: Move &lt;code&gt;url-filter&lt;/code&gt; information into 
&lt;code&gt;PluginEntry&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Don’t re-parse &lt;code&gt;config.xml&lt;/code&gt; in 
&lt;code&gt;onResume&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Move handling of &lt;code&gt;Fullscreen&lt;/code&gt; preference to 
&lt;code&gt;CordovaActivity&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Delete &lt;code&gt;CB-3064: The errorUrl is...&lt;/code&gt; log 
message left over from debugging presumably&lt;/li&gt;
+
+&lt;li&gt;Refactor &lt;code&gt;Config&lt;/code&gt; into 
&lt;code&gt;ConfigXmlParser&lt;/code&gt;, 
&lt;code&gt;CordovaPreferences&lt;/code&gt;&lt;/li&gt;
+
+&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-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;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7018&quot;&gt;CB-7018&lt;/a&gt;
 Clean up and deprecation of some button-related functions&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7017&quot;&gt;CB-7017&lt;/a&gt;
 Fix &lt;code&gt;onload=true&lt;/code&gt; being set on all subsequent 
plugins&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-5971&quot;&gt;CB-5971&lt;/a&gt;
 Fix package / project validation&lt;/li&gt;
+
+&lt;li&gt;Delete explicit &lt;code&gt;activity.finish()&lt;/code&gt; in back 
button handling. No change in behaviour&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-4404&quot;&gt;CB-4404&lt;/a&gt;
 Changing where &lt;code&gt;android:windowSoftInputMode&lt;/code&gt; is in the 
manifest so it works&lt;/li&gt;
+
+&lt;li&gt;Add documentation referencing other implementation&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6851&quot;&gt;CB-6851&lt;/a&gt;
 Deprecate &lt;code&gt;WebView.sendJavascript()&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6876&quot;&gt;CB-6876&lt;/a&gt;
 Show the correct executable name&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6860&quot;&gt;CB-6860&lt;/a&gt;
 Add &lt;code&gt;activity_name&lt;/code&gt; and 
&lt;code&gt;launcher_name&lt;/code&gt; to 
&lt;code&gt;AndroidManifest.xml&lt;/code&gt; &amp;amp; 
&lt;code&gt;strings.xml&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Add a comment to &lt;code&gt;custom_rules.xml&lt;/code&gt; saying 
why we move &lt;code&gt;AndroidManifest.xml&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6784&quot;&gt;CB-6784&lt;/a&gt;
 Add missing licenses&lt;/li&gt;
+
+&lt;li&gt;Revert &lt;code&gt;defaults.xml: Add AndroidLaunchMode 
preference&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6315&quot;&gt;CB-6315&lt;/a&gt;
 Wrapping this so it runs on the UI thread&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6723&quot;&gt;CB-6723&lt;/a&gt;
 Update package name for &lt;strong&gt;Robotium&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6707&quot;&gt;CB-6707&lt;/a&gt;
 Update &lt;code&gt;minSdkVersion&lt;/code&gt; to &lt;code&gt;10&lt;/code&gt; 
consistently&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-5652&quot;&gt;CB-5652&lt;/a&gt;
 Make visible cordova version&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;whats_new_in_ios&quot;&gt;What’s new in iOS&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Updated default template&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7432&quot;&gt;CB-7432&lt;/a&gt;
 Version script should be updated by &lt;code&gt;coho&lt;/code&gt; at release 
time&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-5535&quot;&gt;CB-5535&lt;/a&gt;
 Ignore unused arguments in &lt;code&gt;bin/create&lt;/code&gt; (e.g 
&lt;code&gt;--arc&lt;/code&gt;), remove &lt;code&gt;--arc&lt;/code&gt; 
references in &lt;code&gt;bin/create&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6897&quot;&gt;CB-6897&lt;/a&gt;
 &lt;code&gt;nil&lt;/code&gt; &lt;code&gt;callbackId&lt;/code&gt; in 
&lt;code&gt;isValidCallbackId()&lt;/code&gt; causes regex match to throw 
exception&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6897&quot;&gt;CB-6897&lt;/a&gt;
 Added unit test&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7169&quot;&gt;CB-7169&lt;/a&gt;
 Fix &lt;code&gt;__PROJECT_NAME__&lt;/code&gt; replacing code in 
&lt;code&gt;create&lt;/code&gt; script&lt;/li&gt;
+
+&lt;li&gt;Remove trailing whitespace from project template’s 
&lt;code&gt;.plist&lt;/code&gt;, &lt;code&gt;.pch&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7187&quot;&gt;CB-7187&lt;/a&gt;
 Delete &lt;code&gt;CDVShared.m&lt;/code&gt; &amp;amp; remove dependency on 
&lt;code&gt;CoreLocation&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Fix warning in &lt;code&gt;MainViewController.m&lt;/code&gt; 
(spurious semi-colon)&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7162&quot;&gt;CB-7162&lt;/a&gt;
 &lt;code&gt;pre-commit&lt;/code&gt; hook can’t find 
&lt;code&gt;uncrustify&lt;/code&gt; in path in Git GUI apps&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7134&quot;&gt;CB-7134&lt;/a&gt;
 Deprecate &lt;code&gt;CDVPluginResult&lt;/code&gt; methods&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7043&quot;&gt;CB-7043&lt;/a&gt;
 Fix property &lt;code&gt;statusCode&lt;/code&gt; of 
&lt;code&gt;CDVHTTPURLResponse&lt;/code&gt; conflict with superclass property 
&lt;code&gt;statusCode&lt;/code&gt; of 
&lt;code&gt;NSHTTPURLResponse&lt;/code&gt; (&lt;strong&gt;iOS&lt;/strong&gt; 
&lt;code&gt;8&lt;/code&gt;)&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6165&quot;&gt;CB-6165&lt;/a&gt;
 Removing the &lt;code&gt;&amp;quot;OK&amp;quot;&lt;/code&gt; String from 
success callback&lt;/li&gt;
+
+&lt;li&gt;Update version of &lt;strong&gt;NSData+Base64&lt;/strong&gt; to get 
a more normal license on it&lt;/li&gt;
+
+&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;Remove &lt;code&gt;LICENSE&lt;/code&gt; entries for files that we no 
longer use&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6579&quot;&gt;CB-6579&lt;/a&gt;
 Update deprecation to use &lt;code&gt;CDV_DEPRECATED&lt;/code&gt; 
macro&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6998&quot;&gt;CB-6998&lt;/a&gt;
 Remove &lt;code&gt;CDVCommandDelegate::execute&lt;/code&gt; deprecated call 
(deprecated since &lt;code&gt;2.2&lt;/code&gt;)&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6997&quot;&gt;CB-6997&lt;/a&gt;
 Deprecate obsolete &lt;code&gt;CDVPlugin&lt;/code&gt; methods&lt;/li&gt;
+
+&lt;li&gt;Fix minor grammar in &lt;code&gt;CDVLocalStorage&lt;/code&gt; 
&lt;strong&gt;iCloud&lt;/strong&gt; warning&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6785&quot;&gt;CB-6785&lt;/a&gt;
 Add license to &lt;code&gt;CONTRIBUTING.md&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6729&quot;&gt;CB-6729&lt;/a&gt;
 Update &lt;code&gt;printDeprecationNotice&lt;/code&gt; to new name, and new 
warning for &lt;strong&gt;iOS&lt;/strong&gt; &amp;lt; 
&lt;code&gt;6.0&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-5651&quot;&gt;CB-5651&lt;/a&gt;
 Make visible the version of the Cordova native lib&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;Fix template def missing files&lt;/li&gt;
+
+&lt;li&gt;Remove unwanted slashes and handle Exceptions&lt;/li&gt;
+
+&lt;li&gt;Add &lt;strong&gt;AppVeyor&lt;/strong&gt; badge&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7368&quot;&gt;CB-7368&lt;/a&gt;
 &lt;code&gt;--archs=&amp;quot;x86&amp;quot;&lt;/code&gt; now produces correct 
binaries&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7341&quot;&gt;CB-7341&lt;/a&gt;
 Port tooling/platform scripts from &lt;strong&gt;WSH&lt;/strong&gt; to 
&lt;strong&gt;NodeJS&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;Adding testing to the workflow&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6763&quot;&gt;CB-6763&lt;/a&gt;
 Fixes issue when multiple simultaneous requests are sent&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-4655&quot;&gt;CB-4655&lt;/a&gt;
 Default native project template should be overridable at project creation 
time&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7305&quot;&gt;CB-7305&lt;/a&gt;
 Remove trailing slash from dest&lt;/li&gt;
+
+&lt;li&gt;Cleanup file, remove commented out stuff after testing it&lt;/li&gt;
+
+&lt;li&gt;Update instructions minus &lt;code&gt;createTemplates&lt;/code&gt; 
stuff&lt;/li&gt;
+
+&lt;li&gt;Fix intermittent issue with invalid app manifest because of xml 
commented apache header&lt;/li&gt;
+
+&lt;li&gt;&lt;code&gt;create&lt;/code&gt; needs to copy+rename the 
&lt;code&gt;defaults.xml&lt;/code&gt; file for projects created outside the 
cordova-cli&lt;/li&gt;
+
+&lt;li&gt;Removing outdated/unused tooling scripts&lt;/li&gt;
+
+&lt;li&gt;Move &lt;code&gt;createTemplates&lt;/code&gt; scripts (they will 
live undoc’d for a while)&lt;/li&gt;
+
+&lt;li&gt;Move common items to their rightful home&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7028&quot;&gt;CB-7028&lt;/a&gt;
 Fixed memory leak in &lt;strong&gt;WP&lt;/strong&gt; with plugins&lt;/li&gt;
+
+&lt;li&gt;Use wildcard for contents of &lt;code&gt;www/&lt;/code&gt; 
folder&lt;/li&gt;
+
+&lt;li&gt;Small fix for spaces in path&lt;/li&gt;
+
+&lt;li&gt;&lt;code&gt;createTemplates&lt;/code&gt; script copies 
&lt;code&gt;defaults.xml&lt;/code&gt;-&amp;gt;&lt;code&gt;config.xml&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-5049&quot;&gt;CB-5049&lt;/a&gt;
 Create &lt;code&gt;defaults.xml&lt;/code&gt; that contains platform 
&lt;code&gt;config.xml&lt;/code&gt; defaults&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6788&quot;&gt;CB-6788&lt;/a&gt;
 Fix header licenses (&lt;strong&gt;Apache RAT&lt;/strong&gt; report)&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7060&quot;&gt;CB-7060&lt;/a&gt;
 Fix large project build performance issue&lt;/li&gt;
+
+&lt;li&gt;Adds support for chip architectures to &lt;code&gt;run&lt;/code&gt; 
command&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6924&quot;&gt;CB-6924&lt;/a&gt;
 Fixed memory leak in WP page navigation&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6939&quot;&gt;CB-6939&lt;/a&gt;
 Replace dash chars in package name and validate it&lt;/li&gt;
+
+&lt;li&gt;Fixes handling of UTF-8 encoded project files&lt;/li&gt;
+
+&lt;li&gt;Added list of supported architectures in help text&lt;/li&gt;
+
+&lt;li&gt;Adds support for target architectures to build command&lt;/li&gt;
+
+&lt;li&gt;Escapes paths in &lt;code&gt;target()&lt;/code&gt; 
function&lt;/li&gt;
+
+&lt;li&gt;add license header to all bat files, and echo off so we don’t see 
the goto output&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6788&quot;&gt;CB-6788&lt;/a&gt;
 Add license header&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6775&quot;&gt;CB-6775&lt;/a&gt;
 Added support for autoload, splashscreen uses this&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-5653&quot;&gt;CB-5653&lt;/a&gt;
 Make visible cordova version&lt;/li&gt;
+
+&lt;li&gt;&lt;strong&gt;WP8.1&lt;/strong&gt; and the &lt;strong&gt;IE11 
WebBrowser&lt;/strong&gt; control do not support 
&lt;code&gt;execScript&lt;/code&gt;, moving to 
&lt;code&gt;eval&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6732&quot;&gt;CB-6732&lt;/a&gt;
 Fix &lt;code&gt;MSBuild 64 bit is not supported&lt;/code&gt; build 
error&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6341&quot;&gt;CB-6341&lt;/a&gt;
 Remove requirement to have &lt;code&gt;MSBuild&lt;/code&gt; in the 
&lt;code&gt;%PATH%&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6676&quot;&gt;CB-6676&lt;/a&gt;
 Allow extra params to 
&lt;code&gt;build&lt;/code&gt;/&lt;code&gt;run&lt;/code&gt; and ignore 
them&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6685&quot;&gt;CB-6685&lt;/a&gt;
 [3.5.0rc] Build error: &lt;code&gt;Command failed with exit code 
2&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Adds &lt;code&gt;-wait&lt;/code&gt; flag to 
&lt;code&gt;CordovaDeploy&lt;/code&gt;. Removes unnecessary 
&lt;code&gt;Program&lt;/code&gt; class&lt;/li&gt;
+
+&lt;li&gt;&lt;strong&gt;WP7&lt;/strong&gt; Goodbye, it has been fun. 
&lt;code&gt;;)&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Apply &lt;code&gt;app-hello-world&lt;/code&gt; update&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;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7377&quot;&gt;CB-7377&lt;/a&gt;
 Removes unnecessary rules tracing which is also incorrectly handled by 
&lt;strong&gt;PowerShell&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;Removed un-needed files, multiple 
&lt;code&gt;cordova.js&lt;/code&gt; files can only cause confusion&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7377&quot;&gt;CB-7377&lt;/a&gt;
 Whitelist. Windows build error due to &lt;code&gt;invalid URI rules in 
config.xml&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7333&quot;&gt;CB-7333&lt;/a&gt;
 Makes default platform template files overridable&lt;/li&gt;
+
+&lt;li&gt;Add &lt;strong&gt;AppVeyor&lt;/strong&gt; badge&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7129&quot;&gt;CB-7129&lt;/a&gt;
 &lt;strong&gt;VS2012&lt;/strong&gt; solution now accepts 
&lt;code&gt;anycpu&lt;/code&gt; target instead of &lt;code&gt;any 
cpu&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7129&quot;&gt;CB-7129&lt;/a&gt;
 Fixes issue when project isn’t built if &lt;strong&gt;msbuild 
v12.0&lt;/strong&gt; is not found&lt;/li&gt;
+
+&lt;li&gt;Updated repo &lt;code&gt;README&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Add &lt;strong&gt;AppVeyor&lt;/strong&gt; file for CI&lt;/li&gt;
+
+&lt;li&gt;Add basic &lt;code&gt;npm&lt;/code&gt; test of create+build 
project&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6976&quot;&gt;CB-6976&lt;/a&gt;
 Reflect new switch name to project structure&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6976&quot;&gt;CB-6976&lt;/a&gt;
 Changes switch name from &lt;code&gt;--store&lt;/code&gt; to 
&lt;code&gt;--win&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Moves &lt;code&gt;node_modules&lt;/code&gt; to 
&lt;code&gt;bin&lt;/code&gt; to correctly work under 
&lt;code&gt;npm&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Adds missing &lt;code&gt;ExecutionPolicy&lt;/code&gt; option for 
&lt;strong&gt;PowerShell&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;Configurable target version for store and phone targets&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7129&quot;&gt;CB-7129&lt;/a&gt;
 Spellcheck&lt;/li&gt;
+
+&lt;li&gt;Rewrite tooling/platform scripts from 
&lt;strong&gt;WSH&lt;/strong&gt; to 
&lt;strong&gt;NodeJS&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7243&quot;&gt;CB-7243&lt;/a&gt;
 &lt;code&gt;VERSION&lt;/code&gt; file is copied over in 
&lt;code&gt;create&lt;/code&gt; platform script&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6699&quot;&gt;CB-6699&lt;/a&gt;
 Using wildcard &lt;code&gt;**&lt;/code&gt; glob to include 
&lt;code&gt;www&lt;/code&gt; folder items&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7144&quot;&gt;CB-7144&lt;/a&gt;
 &lt;code&gt;run&lt;/code&gt; fails if replace default certificate&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6787&quot;&gt;CB-6787&lt;/a&gt;
 Fix header licenses (&lt;strong&gt;Apache RAT&lt;/strong&gt; report)&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6976&quot;&gt;CB-6976&lt;/a&gt;
 Support for new splash screen and icon images&lt;/li&gt;
+
+&lt;li&gt;Fixes potential perf issue inside 
&lt;code&gt;exec_verbose&lt;/code&gt; method&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6976&quot;&gt;CB-6976&lt;/a&gt;
 Fixes deploy error when &lt;code&gt;--nobuild&lt;/code&gt; option 
specified&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6976&quot;&gt;CB-6976&lt;/a&gt;
 Replaces new template icons and splash screens&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6976&quot;&gt;CB-6976&lt;/a&gt;
 Fixes deploy error on &lt;strong&gt;WP8.1&lt;/strong&gt; emulator&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6976&quot;&gt;CB-6976&lt;/a&gt;
 Fixes &lt;code&gt;run&lt;/code&gt;/&lt;code&gt;emulate&lt;/code&gt; error when 
it runs for the first time&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6976&quot;&gt;CB-6976&lt;/a&gt;
 Fixes deploy when target type is not specified&lt;/li&gt;
+
+&lt;li&gt;Adds support for build archs to &lt;code&gt;run&lt;/code&gt; command 
+ small cleanup and refactoring + fix &lt;strong&gt;jshint&lt;/strong&gt; 
issues&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6976&quot;&gt;CB-6976&lt;/a&gt;
 Add support for &lt;strong&gt;Windows Universal&lt;/strong&gt; apps 
(&lt;strong&gt;Windows 8.1&lt;/strong&gt; and &lt;strong&gt;WP 
8.1&lt;/strong&gt;)&lt;/li&gt;
+
+&lt;li&gt;Removed &lt;strong&gt;Windows7&lt;/strong&gt; which is now in its 
own branch&lt;/li&gt;
+
+&lt;li&gt;Added list of supported architectures in help text&lt;/li&gt;
+
+&lt;li&gt;Adds support for target architectures to build command&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6686&quot;&gt;CB-6686&lt;/a&gt;
 [3.5.0rc] Build error if path contains whitespaces&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6684&quot;&gt;CB-6684&lt;/a&gt;
 [3.5.0rc] Splash screen setting breaks the build&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6787&quot;&gt;CB-6787&lt;/a&gt;
 Add license to &lt;code&gt;windows8/CONTRIBUTING.md&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6684&quot;&gt;CB-6684&lt;/a&gt;
 [3.5.0rc] Splash screen setting breaks the build&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6686&quot;&gt;CB-6686&lt;/a&gt;
 [3.5.0rc] Build error if path contains whitespaces&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;whats_new_in_blackberry_10&quot;&gt;What’s new in BlackBerry 
10&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7409&quot;&gt;CB-7409&lt;/a&gt;
 Update &lt;code&gt;CORDOVA_HOME_DIR&lt;/code&gt; based on 
&lt;code&gt;npm_cache&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7411&quot;&gt;CB-7411&lt;/a&gt;
 Make version in version script easier to replace by 
&lt;code&gt;coho&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7336&quot;&gt;CB-7336&lt;/a&gt;
 Add &lt;code&gt;bundledDependencies&lt;/code&gt; to 
&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-7211&quot;&gt;CB-7211&lt;/a&gt;
 &lt;strong&gt;jshint&lt;/strong&gt;: force to see all errors&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7210&quot;&gt;CB-7210&lt;/a&gt;
 Cleanup &lt;code&gt;create&lt;/code&gt; remove 
&lt;code&gt;clean&lt;/code&gt;/&lt;code&gt;copyJavascript&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7250&quot;&gt;CB-7250&lt;/a&gt;
 Test/cordova/integration/target use private home&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7209&quot;&gt;CB-7209&lt;/a&gt;
 Improve tests including adding parallelism support&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7186&quot;&gt;CB-7186&lt;/a&gt;
 Fix up packager-validator tests to indicate signing&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7186&quot;&gt;CB-7186&lt;/a&gt;
 &lt;code&gt;--no-signing&lt;/code&gt; will be ignored if 
&lt;code&gt;--buildId&lt;/code&gt; is set&lt;/li&gt;
+
+&lt;li&gt;Update package name to match convention 
(&lt;code&gt;cordova-&lt;/code&gt;[platform name])&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-5815&quot;&gt;CB-5815&lt;/a&gt;
 Fix &lt;code&gt;cordova&lt;/code&gt; not defined when pausing w/o 
&lt;code&gt;cordova.js&lt;/code&gt; included&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7119&quot;&gt;CB-7119&lt;/a&gt;
 Fix &lt;code&gt;cordova run --target xxx&lt;/code&gt; dies if 
&lt;code&gt;blackberry10.json&lt;/code&gt; is empty&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7087&quot;&gt;CB-7087&lt;/a&gt;
 Retire &lt;code&gt;blackberry10/&lt;/code&gt; directory&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6492&quot;&gt;CB-6492&lt;/a&gt;
 Fix &lt;code&gt;AppData&lt;/code&gt; hint for 
&lt;strong&gt;wXP&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7036&quot;&gt;CB-7036&lt;/a&gt;
 Make &lt;code&gt;npm test&lt;/code&gt; work again (using 
&lt;code&gt;grunt&lt;/code&gt; instead of 
&lt;code&gt;jake&lt;/code&gt;)&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7025&quot;&gt;CB-7025&lt;/a&gt;
 Report platform update&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6968&quot;&gt;CB-6968&lt;/a&gt;
 Fix bashism (&lt;code&gt;source&lt;/code&gt;) in 
&lt;code&gt;update&lt;/code&gt; script and 
&lt;code&gt;bb10-ndk-version&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6934&quot;&gt;CB-6934&lt;/a&gt;
 &lt;code&gt;run&lt;/code&gt; should complain about target w/o ip before 
password&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6925&quot;&gt;CB-6925&lt;/a&gt;
 Simulator detection: fail gracefully w/ no DHCP leases&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6904&quot;&gt;CB-6904&lt;/a&gt;
 Improve Markdown in &lt;code&gt;README.md&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-5436&quot;&gt;CB-5436&lt;/a&gt;
 Update &lt;code&gt;defaults.xml&lt;/code&gt; and 
&lt;code&gt;config.xml&lt;/code&gt; configuration reference&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6850&quot;&gt;CB-6850&lt;/a&gt;
 Use &lt;code&gt;path.join()&lt;/code&gt; for 
&lt;code&gt;blackberry10debugtoken.bar&lt;/code&gt; warning&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6757&quot;&gt;CB-6757&lt;/a&gt;
 Provide useful hint when simulator does not seem to know its IP&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-5654&quot;&gt;CB-5654&lt;/a&gt;
 Log ‘native’ Cordova version during framework bootstrap&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6786&quot;&gt;CB-6786&lt;/a&gt;
 Add license to &lt;code&gt;CONTRIBUTING.md&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6730&quot;&gt;CB-6730&lt;/a&gt;
 Tweak whitelist URI parsing to fix whitelist issues with 
&lt;code&gt;@2x&lt;/code&gt; resource naming&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6554&quot;&gt;CB-6554&lt;/a&gt;
 Fix malformed json file&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;whats_new_in_firefox_os&quot;&gt;What’s new in Firefox 
OS&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Added &lt;code&gt;bundledDependencies&lt;/code&gt; to 
&lt;code&gt;package.json&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Added &lt;code&gt;console.log&lt;/code&gt; to 
&lt;code&gt;version&lt;/code&gt; script&lt;/li&gt;
+
+&lt;li&gt;Remove hardcoded cordova version&lt;/li&gt;
+
+&lt;li&gt;Fixing error on new CLI/LIB: &lt;code&gt;cp: no such file or 
directory: 
/Users/rodrigo/mozilla/cordova/delme/platforms/firefoxos/www/cordova.js&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Add &lt;code&gt;clean.bat&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7016&quot;&gt;CB-7016&lt;/a&gt;
 &lt;code&gt;.zip&lt;/code&gt; created by build has unnecessary 
&lt;code&gt;./&lt;/code&gt; folder on all files&lt;/li&gt;
+
+&lt;li&gt;&lt;code&gt;cordova.js&lt;/code&gt; needs to be copied to platform 
&lt;code&gt;www&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Update &lt;code&gt;Readme&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Remove &lt;code&gt;&amp;lt;!-- and --&amp;gt;&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Update header licenses&lt;/li&gt;
+
+&lt;li&gt;Delete &lt;code&gt;foo&lt;/code&gt; file&lt;/li&gt;
+
+&lt;li&gt;Update project&lt;/li&gt;
+
+&lt;li&gt;Update defaults&lt;/li&gt;
+
+&lt;li&gt;Add icons&lt;/li&gt;
+
+&lt;li&gt;Removing unused template&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6816&quot;&gt;CB-6816&lt;/a&gt;
 Add license to &lt;code&gt;CONTRIBUTING.md&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Simplifies build&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-5751&quot;&gt;CB-5751&lt;/a&gt;
 Fix &lt;strong&gt;FirefoxOS&lt;/strong&gt; build issue&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;whats_new_in_ubuntu_touch&quot;&gt;What’s new in Ubuntu 
(touch)&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Added missing licenses&lt;/li&gt;
+
+&lt;li&gt;&lt;code&gt;bin/create&lt;/code&gt;: create 
&lt;code&gt;www&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Switch to incremental build&lt;/li&gt;
+
+&lt;li&gt;Set &lt;code&gt;policy_version&lt;/code&gt; in 
&lt;code&gt;apparmor.json&lt;/code&gt; based on framework version&lt;/li&gt;
+
+&lt;li&gt;Remove &lt;code&gt;-flto&lt;/code&gt; from compiler flags&lt;/li&gt;
+
+&lt;li&gt;Change default to 
&lt;code&gt;ubuntu-sdk-14.04&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Plugin could specify additional build dependency&lt;/li&gt;
+
+&lt;li&gt;Use different compiler flags for debug/release build&lt;/li&gt;
+
+&lt;li&gt;Fix build problem with 
&lt;code&gt;ubuntu-sdk-14.04&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;code&gt;bin/build/build&lt;/code&gt;: integrate with 
&lt;code&gt;click-reviewers-tools&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;code&gt;bin/build/build&lt;/code&gt;: check 
&lt;code&gt;chroot&lt;/code&gt; env before build&lt;/li&gt;
+
+&lt;li&gt;&lt;code&gt;bin/build/build&lt;/code&gt;, 
&lt;code&gt;bin/build/run&lt;/code&gt;: add 
&lt;code&gt;--framework&lt;/code&gt; option&lt;/li&gt;
+
+&lt;li&gt;Add emulator support&lt;/li&gt;
+
+&lt;li&gt;Add support for non-arm based &lt;strong&gt;Ubuntu 
Touch&lt;/strong&gt; devices&lt;/li&gt;
+
+&lt;li&gt;&lt;code&gt;CordovaViewInternal&lt;/code&gt;: add 
&lt;code&gt;overrideScheme&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;code&gt;cplugin&lt;/code&gt;: add 
&lt;code&gt;onAppLoaded&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6818&quot;&gt;CB-6818&lt;/a&gt;
 Add license for &lt;code&gt;CONTRIBUTING.md&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;whats_new_in_amazon_fireos&quot;&gt;What’s new in Amazon 
FireOS&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Updated &lt;code&gt;cordova.js&lt;/code&gt; in tests&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7291&quot;&gt;CB-7291&lt;/a&gt;
 Add &lt;code&gt;external-launch-whitelist&lt;/code&gt; and use it for 
filtering intent launches&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-3445&quot;&gt;CB-3445&lt;/a&gt;
 Ensure that &lt;strong&gt;JAR&lt;/strong&gt; files in 
&lt;code&gt;libs&lt;/code&gt; directory are included&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7410&quot;&gt;CB-7410&lt;/a&gt;
 Add whitelist entries to get 
&lt;code&gt;iframe&lt;/code&gt;/&lt;strong&gt;GoogleMaps&lt;/strong&gt; 
working&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7291&quot;&gt;CB-7291&lt;/a&gt;
 Propagate change in method signature to the native tests&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7291&quot;&gt;CB-7291&lt;/a&gt;
 Restrict meaning of &lt;code&gt;*&lt;/code&gt; in internal whitelist to just 
&lt;em&gt;http&lt;/em&gt; and &lt;em&gt;https&lt;/em&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7291&quot;&gt;CB-7291&lt;/a&gt;
 Only add &lt;em&gt;file&lt;/em&gt;, &lt;em&gt;content&lt;/em&gt; and 
&lt;em&gt;data&lt;/em&gt; &lt;strong&gt;URL&lt;/strong&gt;s to internal 
whitelist&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7291&quot;&gt;CB-7291&lt;/a&gt;
 Add defaults to external whitelist&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-3445&quot;&gt;CB-3445&lt;/a&gt;
 Read &lt;code&gt;project.properties&lt;/code&gt; to configure 
&lt;strong&gt;gradle&lt;/strong&gt; libraries&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7325&quot;&gt;CB-7325&lt;/a&gt;
 Fix error message in &lt;code&gt;android_sdk_version.js&lt;/code&gt; when 
missing SDK on Windows&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7335&quot;&gt;CB-7335&lt;/a&gt;
 Add a &lt;code&gt;.gitignore&lt;/code&gt; to android project 
template&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7330&quot;&gt;CB-7330&lt;/a&gt;
 Don’t run &lt;code&gt;android update&lt;/code&gt; during creation&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-3445&quot;&gt;CB-3445&lt;/a&gt;
 Add &lt;code&gt;gradle clean&lt;/code&gt; command (plus some code 
cleanup)&lt;/li&gt;
+
+&lt;li&gt;Fix for &lt;code&gt;AmazonWebView&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-3445&quot;&gt;CB-3445&lt;/a&gt;
 Copy gradle wrapper in &lt;code&gt;build&lt;/code&gt; instead of 
&lt;code&gt;create&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-3445&quot;&gt;CB-3445&lt;/a&gt;
 Add &lt;code&gt;.gradle&lt;/code&gt; template files for 
&lt;code&gt;update&lt;/code&gt; as well as 
&lt;code&gt;create&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7044&quot;&gt;CB-7044&lt;/a&gt;
 Add &lt;code&gt;JAVA_HOME&lt;/code&gt; when not set. Be stricter about 
&lt;code&gt;ANDROID_HOME&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-3445&quot;&gt;CB-3445&lt;/a&gt;
 Speed up gradle building (incremental builds go from 10s -&amp;gt; 1.5s for 
me)&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-3445&quot;&gt;CB-3445&lt;/a&gt;
 Copy Gradle wrapper from Android SDK rather than bundling a JAR&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-3445&quot;&gt;CB-3445&lt;/a&gt;
 Add which to checked-in node_modules&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-3445&quot;&gt;CB-3445&lt;/a&gt;
 Add option to build and install with gradle&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-3445&quot;&gt;CB-3445&lt;/a&gt;
 Add an initial set of Gradle build scripts&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7321&quot;&gt;CB-7321&lt;/a&gt;
 Don’t require &lt;code&gt;ant&lt;/code&gt; for 
&lt;code&gt;create&lt;/code&gt; script&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7044&quot;&gt;CB-7044&lt;/a&gt;,
 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7299&quot;&gt;CB-7299&lt;/a&gt;
 Fix up &lt;code&gt;PATH&lt;/code&gt; problems when possible&lt;/li&gt;
+
+&lt;li&gt;Change in test’s &lt;code&gt;AndroidManifest.xml&lt;/code&gt; 
needed for the test to run properly&lt;/li&gt;
+
+&lt;li&gt;Adding tests related to &lt;code&gt;3.5.1&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7261&quot;&gt;CB-7261&lt;/a&gt;
 Fix &lt;code&gt;setNativeToJsBridgeMode&lt;/code&gt; sometimes crashing when 
switching to &lt;code&gt;ONLINE_EVENT&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7265&quot;&gt;CB-7265&lt;/a&gt;
 Fix crash when navigating to custom protocol (introduced in 
&lt;code&gt;3.5.1&lt;/code&gt;)&lt;/li&gt;
+
+&lt;li&gt;Filter out non-launchable 
&lt;strong&gt;intents&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;Handle unsupported protocol errors in webview better&lt;/li&gt;
+
+&lt;li&gt;Amazon related fixes after uplevel&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7238&quot;&gt;CB-7238&lt;/a&gt;
 I should have collapsed this, but &lt;code&gt;Config.init()&lt;/code&gt; must 
go before the creation of &lt;code&gt;CordovaWebView&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7238&quot;&gt;CB-7238&lt;/a&gt;
 Minor band-aid to get tests running again, this has to go away before 
&lt;code&gt;3.6.0&lt;/code&gt; is released, since this is an API 
change&lt;/li&gt;
+
+&lt;li&gt;Extend whitelist to handle &lt;strong&gt;URL&lt;/strong&gt;s without 
&lt;code&gt;//&lt;/code&gt; chars&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7172&quot;&gt;CB-7172&lt;/a&gt;
 Force window to have focus after resume&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7159&quot;&gt;CB-7159&lt;/a&gt;
 Set background color of webView as well as its parent&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7018&quot;&gt;CB-7018&lt;/a&gt;
 Fix &lt;code&gt;setButtonPlumbedToJs&lt;/code&gt; never un-listening&lt;/li&gt;
+
+&lt;li&gt;&lt;code&gt;@Deprecate&lt;/code&gt; methods of 
&lt;code&gt;PluginManager&lt;/code&gt; that were never meant to be 
public&lt;/li&gt;
+
+&lt;li&gt;Move plugin instantiation and instance storing logic 
&lt;code&gt;PluginEntry&lt;/code&gt;-&amp;gt;&lt;code&gt;PluginManager&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Fix broken unit test due to missing 
&lt;code&gt;Config.init()&lt;/code&gt; call&lt;/li&gt;
+
+&lt;li&gt;Update to check for &lt;strong&gt;Google Glass&lt;/strong&gt; 
APIs&lt;/li&gt;
+
+&lt;li&gt;Fix for &lt;code&gt;android&lt;/code&gt; not being in 
&lt;code&gt;PATH&lt;/code&gt; check on Windows&lt;/li&gt;
+
+&lt;li&gt;Displaying error when regex does not match&lt;/li&gt;
+
+&lt;li&gt;Tweak &lt;code&gt;CordovaPlugin.initialize&lt;/code&gt; method to be 
less deprecated&lt;/li&gt;
+
+&lt;li&gt;Un-deprecate &lt;code&gt;CordovaActivity.init()&lt;/code&gt; - 
it’s needed to tweak prefs in &lt;code&gt;onCreate&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Tweak log messages in &lt;code&gt;CordovaBridge&lt;/code&gt; with 
bridgeSecret is wrong&lt;/li&gt;
+
+&lt;li&gt;Backport &lt;code&gt;CordovaBridge&lt;/code&gt; from 4.0.x -&amp;gt; 
master&lt;/li&gt;
+
+&lt;li&gt;Update unit tests to not use most deprecated things (e.g. 
&lt;strong&gt;DroidGap&lt;/strong&gt;)&lt;/li&gt;
+
+&lt;li&gt;Add non-String overloads for 
&lt;code&gt;CordovaPreferences.set()&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Make &lt;code&gt;CordovaWebview&lt;/code&gt; resilient to 
&lt;code&gt;init()&lt;/code&gt; not being called (for 
backwards-compatibility)&lt;/li&gt;
+
+&lt;li&gt;Add &lt;code&gt;node_module&lt;/code&gt; licenses to 
&lt;code&gt;LICENSE&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Provide &lt;code&gt;CordovaPlugin&lt;/code&gt; with 
&lt;code&gt;CordovaPreferences&lt;/code&gt;. Add new 
&lt;code&gt;Plugin.initialize()&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Convert usages of &lt;code&gt;Config.&lt;/code&gt;* to use the 
non-static versions&lt;/li&gt;
+
+&lt;li&gt;Change &lt;code&gt;getProperty&lt;/code&gt; -&amp;gt; 
&lt;code&gt;prefs.get*&lt;/code&gt; within 
&lt;code&gt;CordovaActivity&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Make &lt;code&gt;CordovaUriHelper&lt;/code&gt; class 
package-private&lt;/li&gt;
+
+&lt;li&gt;Fix &lt;code&gt;PluginManager.setPluginEntries&lt;/code&gt; not 
removing old entries&lt;/li&gt;
+
+&lt;li&gt;Move registration of App plugin from 
&lt;code&gt;config.xml&lt;/code&gt; -&amp;gt; code&lt;/li&gt;
+
+&lt;li&gt;Make &lt;code&gt;setWebViewClient&lt;/code&gt; an override instead 
of an overload. Delete Location-change JS-&amp;gt;Native bridge mode (missed 
some of it)&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-4404&quot;&gt;CB-4404&lt;/a&gt;
 Revert setting &lt;code&gt;android:windowSoftInputMode&lt;/code&gt; to 
&lt;code&gt;adjustPan&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Refactor: Use &lt;code&gt;ConfigXmlParser&lt;/code&gt; in activity. 
Adds &lt;code&gt;CordovaWebView.init()&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Deprecate some convenience methods on 
&lt;code&gt;CordovaActivity&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Fix &lt;code&gt;CordovaPreferences&lt;/code&gt; not correctly 
parsing hex values 
(&lt;code&gt;valueOf&lt;/code&gt;-&amp;gt;&lt;code&gt;decode&lt;/code&gt;)&lt;/li&gt;
+
+&lt;li&gt;Refactor: Move &lt;code&gt;url-filter&lt;/code&gt; information into 
&lt;code&gt;PluginEntry&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Don’t re-parse &lt;code&gt;config.xml&lt;/code&gt; in 
&lt;code&gt;onResume&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Move handling of &lt;code&gt;Fullscreen&lt;/code&gt; preference to 
&lt;code&gt;CordovaActivity&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Delete dead code from 
&lt;code&gt;CordovaActivity&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Update &lt;code&gt;.classpath&lt;/code&gt; to make 
&lt;strong&gt;Eclipse&lt;/strong&gt; happy (just re-orders one line)&lt;/li&gt;
+
+&lt;li&gt;Delete &lt;code&gt;CB-3064: The errorUrl is...&lt;/code&gt; log 
message left over from debugging presumably&lt;/li&gt;
+
+&lt;li&gt;Refactor &lt;code&gt;Config&lt;/code&gt; into 
&lt;code&gt;ConfigXmlParser&lt;/code&gt;, 
&lt;code&gt;CordovaPreferences&lt;/code&gt;&lt;/li&gt;
+
+&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-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;
+
+&lt;li&gt;Update the &lt;code&gt;errorurl&lt;/code&gt; to no longer use 
&lt;strong&gt;intents&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;Refactoring the URI handling on Cordova, removing dead 
code&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7018&quot;&gt;CB-7018&lt;/a&gt;
 Clean up and deprecation of some button-related functions&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7017&quot;&gt;CB-7017&lt;/a&gt;
 Fix onload=true being set on all subsequent plugins&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-5971&quot;&gt;CB-5971&lt;/a&gt;
 Fix package / project validation&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-5971&quot;&gt;CB-5971&lt;/a&gt;
 Add unit tests to cordova-android&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-5971&quot;&gt;CB-5971&lt;/a&gt;
 Factor out package/project name validation logic&lt;/li&gt;
+
+&lt;li&gt;Delete explicit &lt;code&gt;activity.finish()&lt;/code&gt; in back 
button handling. No change in behaviour&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-4404&quot;&gt;CB-4404&lt;/a&gt;
 Changing where &lt;code&gt;android:windowSoftInputMode&lt;/code&gt; is in the 
manifest so it works&lt;/li&gt;
+
+&lt;li&gt;Add documentation referencing other implementation&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6851&quot;&gt;CB-6851&lt;/a&gt;
 Deprecate &lt;code&gt;WebView.sendJavascript()&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6876&quot;&gt;CB-6876&lt;/a&gt;
 Show the correct executable name&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6876&quot;&gt;CB-6876&lt;/a&gt;
 Fix the “print usage”&lt;/li&gt;
+
+&lt;li&gt;Trivial spelling fix in comments when reading 
&lt;code&gt;CordovaResourceApi&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6818&quot;&gt;CB-6818&lt;/a&gt;
 I want to remove this code, because Square didn’t do their headers 
properly&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6860&quot;&gt;CB-6860&lt;/a&gt;
 Add &lt;code&gt;activity_name&lt;/code&gt; and 
&lt;code&gt;launcher_name&lt;/code&gt; to 
&lt;code&gt;AndroidManifest.xml&lt;/code&gt; &amp;amp; 
&lt;code&gt;strings.xml&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Add a comment to &lt;code&gt;custom_rules.xml&lt;/code&gt; saying 
why we move &lt;code&gt;AndroidManifest.xml&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Remove +x from &lt;code&gt;README.md&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6784&quot;&gt;CB-6784&lt;/a&gt;
 Add missing licenses&lt;/li&gt;
+
+&lt;li&gt;Revert &lt;code&gt;defaults.xml: Add AndroidLaunchMode 
preference&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6315&quot;&gt;CB-6315&lt;/a&gt;
 Wrapping this so it runs on the UI thread&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6723&quot;&gt;CB-6723&lt;/a&gt;
 Update package name for &lt;strong&gt;Robotium&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6707&quot;&gt;CB-6707&lt;/a&gt;
 Update &lt;code&gt;minSdkVersion&lt;/code&gt; to &lt;code&gt;10&lt;/code&gt; 
consistently&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-5652&quot;&gt;CB-5652&lt;/a&gt;
 Make visible cordova version&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6392&quot;&gt;CB-6392&lt;/a&gt;
 &lt;code&gt;create.js&lt;/code&gt; updated to create 
&lt;code&gt;libs&lt;/code&gt; folder before copying it to the project’s 
platform folder&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6392&quot;&gt;CB-6392&lt;/a&gt;
 Checking for &lt;code&gt;awv_interface.jar&lt;/code&gt; existance is moved to 
&lt;code&gt;create_project()&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6392&quot;&gt;CB-6392&lt;/a&gt;
 &lt;code&gt;check_reqs.js&lt;/code&gt; no longer checks for 
&lt;code&gt;awv_interface.jar&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Fixing a typo which was sending the wrong string to plugins for js 
confirm dialogs&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6740&quot;&gt;CB-6740&lt;/a&gt;
 Cleanup error reporting when &lt;code&gt;AmazonWebView SDK&lt;/code&gt; is not 
found; Updated create script to check commonlibs folder under 
&lt;code&gt;~/.cordova/lib&lt;/code&gt;. If it doesn’t exist create one and 
let user know. Error message updated. If exists copy it to specific release’s 
&lt;code&gt;framework/libs&lt;/code&gt; folder&lt;/li&gt;
+
+&lt;li&gt;JS confirm DnD alert dialog in Cordova consumes all key 
events&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6818&quot;&gt;CB-6818&lt;/a&gt;
 Add license for &lt;code&gt;CONTRIBUTING.md&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Updated release notes&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6644&quot;&gt;CB-6644&lt;/a&gt;
 Add a check for webview being null in template code Added a check and some 
comments to guide devs&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;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7355&quot;&gt;CB-7355&lt;/a&gt;
 Re added single test to test call through to cordova-lib cordova raw 
create&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7364&quot;&gt;CB-7364&lt;/a&gt;
 Remove duplicate logging initialization for cordova/plugman&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7363&quot;&gt;CB-7363&lt;/a&gt;
 Do not insist on precise version of cordova-lib&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7355&quot;&gt;CB-7355&lt;/a&gt;
 Removed create tests which test behaviour of downstream dependencies&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7358&quot;&gt;CB-7358&lt;/a&gt;
 Cli spec mocks console log to avoid polluting test output while 
testing&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7347&quot;&gt;CB-7347&lt;/a&gt;
 Document &lt;code&gt;cordova platform add /path/to&lt;/code&gt; 
support&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7345&quot;&gt;CB-7345&lt;/a&gt;
 Add tests to validate documentation&lt;/li&gt;
+
+&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;Correct object referenced in tests&lt;/li&gt;
+
+&lt;li&gt;Proper order of initializers, which indicates a bigger 
problem&lt;/li&gt;
+
+&lt;li&gt;Moved custom www handling code to a separate function&lt;/li&gt;
+
+&lt;li&gt;Basic tests and structure added to create spec&lt;/li&gt;
+
+&lt;li&gt;Renamed cli create spec more sensibly&lt;/li&gt;
+
+&lt;li&gt;Parse config json moved to a function&lt;/li&gt;
+
+&lt;li&gt;Functional refactor of create with expected input from caller 
implemented&lt;/li&gt;
+
+&lt;li&gt;Updated tests and cli to pass all tests&lt;/li&gt;
+
+&lt;li&gt;Tracking cli create spec&lt;/li&gt;
+
+&lt;li&gt;Initial commit of cli create command logic in its own file&lt;/li&gt;
+
+&lt;li&gt;Added verbose mode initialization to set up event handlers&lt;/li&gt;
+
+&lt;li&gt;Created &lt;code&gt;init&lt;/code&gt; function to handle 
initialization of &lt;code&gt;underscore&lt;/code&gt; and 
&lt;code&gt;nopt&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Added &lt;strong&gt;browserify&lt;/strong&gt; option 
&lt;code&gt;download_opts&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7249&quot;&gt;CB-7249&lt;/a&gt;
 Cordova-cli documentation translation: cordova-cli&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7001&quot;&gt;CB-7001&lt;/a&gt;
 Added &lt;code&gt;--browserify&lt;/code&gt; to help documentation&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6024&quot;&gt;CB-6024&lt;/a&gt;
 Document &lt;code&gt;--&lt;/code&gt; for platform options&lt;/li&gt;
+
+&lt;li&gt;Added &lt;code&gt;--browserify&lt;/code&gt; flag to cli 
options&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7220&quot;&gt;CB-7220&lt;/a&gt;
 Support &lt;code&gt;cordova_lib.binname&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7220&quot;&gt;CB-7220&lt;/a&gt;
 Split cordova help into per feature help files&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6756&quot;&gt;CB-6756&lt;/a&gt;
 Adds the &lt;code&gt;platforms&lt;/code&gt; subcommand for 
&lt;code&gt;save&lt;/code&gt; and &lt;code&gt;restore&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7100&quot;&gt;CB-7100&lt;/a&gt;
 Use &lt;code&gt;npm&lt;/code&gt; based &lt;strong&gt;lazy-load&lt;/strong&gt; 
by default&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6127&quot;&gt;CB-6127&lt;/a&gt;
 Documentation translation&lt;/li&gt;
+
+&lt;li&gt;Call &lt;code&gt;process.removeAllListeners()&lt;/code&gt; in cli 
spec&lt;/li&gt;
+
+&lt;li&gt;Add &lt;code&gt;--captureExceptions&lt;/code&gt; flag to 
&lt;code&gt;jasmine&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Pin &lt;code&gt;jasmine&lt;/code&gt; to older version 
&lt;em&gt;temporarily&lt;/em&gt;&lt;/li&gt;
+
+&lt;li&gt;Fix &lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7069&quot;&gt;CB-7069&lt;/a&gt;
 Copy-from &amp;amp; link-to custom uri -&amp;gt; url&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;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7363&quot;&gt;CB-7363&lt;/a&gt;
 Do not insist on precise version of cordova-lib&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7362&quot;&gt;CB-7362&lt;/a&gt;
 Add &lt;code&gt;Please run npm install from this directory&lt;/code&gt; 
code&lt;/li&gt;
+
+&lt;li&gt;Remove 
&lt;code&gt;package.json&lt;/code&gt;:&lt;code&gt;scripts.test&lt;/code&gt;&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;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-5535&quot;&gt;CB-5535&lt;/a&gt;
 Remove &lt;code&gt;--arc&lt;/code&gt; from &lt;strong&gt;iOS&lt;/strong&gt; 
platform creation args&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7416&quot;&gt;CB-7416&lt;/a&gt;
 Fixes file path reference when adding new source file&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7416&quot;&gt;CB-7416&lt;/a&gt;
 &lt;code&gt;HandleInstall&lt;/code&gt; tests for &lt;code&gt;null&lt;/code&gt; 
&lt;code&gt;platformTag&lt;/code&gt;. removed uncalled 
&lt;code&gt;hasPlatformSection&lt;/code&gt; from 
&lt;code&gt;PluginInfo.js&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Remove use of &lt;code&gt;path.join&lt;/code&gt; for 
&lt;code&gt;manifest.launch_path&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7347&quot;&gt;CB-7347&lt;/a&gt;
 Improve cordova platform add &lt;code&gt;/path/to&lt;/code&gt; 
handling&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7114&quot;&gt;CB-7114&lt;/a&gt;
 &lt;strong&gt;Android&lt;/strong&gt; add support of min/max/target SDK to 
&lt;code&gt;config.xml&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7118&quot;&gt;CB-7118&lt;/a&gt;
 Use updated version of &lt;code&gt;node-xcode&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7118&quot;&gt;CB-7118&lt;/a&gt;
 &lt;strong&gt;iOS&lt;/strong&gt; add &lt;code&gt;target-device&lt;/code&gt; 
and &lt;code&gt;MinimumOSVersion&lt;/code&gt; support to 
&lt;code&gt;config.xml&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;strong&gt;Ubuntu&lt;/strong&gt; support incremental 
builds&lt;/li&gt;
+
+&lt;li&gt;&lt;strong&gt;Ubuntu&lt;/strong&gt; support 
&lt;code&gt;target-dir&lt;/code&gt; for 
&lt;code&gt;resource-file&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;strong&gt;Ubuntu&lt;/strong&gt; use 
&lt;code&gt;common.copyFile&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;strong&gt;Ubuntu&lt;/strong&gt; check icon existence&lt;/li&gt;
+
+&lt;li&gt;&lt;strong&gt;FxOS&lt;/strong&gt; Make author url optional&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7142&quot;&gt;CB-7142&lt;/a&gt;
 Add &lt;code&gt;&amp;lt;variable&amp;gt;&lt;/code&gt; to 
&lt;code&gt;&amp;lt;feature&amp;gt;&lt;/code&gt; for &lt;code&gt;cordova plugin 
restore&lt;/code&gt; command&lt;/li&gt;
+
+&lt;li&gt;Set &lt;code&gt;git clone depth&lt;/code&gt; to 
&lt;code&gt;10&lt;/code&gt; for &lt;strong&gt;Travis&lt;/strong&gt; to make it 
faster&lt;/li&gt;
+
+&lt;li&gt;&lt;strong&gt;Windows&lt;/strong&gt; update as per changed manifest 
file names&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6699&quot;&gt;CB-6699&lt;/a&gt;
 Include files from &lt;code&gt;www&lt;/code&gt; folder via single element (use 
&lt;code&gt;**&lt;/code&gt; glob pattern)&lt;/li&gt;
+
+&lt;li&gt;Allow plugin modules to be &lt;code&gt;.json&lt;/code&gt; 
files&lt;/li&gt;
+
+&lt;li&gt;Taking care of dashes in &lt;code&gt;amazon-fireos&lt;/code&gt; 
platform name&lt;/li&gt;
+
+&lt;li&gt;Fix link/copy parent check for 
&lt;strong&gt;Windows&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;Fix error in comments for munge functions&lt;/li&gt;
+
+&lt;li&gt;Add link to &lt;strong&gt;BuildBot&lt;/strong&gt; at 
&lt;code&gt;ci.cordova.io&lt;/code&gt; in 
&lt;code&gt;README&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7255&quot;&gt;CB-7255&lt;/a&gt;
 Fixed writing plist unescaped&lt;/li&gt;
+
+&lt;li&gt;Style fixes - white space only&lt;/li&gt;
+
+&lt;li&gt;Add &lt;strong&gt;JSCS&lt;/strong&gt; config file&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7228&quot;&gt;CB-7228&lt;/a&gt;
 Fixed issue with &lt;code&gt;cordova prepare 
--browserify&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7001&quot;&gt;CB-7001&lt;/a&gt;
 Create a &lt;code&gt;--browserify&lt;/code&gt; option for run action&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7228&quot;&gt;CB-7228&lt;/a&gt;
 Cordova prepare &lt;code&gt;--browserify&lt;/code&gt; runs on all installed 
plugins&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7001&quot;&gt;CB-7001&lt;/a&gt;
 Create a &lt;code&gt;--browserify&lt;/code&gt; option for run action&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7228&quot;&gt;CB-7228&lt;/a&gt;
 Cordova prepare &lt;code&gt;--browserify&lt;/code&gt; runs on all installed 
plugins&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7190&quot;&gt;CB-7190&lt;/a&gt;
 Add &lt;strong&gt;browserify&lt;/strong&gt; support in 
&lt;code&gt;cordova-lib&lt;/code&gt;/&lt;code&gt;cordova-cli&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7234&quot;&gt;CB-7234&lt;/a&gt;
 Added better outputs for plugin registry workflows&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7100&quot;&gt;CB-7100&lt;/a&gt;
 Use &lt;code&gt;npm&lt;/code&gt; based &lt;strong&gt;lazy-load&lt;/strong&gt; 
by default&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7091&quot;&gt;CB-7091&lt;/a&gt;
 Remove &lt;code&gt;check_requirements()&lt;/code&gt; functions from platform 
parsers&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7140&quot;&gt;CB-7140&lt;/a&gt;
 Check plugin versions in local search path&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7203&quot;&gt;CB-7203&lt;/a&gt;
 &lt;code&gt;IsRelativePath&lt;/code&gt; needs to pass path through&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7199&quot;&gt;CB-7199&lt;/a&gt;
 Control &lt;code&gt;git&lt;/code&gt;/&lt;code&gt;npm&lt;/code&gt; using 
&lt;code&gt;platform.js&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6756&quot;&gt;CB-6756&lt;/a&gt;
 Adds &lt;code&gt;save&lt;/code&gt; and &lt;code&gt;restore&lt;/code&gt; 
command for platforms&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7132&quot;&gt;CB-7132&lt;/a&gt;
 Fix regression regarding default resources&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7187&quot;&gt;CB-7187&lt;/a&gt;
 Make &lt;code&gt;CoreLocation&lt;/code&gt; a required library only for 
&lt;strong&gt;cordova-ios&lt;/strong&gt; &lt;code&gt;&amp;lt; 
3.6.0&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Add &lt;strong&gt;AppVeyor&lt;/strong&gt; badge to 
&lt;code&gt;README&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Add &lt;strong&gt;Travis&lt;/strong&gt; and 
&lt;strong&gt;npm&lt;/strong&gt; badges to 
&lt;code&gt;README.md&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Fix test cordova/lazy_load spec on 
&lt;strong&gt;Windows&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;Fix plugman/install spec&lt;/li&gt;
+
+&lt;li&gt;Build configuration for 
&lt;strong&gt;AppVeyor&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;Build configurations for 
&lt;strong&gt;Travis&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7124&quot;&gt;CB-7124&lt;/a&gt;
 Wrap the cordova platform string in &lt;code&gt;Platform&lt;/code&gt; 
object&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7140&quot;&gt;CB-7140&lt;/a&gt;
 Switch to using &lt;code&gt;PluginInfo&lt;/code&gt; in 
&lt;code&gt;plugman/fetch.js&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Minor style fixes in &lt;code&gt;fetch.js&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7078&quot;&gt;CB-7078&lt;/a&gt;
 Disable &lt;code&gt;serve.spec.js&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6512&quot;&gt;CB-6512&lt;/a&gt;
 Platform add &lt;code&gt;&amp;lt;path&amp;gt;&lt;/code&gt; was using wrong 
&lt;code&gt;www/cordova.js&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7083&quot;&gt;CB-7083&lt;/a&gt;
 Missing &lt;code&gt;SDKReference&lt;/code&gt; support on 
&lt;strong&gt;WP&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6874&quot;&gt;CB-6874&lt;/a&gt;
 Consolidate &lt;code&gt;&amp;lt;Content&amp;gt;&lt;/code&gt; tag additions 
into 1 &lt;code&gt;ItemGroup&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7100&quot;&gt;CB-7100&lt;/a&gt;
 Use &lt;code&gt;npm&lt;/code&gt; based &lt;strong&gt;lazy-load&lt;/strong&gt; 
by default&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7091&quot;&gt;CB-7091&lt;/a&gt;
 Remove &lt;code&gt;check_requirements()&lt;/code&gt; funcs from platform 
parsers&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7091&quot;&gt;CB-7091&lt;/a&gt;
 Don’t call &lt;code&gt;check_requirements&lt;/code&gt; during platform 
add&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7087&quot;&gt;CB-7087&lt;/a&gt;
 Retire &lt;code&gt;blackberry10/&lt;/code&gt; directory&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6776&quot;&gt;CB-6776&lt;/a&gt;
 Fix uri/url renaming bug&lt;/li&gt;
+
+&lt;li&gt;Remove &lt;code&gt;npm-shrinkwrap.json&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;whats_new_in_cordova_js&quot;&gt;What’s new in Cordova 
JS&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Checking for Windows style path&lt;/li&gt;
+
+&lt;li&gt;Better handling of all 
&lt;code&gt;modulemapper.clobbers&lt;/code&gt; replacements&lt;/li&gt;
+
+&lt;li&gt;Fixed &lt;strong&gt;browserify&lt;/strong&gt; 
&lt;code&gt;onDeviceReady&lt;/code&gt; event not firing on the 
browser&lt;/li&gt;
+
+&lt;li&gt;Removed check for &lt;code&gt;c:&lt;/code&gt; and added check for 
&lt;strong&gt;Windows&lt;/strong&gt; platform&lt;/li&gt;
+
+&lt;li&gt;Fixed Windows path issue when trying to set 
&lt;code&gt;navigator.app&lt;/code&gt; in 
&lt;code&gt;cordova.js&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-7349&quot;&gt;CB-7349&lt;/a&gt;
 Tell users to run &lt;code&gt;npm install&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Upleveled &lt;strong&gt;amazon-fireos&lt;/strong&gt; 
changes&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-870&quot;&gt;CB-870&lt;/a&gt;
 &lt;strong&gt;Android&lt;/strong&gt; Add volume button event support&lt;/li&gt;
+
+&lt;li&gt;&lt;strong&gt;FxOS&lt;/strong&gt; Remove hardcoded cordova 
version&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6764&quot;&gt;CB-6764&lt;/a&gt;
 Fix &lt;code&gt;findCordovaPath()&lt;/code&gt; detecting 
&lt;code&gt;notcordova.js&lt;/code&gt; as 
&lt;code&gt;cordova.js&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6976&quot;&gt;CB-6976&lt;/a&gt;
 Add support for &lt;strong&gt;Windows Universal&lt;/strong&gt; apps 
(&lt;strong&gt;Windows 8.1&lt;/strong&gt; and &lt;strong&gt;WP 
8.1&lt;/strong&gt;)&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6714&quot;&gt;CB-6714&lt;/a&gt;
 Base &lt;strong&gt;webOS&lt;/strong&gt; &lt;code&gt;3.x&lt;/code&gt; Cordova 
implementation&lt;/li&gt;
+
+&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-7034&quot;&gt;CB-7034&lt;/a&gt;
 &lt;strong&gt;BlackBerry10&lt;/strong&gt; Add error handling to exec 
makeSyncCall&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6983&quot;&gt;CB-6983&lt;/a&gt;
 Misleading debug statement&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6884&quot;&gt;CB-6884&lt;/a&gt;
 Fixed js callbacks not firing using &lt;code&gt;WKWebView&lt;/code&gt; Cordova 
bridge&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6884&quot;&gt;CB-6884&lt;/a&gt;
 Added &lt;code&gt;WKWebView&lt;/code&gt; Cordova bridge&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6863&quot;&gt;CB-6863&lt;/a&gt;
 Default Cordova bridge broken due to replacing 
&lt;code&gt;window.navigator&lt;/code&gt; (&lt;strong&gt;iOS&lt;/strong&gt; 
8)&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6867&quot;&gt;CB-6867&lt;/a&gt;
 &lt;strong&gt;WP8&lt;/strong&gt;, &lt;strong&gt;Windows8&lt;/strong&gt; allow 
empty args&lt;/li&gt;
+
+&lt;li&gt;Adding &lt;code&gt;cordova.require&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Adding transform for File plugin&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6792&quot;&gt;CB-6792&lt;/a&gt;
 Add license to &lt;code&gt;CONTRIBUTING.md&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Removed contacts hack, added regex to handle geolocation&lt;/li&gt;
+
+&lt;li&gt;Fix some old references in the 
&lt;code&gt;README.md&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Updating transform to support bs paths&lt;/li&gt;
+
+&lt;li&gt;Updating transform for &lt;strong&gt;iOS&lt;/strong&gt; 
contacts&lt;/li&gt;
+
+&lt;li&gt;Moving to &lt;code&gt;TreeTransformer&lt;/code&gt; and adding a 
quick substitution for &lt;strong&gt;Android&lt;/strong&gt; 
&lt;code&gt;navigator.app&lt;/code&gt; clobber&lt;/li&gt;
+
+&lt;li&gt;Changed id to &lt;strong&gt;amazon-fireos&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;Fix broken unit tests with &lt;strong&gt;Node&lt;/strong&gt; 
v0.11.13+ &lt;em&gt;hack&lt;/em&gt;&lt;/li&gt;
+
+&lt;li&gt;Disable &lt;code&gt;urlutil&lt;/code&gt; tests under 
&lt;strong&gt;jsdom&lt;/strong&gt; &amp;amp; set 
&lt;strong&gt;jsdom&lt;/strong&gt; to &lt;code&gt;file:&lt;/code&gt; to avoid 
hitting network&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.10&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-camera: 0.3.1&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-console: 0.2.10&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-contacts: 0.2.12&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-device: 0.2.11&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-device-motion: 0.2.9&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-device-orientation: 0.3.8&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-dialogs: 0.2.9&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-file: 1.3.0&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-file-transfer: 0.4.5&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-geolocation: 0.3.9&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-globalization: 0.3.0&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-inappbrowser: 0.5.1&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-media: 0.2.12&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-media-capture: 0.3.2&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-network-information: 0.2.11&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-splashscreen: 0.3.2&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-statusbar: 0.1.7&lt;/li&gt;
+
+&lt;li&gt;cordova-plugin-vibration: 0.3.10&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+                
<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>
                 <title>Tools Release: August 13, 2014</title>
                 <description>
 &lt;p&gt;An updated version of &lt;code&gt;cordova&lt;/code&gt; and 
&lt;code&gt;cordova-lib&lt;/code&gt; are available starting today.&lt;/p&gt;
@@ -2084,7 +3112,7 @@ cordova plugin add org.apache.cordova.fi
 &lt;p&gt;&lt;code&gt;[email protected]&lt;/code&gt;&lt;/p&gt;
 
 &lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6086&quot;&gt;CB-6086&lt;/a&gt;
 Fix typo in ffos part of plugin.xml: Camera -&amp;gt; Contacts&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6086&quot;&gt;CB-6086&lt;/a&gt;
 Fix typo in FxOS part of plugin.xml: Camera -&amp;gt; Contacts&lt;/li&gt;
 
 &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-5994&quot;&gt;CB-5994&lt;/a&gt;
 Switch Contact ID lookup to use Raw contact id.&lt;/li&gt;
 &lt;/ul&gt;
@@ -3369,9 +4397,9 @@ cordova platform update android&lt;/code
 &lt;h2 id=&quot;whats_new_in_firefoxos&quot;&gt;What’s new in 
FirefoxOS&lt;/h2&gt;
 
 &lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-5234&quot;&gt;CB-5234&lt;/a&gt;:
 fixed ffos update script&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-5234&quot;&gt;CB-5234&lt;/a&gt;:
 fixed FxOS update script&lt;/li&gt;
 
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-5234&quot;&gt;CB-5234&lt;/a&gt;:
 added update scripts for ffos&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-5234&quot;&gt;CB-5234&lt;/a&gt;:
 added update scripts for FxOS&lt;/li&gt;
 
 &lt;li&gt;added values to defaults.xml&lt;/li&gt;
 
@@ -4248,7 +5276,7 @@ plugman --platform android --project . -
         <item>
                 <title>Apache Cordova Gets an Official Blog</title>
                 <description>
-&lt;p&gt;Cordova now has a Blog! Look here to stay up-to-date with what’s 
happening with the project. There is a major release &lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB/fixforversion/12322491&quot;&gt;3.0&lt;/a&gt;
 just around the corner (July 19, 2013), and we are really excited about it! 
&lt;!--more--&gt; Be sure to &lt;a 
href=&quot;/rss.xml&quot;&gt;subscribe&lt;/a&gt; using RSS&lt;/p&gt;
+&lt;p&gt;Cordova now has a Blog! Look here to stay up-to-date with what’s 
happening with the project. There is a major release &lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB/fixforversion/12322491&quot;&gt;3.0&lt;/a&gt;
 just around the corner (July 19, 2013), and we are really excited about it! 
&lt;!--more--&gt; Be sure to &lt;a 
href=&quot;//cordova.apache.org/rss.xml&quot;&gt;subscribe&lt;/a&gt; using 
RSS&lt;/p&gt;
 </description>
                 
<link>http://cordova.apache.org/blog/2013/07/11/cordova-has-a-blog.html</link>
                 
<guid>http://cordova.apache.org/blog/2013/07/11/cordova-has-a-blog</guid>


Reply via email to