You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/03/23 16:40:18 UTC

svn commit: r1856121 [1/3] - in /cordova/site/public: ./ announcements/2019/03/18/ announcements/2019/03/22/ blog/ blog/2013/07/12/ blog/2013/08/13/ blog/releases/2013/07/24/ docs/en/dev/guide/platforms/electron/ news/2013/09/06/ static/js/

Author: erisu
Date: Sat Mar 23 16:40:18 2019
New Revision: 1856121

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

Added:
    cordova/site/public/announcements/2019/03/22/
    cordova/site/public/announcements/2019/03/22/cordova-cli-release-9.0.0.html
    cordova/site/public/announcements/2019/03/22/cordova-plugman-release-3.0.0.html
Modified:
    cordova/site/public/announcements/2019/03/18/cordova-lib-release-9.0.0.html
    cordova/site/public/blog/2013/07/12/cordova-has-a-blog.html
    cordova/site/public/blog/2013/08/13/crowdintranslation.html
    cordova/site/public/blog/index.html
    cordova/site/public/blog/releases/2013/07/24/cordova-3.html
    cordova/site/public/docs/en/dev/guide/platforms/electron/index.html
    cordova/site/public/feed.xml
    cordova/site/public/news/2013/09/06/last-week.html
    cordova/site/public/sitemap.xml
    cordova/site/public/static/js/index.js

Modified: cordova/site/public/announcements/2019/03/18/cordova-lib-release-9.0.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2019/03/18/cordova-lib-release-9.0.0.html?rev=1856121&r1=1856120&r2=1856121&view=diff
==============================================================================
--- cordova/site/public/announcements/2019/03/18/cordova-lib-release-9.0.0.html (original)
+++ cordova/site/public/announcements/2019/03/18/cordova-lib-release-9.0.0.html Sat Mar 23 16:40:18 2019
@@ -226,6 +226,26 @@
             </div>
             <div class="col-sm-6">
                 
+                    <a href="/announcements/2019/03/22/cordova-cli-release-9.0.0.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/announcements/2019/03/22/cordova-cli-release-9.0.0.html">Cordova CLI 9.0.0 Released!</a>
+                    <div class="date"> 22 Mar 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 9.0.0!...
+                    </p>
+                
             </div>
         </div>
     </footer>

