You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/07/01 06:47:52 UTC

svn commit: r1862361 [1/2] - in /cordova/site/public: ./ announcements/2019/07/ announcements/2019/07/01/ blog/ docs/en/dev/plugin_ref/ docs/en/dev/reference/cordova-plugin-dialogs/ docs/en/dev/reference/cordova-plugin-screen-orientation/ docs/en/dev/r...

Author: janpio
Date: Mon Jul  1 06:47:52 2019
New Revision: 1862361

URL: http://svn.apache.org/viewvc?rev=1862361&view=rev
Log:
Updated docs

Added:
    cordova/site/public/announcements/2019/07/
    cordova/site/public/announcements/2019/07/01/
    cordova/site/public/announcements/2019/07/01/cordova-electron-release-1.1.0.html
Modified:
    cordova/site/public/blog/index.html
    cordova/site/public/docs/en/dev/plugin_ref/spec.html
    cordova/site/public/docs/en/dev/reference/cordova-plugin-dialogs/index.html
    cordova/site/public/docs/en/dev/reference/cordova-plugin-screen-orientation/index.html
    cordova/site/public/docs/en/dev/reference/cordova-plugin-statusbar/index.html
    cordova/site/public/feed.xml
    cordova/site/public/news/2019/06/14/common-release-3.2.0.html
    cordova/site/public/sitemap.xml
    cordova/site/public/static/js/index.js
    cordova/site/public/static/js/plugins.js

