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 2017/11/30 23:08:21 UTC

svn commit: r1816775 - in /cordova/site/public: ./ announcements/2017/11/21/ blog/ news/2017/11/20/ news/2017/11/27/ static/js/

Author: steven
Date: Thu Nov 30 23:08:20 2017
New Revision: 1816775

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

Added:
    cordova/site/public/announcements/2017/11/21/
    cordova/site/public/announcements/2017/11/21/ios-release.html
Modified:
    cordova/site/public/blog/index.html
    cordova/site/public/feed.xml
    cordova/site/public/news/2017/11/20/migrate-from-cordova-globalization-plugin.html
    cordova/site/public/news/2017/11/27/Deprecation-of-cordova-contacts-plugin.html
    cordova/site/public/sitemap.xml
    cordova/site/public/static/js/index.js

Added: cordova/site/public/announcements/2017/11/21/ios-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2017/11/21/ios-release.html?rev=1816775&view=auto
==============================================================================
--- cordova/site/public/announcements/2017/11/21/ios-release.html (added)
+++ cordova/site/public/announcements/2017/11/21/ios-release.html Thu Nov 30 23:08:20 2017
@@ -0,0 +1,328 @@
+<!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 a minor version of Cordova iOS 4.5.4 has been released!This version continues to add updates for the latest iOS 11 and also includes...">
+
+    <title>
+        
+            
+                Cordova iOS 4.5.4 - Apache Cordova
+            
+        
+    </title>
+
+    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+    
+
+    
+    
+
+    <link rel="canonical" href="https://cordova.apache.org/announcements/2017/11/21/ios-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 '7.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 iOS 4.5.4</div>
+        <div class="author">By:
+            
+              <a href="https://twitter.com/surajpindoria">Suraj Pindoria</a>
+            
+        </div>
+        <div class="date">21 Nov 2017</div>
+    </header>
+    <section>
+        <div>
+            <p>We are happy to announce a minor version of <code>Cordova iOS 4.5.4</code> has been released!</p>
+
+<p>This version continues to add updates for the latest iOS 11 and also includes some fixes for the iPhone X.</p>
+
+<p>Things to note:</p>
+
+<ul>
+<li>Added flag for Xcode-managed provisioning</li>
+<li>Fixed compile error when compile source as objective-c++</li>
+<li>Adjusted storyboard constraints</li>
+</ul>
+
+<p><strong>Note:</strong> When updating <strong>iOS</strong>, make sure to save your plugins as current unsaved plugins may not be reinstalled otherwise. Run the following command in your project to save your currently installed plugins into <code>config.xml</code>:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova plugin save
+</code></pre></div>
+<p>To upgrade:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">npm install -g cordova
+cd my_project
+cordova platform rm ios
+cordova platform add ios@4.5.4
+</code></pre></div>
+<p>To add it explicitly:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova platform add ios@4.5.4
+</code></pre></div>
+<!--more-->
+
+<h2>What&#39;s new in iOS</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-13579">CB-13579</a> Updated checked in node_modules</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-13523">CB-13523</a> Add flag for Xcode-managed provisioning</li>
+<li>Fix compile error when compile source as objective-c++</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-13505">CB-13505</a> (ios) adjust storyboard constraints</li>
+</ul>
+
+        </div>
+    </section>
+    <footer>
+        <div class="row">
+            <div class="col-sm-6">
+                
+                    <a href="/news/2017/11/20/migrate-from-cordova-globalization-plugin.html">Previous</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/news/2017/11/20/migrate-from-cordova-globalization-plugin.html">Migrating from the Globalization Plugin</a>
+                    <div class="date"> 20 Nov 2017 - By Vishal Mishra </div>
+                    <p class="content">
+                        Migrating from the Cordova Globalization Plugin The Cordova Globalization Plugin was created...
+                    </p>
+                
+            </div>
+            <div class="col-sm-6">
+                
+                    <a href="/news/2017/11/27/Deprecation-of-cordova-contacts-plugin.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/news/2017/11/27/Deprecation-of-cordova-contacts-plugin.html">Deprecation of the Cordova Contacts Plugin</a>
+                    <div class="date"> 27 Nov 2017 - By Vishal Mishra </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
+                        -->
+                        Deprecation of the Cordova Contacts Plugin We are hereby announcing the deprecation...
+                    </p>
+                
+            </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:  7.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=1816775&r1=1816774&r2=1816775&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Thu Nov 30 23:08:20 2017
@@ -156,6 +156,52 @@
             
             <li>
                 <header>