Added: cordova/site/public/announcements/2019/03/22/cordova-cli-release-9.0.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2019/03/22/cordova-cli-release-9.0.0.html?rev=1856121&view=auto
==============================================================================
--- cordova/site/public/announcements/2019/03/22/cordova-cli-release-9.0.0.html (added)
+++ cordova/site/public/announcements/2019/03/22/cordova-cli-release-9.0.0.html Sat Mar 23 16:40:18 2019
@@ -0,0 +1,363 @@
+<!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 9.0.0!cordova@9.0.0To upgrade:npm uninstall -g cordovanpm install -g cordova@9.0.0Release Highlig...">
+
+    <title>
+        
+            
+                Cordova CLI 9.0.0 Released! - Apache Cordova
+            
+        
+    </title>
+
+    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+    
+
+    
+    
+
+    <link rel="canonical" href="https://cordova.apache.org/announcements/2019/03/22/cordova-cli-release-9.0.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 '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 CLI 9.0.0 Released!</div>
+        <div class="author">By:
+            
+              Bryan Ellis
+            
+        </div>
+        <div class="date">22 Mar 2019</div>
+    </header>
+    <section>
+        <div>
+            <p>We are happy to announce that we have just released <code>cordova 9.0.0</code>!</p>
+
+<ul>
+<li><a href="https://www.npmjs.com/package/cordova">cordova@9.0.0</a></li>
+</ul>
+
+<p><strong>To upgrade:</strong></p>
+<div class="highlight"><pre><code class="language-" data-lang="">npm uninstall -g cordova
+npm install -g cordova@9.0.0
+</code></pre></div>
+<h2>Release Highlights</h2>
+
+<p>In addition to various improvements and fixes, this release has updated its core library. </p>
+
+<p>All of the latest platform releases are available by default.</p>
+
+<ul>
+<li><code>cordova-android@^8.0.0</code></li>
+<li><code>cordova-browser@^6.0.0</code></li>
+<li><code>cordova-electron@^1.0.0</code></li>
+<li><code>cordova-ios@^5.0.0</code></li>
+<li><code>cordova-osx@^5.0.0</code></li>
+<li><code>cordova-windows@^7.0.0</code></li>
+</ul>
+
+<p>Additionally, Cordova Electron, one of the newest supported platfroms, is available!</p>
+
+<p>This release has also deprecated the <code>browserify</code>,  <code>fetch</code>, and <code>copy-from</code> options.</p>
+
+<p>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.</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-cli/pull/414">GH-414</a> Cordova CLI Release Preparation (Cordova 9)
+
+<ul>
+<li><strong>Bumped Dependencies</strong></li>
+<li><code>cordova-lib@^9.0.0</code></li>
+<li><code>cordova-common@^3.1.0</code></li>
+<li><code>editor@^1.0.0</code> (Prepended <code>^</code> only)</li>
+<li><code>loud-rejection@^2.0.0</code></li>
+<li><strong>Bumped Dev Dependencies</strong></li>
+<li><code>jasmine@^3.3.1</code></li>
+<li><code>eslint-plugin-promise@^4.0.1</code></li>
+<li><code>eslint-plugin-node@^8.0.1</code></li>
+<li><code>eslint-plugin-import@^2.16.0</code></li>
+<li><code>eslint-config-standard@^12.0.0</code></li>
+<li><code>eslint-config-semistandard@^13.0.0</code></li>
+<li><code>eslint@^5.15.2</code></li>
+<li>Fix <code>logger[level]</code> spy in Jasmine</li>
+</ul></li>
+<li><a href="https://github.com/apache/cordova-cli/pull/397">GH-397</a> Update Node.js Deprecation Notice Message</li>
+<li><a href="https://github.com/apache/cordova-cli/pull/395">GH-395</a> Fix typo: &quot;esecially&quot; to especially</li>
+<li><a href="https://github.com/apache/cordova-cli/pull/364">GH-364</a> Fix spec label for build tests</li>
+<li><a href="https://github.com/apache/cordova-cli/pull/344">GH-344</a> Check that <code>bin/cordova</code> works on Travis CI</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-13740">CB-13740</a> gracefully handle platforms that don&#39;t pass back requirements to check</li>
+<li><a href="https://github.com/apache/cordova-cli/pull/327">GH-327</a> Stub telemetry calls during all tests</li>
+<li><a href="https://github.com/apache/cordova-cli/pull/322">GH-322</a> Remove support for <code>fetch</code> option</li>
+<li><a href="https://github.com/apache/cordova-cli/pull/321">GH-321</a> Remove support for <code>browserify</code></li>
+<li><a href="https://github.com/apache/cordova-cli/pull/317">GH-317</a> cli.spec: Telemetry-Related Improvements</li>
+<li><a href="https://github.com/apache/cordova-cli/pull/316">GH-316</a> Remove <code>callback</code> parameter of main CLI function</li>
+<li><a href="https://github.com/apache/cordova-cli/pull/298">GH-298</a> Remove support for deprecated <code>--copy-from</code></li>
+<li><a href="https://github.com/apache/cordova-cli/pull/298">GH-298</a> Cleanup code calling <code>cordova-create</code></li>
+</ul>
+
+        </div>
+    </section>
+    <footer>
+        <div class="row">
+            <div class="col-sm-6">
+                
+                    <a href="/announcements/2019/03/18/cordova-lib-release-9.0.0.html">Previous</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/announcements/2019/03/18/cordova-lib-release-9.0.0.html">Cordova Lib 9.0.0 Released!</a>
+                    <div class="date"> 18 Mar 2019 - By Bryan Ellis </div>
+                    <p class="content">
+                        We are happy to announce that we have just released cordova-lib 9.0.0!...
+                    </p>
+                
+            </div>
+            <div class="col-sm-6">
+                
+                    <a href="/announcements/2019/03/22/cordova-plugman-release-3.0.0.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/announcements/2019/03/22/cordova-plugman-release-3.0.0.html">Cordova Plugman 3.0.0 Released!</a>
+                    <div class="date"> 22 Mar 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 plugman 3.0.0!...
+                    </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:  8.x", "language: en"] }
+    });
+</script>
+
+</body>
+</html>