Added: cordova/site/public/announcements/2019/07/01/cordova-electron-release-1.1.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2019/07/01/cordova-electron-release-1.1.0.html?rev=1862361&view=auto
==============================================================================
--- cordova/site/public/announcements/2019/07/01/cordova-electron-release-1.1.0.html (added)
+++ cordova/site/public/announcements/2019/07/01/cordova-electron-release-1.1.0.html Mon Jul  1 06:47:52 2019
@@ -0,0 +1,330 @@
+<!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="We are happy to announce that we have just released Cordova Electron 1.1.0!  This is one of Cordova&#39;s supported platforms for building Electron applicati...">
+
+    <title>
+        
+            
+                Cordova Electron 1.1.0 Released! - Apache Cordova
+            
+        
+    </title>
+
+    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+    
+
+    
+    
+
+    <link rel="canonical" href="https://cordova.apache.org/announcements/2019/07/01/cordova-electron-release-1.1.0.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 '9.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">Cordova Electron 1.1.0 Released!</div>
+        <div class="author">By:
+            
+              Bryan Ellis
+            
+        </div>
+        <div class="date">01 Jul 2019</div>
+    </header>
+    <section>
+        <div>
+            <p>We are happy to announce that we have just released <code>Cordova Electron 1.1.0</code>!  This is one of Cordova&#39;s supported platforms for building Electron applications.</p>
+
+<ul>
+<li><a href="https://www.npmjs.com/package/cordova-electron">cordova-electron@1.1.0</a></li>
+</ul>
+
+<h2>Release Highlights</h2>
+
+<p><strong>To upgrade:</strong></p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova platform remove electron
+cordova platform add electron@1.1.0
+</code></pre></div>
+<p><strong>To install:</strong></p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova platform add electron@1.1.0
+</code></pre></div>
+<p>Some of the notable features that were introduced in this release are the ability to:</p>
+
+<ul>
+<li>Bundle node modules with your Electron app</li>
+<li>Append overridable/top-level platform and package options</li>
+<li>Append an installer icon for custom builds</li>
+<li>Use splash screens</li>
+</ul>
+
+<p>As well, we have bumped the <code>cordova-common@^3.2.0</code> and <code>fs-extra@^8.0.1</code> dependencies to resolve an <code>fs-extra</code> defect that caused random build failures on the Windows environment. <a href="https://github.com/apache/cordova/issues/121">Read More</a></p>
+
+<p>For a quick start guide and in-depth configuration setup, please check out our <a href="https://github.com/apache/cordova-electron/blob/rel/1.1.0/DOCUMENTATION.md">Cordova Electron Documentation</a>!</p>
+
+<p>Please report any issues you find at <a href="http://issues.cordova.io/">issues.cordova.io</a>!</p>
+
+<!--more-->
+
+<h1>Changes include:</h1>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-electron/pull/77">GH-77</a> fix: display correct package version in CLI</li>
+<li><a href="https://github.com/apache/cordova-electron/pull/76">GH-76</a> Append Overridable/Top-Level per Platform Options</li>
+<li><a href="https://github.com/apache/cordova-electron/pull/75">GH-75</a> fix: Typo in Build: <code>Singning</code> -&gt; <code>Signing</code></li>
+<li><a href="https://github.com/apache/cordova-electron/pull/71">GH-71</a> Update <code>devDependencies</code></li>
+<li><a href="https://github.com/apache/cordova-electron/pull/66">GH-66</a> Bump dependency <code>fs-extra@^8.0.1</code></li>
+<li><a href="https://github.com/apache/cordova-electron/pull/70">GH-70</a> Bump <code>cordova-common@^3.2.0</code></li>
+<li><a href="https://github.com/apache/cordova-electron/pull/65">GH-65</a> Fixed <code>package.json</code> version to <code>1.1.0-dev</code></li>
+<li><a href="https://github.com/apache/cordova-electron/pull/62">GH-62</a> Fix Bundle Feature&#39;s Project Path Issue &amp; Warning Output</li>
+<li><a href="https://github.com/apache/cordova-electron/pull/58">GH-58</a> Set Author Name and Email to <code>package.json</code></li>
+<li><a href="https://github.com/apache/cordova-electron/pull/54">GH-54</a> Added Bundle Node Module Support</li>
+<li><a href="https://github.com/apache/cordova-electron/pull/57">GH-57</a> Remove Maintainer Option from Linux Build JSON</li>
+<li><a href="https://github.com/apache/cordova-electron/pull/59">GH-59</a> Allow Users to Set Linux App Category</li>
+<li><a href="https://github.com/apache/cordova-electron/pull/51">GH-51</a> Append package top-level key options</li>
+<li><a href="https://github.com/apache/cordova-electron/pull/48">GH-48</a> Implement Splash Screen handling</li>
+<li><a href="https://github.com/apache/cordova-electron/pull/61">GH-61</a> Updated <code>DOCUMENTATION.md</code></li>
+<li><a href="https://github.com/apache/cordova-electron/pull/53">GH-53</a> Add Node.js 12 to CI Services</li>
+<li><a href="https://github.com/apache/cordova-electron/pull/42">GH-42</a> Update the <code>config.xml</code> path in the XHR load eventListener</li>
+<li><a href="https://github.com/apache/cordova-electron/pull/45">GH-45</a> Append Installer Icon to User Build Settings for Custom Builds</li>
+<li><a href="https://github.com/apache/cordova-electron/pull/43">GH-43</a> Update <code>README</code>.md</li>
+<li><a href="https://github.com/apache/cordova-electron/pull/41">GH-41</a> Update System Requirements in <code>DOCUMENTATION.md</code></li>
+</ul>
+
+        </div>
+    </section>
+    <footer>
+        <div class="row">
+            <div class="col-sm-6">
+                
+                    <a href="/news/2019/06/14/common-release-3.2.0.html">Previous</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/news/2019/06/14/common-release-3.2.0.html">Cordova-Common Release</a>
+                    <div class="date"> 14 Jun 2019 - By Chris Brody </div>
+                    <p class="content">
+                        We are happy to announce that cordova-common 3.2.0 was released in June...
+                    </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="http://www.apache.org/dyn/closer.cgi/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;q=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.herokuapp.com/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:  9.x", "language: en"] }
+    });
+</script>
+
+</body>
+</html>

Modified: cordova/site/public/blog/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1862361&r1=1862360&r2=1862361&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Mon Jul  1 06:47:52 2019
@@ -124,6 +124,58 @@
             
             <li>
                 <header>