+                    <div class="adorner" blogTime="Tue, 21 Nov 2017 00:00:00 +0000"></div>
+                    <h2 class="title">
+                        <a href="/announcements/2017/11/21/ios-release.html">Cordova iOS 4.5.4</a>
+                    </h2>
+                    <div class="details">
+                        <span class="date">21 Nov 2017</span>
+                        - by
+                        <span class="author">
+                            
+                                <a href="https://twitter.com/surajpindoria">Suraj Pindoria</a>
+                            
+                        </span>
+                        <a class="comment" href="/announcements/2017/11/21/ios-release.html#disqus_thread"></a>
+                    </div>
+                </header>
+                <section class="post-excerpt">
+                    <p><p>We are happy to announce a minor version of <code>Cordova iOS 4.5.4</code> has been released!</p>
+
+<p>This version continues to add updates for the latest iOS 11 and also includes some fixes for the iPhone X.</p>
+
+<p>Things to note:</p>
+
+<ul>
+<li>Added flag for Xcode-managed provisioning</li>
+<li>Fixed compile error when compile source as objective-c++</li>
+<li>Adjusted storyboard constraints</li>
+</ul>
+
+<p><strong>Note:</strong> When updating <strong>iOS</strong>, make sure to save your plugins as current unsaved plugins may not be reinstalled otherwise. Run the following command in your project to save your currently installed plugins into <code>config.xml</code>:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova plugin save
+</code></pre></div>
+<p>To upgrade:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">npm install -g cordova
+cd my_project
+cordova platform rm ios
+cordova platform add ios@4.5.4
+</code></pre></div>
+<p>To add it explicitly:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova platform add ios@4.5.4
+</code></pre></div></p>
+                    <div><a href="/announcements/2017/11/21/ios-release.html">More...</a></div>
+                </section>
+            </li>
+            
+            <li>
+                <header>
                     <div class="adorner" blogTime="Mon, 20 Nov 2017 00:00:00 +0000"></div>
                     <h2 class="title">
                         <a href="/news/2017/11/20/migrate-from-cordova-globalization-plugin.html">Migrating from the Globalization Plugin</a>

Modified: cordova/site/public/feed.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1816775&r1=1816774&r2=1816775&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Thu Nov 30 23:08:20 2017
@@ -6,8 +6,8 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Thu, 30 Nov 2017 22:15:15 +0000</pubDate>
-    <lastBuildDate>Thu, 30 Nov 2017 22:15:15 +0000</lastBuildDate>
+    <pubDate>Thu, 30 Nov 2017 22:47:48 +0000</pubDate>
+    <lastBuildDate>Thu, 30 Nov 2017 22:47:48 +0000</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
@@ -36,6 +36,56 @@
       </item>
     
       <item>
