You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/09/23 12:22:08 UTC

svn commit: r1626974 [1/2] - in /cordova/site: public/blog/index.html public/index.html public/news/2014/09/ public/news/2014/09/17/ public/news/2014/09/17/plugins-release.html public/rss.xml www/_posts/2014-09-17-plugins-release.md

Author: marcelk
Date: Tue Sep 23 10:22:08 2014
New Revision: 1626974

URL: http://svn.apache.org/r1626974
Log:
CB-7571 add blog entry for plugins release

Added:
    cordova/site/public/news/2014/09/
    cordova/site/public/news/2014/09/17/
    cordova/site/public/news/2014/09/17/plugins-release.html
    cordova/site/www/_posts/2014-09-17-plugins-release.md
Modified:
    cordova/site/public/blog/index.html
    cordova/site/public/index.html
    cordova/site/public/rss.xml

Modified: cordova/site/public/blog/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1626974&r1=1626973&r2=1626974&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Tue Sep 23 10:22:08 2014
@@ -69,6 +69,11 @@
 <ul class="posts">
   
     <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>
+    </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>

Modified: cordova/site/public/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1626974&r1=1626973&r2=1626974&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Tue Sep 23 10:22:08 2014
@@ -101,6 +101,73 @@
   <h2>News <a href="/rss.xml" style="font-size:12pt; margin-left:10px">Subscribe</a></h2>
   <ul class="posts">
     
+      <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>
+
+<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.12</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>
+
+<p>Notable changes include:</p>
+
+<ul>
+<li>There is a new framework for testing the plugins. This affects plugin developers, not plugin users.</li>
+
+<li>Many fixes have been made to the file plugin and other plugins that use it.</li>
+
+<li>Globalization plugin has been cleaned up.</li>
+
+<li>Brought the vibration plugin API into alignment with the W3C specification.</li>
+</ul>
+
+<p>The plugins have been updated on our registry at <a href="http://plugins.cordova.io/">plugins.cordova.io</a>.</p>
+<hr />
+<p>You can update any plugin by removing it, and then readding it. E.g. To update your file plugin:</p>
+
+<pre><code>cordova plugin rm org.apache.cordova.file
+cordova plugin add org.apache.cordova.file</code></pre>
+
+<p>Other changes include:</p>
+
+      <div style="padding-bottom:2em"><a href="//cordova.apache.org/news/2014/09/17/plugins-release.html">Read More</a></div>
+    
       <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>
@@ -153,75 +220,6 @@ cordova platform update android</code></
 
       <div style="padding-bottom:2em"><a href="//cordova.apache.org/news/2014/08/13/tools-update.html">Read More</a></div>
     
-      <li><span>11 Aug 2014</span> &raquo; <a href="//cordova.apache.org/news/2014/08/11/plugins-release.html">Plugins Release: August 11, 2014</a>
-      
-<p>The following plugins were updated today:</p>
-
-<ul>
-<li>cordova-plugin-battery-status: 0.2.10</li>
-
-<li>cordova-plugin-camera: 0.3.1</li>
-
-<li>cordova-plugin-console: 0.2.10</li>
-
-<li>cordova-plugin-contacts: 0.2.12</li>
-
-<li>cordova-plugin-device: 0.2.11</li>
-
-<li>cordova-plugin-device-motion: 0.2.9</li>
-
-<li>cordova-plugin-device-orientation: 0.3.8</li>
-
-<li>cordova-plugin-dialogs: 0.2.9</li>
-
-<li>cordova-plugin-file: 1.3.0</li>
-
-<li>cordova-plugin-file-transfer: 0.4.5</li>
-
-<li>cordova-plugin-geolocation: 0.3.9</li>
-
-<li>cordova-plugin-globalization: 0.3.0</li>
-
-<li>cordova-plugin-inappbrowser: 0.5.1</li>
-
-<li>cordova-plugin-media: 0.2.12</li>
-
-<li>cordova-plugin-media-capture: 0.3.2</li>
-
-<li>cordova-plugin-network-information: 0.2.11</li>
-
-<li>cordova-plugin-splashscreen: 0.3.2</li>
-
-<li>cordova-plugin-statusbar: 0.1.7</li>
-
-<li>cordova-plugin-vibration: 0.3.10</li>
-</ul>
-
-<p>Notable changes include:</p>
-
-<ul>
-<li>Most of the plugins docs are now translated into other languages.</li>
-
-<li><strong>FirefoxOS</strong> has updated many of their proxies for plugins</li>
-
-<li><strong>FirefoxOS</strong> support added to device motion plugin</li>
-
-<li>Many updates to file plugin for <strong>BlackBerry10</strong>, <strong>FirefoxOS</strong> and <strong>Windows</strong></li>
-
-<li><strong>BlackBerry10</strong> &amp; <strong>FirefoxOS</strong> support added to globalization plugin</li>
-</ul>
-
-<p>The plugins have been updated on our registry at <a href="http://plugins.cordova.io/">plugins.cordova.io</a>.</p>
-<hr />
-<p>You can update any plugin by removing it, and then readding it. E.g. To update your file plugin:</p>
-
-<pre><code>cordova plugin rm org.apache.cordova.file
-cordova plugin add org.apache.cordova.file</code></pre>
-
-<p>Other changes include:</p>
-
-      <div style="padding-bottom:2em"><a href="//cordova.apache.org/news/2014/08/11/plugins-release.html">Read More</a></div>
-    
   </ul>
   
   <p>