+                    <div class="adorner" blogTime="Mon, 01 Jul 2019 00:00:00 +0000"></div>
+                    <h2 class="title">
+                        <a href="/announcements/2019/07/01/cordova-electron-release-1.1.0.html">Cordova Electron 1.1.0 Released!</a>
+                    </h2>
+                    <div class="details">
+                        <span class="date">01 Jul 2019</span>
+                        - by
+                        <span class="author">
+                            
+                                Bryan Ellis
+                            
+                        </span>
+                        <a class="comment" href="/announcements/2019/07/01/cordova-electron-release-1.1.0.html#disqus_thread"></a>
+                    </div>
+                </header>
+                <section class="post-excerpt">
+                    <p><p>We are happy to announce that we have just released <code>Cordova Electron 1.1.0</code>!  This is one of Cordova&#39;s supported platforms for building Electron applications.</p>
+
+<ul>
+<li><a href="https://www.npmjs.com/package/cordova-electron">cordova-electron@1.1.0</a></li>
+</ul>
+
+<h2>Release Highlights</h2>
+
+<p><strong>To upgrade:</strong></p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova platform remove electron
+cordova platform add electron@1.1.0
+</code></pre></div>
+<p><strong>To install:</strong></p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova platform add electron@1.1.0
+</code></pre></div>
+<p>Some of the notable features that were introduced in this release are the ability to:</p>
+
+<ul>
+<li>Bundle node modules with your Electron app</li>
+<li>Append overridable/top-level platform and package options</li>
+<li>Append an installer icon for custom builds</li>
+<li>Use splash screens</li>
+</ul>
+
+<p>As well, we have bumped the <code>cordova-common@^3.2.0</code> and <code>fs-extra@^8.0.1</code> dependencies to resolve an <code>fs-extra</code> defect that caused random build failures on the Windows environment. <a href="https://github.com/apache/cordova/issues/121">Read More</a></p>
+
+<p>For a quick start guide and in-depth configuration setup, please check out our <a href="https://github.com/apache/cordova-electron/blob/rel/1.1.0/DOCUMENTATION.md">Cordova Electron Documentation</a>!</p>
+
+<p>Please report any issues you find at <a href="http://issues.cordova.io/">issues.cordova.io</a>!</p>
+</p>
+                    <div><a href="/announcements/2019/07/01/cordova-electron-release-1.1.0.html">More...</a></div>
+                </section>
+            </li>
+            
+            <li>
+                <header>
                     <div class="adorner" blogTime="Fri, 14 Jun 2019 00:00:00 +0000"></div>
                     <h2 class="title">
                         <a href="/news/2019/06/14/common-release-3.2.0.html">Cordova-Common Release</a>