+        <title>Cordova iOS 4.5.4</title>
+        <description>&lt;p&gt;We are happy to announce a minor version of &lt;code&gt;Cordova iOS 4.5.4&lt;/code&gt; has been released!&lt;/p&gt;
+
+&lt;p&gt;This version continues to add updates for the latest iOS 11 and also includes some fixes for the iPhone X.&lt;/p&gt;
+
+&lt;p&gt;Things to note:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Added flag for Xcode-managed provisioning&lt;/li&gt;
+&lt;li&gt;Fixed compile error when compile source as objective-c++&lt;/li&gt;
+&lt;li&gt;Adjusted storyboard constraints&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; When updating &lt;strong&gt;iOS&lt;/strong&gt;, make sure to save your plugins as current unsaved plugins may not be reinstalled otherwise. Run the following command in your project to save your currently installed plugins into &lt;code&gt;config.xml&lt;/code&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 plugin save
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&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 rm ios
+cordova platform add ios@4.5.4
+&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 ios@4.5.4
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+&lt;!--more--&gt;
+
+&lt;h2&gt;What&amp;#39;s new in iOS&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13579&quot;&gt;CB-13579&lt;/a&gt; Updated checked in node_modules&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13523&quot;&gt;CB-13523&lt;/a&gt; Add flag for Xcode-managed provisioning&lt;/li&gt;
+&lt;li&gt;Fix compile error when compile source as objective-c++&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13505&quot;&gt;CB-13505&lt;/a&gt; (ios) adjust storyboard constraints&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Tue, 21 Nov 2017 00:00:00 +0000</pubDate>
+        <link>https://cordova.apache.org/announcements/2017/11/21/ios-release.html</link>
+        <guid isPermaLink="true">https://cordova.apache.org/announcements/2017/11/21/ios-release.html</guid>
+        
+        <category>news</category>
+        
+        <category>releases</category>
+        
+        
+        <category>announcements</category>
+        
+      </item>
+    
+      <item>
         <title>Migrating from the Globalization Plugin</title>
         <description>&lt;h2&gt;Migrating from the Cordova Globalization Plugin&lt;/h2&gt;
 
@@ -810,148 +860,5 @@ cordova platform add ios@4.5.2
         
       </item>
     
