Author: steven
Date: Tue Jun 19 17:37:49 2018
New Revision: 1833860

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

Added:
    cordova/site/public/news/2018/06/19/
    cordova/site/public/news/2018/06/19/common-release-2.2.4.html
Modified:
    cordova/site/public/blog/index.html
    cordova/site/public/feed.xml
    cordova/site/public/news/2018/06/04/common-release.html
    cordova/site/public/sitemap.xml
    cordova/site/public/static/js/index.js
    cordova/site/public/static/js/plugins.js

Modified: cordova/site/public/blog/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1833860&r1=1833859&r2=1833860&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Tue Jun 19 17:37:49 2018
@@ -124,6 +124,43 @@
             
             <li>
                 <header>
+                    <div class="adorner" blogTime="Tue, 19 Jun 2018 00:00:00 
+0000"></div>
+                    <h2 class="title">
+                        <a 
href="/news/2018/06/19/common-release-2.2.4.html">Cordova-Common Release</a>
+                    </h2>
+                    <div class="details">
+                        <span class="date">19 Jun 2018</span>
+                        - by
+                        <span class="author">
+                            
+                                <a href="https://twitter.com/brodybits";>Chris 
Brody</a>
+                            
+                        </span>
+                        <a class="comment" 
href="/news/2018/06/19/common-release-2.2.4.html#disqus_thread"></a>
+                    </div>
+                </header>
+                <section class="post-excerpt">
+                    <p><p>We are happy to announce that <code>cordova-common 
2.2.4</code> has been released. 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 config.xml parsing.</p>
+
+<h2>Release Highlights</h2>
+
+<p>The purpose of this release is to resolve issues with dependencies on 
cordova-ios@4. Here are the major changes:</p>
+
+<ul>
+<li>Revert change to use strip-bom package to strip BOM</li>
+<li>Revert change to update dependencies in package.json (needed to resolve 
issues with cordova-ios@4) but keep using plist@^3.0.1 to avoid <code>npm 
audit</code> issue</li>
+</ul>
+
+<h2>Deprecation Note</h2>
+
+<p>As NodeJS 4.x support ended on April 30<sup>th</sup>, 2018, we are 
proceeding with our <a 
href="http://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html";>previously
 announced</a> deprecation timeline.  This is probably the last release that 
will support NodeJS 4.x.</p>
+</p>
+                    <div><a 
href="/news/2018/06/19/common-release-2.2.4.html">More...</a></div>
+                </section>
+            </li>
+            
+            <li>
+                <header>
                     <div class="adorner" blogTime="Mon, 04 Jun 2018 00:00:00 
+0000"></div>
                     <h2 class="title">
                         <a 