@@ -8821,7 +8873,7 @@ window.twttr = (function(d, s, id) {
 <script>
     window.onload = function(){
         setTimeout(function(){
-            var lastPostTime = new Date("Fri, 14 Jun 2019 00:00:00 +0000").getTime();
+            var lastPostTime = new Date("Mon, 01 Jul 2019 00:00:00 +0000").getTime();
           setCookie("visitTime", lastPostTime, 365);
         }, 2000);
     };

Modified: cordova/site/public/docs/en/dev/plugin_ref/spec.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/plugin_ref/spec.html?rev=1862361&r1=1862360&r2=1862361&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/plugin_ref/spec.html (original)
+++ cordova/site/public/docs/en/dev/plugin_ref/spec.html Mon Jul  1 06:47:52 2019
@@ -2779,7 +2779,7 @@ like. Any object not available on <code>
 
 <p>Examples:</p>
 <div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency</span> <span class="na">id=</span><span class="s">"cordova-plugin-someplugin"</span> <span class="na">url=</span><span class="s">"https://github.com/myuser/someplugin"</span> <span class="na">commit=</span><span class="s">"428931ada3891801"</span> <span class="na">subdir=</span><span class="s">"some/path/here"</span> <span class="nt">/&gt;</span>
-<span class="nt">&lt;dependency</span> <span class="na">id=</span><span class="s">"cordova-plugin-someplugin"</span> <span class="na">version=</span><span class="s">"1.0.1"</span><span class="nt">&gt;</span>
+<span class="nt">&lt;dependency</span> <span class="na">id=</span><span class="s">"cordova-plugin-someplugin"</span> <span class="na">version=</span><span class="s">"1.0.1"</span> <span class="nt">/&gt;</span>
 </code></pre></div>
 <h2>platform</h2>
 

Modified: cordova/site/public/docs/en/dev/reference/cordova-plugin-dialogs/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-dialogs/index.html?rev=1862361&r1=1862360&r2=1862361&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/reference/cordova-plugin-dialogs/index.html (original)
+++ cordova/site/public/docs/en/dev/reference/cordova-plugin-dialogs/index.html Mon Jul  1 06:47:52 2019
@@ -2658,7 +2658,8 @@ navigator.notification.confirm(
 <h3>Android Quirks</h3>
 
 <ul>
-<li>Android supports a maximum of three buttons, and ignores any more than that.</li>
+<li><p>Android supports a maximum of three buttons, and ignores any more than that.</p></li>
+<li><p>Android dialog title cannot exceed 2 lines of content, it will ignore any more than this.</p></li>
 </ul>
 
 <h3>Windows Quirks</h3>

Modified: cordova/site/public/docs/en/dev/reference/cordova-plugin-screen-orientation/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-screen-orientation/index.html?rev=1862361&r1=1862360&r2=1862361&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/reference/cordova-plugin-screen-orientation/index.html (original)
+++ cordova/site/public/docs/en/dev/reference/cordova-plugin-screen-orientation/index.html Mon Jul  1 06:47:52 2019
@@ -2660,77 +2660,6 @@ For this version of the plugin use the w
 
 <p>Windows store apps (windows-uwp) will only display orientation changes if the device has some sort of accelerometer.  The internal state of the &quot;orientation&quot; will still be kept, but the actual screen won&#39;t rotate unless the device supports it.</p>
 
-<h1>Legacy Changelog</h1>
-
-<p>See <a href="RELEASENOTES.md">RELEASENOTES.md</a> for the automated changelog.</p>
-
-<h1>Changelog</h1>
-
-<h2>2.0.0</h2>
-
-<ul>
-<li>Common javascript for iOS, Android and Windows.</li>
-</ul>
-
-<h2>1.4.2</h2>
-
-<ul>
-<li><a href="https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/101">#101</a> make iOS rotate as needed when lockOrientation is called</li>
-</ul>
-
-<h2>1.4.1</h2>
-
-<ul>
-<li><a href="https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/89">#89</a> Fix for cordova &gt;= 3.6.3</li>
-</ul>
-
-<h2>1.4.0</h2>
-
-<ul>
-<li>Added Windows 8.1 Support</li>
-<li><a href="https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/54">#54</a> Background thread for ios</li>
-<li><a href="https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/64">#64</a> Orientation naming bug fixed</li>
-<li>Add portrait upside down to iOS default orientations</li>
-</ul>
-
-<h2>1.3.5-6</h2>
-
-<ul>
-<li>Plugin added to npm</li>
-</ul>
-
-<h2>1.3.4</h2>
-
-<ul>
-<li>Readme update</li>
-</ul>
-
-<h2>1.3.3</h2>
-
-<ul>
-<li><a href="https://github.com/gbenvenuti/cordova-plugin-screen-orientation/pull/53">#53</a> WP8 Support</li>
-</ul>
-
-<h2>1.3.2</h2>
-
-<ul>
-<li><a href="https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues/33">#33</a> iOS8 Delay Block</li>
-</ul>
-
-<h2>1.3.0</h2>
-
-<ul>
-<li><a href="https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues/23">#23</a> iOS8 flicker</li>
-</ul>
-
-<h2>1.2.0-1.2.1</h2>
-
-<ul>
-<li><a href="https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues/19">#19</a> iOS8 Crash</li>
-</ul>
-
-<p>Pull requests welcome.</p>
-
 
             </div>
         </div>

Modified: cordova/site/public/docs/en/dev/reference/cordova-plugin-statusbar/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-statusbar/index.html?rev=1862361&r1=1862360&r2=1862361&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/reference/cordova-plugin-statusbar/index.html (original)
+++ cordova/site/public/docs/en/dev/reference/cordova-plugin-statusbar/index.html Mon Jul  1 06:47:52 2019
@@ -2577,13 +2577,16 @@
 <h4>config.xml</h4>
 
 <ul>
-<li><p><strong>StatusBarOverlaysWebView</strong> (boolean, defaults to true). On iOS, make the statusbar overlay or not overlay the WebView at startup.</p>
+<li><p><strong>StatusBarOverlaysWebView</strong> (boolean, defaults to true). Make the statusbar overlay or not overlay the WebView at startup.</p>
 <div class="highlight"><pre><code class="language-" data-lang="">&lt;preference name="StatusBarOverlaysWebView" value="true" /&gt;
-</code></pre></div></li>
-<li><p><strong>StatusBarBackgroundColor</strong> (color hex string, no default value). On iOS, set the background color of the statusbar by a hex string (#RRGGBB) at startup. If this value is not set, the background color will be transparent.</p>
+</code></pre></div>
+<h5>Android Quirks</h5>
+
+<p>Only supported on Android 5 or later. Earlier versions will ignore this preference.</p></li>
+<li><p><strong>StatusBarBackgroundColor</strong> (color hex string, no default value). Set the background color of the statusbar by a hex string (#RRGGBB) at startup. If this value is not set, the background color will be transparent.</p>
 <div class="highlight"><pre><code class="language-" data-lang="">&lt;preference name="StatusBarBackgroundColor" value="#000000" /&gt;
 </code></pre></div></li>
-<li><p><strong>StatusBarStyle</strong> (status bar style, defaults to lightcontent). On iOS, set the status bar style. Available options default, lightcontent, blacktranslucent, blackopaque.</p>
+<li><p><strong>StatusBarStyle</strong> (status bar style, defaults to lightcontent). Set the status bar style. Available options default, lightcontent, blacktranslucent, blackopaque.</p>
 <div class="highlight"><pre><code class="language-" data-lang="">&lt;preference name="StatusBarStyle" value="lightcontent" /&gt;
 </code></pre></div></li>
 <li><p><strong>StatusBarDefaultScrollToTop</strong> (boolean, defaults to false). On iOS, allows the Cordova WebView to use default scroll-to-top behavior. Defaults to false so you can listen to the &quot;statusTap&quot; event (described below) and customize the behavior instead.</p>

Modified: cordova/site/public/feed.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1862361&r1=1862360&r2=1862361&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Mon Jul  1 06:47:52 2019
@@ -6,11 +6,83 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Fri, 14 Jun 2019 15:56:26 +0000</pubDate>
-    <lastBuildDate>Fri, 14 Jun 2019 15:56:26 +0000</lastBuildDate>
+    <pubDate>Mon, 01 Jul 2019 06:18:30 +0000</pubDate>
+    <lastBuildDate>Mon, 01 Jul 2019 06:18:30 +0000</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
+        <title>Cordova Electron 1.1.0 Released!</title>
+        <description>&lt;p&gt;We are happy to announce that we have just released &lt;code&gt;Cordova Electron 1.1.0&lt;/code&gt;!  This is one of Cordova&amp;#39;s supported platforms for building Electron applications.&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://www.npmjs.com/package/cordova-electron&quot;&gt;cordova-electron@1.1.0&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2&gt;Release Highlights&lt;/h2&gt;
+
+&lt;p&gt;&lt;strong&gt;To upgrade:&lt;/strong&gt;&lt;/p&gt;
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-&quot; data-lang=&quot;&quot;&gt;cordova platform remove electron
+cordova platform add electron@1.1.0
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+&lt;p&gt;&lt;strong&gt;To install:&lt;/strong&gt;&lt;/p&gt;
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-&quot; data-lang=&quot;&quot;&gt;cordova platform add electron@1.1.0
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+&lt;p&gt;Some of the notable features that were introduced in this release are the ability to:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Bundle node modules with your Electron app&lt;/li&gt;
+&lt;li&gt;Append overridable/top-level platform and package options&lt;/li&gt;
+&lt;li&gt;Append an installer icon for custom builds&lt;/li&gt;
+&lt;li&gt;Use splash screens&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;As well, we have bumped the &lt;code&gt;cordova-common@^3.2.0&lt;/code&gt; and &lt;code&gt;fs-extra@^8.0.1&lt;/code&gt; dependencies to resolve an &lt;code&gt;fs-extra&lt;/code&gt; defect that caused random build failures on the Windows environment. &lt;a href=&quot;https://github.com/apache/cordova/issues/121&quot;&gt;Read More&lt;/a&gt;&lt;/p&gt;
+
+&lt;p&gt;For a quick start guide and in-depth configuration setup, please check out our &lt;a href=&quot;https://github.com/apache/cordova-electron/blob/rel/1.1.0/DOCUMENTATION.md&quot;&gt;Cordova Electron Documentation&lt;/a&gt;!&lt;/p&gt;
+
+&lt;p&gt;Please report any issues you find at &lt;a href=&quot;http://issues.cordova.io/&quot;&gt;issues.cordova.io&lt;/a&gt;!&lt;/p&gt;
+
+&lt;!--more--&gt;
+
+&lt;h1&gt;Changes include:&lt;/h1&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/77&quot;&gt;GH-77&lt;/a&gt; fix: display correct package version in CLI&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/76&quot;&gt;GH-76&lt;/a&gt; Append Overridable/Top-Level per Platform Options&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/75&quot;&gt;GH-75&lt;/a&gt; fix: Typo in Build: &lt;code&gt;Singning&lt;/code&gt; -&amp;gt; &lt;code&gt;Signing&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/71&quot;&gt;GH-71&lt;/a&gt; Update &lt;code&gt;devDependencies&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/66&quot;&gt;GH-66&lt;/a&gt; Bump dependency &lt;code&gt;fs-extra@^8.0.1&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/70&quot;&gt;GH-70&lt;/a&gt; Bump &lt;code&gt;cordova-common@^3.2.0&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/65&quot;&gt;GH-65&lt;/a&gt; Fixed &lt;code&gt;package.json&lt;/code&gt; version to &lt;code&gt;1.1.0-dev&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/62&quot;&gt;GH-62&lt;/a&gt; Fix Bundle Feature&amp;#39;s Project Path Issue &amp;amp; Warning Output&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/58&quot;&gt;GH-58&lt;/a&gt; Set Author Name and Email to &lt;code&gt;package.json&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/54&quot;&gt;GH-54&lt;/a&gt; Added Bundle Node Module Support&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/57&quot;&gt;GH-57&lt;/a&gt; Remove Maintainer Option from Linux Build JSON&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/59&quot;&gt;GH-59&lt;/a&gt; Allow Users to Set Linux App Category&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/51&quot;&gt;GH-51&lt;/a&gt; Append package top-level key options&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/48&quot;&gt;GH-48&lt;/a&gt; Implement Splash Screen handling&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/61&quot;&gt;GH-61&lt;/a&gt; Updated &lt;code&gt;DOCUMENTATION.md&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/53&quot;&gt;GH-53&lt;/a&gt; Add Node.js 12 to CI Services&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/42&quot;&gt;GH-42&lt;/a&gt; Update the &lt;code&gt;config.xml&lt;/code&gt; path in the XHR load eventListener&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/45&quot;&gt;GH-45&lt;/a&gt; Append Installer Icon to User Build Settings for Custom Builds&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/43&quot;&gt;GH-43&lt;/a&gt; Update &lt;code&gt;README&lt;/code&gt;.md&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-electron/pull/41&quot;&gt;GH-41&lt;/a&gt; Update System Requirements in &lt;code&gt;DOCUMENTATION.md&lt;/code&gt;&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Mon, 01 Jul 2019 00:00:00 +0000</pubDate>
+        <link>https://cordova.apache.org/announcements/2019/07/01/cordova-electron-release-1.1.0.html</link>
+        <guid isPermaLink="true">https://cordova.apache.org/announcements/2019/07/01/cordova-electron-release-1.1.0.html</guid>
+        
+        <category>news</category>
+        
+        <category>releases</category>
+        
+        
+        <category>announcements</category>
+        
+      </item>
+    
+      <item>
         <title>Cordova-Common Release</title>
         <description>&lt;p&gt;We are happy to announce that &lt;code&gt;cordova-common 3.2.0&lt;/code&gt; was released in June 2019. This is one of the libraries used behind-the-scenes by nearly all of the Cordova tooling and provides utilities for dealing with things like &lt;code&gt;config.xml&lt;/code&gt; parsing.&lt;/p&gt;
 
@@ -557,99 +629,6 @@ cordova platform add windows@7.0.0
         
         <category>news</category>
         
-        <category>releases</category>
-        
-        
-        <category>announcements</category>
-        
-      </item>
-    
-      <item>
-        <title>Cordova Android 8.0.0 Released!</title>
-        <description>&lt;p&gt;We are happy to announce that we have just released &lt;code&gt;Cordova Android 8.0.0&lt;/code&gt;!  This is one of Cordova&amp;#39;s supported platforms for building Android mobile applications.&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://www.npmjs.com/package/cordova-android&quot;&gt;cordova-android@8.0.0&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2&gt;Release Highlights&lt;/h2&gt;
-
-&lt;p&gt;&lt;strong&gt;To upgrade:&lt;/strong&gt;&lt;/p&gt;
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-&quot; data-lang=&quot;&quot;&gt;cordova platform remove android
-cordova platform add android@8.0.0
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-&lt;p&gt;In addition to the various improvements and bug fixes, this release also comes packed with some major features.&lt;/p&gt;
-
-&lt;p&gt;Some of the key features are:&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;Bump Gradle to 4.10.3
-
-&lt;ul&gt;
-&lt;li&gt;Support Android SDK 28&lt;/li&gt;
-&lt;li&gt;Support Android Studio 3.3.0&lt;/li&gt;
-&lt;/ul&gt;&lt;/li&gt;
-&lt;li&gt;Added Adaptive Icon Support&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;Additional, as NodeJS 4.x support has been dropped by the NodeJS team on April 30th, 2018, we have raised the minimum required NodeJS version for this release to 6.x.&lt;/p&gt;
-
-&lt;p&gt;Please report any issues you find at &lt;a href=&quot;http://issues.cordova.io/&quot;&gt;issues.cordova.io&lt;/a&gt;!&lt;/p&gt;
-
-&lt;!--more--&gt;
-
-&lt;h1&gt;Changes include:&lt;/h1&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/655&quot;&gt;GH-655&lt;/a&gt; Use custom Gradle properties to read minSdkVersion value from &lt;code&gt;config.xml&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/656&quot;&gt;GH-656&lt;/a&gt; Quick fix to support &lt;strong&gt;Android&lt;/strong&gt;&lt;em&gt;SDK&lt;/em&gt;ROOT&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/642&quot;&gt;GH-642&lt;/a&gt; &lt;strong&gt;Android&lt;/strong&gt; tools 3.3 &amp;amp; &lt;strong&gt;Gradle&lt;/strong&gt; 4.10.3 update&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/654&quot;&gt;GH-654&lt;/a&gt; Quick updates to top-level &lt;code&gt;project.properties&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/624&quot;&gt;GH-624&lt;/a&gt; Add missing log to Java version check&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/630&quot;&gt;GH-630&lt;/a&gt; Update &lt;code&gt;emulator.js&lt;/code&gt; to fix issue &lt;a href=&quot;https://github.com/apache/cordova-android/pull/608&quot;&gt;GH-608&lt;/a&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/620&quot;&gt;GH-620&lt;/a&gt; Fix requirements error messages for JDK 8&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/619&quot;&gt;GH-619&lt;/a&gt; javac error message fixes in requirements check&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/612&quot;&gt;GH-612&lt;/a&gt; Android Platform Release Preparation (Cordova 9)&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/607&quot;&gt;GH-607&lt;/a&gt; Copy &lt;code&gt;node_modules&lt;/code&gt; if the directory exists&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/589&quot;&gt;GH-589&lt;/a&gt; Rewrite install dir resolution for legacy plugins&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/572&quot;&gt;GH-572&lt;/a&gt; Resolve issue with plugin &lt;code&gt;target-dir=&amp;quot;app*&amp;quot;&lt;/code&gt; subdirs&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/567&quot;&gt;GH-567&lt;/a&gt; Output current package name if package name can&amp;#39;t be validated&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/507&quot;&gt;GH-507&lt;/a&gt; Gradle Updates&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/550&quot;&gt;GH-550&lt;/a&gt; Fix for old plugins with non-Java sources&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/558&quot;&gt;GH-558&lt;/a&gt; Update &lt;code&gt;cordova.js&lt;/code&gt; from &lt;code&gt;cordova-js@4.2.3&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/553&quot;&gt;GH-553&lt;/a&gt; Check for &lt;code&gt;build-extras.gradle&lt;/code&gt; in the app-parent directory&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/551&quot;&gt;GH-551&lt;/a&gt; Add missing cast for &lt;code&gt;cdvMinSdkVersion&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/539&quot;&gt;GH-539&lt;/a&gt; Fix destination path fallback&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/544&quot;&gt;GH-544&lt;/a&gt; Remove obsolete check for JellyBean&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/465&quot;&gt;GH-465&lt;/a&gt; Removes Gradle property in-line command arguments for &lt;code&gt;gradle.properties&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/523&quot;&gt;GH-523&lt;/a&gt; Always put the Google repo above jcenter&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/486&quot;&gt;GH-486&lt;/a&gt; Change deprecated &amp;quot;compile&amp;quot; to &amp;quot;implementation&amp;quot;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/495&quot;&gt;GH-495&lt;/a&gt; Incorrect default sdk version issue fix&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/493&quot;&gt;GH-493&lt;/a&gt; Remove bundled dependencies&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/490&quot;&gt;GH-490&lt;/a&gt; Fixes build &amp;amp; run related bugs from builder refactor&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/448&quot;&gt;GH-448&lt;/a&gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13685&quot;&gt;CB-13685&lt;/a&gt; Adaptive Icon Support&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/487&quot;&gt;GH-487&lt;/a&gt; Do not attempt an activity intent AND a url load into the webview, return from the internal webview load.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/461&quot;&gt;GH-461&lt;/a&gt; Remove old builders code&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/463&quot;&gt;GH-463&lt;/a&gt; Emulator: Add unit tests and remove Q&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/462&quot;&gt;GH-462&lt;/a&gt; Device: Add unit tests and remove Q&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/457&quot;&gt;GH-457&lt;/a&gt; Emulator: handle &amp;quot;device still connecting&amp;quot; error&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/445&quot;&gt;GH-445&lt;/a&gt; Run and retryPromise improvements and tests&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/452&quot;&gt;GH-452&lt;/a&gt; Emit log event instead of logging directly&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/449&quot;&gt;GH-449&lt;/a&gt; Increase old plugin compatibility&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://github.com/apache/cordova-android/pull/446&quot;&gt;GH-446&lt;/a&gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14101&quot;&gt;CB-14101&lt;/a&gt; Fix Java version check for Java &amp;gt;= 9&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14127&quot;&gt;CB-14127&lt;/a&gt; Move google maven repo ahead of jcenter&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-14038&quot;&gt;CB-14038&lt;/a&gt; Fix false positive detecting project type&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13975&quot;&gt;CB-13975&lt;/a&gt; Fix to fire pause event when cdvStartInBackground=true&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13830&quot;&gt;CB-13830&lt;/a&gt; Add handlers for plugins that use non-Java source files, such as Camera&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13923&quot;&gt;CB-13923&lt;/a&gt; Fix -1 length for compressed files&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-        <pubDate>Sat, 16 Feb 2019 00:00:00 +0000</pubDate>
-        <link>https://cordova.apache.org/announcements/2019/02/16/cordova-android-release-8.0.0.html</link>
-        <guid isPermaLink="true">https://cordova.apache.org/announcements/2019/02/16/cordova-android-release-8.0.0.html</guid>
-        
-        <category>news</category>
-        
         <category>releases</category>
         
         

Modified: cordova/site/public/news/2019/06/14/common-release-3.2.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2019/06/14/common-release-3.2.0.html?rev=1862361&r1=1862360&r2=1862361&view=diff
==============================================================================
--- cordova/site/public/news/2019/06/14/common-release-3.2.0.html (original)
+++ cordova/site/public/news/2019/06/14/common-release-3.2.0.html Mon Jul  1 06:47:52 2019
@@ -161,6 +161,26 @@
             </div>
             <div class="col-sm-6">
                 
+                    <a href="/announcements/2019/07/01/cordova-electron-release-1.1.0.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/announcements/2019/07/01/cordova-electron-release-1.1.0.html">Cordova Electron 1.1.0 Released!</a>
+                    <div class="date"> 01 Jul 2019 - By Bryan Ellis </div>
+                    <p class="content">
+                        <!--
+                            NOTE:
+                                the markdownify filter is used here
+                                because posts are rendered in sequence;
+                                that is, the next post's content isn't
+                                yet rendered at the time that this post
+                                is being rendered, so page.next.excerpt
+                                is still in Markdown and not HTML
+
+                            Reference: https://github.com/jekyll/jekyll/issues/2860
+                        -->
+                        We are happy to announce that we have just released Cordova Electron...
+                    </p>
+                
             </div>
         </div>
     </footer>

Modified: cordova/site/public/sitemap.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/sitemap.xml?rev=1862361&r1=1862360&r2=1862361&view=diff
==============================================================================
--- cordova/site/public/sitemap.xml (original)
+++ cordova/site/public/sitemap.xml Mon Jul  1 06:47:52 2019
@@ -4,6 +4,11 @@
 <!-- posts -->
 
 <url>
+    <loc>https://cordova.apache.org/announcements/2019/07/01/cordova-electron-release-1.1.0.html</loc>
+</url>
+
+
+<url>
     <loc>https://cordova.apache.org/news/2019/06/14/common-release-3.2.0.html</loc>
 </url>
 

Modified: cordova/site/public/static/js/index.js
URL: http://svn.apache.org/viewvc/cordova/site/public/static/js/index.js?rev=1862361&r1=1862360&r2=1862361&view=diff
==============================================================================
--- cordova/site/public/static/js/index.js (original)
+++ cordova/site/public/static/js/index.js Mon Jul  1 06:47:52 2019
@@ -77,6 +77,7 @@ function checkNotification() {
     var dates = [];
     if (lastVisit != "") {
         
+        dates.push('Mon, 01 Jul 2019 00:00:00 +0000');
         dates.push('Fri, 14 Jun 2019 00:00:00 +0000');
         dates.push('Mon, 22 Apr 2019 00:00:00 +0000');
         dates.push('Thu, 11 Apr 2019 00:00:00 +0000');



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