-      <item>
-        <title>Tools Released!</title>
-        <description>&lt;p&gt;We just released a small update to our tools!&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova&quot;&gt;cordova@7.1.0&lt;/a&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova-lib&quot;&gt;cordova-lib@7.1.0&lt;/a&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/plugman&quot;&gt;cordova-plugman@1.5.1&lt;/a&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova-fetch&quot;&gt;cordova-fetch@1.2.0&lt;/a&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova-common&quot;&gt;cordova-common@2.1.1&lt;/a&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/xcode&quot;&gt;cordova-node-xcode@1.0.0&lt;/a&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova-js&quot;&gt;cordova-js@4.2.2&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2&gt;Release Highlights&lt;/h2&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13303&quot;&gt;CB-13303&lt;/a&gt; added &lt;code&gt;--production&lt;/code&gt; flag by default. This means that when the commands &lt;code&gt;cordova platform add android&lt;/code&gt; or &lt;code&gt;cordova plugin add cordova-plugin-device&lt;/code&gt; are run, under the hood we are running &lt;code&gt;npm install cordova-android --production&lt;/code&gt;. The &lt;code&gt;--production&lt;/code&gt; flag only installs &lt;code&gt;dependencies&lt;/code&gt; from &lt;code&gt;package.json&lt;/code&gt; and skips &lt;code&gt;devDependencies&lt;/code&gt;.  This should speed up installs (especially when installing local copies of platforms and plugins). You can turn the flag off by passing the &lt;code&gt;--noprod&lt;/code&gt; flag or setting it off globally via &lt;code&gt;cordova config set production false&lt;/code&gt;.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13353&quot;&gt;CB-13353&lt;/a&gt; added &lt;code&gt;--save-exact&lt;/code&gt; flag. This will allow to save an exact version of a platform or plugin instead of a range. &lt;code&gt;cordova platform add android@6.3.0 --save-exact&lt;/code&gt;. You can also set it true by default in your global config via &lt;code&gt;cordova config set save-exact true&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;This is the first release of &lt;code&gt;cordova-node-xcode&lt;/code&gt; under the apache cordova banner. It was originally created and used as a dependency for &lt;code&gt;cordova-lib&lt;/code&gt;, but now is being used by many other projects as well. We have decided to give the project a major release to &lt;code&gt;1.0.0&lt;/code&gt;. This is to represent stability for the project in terms of &lt;code&gt;semver&lt;/code&gt;. No breaking change has happened from the previous release. &lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13308&quot;&gt;CB-13308&lt;/a&gt; fixed issues with restoring plugins and platforms while using &lt;code&gt;npm@5+&lt;/code&gt;.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12787&quot;&gt;CB-12787&lt;/a&gt; Fix plugin installation with &lt;code&gt;--link&lt;/code&gt; option.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13056&quot;&gt;CB-13056&lt;/a&gt; added deprecation notice for &lt;strong&gt;WebOS&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13057&quot;&gt;CB-13057&lt;/a&gt; added deprecation warning for &lt;code&gt;cordova platform save&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12901&quot;&gt;CB-12901&lt;/a&gt; Deprecated &lt;code&gt;.raw&lt;/code&gt; from &lt;code&gt;cordova-lib&lt;/code&gt; API calls. If you consume &lt;code&gt;cordova-lib&lt;/code&gt; as a node module, please update your API calls! You can see an example of the change at &lt;a href=&quot;https://github.com/apache/cordova-cli/commit/0a42092971dc8fe2f483bd42c3b9de26fdec677c&quot;&gt;https://github.com/apache/cordova-cli/commit/0a42092971dc8fe2f483bd42c3b9de26fdec677c&lt;/a&gt;. &lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;To update your cordova CLI:&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@latest
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&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;h2&gt;cordova-lib&lt;/h2&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13303&quot;&gt;CB-13303&lt;/a&gt; added &lt;code&gt;--save_exact&lt;/code&gt;, &lt;code&gt;--production&lt;/code&gt; flags&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13288&quot;&gt;CB-13288&lt;/a&gt; updated &lt;code&gt;index.js&lt;/code&gt; and test to fix &lt;code&gt;cordova plugin search&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13206&quot;&gt;CB-13206&lt;/a&gt; fixed incorrect target being passed in to &lt;code&gt;plugin add&lt;/code&gt; from &lt;code&gt;restore-util.js&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13145&quot;&gt;CB-13145&lt;/a&gt; added &lt;code&gt;variable-merge.js&lt;/code&gt; to deal with &lt;code&gt;plugin.xml&lt;/code&gt; variables for uninstall&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12870&quot;&gt;CB-12870&lt;/a&gt; catch all use cases for &lt;code&gt;getPlatformApiFunction&lt;/code&gt; and update tests accordingly&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12944&quot;&gt;CB-12944&lt;/a&gt; Platform&amp;#39;s spec is ignored in &lt;code&gt;config.xml&lt;/code&gt; if &lt;code&gt;package.json&lt;/code&gt; doesn&amp;#39;t contain dependency for platform&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12361&quot;&gt;CB-12361&lt;/a&gt; added new unit tests for plugin tests&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13020&quot;&gt;CB-13020&lt;/a&gt; (plugman) install filters out &lt;code&gt;nohooks&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13056&quot;&gt;CB-13056&lt;/a&gt; added deprecation notice for &lt;strong&gt;WebOS&lt;/strong&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13057&quot;&gt;CB-13057&lt;/a&gt; added deprecation warning for &lt;code&gt;cordova platform save&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12361&quot;&gt;CB-12361&lt;/a&gt; added tests for &lt;code&gt;save.js&lt;/code&gt; and rebased&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12895&quot;&gt;CB-12895&lt;/a&gt; switched from &lt;code&gt;jshint&lt;/code&gt; to &lt;code&gt;eslint&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12361&quot;&gt;CB-12361&lt;/a&gt; updated &lt;code&gt;addHelper&lt;/code&gt; tests&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-11980&quot;&gt;CB-11980&lt;/a&gt; Update &lt;code&gt;README&lt;/code&gt; to reflect new repos&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-6143&quot;&gt;CB-6143&lt;/a&gt; Change &lt;code&gt;plugman.emit()&lt;/code&gt; to &lt;code&gt;events.emit()&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;Reorganized unit test directory. Changes include: - consolidate &lt;code&gt;spec-cordova/&lt;/code&gt; and &lt;code&gt;spec-plugman/&lt;/code&gt; into a single &lt;code&gt;spec/&lt;/code&gt; dir. - put &lt;code&gt;jasmine config&lt;/code&gt; and helper modules in top-level spec dir. - changed &lt;code&gt;package.json&lt;/code&gt; npm run scripts to reflect purposes of tasks. remove &lt;code&gt;npm run ci&lt;/code&gt;. Updated &lt;code&gt;README&lt;/code&gt; to reflect &lt;code&gt;package.json&lt;/code&gt; npm run script changes. &lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12361&quot;&gt;CB-12361&lt;/a&gt; added unit tests for &lt;code&gt;prepare.spec.js&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;Update cordova-lib api. Deprecate &lt;code&gt;raw&lt;/code&gt; from api calls. &lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-11980&quot;&gt;CB-11980&lt;/a&gt; moved &lt;code&gt;fetch&lt;/code&gt;, &lt;code&gt;common&lt;/code&gt; and &lt;code&gt;serve&lt;/code&gt; into their own repos&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12786&quot;&gt;CB-12786&lt;/a&gt; Improve logic for searching plugin id in case of module already exists in &lt;code&gt;node_modules&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12250&quot;&gt;CB-12250&lt;/a&gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12409&quot;&gt;CB-12409&lt;/a&gt; &lt;strong&gt;iOS&lt;/strong&gt;: Fix bug with escaping properties from plist file&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12762&quot;&gt;CB-12762&lt;/a&gt; point &lt;code&gt;package.json&lt;/code&gt; repo items to github mirrors instead of apache repos site&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12777&quot;&gt;CB-12777&lt;/a&gt; removed &lt;strong&gt;Android&lt;/strong&gt;, &lt;strong&gt;iOS&lt;/strong&gt;, and &lt;strong&gt;Windows&lt;/strong&gt; projects fixtures&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12787&quot;&gt;CB-12787&lt;/a&gt; Fix plugin installation with &lt;code&gt;--link&lt;/code&gt; option&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12738&quot;&gt;CB-12738&lt;/a&gt; Cordova ignores plugin dependency version on &lt;strong&gt;Windows&lt;/strong&gt; platform&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12766&quot;&gt;CB-12766&lt;/a&gt; Consistently write JSON with 2 spaces indentation&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2&gt;cordova-cli&lt;/h2&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13303&quot;&gt;CB-13303&lt;/a&gt; added &lt;code&gt;--noprod&lt;/code&gt; and &lt;code&gt;--production&lt;/code&gt; flags as options, &lt;code&gt;--noprod&lt;/code&gt; turns off our auto adding of &lt;code&gt;--production&lt;/code&gt; flag&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13353&quot;&gt;CB-13353&lt;/a&gt; added &lt;code&gt;--save-exact&lt;/code&gt; flag to cli and unit test&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12895&quot;&gt;CB-12895&lt;/a&gt; Added &lt;code&gt;eslint&lt;/code&gt; and removed &lt;code&gt;jshint&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12862&quot;&gt;CB-12862&lt;/a&gt; Added &lt;code&gt;searchpath&lt;/code&gt; as a config option&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12762&quot;&gt;CB-12762&lt;/a&gt; point &lt;code&gt;package.json&lt;/code&gt; repo items to github mirrors instead of apache repos site&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12693&quot;&gt;CB-12693&lt;/a&gt; Included examples for &lt;code&gt;Browserify&lt;/code&gt;, &lt;code&gt;fetch&lt;/code&gt;, and &lt;code&gt;autosave&lt;/code&gt; and include options with a more detailed description.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12901&quot;&gt;CB-12901&lt;/a&gt; removed &lt;code&gt;.raw&lt;/code&gt; from &lt;code&gt;cordova-lib&lt;/code&gt; calls&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2&gt;cordova-plugman&lt;/h2&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13380&quot;&gt;CB-13380&lt;/a&gt; Updated &lt;code&gt;cordova-lib&lt;/code&gt; dependency to &lt;code&gt;7.1.0&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12895&quot;&gt;CB-12895&lt;/a&gt; setup &lt;code&gt;eslint&lt;/code&gt; and remove &lt;code&gt;jshint&lt;/code&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2&gt;cordova-fetch&lt;/h2&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13353&quot;&gt;CB-13353&lt;/a&gt; added &lt;code&gt;saveexact&lt;/code&gt; as an option and updated fetch test&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13308&quot;&gt;CB-13308&lt;/a&gt;, &lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13252&quot;&gt;CB-13252&lt;/a&gt; fix issue with plugins turning into symlinks on restore&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13303&quot;&gt;CB-13303&lt;/a&gt; setting production flag to true by default during npm install&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12895&quot;&gt;CB-12895&lt;/a&gt; setting up &lt;code&gt;eslint&lt;/code&gt; and removing &lt;code&gt;jshint&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13010&quot;&gt;CB-13010&lt;/a&gt; Improve logic for searching packages which being installed from &lt;code&gt;git url&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-11980&quot;&gt;CB-11980&lt;/a&gt; fixed incorrect &lt;code&gt;appveyor&lt;/code&gt; image&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12786&quot;&gt;CB-12786&lt;/a&gt; Improve logic for searching plugin id in case of module already exists in &lt;code&gt;node_modules&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12762&quot;&gt;CB-12762&lt;/a&gt; updated &lt;code&gt;packageJson&lt;/code&gt; to github mirrors&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12787&quot;&gt;CB-12787&lt;/a&gt; Fix plugin installation with &lt;code&gt;--link&lt;/code&gt; option&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12738&quot;&gt;CB-12738&lt;/a&gt; Cordova ignores plugin dependency version on &lt;strong&gt;windows&lt;/strong&gt; platform&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2&gt;cordova-common&lt;/h2&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13145&quot;&gt;CB-13145&lt;/a&gt; added &lt;code&gt;getFrameworks&lt;/code&gt; to unit tests&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13145&quot;&gt;CB-13145&lt;/a&gt; added variable replacing to framework tag&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2&gt;cordova-node-xcode&lt;/h2&gt;
-
-&lt;ul&gt;
-&lt;li&gt;Bump version to 1.0.0 to represent stability and follow semver more closely&lt;/li&gt;
-&lt;li&gt;Fix null-access errors in &lt;code&gt;addTo/removeFrom*PbxGroup&lt;/code&gt; methods&lt;/li&gt;
-&lt;li&gt;Fix possible null-access error in &lt;code&gt;removeFromFrameworksPbxGroup&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;add check for &lt;code&gt;isArray&lt;/code&gt; so that strings don&amp;#39;t cause an error when calling &lt;code&gt;.filter&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;Updated License, Copyright, Contributors and repo url, in prep for contributing this project to Apache Cordova&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2&gt;cordova-js&lt;/h2&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12017&quot;&gt;CB-12017&lt;/a&gt; updated dependencies for &lt;code&gt;Browserify&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12762&quot;&gt;CB-12762&lt;/a&gt; point &lt;code&gt;package.json&lt;/code&gt; repo items to github mirrors instead of apache repos&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12895&quot;&gt;CB-12895&lt;/a&gt; added &lt;code&gt;eslint&lt;/code&gt; to repo&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-13232&quot;&gt;CB-13232&lt;/a&gt; added test for cordova&amp;#39;s unique local style require&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8990&quot;&gt;CB-8990&lt;/a&gt; bump nodejs requirement to 4.0.0+&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12847&quot;&gt;CB-12847&lt;/a&gt; added &lt;code&gt;bugs&lt;/code&gt; entry to &lt;code&gt;package.json&lt;/code&gt;.&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-12748&quot;&gt;CB-12748&lt;/a&gt; Update CI to test node 4 and 6&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-        <pubDate>Tue, 10 Oct 2017 00:00:00 +0000</pubDate>
-        <link>https://cordova.apache.org/news/2017/10/10/tools-release.html</link>
-        <guid isPermaLink="true">https://cordova.apache.org/news/2017/10/10/tools-release.html</guid>
-        
-        <category>release</category>
-        
-        <category>tools</category>
-        
-        
-        <category>news</category>
-        
-      </item>
-    
   </channel>
 </rss>