href="/news/2018/06/04/common-release.html">Cordova-Common Release</a>
@@ -7420,7 +7457,7 @@ window.twttr = (function(d, s, id) {
 <script>
     window.onload = function(){
         setTimeout(function(){
-            var lastPostTime = new Date("Mon, 04 Jun 2018 00:00:00 
+0000").getTime();
+            var lastPostTime = new Date("Tue, 19 Jun 2018 00:00:00 
+0000").getTime();
           setCookie("visitTime", lastPostTime, 365);
         }, 2000);
     };

Modified: cordova/site/public/feed.xml
URL: 
http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1833860&r1=1833859&r2=1833860&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Tue Jun 19 17:37:49 2018
@@ -6,12 +6,42 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Mon, 04 Jun 2018 22:16:57 +0000</pubDate>
-    <lastBuildDate>Mon, 04 Jun 2018 22:16:57 +0000</lastBuildDate>
+    <pubDate>Tue, 19 Jun 2018 17:13:59 +0000</pubDate>
+    <lastBuildDate>Tue, 19 Jun 2018 17:13:59 +0000</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
         <title>Cordova-Common Release</title>
+        <description>&lt;p&gt;We are happy to announce that 
&lt;code&gt;cordova-common 2.2.4&lt;/code&gt; has been released. 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 config.xml parsing.&lt;/p&gt;
+
+&lt;h2&gt;Release Highlights&lt;/h2&gt;
+
+&lt;p&gt;The purpose of this release is to resolve issues with dependencies on 
cordova-ios@4. Here are the major changes:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Revert change to use strip-bom package to strip BOM&lt;/li&gt;
+&lt;li&gt;Revert change to update dependencies in package.json (needed to 
resolve issues with cordova-ios@4) but keep using plist@^3.0.1 to avoid 
&lt;code&gt;npm audit&lt;/code&gt; issue&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2&gt;Deprecation Note&lt;/h2&gt;
+
+&lt;p&gt;As NodeJS 4.x support ended on April 30&lt;sup&gt;th&lt;/sup&gt;, 
2018, we are proceeding with our &lt;a 
href=&quot;http://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html&quot;&gt;previously
 announced&lt;/a&gt; deprecation timeline.  This is probably the last release 
that will support NodeJS 4.x.&lt;/p&gt;
+</description>
+        <pubDate>Tue, 19 Jun 2018 00:00:00 +0000</pubDate>
+        
<link>https://cordova.apache.org/news/2018/06/19/common-release-2.2.4.html</link>
+        <guid 
isPermaLink="true">https://cordova.apache.org/news/2018/06/19/common-release-2.2.4.html</guid>
+        
+        <category>release</category>
+        
+        <category>tools</category>
+        
+        
+        <category>news</category>
+        
+      </item>
+    
+      <item>
+        <title>Cordova-Common Release</title>
         <description>&lt;p&gt;We are happy to announce that 
&lt;code&gt;cordova-common 2.2.3&lt;/code&gt; has been released. 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 config.xml parsing.&lt;/p&gt;
 
 &lt;h2&gt;Release Highlights&lt;/h2&gt;
@@ -1048,79 +1078,5 @@ cordova plugin add cordova-plugin-camera
         
       </item>
     
-      <item>
-        <title>Cordova Android 7.0.0 Released!</title>
-        <description>&lt;p&gt;We are happy to announce that 
&lt;code&gt;Cordova Android 7.0.0&lt;/code&gt; has been released! &lt;/p&gt;
-
-&lt;p&gt;With this release, we have changed the default project structure for 
Android projects.  People who currently use the CLI and treat everything in the 
platforms directory as a build artifact should not notice a difference. 
&lt;/p&gt;
-
-&lt;p&gt;However this a major breaking change for people creating standalone 
Cordova Android projects.  This also means that the locations of files have 
changed and have been brought in line to the structure used by Android 
Studio.&lt;br&gt;
-This may affect plugin.xml files and config.xml files that use edit-config, 
and make it so plugins that use edit-config will not be able to be compatible 
with both Android 6.x and Android 7.x.  To fix this issue, please do the 
following in your XML files: &lt;/p&gt;
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-&quot; data-lang=&quot;&quot;&gt;&amp;lt;!-- An existing 
config.xml --&amp;gt;
-&amp;lt;edit-config file=&quot;AndroidManifest.xml&quot; 
target=&quot;/manifest/application&quot; mode=&quot;merge&quot;&amp;gt;
-
-&amp;lt;!-- needs to change to --&amp;gt;
-&amp;lt;edit-config file=&quot;app/src/main/AndroidManifest.xml&quot; 
target=&quot;/manifest/application&quot; mode=&quot;merge&quot;&amp;gt;
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-&lt;h2&gt;Major Changes include:&lt;/h2&gt;
-
-&lt;ul&gt;
-&lt;li&gt;Support for Java 1.8 language features in Cordova Plugins&lt;/li&gt;
-&lt;li&gt;CordovaInterface now has a Context getter so that contexts can be 
retrieved without an Activity&lt;/li&gt;
-&lt;li&gt;Cordova can now build for x86_64, arm64 and armeabi architecture 
when building plugins that use the NDK&lt;/li&gt;
-&lt;li&gt;The minimum Android API version supported is now API Level 
19&lt;/li&gt;
-&lt;li&gt;Due to the directory structure change, we no longer support in-line 
upgrading, bringing us in line with iOS&lt;/li&gt;
-&lt;li&gt;ANT builds are no longer supported and the functionality has been 
removed.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;To upgrade:&lt;/p&gt;
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-&quot; data-lang=&quot;&quot;&gt;npm install -g cordova
-cd my_project
-cordova platform remove android
-cordova platform add [email protected]
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-&lt;p&gt;To add it explicitly:&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 
[email protected]
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-&lt;!--more--&gt;
-
-&lt;h2&gt;Curated Changelog&lt;/h2&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13612&quot;&gt;CB-13612&lt;/a&gt;
 Fix the remapper so that XML files copy over and the Camera works 
again.&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13741&quot;&gt;CB-13741&lt;/a&gt;
 Bump &lt;code&gt;package.json&lt;/code&gt; so we can install plugins&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13610&quot;&gt;CB-13610&lt;/a&gt;
 Compress the default app assets&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12835&quot;&gt;CB-12835&lt;/a&gt;
 add a Context getter in CordovaInterface&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-8976&quot;&gt;CB-8976&lt;/a&gt;
 Added the &lt;code&gt;cdvVersionCodeForceAbiDigit&lt;/code&gt; flag to the 
template build.gradle that appends 0 to the versionCode when 
&lt;code&gt;cdvBuildMultipleApks&lt;/code&gt; is not set&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12291&quot;&gt;CB-12291&lt;/a&gt;
 (android) Add x86_64, arm64 and armeabi architecture flavors&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13602&quot;&gt;CB-13602&lt;/a&gt;
 We were setting the path wrong, this is hacky but it works&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13601&quot;&gt;CB-13601&lt;/a&gt;
 Fixing the standalone run scripts to make sure this works without using the 
CLI&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13580&quot;&gt;CB-13580&lt;/a&gt;
 fix build for multiple apks (different product flavors)&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13558&quot;&gt;CB-13558&lt;/a&gt;
 Upgrading the gradle so we can upload the AAR&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13297&quot;&gt;CB-13297&lt;/a&gt;
 This just works once you bump the project structure.  Java 1.8 compatibility 
baked-in&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11244&quot;&gt;CB-11244&lt;/a&gt;
 &lt;strong&gt;Android&lt;/strong&gt; Studio 3 work, things have changed with 
how the platform is built&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11244&quot;&gt;CB-11244&lt;/a&gt;
 Found bug where the gradle subproject changes weren&amp;#39;t actually getting 
written to the correct gradle file&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13470&quot;&gt;CB-13470&lt;/a&gt;
 Fix Clean so that it cleans the &lt;strong&gt;Android&lt;/strong&gt; Studio 
structure&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11244&quot;&gt;CB-11244&lt;/a&gt;
 Adding specs for resource files inside an &lt;strong&gt;Android&lt;/strong&gt; 
Studio Project&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11244&quot;&gt;CB-11244&lt;/a&gt;
 Added remapping for drawables&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11244&quot;&gt;CB-11244&lt;/a&gt;
 Found bug in Api.js where xml/strings.xml is used instead of 
values/strings.xml&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11244&quot;&gt;CB-11244&lt;/a&gt;
 Setup Api.js to support multiple builders based on project structure&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11244&quot;&gt;CB-11244&lt;/a&gt;
 Changing directory creation, will most likely hide this behind a flag for the 
next release of &lt;code&gt;cordova-android&lt;/code&gt;, and then make it 
default in the next major pending feedback&lt;/li&gt;
-&lt;li&gt;Adding the Studio Builder to build a project based on 
&lt;strong&gt;Android&lt;/strong&gt; Studio, and deleting Ant, since Google 
does not support Ant Builds anymore. Sorry!&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-        <pubDate>Mon, 04 Dec 2017 00:00:00 +0000</pubDate>
-        
<link>https://cordova.apache.org/announcements/2017/12/04/cordova-android-7.0.0.html</link>
-        <guid 
isPermaLink="true">https://cordova.apache.org/announcements/2017/12/04/cordova-android-7.0.0.html</guid>
-        
-        <category>news</category>
-        
-        <category>releases</category>
-        
-        
-        <category>announcements</category>
-        
-      </item>
-    
   </channel>
 </rss>

Modified: cordova/site/public/news/2018/06/04/common-release.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/news/2018/06/04/common-release.html?rev=1833860&r1=1833859&r2=1833860&view=diff
==============================================================================
--- cordova/site/public/news/2018/06/04/common-release.html (original)
+++ cordova/site/public/news/2018/06/04/common-release.html Tue Jun 19 17:37:49 
2018
@@ -166,6 +166,26 @@
             </div>
             <div class="col-sm-6">
                 
+                    <a 
href="/news/2018/06/19/common-release-2.2.4.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" 
href="/news/2018/06/19/common-release-2.2.4.html">Cordova-Common Release</a>
+                    <div class="date"> 19 Jun 2018 - By Chris Brody </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 cordova-common 2.2.4 has 
been released. This...
+                    </p>
+                
             </div>
         </div>
     </footer>

Added: cordova/site/public/news/2018/06/19/common-release-2.2.4.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/news/2018/06/19/common-release-2.2.4.html?rev=1833860&view=auto
==============================================================================
--- cordova/site/public/news/2018/06/19/common-release-2.2.4.html (added)
+++ cordova/site/public/news/2018/06/19/common-release-2.2.4.html Tue Jun 19 
17:37:49 2018
@@ -0,0 +1,288 @@
+<!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 
cordova-common 2.2.4 has been released. This is one of the libraries used 
behind-the-scenes by nearly all of the Cordova toolin...">
+
+    <title>
+        
+            
+                Cordova-Common Release - Apache Cordova
+            
+        
+    </title>
+
+    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+    
+
+    
+    
+
+    <link rel="canonical" 
href="https://cordova.apache.org/news/2018/06/19/common-release-2.2.4.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 '8.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-Common Release</div>
+        <div class="author">By:
+            
+              <a href="https://twitter.com/brodybits";>Chris Brody</a>
+            
+        </div>
+        <div class="date">19 Jun 2018</div>
+    </header>
+    <section>
+        <div>
+            <p>We are happy to announce that <code>cordova-common 2.2.4</code> 
has been released. 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 config.xml parsing.</p>
+
+<h2>Release Highlights</h2>
+
+<p>The purpose of this release is to resolve issues with dependencies on 
cordova-ios@4. Here are the major changes:</p>
+
+<ul>
+<li>Revert change to use strip-bom package to strip BOM</li>
+<li>Revert change to update dependencies in package.json (needed to resolve 
issues with cordova-ios@4) but keep using plist@^3.0.1 to avoid <code>npm 
audit</code> issue</li>
+</ul>
+
+<h2>Deprecation Note</h2>
+
+<p>As NodeJS 4.x support ended on April 30<sup>th</sup>, 2018, we are 
proceeding with our <a 
href="http://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html";>previously
 announced</a> deprecation timeline.  This is probably the last release that 
will support NodeJS 4.x.</p>
+
+        </div>
+    </section>
+    <footer>
+        <div class="row">
+            <div class="col-sm-6">
+                
+                    <a href="/news/2018/06/04/common-release.html">Previous</a>
+                    <br>
+                    <br>
+                    <a class="title" 
href="/news/2018/06/04/common-release.html">Cordova-Common Release</a>
+                    <div class="date"> 04 Jun 2018 - By Darryl Pogue </div>
+                    <p class="content">
+                        We are happy to announce that cordova-common 2.2.3 has 
been released. This...
+                    </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:  8.x", "language: en"] }
+    });
+</script>
+
+</body>
+</html>

Modified: cordova/site/public/sitemap.xml
URL: 
http://svn.apache.org/viewvc/cordova/site/public/sitemap.xml?rev=1833860&r1=1833859&r2=1833860&view=diff
==============================================================================
--- cordova/site/public/sitemap.xml (original)
+++ cordova/site/public/sitemap.xml Tue Jun 19 17:37:49 2018
@@ -4,6 +4,11 @@
 <!-- posts -->
 
 <url>
+    
<loc>https://cordova.apache.org/news/2018/06/19/common-release-2.2.4.html</loc>
+</url>
+
+
+<url>
     <loc>https://cordova.apache.org/news/2018/06/04/common-release.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=1833860&r1=1833859&r2=1833860&view=diff
==============================================================================
--- cordova/site/public/static/js/index.js (original)
+++ cordova/site/public/static/js/index.js Tue Jun 19 17:37:49 2018
@@ -77,6 +77,7 @@ function checkNotification() {
     var dates = [];
     if (lastVisit != "") {
         
+        dates.push('Tue, 19 Jun 2018 00:00:00 +0000');
         dates.push('Mon, 04 Jun 2018 00:00:00 +0000');
         dates.push('Mon, 16 Apr 2018 00:00:00 +0000');
         dates.push('Tue, 27 Feb 2018 00:00:00 +0000');



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to