Added: cordova/site/public/announcements/2019/03/22/cordova-plugman-release-3.0.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2019/03/22/cordova-plugman-release-3.0.0.html?rev=1856121&view=auto
==============================================================================
--- cordova/site/public/announcements/2019/03/22/cordova-plugman-release-3.0.0.html (added)
+++ cordova/site/public/announcements/2019/03/22/cordova-plugman-release-3.0.0.html Sat Mar 23 16:40:18 2019
@@ -0,0 +1,320 @@
+<!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 plugman 3.0.0! Plugman is a command line tool which we provide to install and uninstall plugins in a plat...">
+
+    <title>
+        
+            
+                Cordova Plugman 3.0.0 Released! - Apache Cordova
+            
+        
+    </title>
+
+    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+    
+
+    
+    
+
+    <link rel="canonical" href="https://cordova.apache.org/announcements/2019/03/22/cordova-plugman-release-3.0.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 '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 Plugman 3.0.0 Released!</div>
+        <div class="author">By:
+            
+              Bryan Ellis
+            
+        </div>
+        <div class="date">22 Mar 2019</div>
+    </header>
+    <section>
+        <div>
+            <p>We are happy to announce that we have just released <code>plugman 3.0.0</code>! Plugman is a command line tool which we provide to install and uninstall plugins in a <a href="https://cordova.apache.org/docs/en/latest/guide/overview/index.html#development-paths">platform-centered workflow</a>.</p>
+
+<ul>
+<li><a href="https://www.npmjs.com/package/plugman">plugman@3.0.0</a></li>
+</ul>
+
+<p><strong>To upgrade:</strong></p>
+<div class="highlight"><pre><code class="language-" data-lang="">npm uninstall -g plugman
+npm install -g plugman@3.0.0
+</code></pre></div>
+<h2>Release Highlights</h2>
+
+<p>In addition to various improvements and fixes, this release has removed the <code>browserify</code> and <code>fetch</code> options.</p>
+
+<p>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.</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-plugman/pull/108">GH-108</a> Cordova Plugman Release Preparation (Cordova 9)
+
+<ul>
+<li>Bumped Dependencies</li>
+<li><code>cordova-lib@^9.0.0</code></li>
+<li><code>nopt@^4.0.1</code></li>
+<li>Bumped Dev Dependencies</li>
+<li><code>jasmine@^3.3.1</code></li>
+<li><code>eslint-plugin-standard@^4.0.0</code></li>
+<li><code>eslint-plugin-promise@^4.0.1</code></li>
+<li><code>eslint-plugin-node@^8.0.1</code></li>
+<li><code>eslint-plugin-import@^2.16.0</code></li>
+<li><code>eslint-config-standard@^12.0.0</code></li>
+<li><code>eslint-config-semistandard@^13.0.0</code></li>
+<li><code>eslint@^5.15.3</code></li>
+<li>Update to support nopt@^4.0.1</li>
+</ul></li>
+<li><a href="https://github.com/apache/cordova-plugman/pull/96">GH-96</a> Remove <code>fetch</code> option</li>
+<li><a href="https://github.com/apache/cordova-plugman/pull/95">GH-95</a> Remove <code>browserify</code> option</li>
+<li><a href="https://github.com/apache/cordova-plugman/pull/94">GH-94</a> <a href="https://issues.apache.org/jira/browse/CB-14164">CB-14164</a> Use native Promises instead of <code>Q</code></li>
+<li><a href="https://github.com/apache/cordova-plugman/pull/93">GH-93</a> Code Refactor and Cleanup</li>
+<li><a href="https://github.com/apache/cordova-plugman/pull/91">GH-91</a> Drop support for Node.js &lt; 6</li>
+</ul>
+
+        </div>
+    </section>
+    <footer>
+        <div class="row">
+            <div class="col-sm-6">
+                
+                    <a href="/announcements/2019/03/22/cordova-cli-release-9.0.0.html">Previous</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/announcements/2019/03/22/cordova-cli-release-9.0.0.html">Cordova CLI 9.0.0 Released!</a>
+                    <div class="date"> 22 Mar 2019 - By Bryan Ellis </div>
+                    <p class="content">
+                        We are happy to announce that we have just released cordova 9.0.0!...
+                    </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/blog/2013/07/12/cordova-has-a-blog.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/2013/07/12/cordova-has-a-blog.html?rev=1856121&r1=1856120&r2=1856121&view=diff
==============================================================================
--- cordova/site/public/blog/2013/07/12/cordova-has-a-blog.html (original)
+++ cordova/site/public/blog/2013/07/12/cordova-has-a-blog.html Sat Mar 23 16:40:18 2019
@@ -98,7 +98,7 @@
                                     
                                         
                                     