Modified: cordova/site/public/news/2017/11/20/migrate-from-cordova-globalization-plugin.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2017/11/20/migrate-from-cordova-globalization-plugin.html?rev=1816775&r1=1816774&r2=1816775&view=diff
==============================================================================
--- cordova/site/public/news/2017/11/20/migrate-from-cordova-globalization-plugin.html (original)
+++ cordova/site/public/news/2017/11/20/migrate-from-cordova-globalization-plugin.html Thu Nov 30 23:08:20 2017
@@ -202,11 +202,11 @@ First we should check if the API is supp
             </div>
             <div class="col-sm-6">
                 
-                    <a href="/news/2017/11/27/Deprecation-of-cordova-contacts-plugin.html">Next</a>
+                    <a href="/announcements/2017/11/21/ios-release.html">Next</a>
                     <br>
                     <br>
-                    <a class="title" href="/news/2017/11/27/Deprecation-of-cordova-contacts-plugin.html">Deprecation of the Cordova Contacts Plugin</a>
-                    <div class="date"> 27 Nov 2017 - By Vishal Mishra </div>
+                    <a class="title" href="/announcements/2017/11/21/ios-release.html">Cordova iOS 4.5.4</a>
+                    <div class="date"> 21 Nov 2017 - By Suraj Pindoria </div>
                     <p class="content">
                         <!--
                             NOTE:
@@ -219,7 +219,7 @@ First we should check if the API is supp
 
                             Reference: https://github.com/jekyll/jekyll/issues/2860
                         -->
-                        Deprecation of the Cordova Contacts Plugin We are hereby announcing the deprecation...
+                        We are happy to announce a minor version of Cordova iOS 4.5.4...
                     </p>
                 
             </div>

Modified: cordova/site/public/news/2017/11/27/Deprecation-of-cordova-contacts-plugin.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2017/11/27/Deprecation-of-cordova-contacts-plugin.html?rev=1816775&r1=1816774&r2=1816775&view=diff
==============================================================================
--- cordova/site/public/news/2017/11/27/Deprecation-of-cordova-contacts-plugin.html (original)
+++ cordova/site/public/news/2017/11/27/Deprecation-of-cordova-contacts-plugin.html Thu Nov 30 23:08:20 2017
@@ -147,13 +147,13 @@
         <div class="row">
             <div class="col-sm-6">
                 
-                    <a href="/news/2017/11/20/migrate-from-cordova-globalization-plugin.html">Previous</a>
+                    <a href="/announcements/2017/11/21/ios-release.html">Previous</a>
                     <br>
                     <br>
-                    <a class="title" href="/news/2017/11/20/migrate-from-cordova-globalization-plugin.html">Migrating from the Globalization Plugin</a>
-                    <div class="date"> 20 Nov 2017 - By Vishal Mishra </div>
+                    <a class="title" href="/announcements/2017/11/21/ios-release.html">Cordova iOS 4.5.4</a>
+                    <div class="date"> 21 Nov 2017 - By Suraj Pindoria </div>
                     <p class="content">
