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

svn commit: r1760818 [2/2] - in /cordova/site/public: ./ announcements/2016/08/22/ blog/ contribute/ docs/en/6.x/guide/cli/ docs/en/dev/config_ref/ docs/en/dev/guide/cli/ docs/en/dev/guide/hybrid/plugins/ docs/en/dev/guide/platforms/win8/ docs/en/dev/p...

Added: cordova/site/public/news/2016/09/14/plugins-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2016/09/14/plugins-release.html?rev=1760818&view=auto
==============================================================================
--- cordova/site/public/news/2016/09/14/plugins-release.html (added)
+++ cordova/site/public/news/2016/09/14/plugins-release.html Thu Sep 15 00:59:07 2016
@@ -0,0 +1,688 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <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" />
+    <meta name="description" content="The following plugins were updated today:cordova-plugin-battery-status: 1.2.0cordova-plugin-camera: 2.3.0cordova-plugin-console: 1.0.4cordova-plugin-contacts...">
+
+    <title>
+        
+            
+                Plugins Release - Apache Cordova
+            
+        
+    </title>
+
+    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+    
+
+    
+    
+
+    <link rel="canonical" href="https://cordova.apache.org/news/2016/09/14/plugins-release.html">
+
+    <!-- CSS -->
+    <link rel="stylesheet" type="text/css" href="/static/css/main.css">
+    <link rel="stylesheet" type="text/css" href="/static/css/lib/syntax.css">
+    <!-- Algolia Search CSS -->
+    <link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css" />
+
+    <!-- Fonts -->
+    <!-- For attribution information, see www/attributions.html -->
+    <link href='https://fonts.googleapis.com/css?family=Raleway:700,400,300,700italic,400italic,300italic' rel='stylesheet' type='text/css'>
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!--[if lt IE 9]>
+        <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+    <script type="text/javascript">
+        var disqus_developer = 1; // this would set it to developer mode
+    </script>
+
+    <!-- JS -->
+    <script defer type="text/javascript" src="/static/js/lib/jquery-2.1.1.min.js"></script>
+    <script defer type="text/javascript" src="/static/js/lib/bootstrap.min.js"></script>
+    <script defer type="text/javascript" src="/static/js/lib/ZeroClipboard.js"></script>
+
+    <script>
+    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+    ga('create', 'UA-64283057-3', 'auto');
+    ga('send', 'pageview');
+</script>
+
+</head>
+
+<body>
+    <header>
+    <a class="scroll-point pt-top" name="top"></a>
+    <nav class="navbar navbar-inverse navbar-fixed-top">
+        <div class="container-fluid">
+            <div class="navbar-header">
+                <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
+                    <span class="sr-only">Toggle navigation</span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                </button>
+                <a class="navbar-brand" href="/"><img id="logo_top" src="/static/img/cordova-logo-newbrand.svg"/></a>
+            </div>
+            <div id="navbar" class="navbar-collapse collapse">
+                <div class="nav_bar_center">
+                    <ul class="nav navbar-nav">
+                        <li >
+                            <a href="/docs/en/latest/">Documentation</a>
+                        </li>
+                        <li >
+                            <a href="/plugins">Plugins</a>
+                        </li>
+                        <li class="active">
+                            <a href="/blog" id="blog_button">Blog<span class="badge" id="new_blog_count"></span></a>
+                        </li>
+                        <li >
+                            <a href="/contribute">Contribute</a>
+                        </li>
+                        <li>
+                            <a href="/#getstarted">Get Started</a>
+                        </li>
+                        <li>
+                            <form class="navbar-form navbar-right" id="header-search-form" role="search">
+                                <div class="input-group">
+                                    
+                                        
+                                    
+                                    <input id="header-search-field" type="text" placeholder="Search '6.x' docs..." class="form-control hidden-xs" autocomplete="off">
+                                </div>
+                            </form>
+                        </li>
+                    </ul>
+                </div>
+            </div><!--/.navbar-collapse -->
+        </div>
+    </nav>
+    <div id="_fixed_navbar_spacer" style="padding-top:50px"></div>
+</header>
+
+<div class="page container">
+    <div class="blog">
+    <h1 class="blogHeader">
+    Blog
+    <span class="rss">
+        <img src="/static/img/subscribe.png"><a href="/feed.xml">RSS Feed</a>
+    </span>
+</h1>
+
+<div class="post">
+    <header>
+        <div class="title">Plugins Release</div>
+        <div class="author">By:
+            
+              <a href="https://twitter.com/stevesgill">Steve Gill</a>
+            
+        </div>
+        <div class="date">14 Sep 2016</div>
+    </header>
+    <section>
+        <div>
+            <p>The following plugins were updated today:</p>
+
+<ul>
+<li>cordova-plugin-battery-status: 1.2.0</li>
+<li>cordova-plugin-camera: 2.3.0</li>
+<li>cordova-plugin-console: 1.0.4</li>
+<li>cordova-plugin-contacts: 2.2.0</li>
+<li>cordova-plugin-device: 1.1.3</li>
+<li>cordova-plugin-device-motion: 1.2.2</li>
+<li>cordova-plugin-device-orientation: 1.0.4</li>
+<li>cordova-plugin-dialogs: 1.3.0</li>
+<li>cordova-plugin-file: 4.3.0</li>
+<li>cordova-plugin-file-transfer: 1.6.0</li>
+<li>cordova-plugin-geolocation: 2.3.0</li>
+<li>cordova-plugin-globalization: 1.0.4</li>
+<li>cordova-plugin-inappbrowser: 1.5.0</li>
+<li>cordova-plugin-media: 2.4.0</li>
+<li>cordova-plugin-media-capture: 1.4.0</li>
+<li>cordova-plugin-network-information: 1.3.0</li>
+<li>cordova-plugin-splashscreen: 4.0.0</li>
+<li>cordova-plugin-statusbar: 2.2.0</li>
+<li>cordova-plugin-test-framework: 1.1.3</li>
+<li>cordova-plugin-vibration: 2.1.2</li>
+<li>cordova-plugin-whitelist: 1.3.0</li>
+<li>cordova-plugin-wkwebview-engine: 1.1.0</li>
+</ul>
+
+<p>Release Highlights:</p>
+
+<ul>
+<li><code>camera</code>, <code>contacts</code> and <code>media-capture</code> have been updated to work with <strong>iOS 10</strong></li>
+<li><code>camera</code>:<a href="https://issues.apache.org/jira/browse/CB-4078">CB-4078</a> Fix for <code>orientation/scaling</code> on <strong>Android 4.4+</strong> devices. Adds support for <code>content:</code>.</li>
+<li><code>splashscreen</code>: <a href="https://issues.apache.org/jira/browse/CB-8056">CB-8056</a> Implement splashscreen for <strong>Windows</strong> platform</li>
+<li>Various plugins: fixed issue where Plugin was using <code>Android Log class</code> and not <code>Cordova LOG class</code></li>
+</ul>
+
+<hr>
+
+<p>You can update any plugin by removing it, and then re-adding it.</p>
+
+<p>E.g. To update your camera plugin:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova plugin rm cordova-plugin-camera --save
+cordova plugin add cordova-plugin-camera@latest --save
+</code></pre></div>
+<p>Changes include:</p>
+
+<!--more-->
+
+<p>cordova-plugin-battery-status@1.2.0</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-11795">CB-11795</a> Add &#39;protective&#39; entry to cordovaDependencies</li>
+<li>Plugin uses Android Log class and not Cordova LOG class</li>
+<li>Add badges for paramedic builds on Jenkins</li>
+<li>Add pull request template.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10996">CB-10996</a> Adding front matter to README.md</li>
+</ul>
+
+<p>cordova-plugin-camera@2.3.0</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-11795">CB-11795</a> Add &#39;protective&#39; entry to cordovaDependencies</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11661">CB-11661</a> Add mandatory <strong>iOS 10</strong> privacy description</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11714">CB-11714</a> <strong>windows</strong> added more explicit content-type when converting to target data on canvas</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11295">CB-11295</a> Add <strong>WP8.1</strong> quirk when choosing image from <code>photoalbum</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10067">CB-10067</a> Update <code>PictureSourceType</code> JSDoc to reflect <code>README</code> update</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-9070">CB-9070</a> Update <code>CameraPopoverHandle</code> docs to reflect <code>README</code> update</li>
+<li>Plugin uses <code>Android Log class</code> and not <code>Cordova LOG class</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11631">CB-11631</a> Appium tests: A working fix for a flaky <code>selection canceled</code> failure</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11709">CB-11709</a> Tests should use <code>resolveLocalFileSystemURL()</code> instead of deprecated <code>resolveFileSystemURI()</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11695">CB-11695</a> Increased session creation timeout for Appium tests</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11656">CB-11656</a> (<strong>Android</strong>) Appium tests: Fixed side menu opening on some more resolutions</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11376">CB-11376</a> (<strong>ios</strong>): fix <code>CameraUsesGeolocation</code> error</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10067">CB-10067</a> (<strong>ios</strong>) clarifications on <code>PictureSourceType</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11410">CB-11410</a> (<strong>ios</strong>) fix <code>cameraPopoverHandle.setPosition</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-9070">CB-9070</a> (<strong>ios</strong>) Fixed <code>CameraPopoverHandle</code> documentation</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11447">CB-11447</a> Respect output format when retrieving images from gallery</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11447">CB-11447</a> Resolve <strong>iOS</strong> tests failures due to <strong>iOS</strong> quirks</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11553">CB-11553</a> Pend failing Appium tests on Sauce Labs for the time being (reverted from commit b69571724035f41642f3ee612c5b66e1f0c4386c)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11553">CB-11553</a> Pend failing Appium tests on Sauce Labs for the time being</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11498">CB-11498</a> [<strong>Android</strong>] Appium tests should not fail when there is no camera</li>
+<li>Add badges for paramedic builds on Jenkins</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11296">CB-11296</a> Appium: Better element clicking and session error handling</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11232">CB-11232</a> Appium tests: fixed element tapping on <strong>iOS 9</strong></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11183">CB-11183</a> Appium tests: Added image verification</li>
+<li>fixed some bad formatting that hid <code>HTML</code> tags and added link to sample</li>
+<li>Set <strong>android</strong> quality default value to 50 on the java code</li>
+<li>Moving message in PR template to a comment</li>
+<li>Add pull request template. This closes #213</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11228">CB-11228</a> <strong>browser</strong>: Add classes for styling purposes</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10139">CB-10139</a> <strong>browser</strong>: Respect target width and height</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11227">CB-11227</a> <strong>browser</strong>: Fix incorrect <code>mime type</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11162">CB-11162</a> Appium tests: retry spec on failure</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4078">CB-4078</a> Fix for <code>orientation/scaling</code> on <strong>Android 4.4+</strong> devices</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11165">CB-11165</a> removed peer dependency</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11147">CB-11147</a> Appium tests: generate descriptive spec names</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10996">CB-10996</a> Adding front matter to <code>README.md</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11128">CB-11128</a> Appum tests: Fixed some of the flaky failures</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11003">CB-11003</a> Added Sample section to the Camera plugin README</li>
+</ul>
+
+<p>cordova-plugin-console@1.0.4</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-11795">CB-11795</a> Add &#39;protective&#39; entry to <code>cordovaDependencies</code></li>
+<li>add <code>JIRA</code> issue tracker link</li>
+<li>Add badges for paramedic builds on Jenkins</li>
+<li>Add pull request template.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10996">CB-10996</a> Adding front matter to README.md</li>
+</ul>
+
+<p>cordova-plugin-contacts@2.2.0</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-11795">CB-11795</a> Add &#39;protective&#39; entry to cordovaDependencies</li>
+<li>Added variable to set the usage</li>
+<li>Plugin uses <code>Android Log class</code> and not <code>Cordova LOG class</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11695">CB-11695</a> Increased session creation timeout for Appium tests</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11667">CB-11667</a> Memory leak in <code>CDVContact</code> for <code>CoreFoundation</code> <code>ABRecordRef</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11574">CB-11574</a> Appium tests now use new injected promise chain methods</li>
+<li>Add badges for paramedic builds on Jenkins</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11296">CB-11296</a> Appium: Better element clicking and session error handling</li>
+<li>Add pull request template.</li>
+<li>Add fenced code blocks - with language hints</li>
+<li>handle <code>Invalid Date</code> error</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11166">CB-11166</a> Appium tests: Added a check for contact&#39;s birthday</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11033">CB-11033</a> Appium tests: more timeout tweaks</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10996">CB-10996</a> Adding front matter to <code>README.md</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11128">CB-11128</a> Appium tests: Increased session destruction timeout</li>
+</ul>
+
+<p>cordova-plugin-device@1.1.3</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-11795">CB-11795</a> Add &#39;protective&#39; entry to cordovaDependencies</li>
+<li>Add badges for paramedic builds on Jenkins</li>
+<li>Add pull request template.</li>
+<li>Readme: Add fenced code blocks with langauage hints</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10996">CB-10996</a> Adding front matter to <code>README.md</code></li>
+</ul>
+
+<p>cordova-plugin-device-motion@1.2.2</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-11795">CB-11795</a> Add &#39;protective&#39; entry to cordovaDependencies</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11482">CB-11482</a> Fix unreliable tests on <strong>Android</strong></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11531">CB-11531</a> Restart <code>Accelerometer</code> on <code>CyanogenMod 13</code></li>
+<li>Add badges for paramedic builds on Jenkins</li>
+<li>Add pull request template.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11188">CB-11188</a> <code>cordova-plugin-device-motion-tests</code> are failing in CI</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10996">CB-10996</a> Adding front matter to README.md</li>
+</ul>
+
+<p>cordova-plugin-device-orientation@1.0.4</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-11795">CB-11795</a> Add &#39;protective&#39; entry to cordovaDependencies</li>
+<li>Add badges for paramedic builds on Jenkins</li>
+<li>Add pull request template.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10996">CB-10996</a> Adding front matter to README.md</li>
+<li>Removed ios quirk code + documentation</li>
+</ul>
+
+<p>cordova-plugin-dialogs@1.3.0</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-11832">CB-11832</a> updated missing header file</li>
+<li>Select the text and put default value in the input directly.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11281">CB-11281</a> <strong>windows</strong>: <code>defaultText</code> is not taken as input if no input by user fixed</li>
+<li>Separated <code>CSS</code> from <code>JS</code> code. Fixed the prompt dialog CSS to look close to native. Fixed the positioning of the prompt dialog for Windows. Fixed minor JSHint issues.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11795">CB-11795</a> Add &#39;protective&#39; entry to cordovaDependencies</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-8773">CB-8773</a> Fix for <strong>iOS 8</strong> keyboard not appearing on prompt</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11677">CB-11677</a> <strong>Android</strong>: made text, entered to prompt dialog visible</li>
+<li>CB-8947:(<strong>ios</strong>) Fix crash. Convert non-string messages to strings. Added tests.</li>
+<li>Add badges for paramedic builds on Jenkins</li>
+<li>Add pull request template.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11218">CB-11218</a> Convert button list to appropriate type</li>
+<li>Simply add <strong>Browser</strong> to supported platforms</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10996">CB-10996</a> Adding front matter to README.md</li>
+</ul>
+
+<p>cordova-plugin-file@4.3.0</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-11795">CB-11795</a> Add &#39;protective&#39; entry to cordovaDependencies</li>
+<li>Add handling for <code>SecurityException</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11368">CB-11368</a> <strong>android</strong>: Resolve content <code>URLs</code> produced by contacts plugin</li>
+<li>Plugin uses <code>Android Log class</code> and not <code>Cordova LOG class</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11693">CB-11693</a> <strong>ios</strong>: Run copy and move operations in the background thread</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11699">CB-11699</a> Read files as Data URLs properly</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11305">CB-11305</a> Enable <code>cdvfile: assets fs root</code> for <code>DOM</code> requests</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11385">CB-11385</a> android: Import java.nio.charset.Charset in LocalFileSystem class</li>
+<li>Add badges for paramedic builds on Jenkins</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11407">CB-11407</a> ios: added extern keyword to constants to fix phonegap-webview-ios template issue.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11385">CB-11385</a> <strong>android</strong>: Does not pass sonarqube scan</li>
+<li>Add pull request template.</li>
+<li>Minor edits to the <code>README.md</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11142">CB-11142</a> Fix the <code>NeedPermission</code> code for the case when external media is not mounted in Android</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11003">CB-11003</a> Adding samples to Readme.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10996">CB-10996</a> Adding front matter to README.md</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11115">CB-11115</a> <strong>android</strong>: Removing dependency on FileDescriptor toString in content provider tests</li>
+</ul>
+
+<p>cordova-plugin-file-transfer@1.6.0</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-11795">CB-11795</a> Add &#39;protective&#39; entry to cordovaDependencies</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-9022">CB-9022</a> Fix exception thrown by call to <code>remapApi</code> on main thread</li>
+<li>Plugin uses <code>Android Log class</code> and not <code>Cordova LOG class</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-9022">CB-9022</a> Resolve source URI on background thread</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11316">CB-11316</a> <strong>windows</strong>: Added <code>content-type</code> for files</li>
+<li>Close invalid PRs</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11497">CB-11497</a> Use <code>cordova-vm</code> for testing 304 errors</li>
+<li>Add badges for paramedic builds on Jenkins</li>
+<li>documentation with a wrong log message in <code>fileTransfer.download</code> function</li>
+<li>added link to sample</li>
+<li>Add pull request template.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10974">CB-10974</a> Cordova file transfer <code>Content-Length</code> header problem</li>
+<li>Add fenced code blocks to help code formatting</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11165">CB-11165</a> removed peer dependency</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11003">CB-11003</a> Adding sample section to documentation.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10996">CB-10996</a> Adding front matter to README.md</li>
+</ul>
+
+<p>cordova-plugin-geolocation@2.3.0</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-11795">CB-11795</a> Add &#39;protective&#39; entry to cordovaDependencies</li>
+<li>Plugin uses <code>Android Log class</code> and not <code>Cordova LOG class</code></li>
+<li>Add badges for paramedic builds on Jenkins</li>
+<li>Add pull request template.</li>
+<li>Adding links to reference content and sample content to the top of the readme file</li>
+<li>Update <strong>iOS</strong> geolocation plugin to avoid <code>THREAD WARNING: [&#39;Geolocation&#39;]</code>, operation occurs in new Thread</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10996">CB-10996</a> Adding front matter to README.md</li>
+</ul>
+
+<p>cordova-plugin-globalization@1.0.4</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-11795">CB-11795</a> Add &#39;protective&#39; entry to cordovaDependencies</li>
+<li>Add badges for paramedic builds on Jenkins</li>
+<li>Add pull request template.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10996">CB-10996</a> Adding front matter to README.md</li>
+</ul>
+
+<p>cordova-plugin-inappbrowser@1.5.0</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-11795">CB-11795</a> Add &#39;protective&#39; entry to cordovaDependencies</li>
+<li>Add intent scheme to be handled by OS</li>
+<li>Plugin uses <code>Android Log class</code> and not <code>Cordova LOG class</code></li>
+<li>Adding links to guide content and reference content at the top of the readme file Github: close #163</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10973">CB-10973</a> <strong>Browser</strong>: wrong height of webview with <code>location=yes</code></li>
+<li>Size and position in browser platform</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10973">CB-10973</a> <strong>Windows</strong>: wrong height of webview with <code>location=yes</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11013">CB-11013</a> IAB enabling background play of YouTube videos?</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10467">CB-10467</a> Hardware back button, while <code>InAppBrowser</code> is opened, closes the app too in addition to closing <code>InAppBrowser</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11178">CB-11178</a> allow to open other apps on <strong>iOS 9</strong></li>
+<li>fix some calls which used api level 16</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-5402">CB-5402</a> added extra content from wiki page</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-2063">CB-2063</a> (<strong>ios</strong>) Fixed presentation style</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11012">CB-11012</a> added some clarifications about <code>InAppBrowser</code> object</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-3360">CB-3360</a> Set custom <code>inappbrowser</code> user agent for <strong>ios</strong></li>
+<li>Add badges for paramedic builds on Jenkins</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11381">CB-11381</a> android: Does not pass sonarqube scan</li>
+<li>Add pull request template.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10866">CB-10866</a> Adding engine requirements to <code>package.json</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-110003">CB-110003</a> Adding samples to Readme.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10996">CB-10996</a> Adding front matter to README.md</li>
+</ul>
+
+<p>cordova-plugin-media@2.4.0</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-11795">CB-11795</a> Add &#39;protective&#39; entry to cordovaDependencies</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11793">CB-11793</a> fixed <strong>android</strong> build issue with last commit</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11085">CB-11085</a> Fix error output using <code>println</code> to <code>LOG.e</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11757">CB-11757</a> (<strong>ios</strong>) Error out if trying to stop playback while in a wrong state</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11380">CB-11380</a> (<strong>ios</strong>) Overloaded <code>audioFileForResource</code> method instead of modifying its signature</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11380">CB-11380</a> (<strong>ios</strong>) Updated modified method signature in the .h file</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11380">CB-11380</a> (<strong>ios</strong>) Fixed an unexpected error callback when initializing Media with file that doesn&#39;t exist</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10849">CB-10849</a> (ios) Fixed a crash when playing soundfiles consecutively</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11754">CB-11754</a> (<strong>Android</strong>) Fixed the build error</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11086">CB-11086</a> (<strong>Android</strong>) Fixed a crash when <code>setVolume()</code> is called on unitialized audio This closes #93</li>
+<li>Plugin uses <code>Android Log class</code> and not <code>Cordova LOG class</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11655">CB-11655</a> (<strong>Android</strong>) Enabled asynchronous error handling</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11430">CB-11430</a> Report duration NaN value to JS properly</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11429">CB-11429</a> Update test stream URL</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11430">CB-11430</a> Skip audio playback tests on Saucelabs</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11458">CB-11458</a> - <code>media.spec.25</code> &#39;should be able to play an audio stream&#39; fails on <strong>iOS</strong> platform</li>
+<li>Add badges for paramedic builds on Jenkins</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11313">CB-11313</a> Can&#39;t start media streaming on <strong>Android 6.0</strong></li>
+<li>Add pull request template.</li>
+<li>Readme: Add fenced code blocks with langauage hints</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11165">CB-11165</a> removed peer dependency</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10776">CB-10776</a> Add the ability to pause and resume an audio recording (<strong>Android</strong>)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10776">CB-10776</a> Add the ability to pause and resume an audio recording (<strong>iOS</strong>)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-9487">CB-9487</a> Don&#39;t update position when getting amplitude</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10996">CB-10996</a> Adding front matter to README.md</li>
+</ul>
+
+<p>cordova-plugin-media-capture@1.4.0</p>
+
+<ul>
+<li>Add mandatory <strong>iOS 10</strong> privacy description for microphone</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11795">CB-11795</a> Add &#39;protective&#39; entry to cordovaDependencies</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11821">CB-11821</a> (ios) Add mandatory <strong>iOS 10</strong> privacy description</li>
+<li>Plugin uses <code>Android Log class</code> and not <code>Cordova LOG class</code></li>
+<li>Add badges for paramedic builds on Jenkins</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11396">CB-11396</a> - Audio Media Capture Crashes if app stores file on external storage</li>
+<li>Add pull request template.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11212">CB-11212</a> <strong>iOS</strong>: Explicitly set the bundle for images</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10554">CB-10554</a> Implementing plugin <code>save/restore</code> API for Android</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11165">CB-11165</a> removed peer dependency</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10996">CB-10996</a> Adding front matter to README.md</li>
+</ul>
+
+<p>cordova-plugin-network-information@1.3.0</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-11795">CB-11795</a> Add &#39;protective&#39; entry to cordovaDependencies</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11734">CB-11734</a> Network Plugin uses <code>Android Log class</code> and not <code>Cordova LOG class</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11300">CB-11300</a> (<strong>android</strong>) Recognize <code>2G</code>, <code>3G</code> and <code>4G</code> network connection subtype names</li>
+<li>Update <code>NetworkManager.java</code></li>
+<li>Detection of Ethernet Network Type on <strong>Android</strong></li>
+<li>fixed two potential memory leaks when doing Analyze on <strong>iOS 9</strong></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11384">CB-11384</a> <strong>android</strong>: Does not pass sonarqube scan</li>
+<li>Add badges for paramedic builds on Jenkins</li>
+<li>Add pull request template.</li>
+<li>Readme: Add fenced code blocks with langauage hints</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10996">CB-10996</a> Adding front matter to README.md</li>
+</ul>
+
+<p>cordova-plugin-splashscreen@4.0.0</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-11795">CB-11795</a> Add &#39;protective&#39; entry to cordovaDependencies</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11326">CB-11326</a> Prevent crash when initializing plugin after navigating to another URL</li>
+<li>Fix crash on <strong>iOS</strong> when reloading page from remote <strong>Safari</strong></li>
+<li>Add badges for paramedic builds on Jenkins</li>
+<li>Add pull request template.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11179">CB-11179</a> Extend the windows-splashscreen docs</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11159">CB-11159</a> Fix flaky splashscreen native tests</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11156">CB-11156</a> Change default <code>FadeSplashScreenDuration</code> value</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-8056">CB-8056</a> Updated the dependency version, added it to the docs</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10996">CB-10996</a> Adding front matter to README.md</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-8056">CB-8056</a> Implement splashscreen for <strong>Windows</strong> platform</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-6498">CB-6498</a> Misleading documentation in <strong>Android</strong> Quirks</li>
+</ul>
+
+<p>cordova-plugin-statusbar@2.2.0</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-11795">CB-11795</a> Add &#39;protective&#39; entry to cordovaDependencies</li>
+<li>Handle extended status bar on <strong>iOS</strong></li>
+<li>Plugin uses <code>Android Log class</code> and not <code>Cordova LOG class</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11287">CB-11287</a> (<strong>ios</strong>) - fix webview resize after modal on <strong>iPhones</strong></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11485">CB-11485</a> fix resize on rotation with popover</li>
+<li>Add badges for paramedic builds on Jenkins</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11197">CB-11197</a> Keep status bar hidden when keyboard pops up</li>
+<li>Add pull request template.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10866">CB-10866</a> Adding engine info to <code>package.json</code></li>
+<li>patched missing <code>_ready</code> method, and changed the way the proxy is installed</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10996">CB-10996</a> Adding front matter to <code>README.md</code></li>
+</ul>
+
+<p>cordova-plugin-test-framework@1.1.3</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-9071">CB-9071</a> Update test framework plugin to use Jasmine 2.4.1</li>
+<li>Add pull request template.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11124">CB-11124</a> Fixing cordova-ios build failure due to unnecessary post calls to couchdb and adding handlers to xhr call</li>
+<li>Add spec started/completed log</li>
+</ul>
+
+<p>cordova-plugin-vibration@2.1.2</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-11795">CB-11795</a> Add &#39;protective&#39; entry to cordovaDependencies</li>
+<li>add JIRA issue tracker link</li>
+<li>Add badges for paramedic builds on Jenkins</li>
+<li>Add pull request template.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10996">CB-10996</a> Adding front matter to README.md</li>
+</ul>
+
+<p>cordova-plugin-whitelist@1.3.0</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-11795">CB-11795</a> Add &#39;protective&#39; entry to cordovaDependencies</li>
+<li>Updated installation section</li>
+<li>Plugin uses <code>Android Log class</code> and not <code>Cordova LOG class</code></li>
+<li>Add pull request template.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10866">CB-10866</a> Adding engine info to <code>package.json</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10996">CB-10996</a> Adding front matter to README.md</li>
+</ul>
+
+<p>cordova-plugin-wkwebview-engine@1.1.0</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-11824">CB-11824</a> - Update tests to include objective-c tests</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11554">CB-11554</a> - fixed unit tests</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11815">CB-11815</a> (<strong>iOS</strong>) Fix hard-coded bridge name &quot;cordova&quot;</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11554">CB-11554</a> - too &#39;brutal&#39; app reload when title is empty</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11074">CB-11074</a> - Ensure settings from <code>config.xml</code> are taken into consideration</li>
+<li>Add ability to set the deceleration rate for the scrollview to &#39;fast&#39;</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11496">CB-11496</a> - Add obj-c unit tests for <code>WKWebViewConfiguration</code>, <code>WKPreference</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11496">CB-11496</a> - Create Obj-C unit-tests for <code>wkwebview-engine</code> (fix linker error)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11452">CB-11452</a> - Update README.md with latest news about <code>AllowInlineMediaPlayback</code> fix</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-9888">CB-9888</a> (<strong>iOS</strong>) check &amp; reload <code>WKWebView</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11375">CB-11375</a> - <code>onReset</code> method of <code>CDVPlugin</code> is never called</li>
+<li>Add pull request template.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10818">CB-10818</a> - Support the scroll deceleration speed preference.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10817">CB-10817</a> - Will now reload the <code>webView</code> if a crash occurs</li>
+</ul>
+
+        </div>
+    </section>
+    <footer>
+        <div class="row">
+            <div class="col-sm-6">
+                
+                    <a href="/announcements/2016/08/22/android-ios-release.html">Previous</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/announcements/2016/08/22/android-ios-release.html">Cordova Android 5.2.2 & Cordova iOS 4.2.1 Released!</a>
+                    <div class="date"> 22 Aug 2016 - By Steve Gill </div>
+                    <p class="content">
+                        We are happy to announce patch releases forCordova Android 5.2.2 &amp; Cordova...
+                    </p>
+                
+            </div>
+            <div class="col-sm-6">
+                
+            </div>
+        </div>
+    </footer>
+    <div class="disqus">
+        <div id="disqus_thread"></div>
+<script type="text/javascript">
+    /* * * CONFIGURATION VARIABLES * * */
+    var disqus_shortname = 'cordovablogs';
+
+    /* * * DON'T EDIT BELOW THIS LINE * * */
+    (function() {
+        var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+        dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+        (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+    })();
+</script>
+<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
+
+    </div>
+</div>
+
+</div>
+
+</div>
+
+<div class="blue-divider"></div>
+<footer>
+    <div class="container">
+        <div class="row">
+    <div class="col-sm-9">
+        <h1>More Resources</h1>
+        <div class="row">
+            <div class="col-sm-4">
+                <h2>General</h2>
+                <ul class="nav">
+                    <li>
+                        <a target="_blank" href="https://projects.apache.org/project.html?cordova">Apache Project Page</a>
+                    </li>
+                    <li>
+                        <a href="https://dist.apache.org/repos/dist/release/cordova/">Source Distribution</a>
+                    </li>
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">License</a>
+                    </li>
+                    <li>
+                        <a href="/artwork">Artwork</a>
+                    </li>
+                </ul>
+            </div>
+            <div class="col-sm-4">
+                <h2>Development</h2>
+                <ul class="nav">
+                    <li><a target="_blank" href="https://github.com/apache?utf8=%E2%9C%93&amp;query=cordova-">Source Code</a></li>
+                    <li><a target="_blank" href="https://issues.apache.org/jira/browse/CB/">Issue Tracker</a></li>
+                    <li><a target="_blank" href="http://stackoverflow.com/questions/tagged/cordova">Stack Overflow</a></li>
+                    <li><a href="/contact">Mailing List</a></li>
+                    <li><a href="/contribute/nightly_builds.html">Nightly builds</a></li>
+                </ul>
+            </div>
+            <div class="col-sm-4">
+                <h2>Apache Software Foundation</h2>
+                <ul class="nav">
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/">About ASF</a>
+                    </li>
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a>
+                    </li>
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+                    </li>
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/security/">Security</a>
+                    </li>
+                </ul>
+            </div>
+        </div>
+    </div>
+    <div class="col-sm-3">
+        <h1>Contribute</h1>
+        <p style="padding-top:20px"><strong>Help Cordova move forward!</strong></p>
+        <p>Report bugs, improve the docs, or contribute to the code.</p>
+        <a href="/contribute" class="btn btn-lg btn-primary">
+            Learn More
+        </a>
+        <p style="padding-top:20px"> <a href="https://twitter.com/apachecordova" class="twitter-follow-button" data-show-count="false">Follow @apachecordova</a></p>
+        <script async defer src="https://slack.cordova.io/slackin.js"></script>
+    </div>
+</div>
+<p class="copyright_text">
+    Copyright &copy; 2012, 2013, 2015 The Apache Software Foundation, Licensed under the <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
+    Apache and the Apache feather logos are <a target="_blank" href="http://www.apache.org/foundation/marks/list/">trademarks</a> of The Apache Software Foundation.
+    <br/>
+    "Raleway" font used under license. For details see the <a href="/attributions/">attributions page</a>.
+</p>
+
+    </div>
+</footer>
+
+
+    <script defer type="text/javascript" src="/static/js/index.js"></script>
+    <script defer type="text/javascript" src="/static/js/twitter.js"></script>
+    
+    
+
+
+
+    
+
+
+<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script>
+<script type="text/javascript">
+    docsearch({
+        apiKey: '0a916ab198bd93d031aa70611271e42e',
+        indexName: 'cordova',
+        inputSelector: '#header-search-field',
+        algoliaOptions: { 'facetFilters': ["version:  6.x", "language: en"] }
+    });
+</script>
+
+</body>
+</html>

Modified: cordova/site/public/sitemap.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/sitemap.xml?rev=1760818&r1=1760817&r2=1760818&view=diff
==============================================================================
--- cordova/site/public/sitemap.xml (original)
+++ cordova/site/public/sitemap.xml Thu Sep 15 00:59:07 2016
@@ -4,6 +4,11 @@
 <!-- posts -->
 
 <url>
+    <loc>https://cordova.apache.org/news/2016/09/14/plugins-release.html</loc>
+</url>
+
+
+<url>
     <loc>https://cordova.apache.org/announcements/2016/08/22/android-ios-release.html</loc>
 </url>
 

Added: cordova/site/public/static/img/tools/appstudio.png
URL: http://svn.apache.org/viewvc/cordova/site/public/static/img/tools/appstudio.png?rev=1760818&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cordova/site/public/static/img/tools/appstudio.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: cordova/site/public/static/js/index.js
URL: http://svn.apache.org/viewvc/cordova/site/public/static/js/index.js?rev=1760818&r1=1760817&r2=1760818&view=diff
==============================================================================
--- cordova/site/public/static/js/index.js (original)
+++ cordova/site/public/static/js/index.js Thu Sep 15 00:59:07 2016
@@ -77,6 +77,7 @@ function checkNotification() {
     var dates = [];
     if (lastVisit != "") {
         
+        dates.push('Wed, 14 Sep 2016 00:00:00 -0700');
         dates.push('Mon, 22 Aug 2016 00:00:00 -0700');
         dates.push('Fri, 12 Aug 2016 00:00:00 -0700');
         dates.push('Wed, 27 Jul 2016 00:00:00 -0700');




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