-                                    <input id="header-search-field" type="text" placeholder="Search '7.x' docs..." class="form-control hidden-xs" autocomplete="off">
+                                    <input id="header-search-field" type="text" placeholder="Search '8.x' docs..." class="form-control hidden-xs" autocomplete="off">
                                 </div>
                             </form>
                         </li>
@@ -252,7 +252,7 @@ just around the corner (July 19, 2013),
             Learn More
         </a>
         <p style="padding-top:20px"> <a href="https://twitter.com/apachecordova" class="twitter-follow-button" data-show-count="false">Follow @apachecordova</a></p>
-        <script async defer src="https://slack.cordova.io/slackin.js"></script>
+        <script async defer src="https://slack-cordova-io.herokuapp.com/slackin.js"></script>
     </div>
 </div>
 <p class="copyright_text">
@@ -282,7 +282,7 @@ just around the corner (July 19, 2013),
         apiKey: '0a916ab198bd93d031aa70611271e42e',
         indexName: 'cordova',
         inputSelector: '#header-search-field',
-        algoliaOptions: { 'facetFilters': ["version:  7.x", "language: en"] }
+        algoliaOptions: { 'facetFilters': ["version:  8.x", "language: en"] }
     });
 </script>
 

Modified: cordova/site/public/blog/2013/08/13/crowdintranslation.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/2013/08/13/crowdintranslation.html?rev=1856121&r1=1856120&r2=1856121&view=diff
==============================================================================
--- cordova/site/public/blog/2013/08/13/crowdintranslation.html (original)
+++ cordova/site/public/blog/2013/08/13/crowdintranslation.html Sat Mar 23 16:40:18 2019
@@ -98,7 +98,7 @@
                                     
                                         
                                     
-                                    <input id="header-search-field" type="text" placeholder="Search '7.x' docs..." class="form-control hidden-xs" autocomplete="off">
+                                    <input id="header-search-field" type="text" placeholder="Search '8.x' docs..." class="form-control hidden-xs" autocomplete="off">
                                 </div>
                             </form>
                         </li>
@@ -269,7 +269,7 @@ like.  If you know another language plea
             Learn More
         </a>
         <p style="padding-top:20px"> <a href="https://twitter.com/apachecordova" class="twitter-follow-button" data-show-count="false">Follow @apachecordova</a></p>
-        <script async defer src="https://slack.cordova.io/slackin.js"></script>
+        <script async defer src="https://slack-cordova-io.herokuapp.com/slackin.js"></script>
     </div>
 </div>
 <p class="copyright_text">
@@ -299,7 +299,7 @@ like.  If you know another language plea
         apiKey: '0a916ab198bd93d031aa70611271e42e',
         indexName: 'cordova',
         inputSelector: '#header-search-field',
-        algoliaOptions: { 'facetFilters': ["version:  7.x", "language: en"] }
+        algoliaOptions: { 'facetFilters': ["version:  8.x", "language: en"] }
     });
 </script>
 



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