Added: cordova/site/public/news/2014/09/17/plugins-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/09/17/plugins-release.html?rev=1626974&view=auto
==============================================================================
--- cordova/site/public/news/2014/09/17/plugins-release.html (added)
+++ cordova/site/public/news/2014/09/17/plugins-release.html Tue Sep 23 10:22:08 2014
@@ -0,0 +1,724 @@
+<!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>Plugins Release: September 22, 2014</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>Plugins Release: September 22, 2014</h2>
+    <div class="meta">Posted by: <a href="https://twitter.com/MarcelKinard">Marcel Kinard</a></div>
+    <p class="meta">17 Sep 2014</p>
+    <div class="post">
+    
+<p>The following plugins were updated today:</p>
+
+<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.12</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>
+
+<p>Notable changes include:</p>
+
+<ul>
+<li>There is a new framework for testing the plugins. This affects plugin developers, not plugin users.</li>
+
+<li>Many fixes have been made to the file plugin and other plugins that use it.</li>
+
+<li>Globalization plugin has been cleaned up.</li>
+
+<li>Brought the vibration plugin API into alignment with the W3C specification.</li>
+</ul>
+
+<p>The plugins have been updated on our registry at <a href="http://plugins.cordova.io/">plugins.cordova.io</a>.</p>
+<hr />
+<p>You can update any plugin by removing it, and then readding it. E.g. To update your file plugin:</p>
+
+<pre><code>cordova plugin rm org.apache.cordova.file
+cordova plugin add org.apache.cordova.file</code></pre>
+
+<p>Other changes include: <!--more--></p>
+
+<p><code>org.apache.cordova.battery-status@0.2.11</code></p>
+
+<h3 id="0211_sep_17_2014">0.2.11 (Sep 17, 2014)</h3>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-7249">CB-7249</a> documentation translation</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6724">CB-6724</a> re-add accidental removed of var keyword</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6957">CB-6957</a> renamed folder to tests + added nested plugin.xml</li>
+
+<li>added documentation for manual tests</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6957">CB-6957</a> Style improvements on Manual tests</li>
+</ul>
+
+<p><code>org.apache.cordova.camera@0.3.2</code></p>
+
+<h3 id="032_sep_17_2014">0.3.2 (Sep 17, 2014)</h3>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-4003">CB-4003</a> Add config option to not use location information in Camera plugin (and default to not use it)</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6958">CB-6958</a> Get the correct default for “quality” in the test</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6958">CB-6958</a> Port camera tests to plugin-test-framework</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6958">CB-6958</a> added manual tests</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7180">CB-7180</a> Update Camera plugin to support generic plugin <code>webView UIView</code> (which can be either a <code>UIWebView</code> or <code>WKWebView</code>)</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7286">CB-7286</a> <strong>BlackBerry10</strong> Use <code>getUserMedia</code> if camera card is unavailable</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7378">CB-7378</a> Use single Proxy for both <strong>Windows8</strong> and <strong>Windows</strong></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7413">CB-7413</a> Resolve <code>ms-appdata:</code> URIs with <code>File</code> plugin</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7423">CB-7423</a> do cleanup after <code>copyImage</code> manual test</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7433">CB-7433</a> Adds missing <code>window</code> reference to prevent manual tests failure on <strong>Android</strong> and <strong>iOS</strong></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7433">CB-7433</a> Fixes manual tests failure on <strong>Windows</strong></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7461">CB-7461</a> Geolocation fails in Camera plugin in <strong>iOS 8</strong></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> documentation translation</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7551">CB-7551</a> <strong>iOS 8</strong> Scaled images show a white line</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7557">CB-7557</a> Camera plugin tests is missing a <code>File</code> dependency</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7558">CB-7558</a> <code>hasPendingOperation</code> flag in Camera plugin’s <code>takePicture</code> should be reversed to fix memory errors</li>
+
+<li>Renamed test dir, added nested plugin.xml</li>
+
+<li>add documentation for manual tests</li>
+</ul>
+
+<p><code>org.apache.cordova.console@0.2.11</code></p>
+
+<h3 id="0211_sep_17_2014_2">0.2.11 (Sep 17, 2014)</h3>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-7249">CB-7249</a> Documentation translation</li>
+</ul>
+
+<p><code>org.apache.cordova.contacts@0.2.13</code></p>
+
+<h3 id="0213_sep_17_2014">0.2.13 (Sep 17, 2014)</h3>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-6374">CB-6374</a> Fix <strong>iOS 6</strong> deprecation warnings</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6724">CB-6724</a> Empty may be expected</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7148">CB-7148</a> Added manual tests</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7249">CB-7249</a> Documentation translation</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7290">CB-7290</a> Adds support for universal Windows platform.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7523">CB-7523</a> Fixing <code>ContactFieldType</code> error in the <code>config.xml</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7544">CB-7544</a> <strong>iOS 8</strong> Contact picker is read-only in iOS 8</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7546">CB-7546</a> <strong>iOS</strong> <code>pickContact</code> shows exception in the console log</li>
+
+<li>Added documentation for manual tests</li>
+
+<li>Add missing test, skip some specs on <strong>WP</strong></li>
+
+<li>Changing <code>cdvtest</code> format to use module exports</li>
+
+<li>Merged changes for test framework plugin</li>
+
+<li>Removed <code>js-module</code> for tests from <code>plugin.xml</code></li>
+
+<li>Renamed test dir, added nested <code>plugin.xml</code></li>
+</ul>
+
+<p><code>org.apache.cordova.device@0.2.12</code></p>
+
+<h3 id="0212_sep_17_2014">0.2.12 (Sep 17, 2014)</h3>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-7262">CB-7262</a> Adds support for universal windows apps.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7552">CB-7552</a> <code>device.name</code> docs have not been removed</li>
+
+<li><strong>FxOS</strong> Fix cordova version</li>
+
+<li>Added plugin support for the browser</li>
+
+<li>Added status box and documentation to manual tests</li>
+</ul>
+
+<p><code>org.apache.cordova.device-motion@0.2.10</code></p>
+
+<h3 id="0210_sep_17_2014">0.2.10 (Sep 17, 2014)</h3>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-7160">CB-7160</a> Added manual tests</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7160">CB-7160</a> Move to tests dir, add nested plugin.xml</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7313">CB-7313</a> Minor tweak to documentation of watchAcceleration function parameters</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li>
+
+<li>Added documentation for manual tests</li>
+
+<li>Added support for the browser</li>
+
+<li>Changing cdvtest format to use module exports</li>
+
+<li>Feature Branch: First attempt at new-style-tests</li>
+
+<li>Register tests using new style</li>
+
+<li>Removed <code>js-module</code> for tests from <code>plugin.xml</code></li>
+
+<li>Updated doc for browser</li>
+</ul>
+
+<p><code>org.apache.cordova.device-orientation@0.3.9</code></p>
+
+<h3 id="039_sep_17_2014">0.3.9 (Sep 17, 2014)</h3>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-6960">CB-6960</a> Added manual tests</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6960">CB-6960</a> Port compass tests to plugin-test-framework</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7086">CB-7086</a> Renamed dir, added nested plugin.xml</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li>
+
+<li>Added documentation for manual tests</li>
+
+<li>Add support for the browser</li>
+
+<li>Fixed problem with watchCompass if pressed twice</li>
+
+<li>Updated docs for browser</li>
+</ul>
+
+<p><code>org.apache.cordova.dialogs@0.2.10</code></p>
+
+<h3 id="0210_sep_17_2014_2">0.2.10 (Sep 17, 2014)</h3>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-6965">CB-6965</a> Added manual tests</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6965">CB-6965</a> Port notification tests to test-framework</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7538">CB-7538</a> Android beep thread fix Beep now executes in it’s own thread</li>
+
+<li>Added documentation for manual tests</li>
+
+<li>Renamed test dir, added nested plugin.xml</li>
+
+<li>Set dialog text dir to locale</li>
+</ul>
+
+<p><code>org.apache.cordova.file@1.3.1</code></p>
+
+<h3 id="131_sep_17_2014">1.3.1 (Sep 17, 2014)</h3>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-6724">CB-6724</a> changed style detail on documentation</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6923">CB-6923</a> Adding support to handle relative paths</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7094">CB-7094</a> Ported File manual tests</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7094">CB-7094</a> renamed folder to tests + added nested plugin.xml</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7272">CB-7272</a> Replace confusing “r/o” abbreviation with just “r”</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> <a href="https://issues.apache.org/jira/browse/CB-6148">CB-6148</a>: Ensure that return values from copy and move operations reference the correct filesystem</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> Fix the filesystem name in resolveLocalFileSystemUri</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> Partial revert to resolve WP8 failures</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> Remove leading slash statement from condition</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> <code>Entry</code> get proper filesystem in Entry</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7413">CB-7413</a> Adds support of <code>ms-appdata://</code> URIs</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7417">CB-7417</a> <code>File tests</code> added proper matcher to compare fullPath property</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7418">CB-7418</a> <code>DirectoryEntry</code> Added <code>fullPath</code> variable as part of condition</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7419">CB-7419</a> <strong>WP8</strong> Added support to get metada from dir</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7422">CB-7422</a> <code>File Tests</code> Use proper <code>fileSystem</code> to create fullPath</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7423">CB-7423</a> encode path before attempting to resolve</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7431">CB-7431</a> Avoid calling <code>done()</code> twice in <code>file.spec.109</code> test</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7445">CB-7445</a> <strong>BlackBerry10</strong> Add default file system size to prevent quota exceeded error on initial install</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7445">CB-7445</a> <strong>BlackBerry10</strong> <code>resolveLocalFileSystemURI</code> - change <code>DEFAULT_SIZE</code> to <code>MAX_SIZE</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7458">CB-7458</a> <strong>BlackBerry10</strong> <code>resolveLocalFileSystemURL</code> - add <code>filesystem</code> property</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li>
+
+<li>Added documentation for manual tests</li>
+
+<li>Added new js files to <strong>amazon-fireos</strong> platform</li>
+
+<li>Adds <strong>Windows</strong> platform</li>
+
+<li>Amazon related changes</li>
+
+<li>Fixes multiple mobilespec tests errors</li>
+
+<li>Overwrite existing file on <code>getFile</code> when <code>create</code> is <code>true</code></li>
+
+<li>Refactored much of the logic in <code>FileMetadata</code> constructor; <code>Directory.size</code> will return <code>0</code></li>
+
+<li>Removed <code>test/tests.js</code> module from main <code>plugin.xml</code></li>
+
+<li>Style improvements on Manual tests</li>
+</ul>
+
+<p><code>org.apache.cordova.file-transfer@0.4.6</code></p>
+
+<h3 id="046_sep_17_2014">0.4.6 (Sep 17, 2014)</h3>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-6466">CB-6466</a> Fix failing test due to recent url change</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6466">CB-6466</a> Created mobile-spec test</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6961">CB-6961</a> Port <code>file-transfer</code> tests to framework</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7316">CB-7316</a> Adds support for Windows platform, moves *Proxy files to proper directory</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7316">CB-7316</a> Improves current specs compatibility</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7316">CB-7316</a> Updates docs with actual information</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7423">CB-7423</a> fix spec28,29 <code>lastProgressEvent</code> not visible to <code>afterEach</code> function</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li>
+
+<li><strong>Amazon</strong> related changes</li>
+
+<li><strong>WP8</strong> Fixed failing <code>spec.19</code></li>
+
+<li>Added documentation for new test</li>
+
+<li>Added documentation to manual tests</li>
+
+<li>Remove dupe file <strong>Windows</strong> + <strong>Windows8</strong> both use the same one</li>
+
+<li>Renamed test dir, added nested plugin.xml and test</li>
+</ul>
+
+<p><code>org.apache.cordova.geolocation@0.3.10</code></p>
+
+<h3 id="0310_sep_17_2014">0.3.10 (Sep 17, 2014)</h3>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-5114">CB-5114</a> <strong>Windows 8.1</strong> - Use a new proxy as old geolocation methods is deprecated</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-5114">CB-5114</a> Append <strong>Windows 8.1</strong> into <code>plugin.xml</code> + Optimize <strong>Windows 8</strong> <code>Geolocation</code> proxy</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6911">CB-6911</a> Geolocation fails in <strong>iOS 8</strong></li>
+
+<li>Revert <a href="https://issues.apache.org/jira/browse/CB-6911">CB-6911</a> partially (keeping <code>Info.plist</code> key installation for <strong>iOS 8</strong>)</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7146">CB-7146</a> Added manual tests</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7158">CB-7158</a> Fix geolocation for <strong>iOS 8</strong></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7556">CB-7556</a> <strong>iOS</strong> Clearing all Watches does not stop Location Services</li>
+
+<li>Added documentation for manual tests</li>
+
+<li>Changing <code>cdvtest</code> format to use module exports</li>
+
+<li>Convert tests to new style</li>
+
+<li>Register tests using new style</li>
+
+<li>Removed <strong>amazon-fireos</strong> code for geolocation</li>
+
+<li>Removed <code>js-module</code> for tests from <code>plugin.xml</code></li>
+
+<li>Renamed <code>test</code> dir, added nested <code>plugin.xml</code></li>
+</ul>
+
+<p><code>org.apache.cordova.globalization@0.3.1</code></p>
+
+<h3 id="031_sep_17_2014">0.3.1 (Sep 17, 2014)</h3>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-6490">CB-6490</a> <strong>BlackBerry10</strong> Use <code>-</code> instead of <code>_</code> in <code>getLocaleName()</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6962">CB-6962</a> Ported globalization tests to framework</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7064">CB-7064</a> Added tests that check for W3C compliance in language tags generated from <code>PreferredLanguage</code> and <code>GetLocale</code> methods</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7233">CB-7233</a> <strong>BlackBerry10</strong> Globalization is now supported</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7548">CB-7548</a> <strong>BlackBerry10</strong> Allow any numeric type as date in dateToString method.</li>
+
+<li>Hold the information if L10n was ready before</li>
+
+<li>Renamed <code>test</code> dir, added nested <code>plugin.xml</code></li>
+</ul>
+
+<p><code>org.apache.cordova.inappbrowser@0.5.2</code></p>
+
+<h3 id="052_sep_17_2014">0.5.2 (Sep 17, 2014)</h3>
+
+<ul>
+<li><strong>amazon-fireos</strong> related changes</li>
+
+<li><strong>phonegap</strong> events supported for <code>_blank</code> target</li>
+
+<li>Add just a bit more logging</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7133">CB-7133</a> <strong>Android</strong> Fix some tests</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7133">CB-7133</a> clarify that <code>anchor1</code> doesn’t exist</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7133">CB-7133</a> port inappbrowser to <strong>plugin-test-framework</strong></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7424">CB-7424</a> Wrong docs: anchor tags are not supported by the <code>InAppBrowser</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7490">CB-7490</a> <strong>Windows</strong> Fixes manual tests crash</li>
+
+<li><code>_blank</code> target position is fixed</li>
+</ul>
+
+<p><code>org.apache.cordova.media@0.2.13</code></p>
+
+<h3 id="0213_sep_17_2014_2">0.2.13 (Sep 17, 2014)</h3>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-6963">CB-6963</a> renamed folder to <code>tests</code> + added nested <code>plugin.xml</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6963">CB-6963</a> Port Media manual &amp; automated tests</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6963">CB-6963</a> Port Media tests to <strong>plugin-test-framework</strong></li>
+
+<li>Added documentation for manual tests</li>
+</ul>
+
+<p><code>org.apache.cordova.media-capture@0.3.3</code></p>
+
+<h3 id="033_sep_17_2014">0.3.3 (Sep 17, 2014)</h3>
+
+<ul>
+<li>Renamed <code>test</code> dir, added nested <code>plugin.xml</code></li>
+
+<li>Added documentation for manual tests</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6959">CB-6959</a> Added manual tests</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6959">CB-6959</a> Port capture tests to <strong>plugin-test-framework</strong></li>
+</ul>
+
+<p><code>org.apache.cordova.network-information@0.2.12</code></p>
+
+<h3 id="0212_sep_17_2014_2">0.2.12 (Sep 17, 2014)</h3>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6724">CB-6724</a> Added documentation for manual tests</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6964">CB-6964</a> Ported manual tests</li>
+
+<li><strong>FxOS 2</strong> Fix network information type exception</li>
+
+<li>Added support for the browser</li>
+
+<li>Remove reference to test assets, they are optional</li>
+
+<li>Renamed <code>test</code> dir and added nested <code>plugin.xml</code></li>
+
+<li>Port network tests to <strong>plugin-test-framework</strong></li>
+
+<li>Fix <code>naviagtor</code> typo</li>
+</ul>
+
+<p><code>org.apache.cordova.splashscreen@0.3.3</code></p>
+
+<h3 id="033_sep_17_2014_2">0.3.3 (Sep 17, 2014)</h3>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-7249">CB-7249</a> Documentation translation</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7196">CB-7196</a> port splashscreen tests to framework</li>
+
+<li>Renamed test dir, added nested plugin.xml</li>
+
+<li>Added documentation for manual tests</li>
+</ul>
+
+<p><code>org.apache.cordova.statusbar@0.1.8</code></p>
+
+<h3 id="018_sep_17_2014">0.1.8 (Sep 17, 2014)</h3>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-7549">CB-7549</a> <strong>iOS 8</strong> Landscape issue</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7486">CB-7486</a> Remove <code>StatusBarBackgroundColor</code> intial preference (black background) so background will be initially transparent</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7195">CB-7195</a> ported statusbar tests to framework</li>
+
+<li>Added documentation for manual tests, moved background color test below overlay test</li>
+
+<li>Renamed test dir, added nested plugin.xml</li>
+</ul>
+
+<p><code>org.apache.cordova.vibration@0.3.11</code></p>
+
+<h3 id="0311_sep_17_2014">0.3.11 (Sep 17, 2014)</h3>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-7249">CB-7249</a> Documentation translation</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6724">CB-6724</a> Documented <strong>Windows</strong> support for vibrate with pattern and cancel vibrate in manual test doc and moved tests to tests dir</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6963">CB-6963</a> ported vibration automated &amp; manual tests</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6966">CB-6966</a> renamed folder to tests + added nested plugin.xml</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6966">CB-6966</a> Ported Vibration automated &amp; manual tests</li>
+
+<li>removed duplicate messaging</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-5459">CB-5459</a> slight change to the vibration documentation for pattern due to merge issue</li>
+
+<li>Add <code>setTimeout</code> function to update <code>vibrateOn</code> var if user doesn’t cancel vibrate, add note about iOS</li>
+
+<li>Add longer pattern sequence for testing, change expected result for old vibrate with pattern test</li>
+
+<li>Added ‘Android only’ to buttons for specific tests, changed where <code>console.log</code> is executed for user to see earlier</li>
+
+<li>Added more test cases, changed vibrate with pattern durations, changed where vibrateOn is set to true</li>
+
+<li>Added new example to documentation</li>
+
+<li>Added note to doc about w3c alignment and min time for Windows</li>
+
+<li>Added tests for old <code>vibrateWithPattern</code> and <code>cancelVibration</code> calls</li>
+
+<li>Added tests to ensure compliance with w3c spec</li>
+
+<li>Changes made to align with w3c spec</li>
+
+<li>Changes to <code>vibration.java</code> to align with w3c, changes to <code>vibration.js</code> for backwards compatibility</li>
+
+<li>Changes to how <code>0</code> is getting added to array in order to align with w3c spec</li>
+
+<li>Clear <code>setTimeout</code> when user cancels vibration</li>
+
+<li>Update doc to show <code>vibrate([num])</code> is a standard vibrate</li>
+
+<li>Update doc with another way to cancel vibration</li>
+
+<li>Updated doc for w3c alignment</li>
+
+<li>Updated doc with <strong>Windows</strong> support for vibrate with pattern</li>
+
+<li><code>vibrate([num])</code> is treated as a vibrate not vibrate with pattern</li>
+
+<li>changes made to align with w3c spec</li>
+
+<li>on/off button for cancel tests, add results box and msgs</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/rss.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/rss.xml?rev=1626974&r1=1626973&r2=1626974&view=diff
==============================================================================
--- cordova/site/public/rss.xml (original)
+++ cordova/site/public/rss.xml Tue Sep 23 10:22:08 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>Mon, 22 Sep 2014 15:47:31 +0000</lastBuildDate>
-        <pubDate>Mon, 22 Sep 2014 15:47:31 +0000</pubDate>
+        <lastBuildDate>Tue, 23 Sep 2014 10:17:48 +0000</lastBuildDate>
+        <pubDate>Tue, 23 Sep 2014 10:17:48 +0000</pubDate>
         <ttl>1800</ttl>
         <image>
             <url>http://cordova.apache.org</url>