-                        Migrating from the Cordova Globalization Plugin The Cordova Globalization Plugin was created...
+                        We are happy to announce a minor version of Cordova iOS 4.5.4...
                     </p>
                 
             </div>

Modified: cordova/site/public/sitemap.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/sitemap.xml?rev=1816775&r1=1816774&r2=1816775&view=diff
==============================================================================
--- cordova/site/public/sitemap.xml (original)
+++ cordova/site/public/sitemap.xml Thu Nov 30 23:08:20 2017
@@ -9,6 +9,11 @@
 
 
 <url>
+    <loc>https://cordova.apache.org/announcements/2017/11/21/ios-release.html</loc>
+</url>
+
+
+<url>
     <loc>https://cordova.apache.org/news/2017/11/20/migrate-from-cordova-globalization-plugin.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=1816775&r1=1816774&r2=1816775&view=diff
==============================================================================
--- cordova/site/public/static/js/index.js (original)
+++ cordova/site/public/static/js/index.js Thu Nov 30 23:08:20 2017
@@ -78,6 +78,7 @@ function checkNotification() {
     if (lastVisit != "") {
         
         dates.push('Mon, 27 Nov 2017 00:00:00 +0000');
+        dates.push('Tue, 21 Nov 2017 00:00:00 +0000');
         dates.push('Mon, 20 Nov 2017 00:00:00 +0000');
         dates.push('Fri, 10 Nov 2017 00:00:00 +0000');
         dates.push('Thu, 09 Nov 2017 00:00:00 +0000');



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