@@ -19,6 +19,583 @@
 
 
         <item>
+                <title>Plugins Release: September 22, 2014</title>
+                <description>
+&lt;p&gt;The following plugins were updated today:&lt;/p&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.12&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;p&gt;Notable changes include:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;There is a new framework for testing the plugins. This affects plugin developers, not plugin users.&lt;/li&gt;
+
+&lt;li&gt;Many fixes have been made to the file plugin and other plugins that use it.&lt;/li&gt;
+
+&lt;li&gt;Globalization plugin has been cleaned up.&lt;/li&gt;
+
+&lt;li&gt;Brought the vibration plugin API into alignment with the W3C specification.&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;The plugins have been updated on our registry at &lt;a href=&quot;http://plugins.cordova.io/&quot;&gt;plugins.cordova.io&lt;/a&gt;.&lt;/p&gt;
+&lt;hr /&gt;
+&lt;p&gt;You can update any plugin by removing it, and then readding it. E.g. To update your file plugin:&lt;/p&gt;
+
+&lt;pre&gt;&lt;code&gt;cordova plugin rm org.apache.cordova.file
+cordova plugin add org.apache.cordova.file&lt;/code&gt;&lt;/pre&gt;
+
+&lt;p&gt;Other changes include: &lt;!--more--&gt;&lt;/p&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.battery-status@0.2.11&lt;/code&gt;&lt;/p&gt;
+
+&lt;h3 id=&quot;0211_sep_17_2014&quot;&gt;0.2.11 (Sep 17, 2014)&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7249&quot;&gt;CB-7249&lt;/a&gt; documentation translation&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6724&quot;&gt;CB-6724&lt;/a&gt; re-add accidental removed of var keyword&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6957&quot;&gt;CB-6957&lt;/a&gt; renamed folder to tests + added nested plugin.xml&lt;/li&gt;
+
+&lt;li&gt;added documentation for manual tests&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6957&quot;&gt;CB-6957&lt;/a&gt; Style improvements on Manual tests&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.camera@0.3.2&lt;/code&gt;&lt;/p&gt;
+
+&lt;h3 id=&quot;032_sep_17_2014&quot;&gt;0.3.2 (Sep 17, 2014)&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-4003&quot;&gt;CB-4003&lt;/a&gt; Add config option to not use location information in Camera plugin (and default to not use it)&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6958&quot;&gt;CB-6958&lt;/a&gt; Get the correct default for “quality” in the test&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6958&quot;&gt;CB-6958&lt;/a&gt; Port camera tests to plugin-test-framework&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6958&quot;&gt;CB-6958&lt;/a&gt; added manual tests&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7180&quot;&gt;CB-7180&lt;/a&gt; Update Camera plugin to support generic plugin &lt;code&gt;webView UIView&lt;/code&gt; (which can be either a &lt;code&gt;UIWebView&lt;/code&gt; or &lt;code&gt;WKWebView&lt;/code&gt;)&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7286&quot;&gt;CB-7286&lt;/a&gt; &lt;strong&gt;BlackBerry10&lt;/strong&gt; Use &lt;code&gt;getUserMedia&lt;/code&gt; if camera card is unavailable&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7378&quot;&gt;CB-7378&lt;/a&gt; Use single Proxy for both &lt;strong&gt;Windows8&lt;/strong&gt; and &lt;strong&gt;Windows&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7413&quot;&gt;CB-7413&lt;/a&gt; Resolve &lt;code&gt;ms-appdata:&lt;/code&gt; URIs with &lt;code&gt;File&lt;/code&gt; plugin&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7423&quot;&gt;CB-7423&lt;/a&gt; do cleanup after &lt;code&gt;copyImage&lt;/code&gt; manual test&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7433&quot;&gt;CB-7433&lt;/a&gt; Adds missing &lt;code&gt;window&lt;/code&gt; reference to prevent manual tests failure on &lt;strong&gt;Android&lt;/strong&gt; and &lt;strong&gt;iOS&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7433&quot;&gt;CB-7433&lt;/a&gt; Fixes manual tests failure on &lt;strong&gt;Windows&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7461&quot;&gt;CB-7461&lt;/a&gt; Geolocation fails in Camera plugin in &lt;strong&gt;iOS 8&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7471&quot;&gt;CB-7471&lt;/a&gt; documentation translation&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7551&quot;&gt;CB-7551&lt;/a&gt; &lt;strong&gt;iOS 8&lt;/strong&gt; Scaled images show a white line&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7557&quot;&gt;CB-7557&lt;/a&gt; Camera plugin tests is missing a &lt;code&gt;File&lt;/code&gt; dependency&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7558&quot;&gt;CB-7558&lt;/a&gt; &lt;code&gt;hasPendingOperation&lt;/code&gt; flag in Camera plugin’s &lt;code&gt;takePicture&lt;/code&gt; should be reversed to fix memory errors&lt;/li&gt;
+
+&lt;li&gt;Renamed test dir, added nested plugin.xml&lt;/li&gt;
+
+&lt;li&gt;add documentation for manual tests&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.console@0.2.11&lt;/code&gt;&lt;/p&gt;
+
+&lt;h3 id=&quot;0211_sep_17_2014_2&quot;&gt;0.2.11 (Sep 17, 2014)&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7249&quot;&gt;CB-7249&lt;/a&gt; Documentation translation&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.contacts@0.2.13&lt;/code&gt;&lt;/p&gt;
+
+&lt;h3 id=&quot;0213_sep_17_2014&quot;&gt;0.2.13 (Sep 17, 2014)&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6374&quot;&gt;CB-6374&lt;/a&gt; Fix &lt;strong&gt;iOS 6&lt;/strong&gt; deprecation warnings&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6724&quot;&gt;CB-6724&lt;/a&gt; Empty may be expected&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7148&quot;&gt;CB-7148&lt;/a&gt; Added manual tests&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; Documentation translation&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7290&quot;&gt;CB-7290&lt;/a&gt; Adds support for universal Windows platform.&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7523&quot;&gt;CB-7523&lt;/a&gt; Fixing &lt;code&gt;ContactFieldType&lt;/code&gt; error in the &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-7544&quot;&gt;CB-7544&lt;/a&gt; &lt;strong&gt;iOS 8&lt;/strong&gt; Contact picker is read-only in iOS 8&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7546&quot;&gt;CB-7546&lt;/a&gt; &lt;strong&gt;iOS&lt;/strong&gt; &lt;code&gt;pickContact&lt;/code&gt; shows exception in the console log&lt;/li&gt;
+
+&lt;li&gt;Added documentation for manual tests&lt;/li&gt;
+
+&lt;li&gt;Add missing test, skip some specs on &lt;strong&gt;WP&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;Changing &lt;code&gt;cdvtest&lt;/code&gt; format to use module exports&lt;/li&gt;
+
+&lt;li&gt;Merged changes for test framework plugin&lt;/li&gt;
+
+&lt;li&gt;Removed &lt;code&gt;js-module&lt;/code&gt; for tests from &lt;code&gt;plugin.xml&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Renamed test dir, added nested &lt;code&gt;plugin.xml&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.device@0.2.12&lt;/code&gt;&lt;/p&gt;
+
+&lt;h3 id=&quot;0212_sep_17_2014&quot;&gt;0.2.12 (Sep 17, 2014)&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7262&quot;&gt;CB-7262&lt;/a&gt; Adds support for universal windows apps.&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7471&quot;&gt;CB-7471&lt;/a&gt; Documentation translation&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7552&quot;&gt;CB-7552&lt;/a&gt; &lt;code&gt;device.name&lt;/code&gt; docs have not been removed&lt;/li&gt;
+
+&lt;li&gt;&lt;strong&gt;FxOS&lt;/strong&gt; Fix cordova version&lt;/li&gt;
+
+&lt;li&gt;Added plugin support for the browser&lt;/li&gt;
+
+&lt;li&gt;Added status box and documentation to manual tests&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.device-motion@0.2.10&lt;/code&gt;&lt;/p&gt;
+
+&lt;h3 id=&quot;0210_sep_17_2014&quot;&gt;0.2.10 (Sep 17, 2014)&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7160&quot;&gt;CB-7160&lt;/a&gt; Added manual tests&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7160&quot;&gt;CB-7160&lt;/a&gt; Move to tests dir, add nested plugin.xml&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7313&quot;&gt;CB-7313&lt;/a&gt; Minor tweak to documentation of watchAcceleration function parameters&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7471&quot;&gt;CB-7471&lt;/a&gt; Documentation translation&lt;/li&gt;
+
+&lt;li&gt;Added documentation for manual tests&lt;/li&gt;
+
+&lt;li&gt;Added support for the browser&lt;/li&gt;
+
+&lt;li&gt;Changing cdvtest format to use module exports&lt;/li&gt;
+
+&lt;li&gt;Feature Branch: First attempt at new-style-tests&lt;/li&gt;
+
+&lt;li&gt;Register tests using new style&lt;/li&gt;
+
+&lt;li&gt;Removed &lt;code&gt;js-module&lt;/code&gt; for tests from &lt;code&gt;plugin.xml&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Updated doc for browser&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.device-orientation@0.3.9&lt;/code&gt;&lt;/p&gt;
+
+&lt;h3 id=&quot;039_sep_17_2014&quot;&gt;0.3.9 (Sep 17, 2014)&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6960&quot;&gt;CB-6960&lt;/a&gt; Added manual tests&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6960&quot;&gt;CB-6960&lt;/a&gt; Port compass tests to plugin-test-framework&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7086&quot;&gt;CB-7086&lt;/a&gt; Renamed dir, added nested plugin.xml&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7471&quot;&gt;CB-7471&lt;/a&gt; Documentation translation&lt;/li&gt;
+
+&lt;li&gt;Added documentation for manual tests&lt;/li&gt;
+
+&lt;li&gt;Add support for the browser&lt;/li&gt;
+
+&lt;li&gt;Fixed problem with watchCompass if pressed twice&lt;/li&gt;
+
+&lt;li&gt;Updated docs for browser&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.dialogs@0.2.10&lt;/code&gt;&lt;/p&gt;
+
+&lt;h3 id=&quot;0210_sep_17_2014_2&quot;&gt;0.2.10 (Sep 17, 2014)&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6965&quot;&gt;CB-6965&lt;/a&gt; Added manual tests&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6965&quot;&gt;CB-6965&lt;/a&gt; Port notification tests to test-framework&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7538&quot;&gt;CB-7538&lt;/a&gt; Android beep thread fix Beep now executes in it’s own thread&lt;/li&gt;
+
+&lt;li&gt;Added documentation for manual tests&lt;/li&gt;
+
+&lt;li&gt;Renamed test dir, added nested plugin.xml&lt;/li&gt;
+
+&lt;li&gt;Set dialog text dir to locale&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.file@1.3.1&lt;/code&gt;&lt;/p&gt;
+
+&lt;h3 id=&quot;131_sep_17_2014&quot;&gt;1.3.1 (Sep 17, 2014)&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6724&quot;&gt;CB-6724&lt;/a&gt; changed style detail on documentation&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6923&quot;&gt;CB-6923&lt;/a&gt; Adding support to handle relative paths&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7094&quot;&gt;CB-7094&lt;/a&gt; Ported File manual tests&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7094&quot;&gt;CB-7094&lt;/a&gt; renamed folder to tests + added nested plugin.xml&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7272&quot;&gt;CB-7272&lt;/a&gt; Replace confusing “r/o” abbreviation with just “r”&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7375&quot;&gt;CB-7375&lt;/a&gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6148&quot;&gt;CB-6148&lt;/a&gt;: Ensure that return values from copy and move operations reference the correct filesystem&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7375&quot;&gt;CB-7375&lt;/a&gt; Fix the filesystem name in resolveLocalFileSystemUri&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7375&quot;&gt;CB-7375&lt;/a&gt; Partial revert to resolve WP8 failures&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7375&quot;&gt;CB-7375&lt;/a&gt; Remove leading slash statement from condition&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7375&quot;&gt;CB-7375&lt;/a&gt; &lt;code&gt;Entry&lt;/code&gt; get proper filesystem in Entry&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7413&quot;&gt;CB-7413&lt;/a&gt; Adds support of &lt;code&gt;ms-appdata://&lt;/code&gt; URIs&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7417&quot;&gt;CB-7417&lt;/a&gt; &lt;code&gt;File tests&lt;/code&gt; added proper matcher to compare fullPath property&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7418&quot;&gt;CB-7418&lt;/a&gt; &lt;code&gt;DirectoryEntry&lt;/code&gt; Added &lt;code&gt;fullPath&lt;/code&gt; variable as part of condition&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7419&quot;&gt;CB-7419&lt;/a&gt; &lt;strong&gt;WP8&lt;/strong&gt; Added support to get metada from dir&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7422&quot;&gt;CB-7422&lt;/a&gt; &lt;code&gt;File Tests&lt;/code&gt; Use proper &lt;code&gt;fileSystem&lt;/code&gt; to create fullPath&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7423&quot;&gt;CB-7423&lt;/a&gt; encode path before attempting to resolve&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7431&quot;&gt;CB-7431&lt;/a&gt; Avoid calling &lt;code&gt;done()&lt;/code&gt; twice in &lt;code&gt;file.spec.109&lt;/code&gt; test&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7445&quot;&gt;CB-7445&lt;/a&gt; &lt;strong&gt;BlackBerry10&lt;/strong&gt; Add default file system size to prevent quota exceeded error on initial install&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7445&quot;&gt;CB-7445&lt;/a&gt; &lt;strong&gt;BlackBerry10&lt;/strong&gt; &lt;code&gt;resolveLocalFileSystemURI&lt;/code&gt; - change &lt;code&gt;DEFAULT_SIZE&lt;/code&gt; to &lt;code&gt;MAX_SIZE&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7458&quot;&gt;CB-7458&lt;/a&gt; &lt;strong&gt;BlackBerry10&lt;/strong&gt; &lt;code&gt;resolveLocalFileSystemURL&lt;/code&gt; - add &lt;code&gt;filesystem&lt;/code&gt; property&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7471&quot;&gt;CB-7471&lt;/a&gt; Documentation translation&lt;/li&gt;
+
+&lt;li&gt;Added documentation for manual tests&lt;/li&gt;
+
+&lt;li&gt;Added new js files to &lt;strong&gt;amazon-fireos&lt;/strong&gt; platform&lt;/li&gt;
+
+&lt;li&gt;Adds &lt;strong&gt;Windows&lt;/strong&gt; platform&lt;/li&gt;
+
+&lt;li&gt;Amazon related changes&lt;/li&gt;
+
+&lt;li&gt;Fixes multiple mobilespec tests errors&lt;/li&gt;
+
+&lt;li&gt;Overwrite existing file on &lt;code&gt;getFile&lt;/code&gt; when &lt;code&gt;create&lt;/code&gt; is &lt;code&gt;true&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Refactored much of the logic in &lt;code&gt;FileMetadata&lt;/code&gt; constructor; &lt;code&gt;Directory.size&lt;/code&gt; will return &lt;code&gt;0&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Removed &lt;code&gt;test/tests.js&lt;/code&gt; module from main &lt;code&gt;plugin.xml&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Style improvements on Manual tests&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.file-transfer@0.4.6&lt;/code&gt;&lt;/p&gt;
+
+&lt;h3 id=&quot;046_sep_17_2014&quot;&gt;0.4.6 (Sep 17, 2014)&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6466&quot;&gt;CB-6466&lt;/a&gt; Fix failing test due to recent url change&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6466&quot;&gt;CB-6466&lt;/a&gt; Created mobile-spec test&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6961&quot;&gt;CB-6961&lt;/a&gt; Port &lt;code&gt;file-transfer&lt;/code&gt; tests to framework&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7316&quot;&gt;CB-7316&lt;/a&gt; Adds support for Windows platform, moves *Proxy files to proper directory&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7316&quot;&gt;CB-7316&lt;/a&gt; Improves current specs compatibility&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7316&quot;&gt;CB-7316&lt;/a&gt; Updates docs with actual information&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7423&quot;&gt;CB-7423&lt;/a&gt; fix spec28,29 &lt;code&gt;lastProgressEvent&lt;/code&gt; not visible to &lt;code&gt;afterEach&lt;/code&gt; function&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7471&quot;&gt;CB-7471&lt;/a&gt; Documentation translation&lt;/li&gt;
+
+&lt;li&gt;&lt;strong&gt;Amazon&lt;/strong&gt; related changes&lt;/li&gt;
+
+&lt;li&gt;&lt;strong&gt;WP8&lt;/strong&gt; Fixed failing &lt;code&gt;spec.19&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Added documentation for new test&lt;/li&gt;
+
+&lt;li&gt;Added documentation to manual tests&lt;/li&gt;
+
+&lt;li&gt;Remove dupe file &lt;strong&gt;Windows&lt;/strong&gt; + &lt;strong&gt;Windows8&lt;/strong&gt; both use the same one&lt;/li&gt;
+
+&lt;li&gt;Renamed test dir, added nested plugin.xml and test&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.geolocation@0.3.10&lt;/code&gt;&lt;/p&gt;
+
+&lt;h3 id=&quot;0310_sep_17_2014&quot;&gt;0.3.10 (Sep 17, 2014)&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5114&quot;&gt;CB-5114&lt;/a&gt; &lt;strong&gt;Windows 8.1&lt;/strong&gt; - Use a new proxy as old geolocation methods is deprecated&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5114&quot;&gt;CB-5114&lt;/a&gt; Append &lt;strong&gt;Windows 8.1&lt;/strong&gt; into &lt;code&gt;plugin.xml&lt;/code&gt; + Optimize &lt;strong&gt;Windows 8&lt;/strong&gt; &lt;code&gt;Geolocation&lt;/code&gt; proxy&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6911&quot;&gt;CB-6911&lt;/a&gt; Geolocation fails in &lt;strong&gt;iOS 8&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;Revert &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6911&quot;&gt;CB-6911&lt;/a&gt; partially (keeping &lt;code&gt;Info.plist&lt;/code&gt; key installation for &lt;strong&gt;iOS 8&lt;/strong&gt;)&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7146&quot;&gt;CB-7146&lt;/a&gt; Added manual tests&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7158&quot;&gt;CB-7158&lt;/a&gt; Fix geolocation for &lt;strong&gt;iOS 8&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7556&quot;&gt;CB-7556&lt;/a&gt; &lt;strong&gt;iOS&lt;/strong&gt; Clearing all Watches does not stop Location Services&lt;/li&gt;
+
+&lt;li&gt;Added documentation for manual tests&lt;/li&gt;
+
+&lt;li&gt;Changing &lt;code&gt;cdvtest&lt;/code&gt; format to use module exports&lt;/li&gt;
+
+&lt;li&gt;Convert tests to new style&lt;/li&gt;
+
+&lt;li&gt;Register tests using new style&lt;/li&gt;
+
+&lt;li&gt;Removed &lt;strong&gt;amazon-fireos&lt;/strong&gt; code for geolocation&lt;/li&gt;
+
+&lt;li&gt;Removed &lt;code&gt;js-module&lt;/code&gt; for tests from &lt;code&gt;plugin.xml&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Renamed &lt;code&gt;test&lt;/code&gt; dir, added nested &lt;code&gt;plugin.xml&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.globalization@0.3.1&lt;/code&gt;&lt;/p&gt;
+
+&lt;h3 id=&quot;031_sep_17_2014&quot;&gt;0.3.1 (Sep 17, 2014)&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6490&quot;&gt;CB-6490&lt;/a&gt; &lt;strong&gt;BlackBerry10&lt;/strong&gt; Use &lt;code&gt;-&lt;/code&gt; instead of &lt;code&gt;_&lt;/code&gt; in &lt;code&gt;getLocaleName()&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6962&quot;&gt;CB-6962&lt;/a&gt; Ported globalization tests to framework&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7064&quot;&gt;CB-7064&lt;/a&gt; Added tests that check for W3C compliance in language tags generated from &lt;code&gt;PreferredLanguage&lt;/code&gt; and &lt;code&gt;GetLocale&lt;/code&gt; methods&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7233&quot;&gt;CB-7233&lt;/a&gt; &lt;strong&gt;BlackBerry10&lt;/strong&gt; Globalization is now supported&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7548&quot;&gt;CB-7548&lt;/a&gt; &lt;strong&gt;BlackBerry10&lt;/strong&gt; Allow any numeric type as date in dateToString method.&lt;/li&gt;
+
+&lt;li&gt;Hold the information if L10n was ready before&lt;/li&gt;
+
+&lt;li&gt;Renamed &lt;code&gt;test&lt;/code&gt; dir, added nested &lt;code&gt;plugin.xml&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.inappbrowser@0.5.2&lt;/code&gt;&lt;/p&gt;
+
+&lt;h3 id=&quot;052_sep_17_2014&quot;&gt;0.5.2 (Sep 17, 2014)&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;strong&gt;amazon-fireos&lt;/strong&gt; related changes&lt;/li&gt;
+
+&lt;li&gt;&lt;strong&gt;phonegap&lt;/strong&gt; events supported for &lt;code&gt;_blank&lt;/code&gt; target&lt;/li&gt;
+
+&lt;li&gt;Add just a bit more logging&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7133&quot;&gt;CB-7133&lt;/a&gt; &lt;strong&gt;Android&lt;/strong&gt; Fix some tests&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7133&quot;&gt;CB-7133&lt;/a&gt; clarify that &lt;code&gt;anchor1&lt;/code&gt; doesn’t exist&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7133&quot;&gt;CB-7133&lt;/a&gt; port inappbrowser to &lt;strong&gt;plugin-test-framework&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7424&quot;&gt;CB-7424&lt;/a&gt; Wrong docs: anchor tags are not supported by the &lt;code&gt;InAppBrowser&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7471&quot;&gt;CB-7471&lt;/a&gt; Documentation translation&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7490&quot;&gt;CB-7490&lt;/a&gt; &lt;strong&gt;Windows&lt;/strong&gt; Fixes manual tests crash&lt;/li&gt;
+
+&lt;li&gt;&lt;code&gt;_blank&lt;/code&gt; target position is fixed&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.media@0.2.13&lt;/code&gt;&lt;/p&gt;
+
+&lt;h3 id=&quot;0213_sep_17_2014_2&quot;&gt;0.2.13 (Sep 17, 2014)&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6963&quot;&gt;CB-6963&lt;/a&gt; renamed folder to &lt;code&gt;tests&lt;/code&gt; + added nested &lt;code&gt;plugin.xml&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6963&quot;&gt;CB-6963&lt;/a&gt; Port Media manual &amp;amp; automated tests&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6963&quot;&gt;CB-6963&lt;/a&gt; Port Media tests to &lt;strong&gt;plugin-test-framework&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;Added documentation for manual tests&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.media-capture@0.3.3&lt;/code&gt;&lt;/p&gt;
+
+&lt;h3 id=&quot;033_sep_17_2014&quot;&gt;0.3.3 (Sep 17, 2014)&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Renamed &lt;code&gt;test&lt;/code&gt; dir, added nested &lt;code&gt;plugin.xml&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Added documentation for manual tests&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6959&quot;&gt;CB-6959&lt;/a&gt; Added manual tests&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6959&quot;&gt;CB-6959&lt;/a&gt; Port capture tests to &lt;strong&gt;plugin-test-framework&lt;/strong&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.network-information@0.2.12&lt;/code&gt;&lt;/p&gt;
+
+&lt;h3 id=&quot;0212_sep_17_2014_2&quot;&gt;0.2.12 (Sep 17, 2014)&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7471&quot;&gt;CB-7471&lt;/a&gt; Documentation translation&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6724&quot;&gt;CB-6724&lt;/a&gt; Added documentation for manual tests&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6964&quot;&gt;CB-6964&lt;/a&gt; Ported manual tests&lt;/li&gt;
+
+&lt;li&gt;&lt;strong&gt;FxOS 2&lt;/strong&gt; Fix network information type exception&lt;/li&gt;
+
+&lt;li&gt;Added support for the browser&lt;/li&gt;
+
+&lt;li&gt;Remove reference to test assets, they are optional&lt;/li&gt;
+
+&lt;li&gt;Renamed &lt;code&gt;test&lt;/code&gt; dir and added nested &lt;code&gt;plugin.xml&lt;/code&gt;&lt;/li&gt;
+
+&lt;li&gt;Port network tests to &lt;strong&gt;plugin-test-framework&lt;/strong&gt;&lt;/li&gt;
+
+&lt;li&gt;Fix &lt;code&gt;naviagtor&lt;/code&gt; typo&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.splashscreen@0.3.3&lt;/code&gt;&lt;/p&gt;
+
+&lt;h3 id=&quot;033_sep_17_2014_2&quot;&gt;0.3.3 (Sep 17, 2014)&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7249&quot;&gt;CB-7249&lt;/a&gt; Documentation translation&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7196&quot;&gt;CB-7196&lt;/a&gt; port splashscreen tests to framework&lt;/li&gt;
+
+&lt;li&gt;Renamed test dir, added nested plugin.xml&lt;/li&gt;
+
+&lt;li&gt;Added documentation for manual tests&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.statusbar@0.1.8&lt;/code&gt;&lt;/p&gt;
+
+&lt;h3 id=&quot;018_sep_17_2014&quot;&gt;0.1.8 (Sep 17, 2014)&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7549&quot;&gt;CB-7549&lt;/a&gt; &lt;strong&gt;iOS 8&lt;/strong&gt; Landscape issue&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7486&quot;&gt;CB-7486&lt;/a&gt; Remove &lt;code&gt;StatusBarBackgroundColor&lt;/code&gt; intial preference (black background) so background will be initially transparent&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7195&quot;&gt;CB-7195&lt;/a&gt; ported statusbar tests to framework&lt;/li&gt;
+
+&lt;li&gt;Added documentation for manual tests, moved background color test below overlay test&lt;/li&gt;
+
+&lt;li&gt;Renamed test dir, added nested plugin.xml&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;code&gt;org.apache.cordova.vibration@0.3.11&lt;/code&gt;&lt;/p&gt;
+
+&lt;h3 id=&quot;0311_sep_17_2014&quot;&gt;0.3.11 (Sep 17, 2014)&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-7249&quot;&gt;CB-7249&lt;/a&gt; Documentation translation&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6724&quot;&gt;CB-6724&lt;/a&gt; Documented &lt;strong&gt;Windows&lt;/strong&gt; support for vibrate with pattern and cancel vibrate in manual test doc and moved tests to tests dir&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6963&quot;&gt;CB-6963&lt;/a&gt; ported vibration automated &amp;amp; manual tests&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6966&quot;&gt;CB-6966&lt;/a&gt; renamed folder to tests + added nested plugin.xml&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6966&quot;&gt;CB-6966&lt;/a&gt; Ported Vibration automated &amp;amp; manual tests&lt;/li&gt;
+
+&lt;li&gt;removed duplicate messaging&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-5459&quot;&gt;CB-5459&lt;/a&gt; slight change to the vibration documentation for pattern due to merge issue&lt;/li&gt;
+
+&lt;li&gt;Add &lt;code&gt;setTimeout&lt;/code&gt; function to update &lt;code&gt;vibrateOn&lt;/code&gt; var if user doesn’t cancel vibrate, add note about iOS&lt;/li&gt;
+
+&lt;li&gt;Add longer pattern sequence for testing, change expected result for old vibrate with pattern test&lt;/li&gt;
+
+&lt;li&gt;Added ‘Android only’ to buttons for specific tests, changed where &lt;code&gt;console.log&lt;/code&gt; is executed for user to see earlier&lt;/li&gt;
+
+&lt;li&gt;Added more test cases, changed vibrate with pattern durations, changed where vibrateOn is set to true&lt;/li&gt;
+
+&lt;li&gt;Added new example to documentation&lt;/li&gt;
+
+&lt;li&gt;Added note to doc about w3c alignment and min time for Windows&lt;/li&gt;
+
+&lt;li&gt;Added tests for old &lt;code&gt;vibrateWithPattern&lt;/code&gt; and &lt;code&gt;cancelVibration&lt;/code&gt; calls&lt;/li&gt;
+
+&lt;li&gt;Added tests to ensure compliance with w3c spec&lt;/li&gt;
+
+&lt;li&gt;Changes made to align with w3c spec&lt;/li&gt;
+
+&lt;li&gt;Changes to &lt;code&gt;vibration.java&lt;/code&gt; to align with w3c, changes to &lt;code&gt;vibration.js&lt;/code&gt; for backwards compatibility&lt;/li&gt;
+
+&lt;li&gt;Changes to how &lt;code&gt;0&lt;/code&gt; is getting added to array in order to align with w3c spec&lt;/li&gt;
+
+&lt;li&gt;Clear &lt;code&gt;setTimeout&lt;/code&gt; when user cancels vibration&lt;/li&gt;
+
+&lt;li&gt;Update doc to show &lt;code&gt;vibrate([num])&lt;/code&gt; is a standard vibrate&lt;/li&gt;
+
+&lt;li&gt;Update doc with another way to cancel vibration&lt;/li&gt;
+
+&lt;li&gt;Updated doc for w3c alignment&lt;/li&gt;
+
+&lt;li&gt;Updated doc with &lt;strong&gt;Windows&lt;/strong&gt; support for vibrate with pattern&lt;/li&gt;
+
+&lt;li&gt;&lt;code&gt;vibrate([num])&lt;/code&gt; is treated as a vibrate not vibrate with pattern&lt;/li&gt;
+
+&lt;li&gt;changes made to align with w3c spec&lt;/li&gt;
+
+&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/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>
                 <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;