Author: janpio
Date: Wed Jun 24 17:04:21 2020
New Revision: 1879165
URL: http://svn.apache.org/viewvc?rev=1879165&view=rev
Log:
Updated docs
Added:
cordova/site/public/announcements/2020/06/15/
cordova/site/public/announcements/2020/06/15/osx-release-6.0.0.html
cordova/site/public/announcements/2020/06/23/
cordova/site/public/announcements/2020/06/23/cordova-ios-6.1.0.html
Modified:
cordova/site/public/blog/index.html
cordova/site/public/feed.xml
cordova/site/public/news/2020/06/13/plugins-release.html
cordova/site/public/sitemap.xml
cordova/site/public/static/js/index.js
Added: cordova/site/public/announcements/2020/06/15/osx-release-6.0.0.html
URL:
http://svn.apache.org/viewvc/cordova/site/public/announcements/2020/06/15/osx-release-6.0.0.html?rev=1879165&view=auto
==============================================================================
--- cordova/site/public/announcements/2020/06/15/osx-release-6.0.0.html (added)
+++ cordova/site/public/announcements/2020/06/15/osx-release-6.0.0.html Wed Jun
24 17:04:21 2020
@@ -0,0 +1,327 @@
+<!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 OSX 6.0.0! This is one of Cordova's supported
platforms for building macOS desktop applicati...">
+
+ <title>
+
+
+ Cordova OSX 6.0.0 Released! - Apache Cordova
+
+
+ </title>
+
+ <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+
+
+
+
+
+ <link rel="canonical"
href="https://cordova.apache.org/announcements/2020/06/15/osx-release-6.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>
+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new
Date();a=s.createElement(o),
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+ ga('create', 'UA-64283057-3', 'auto');
+ ga('send', 'pageview');
+</script>
+
+</head>
+
+<body>
+ <header>
+ <a class="scroll-point pt-top" name="top"></a>
+ <nav class="navbar navbar-inverse navbar-fixed-top">
+ <div class="container-fluid">
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle collapsed"
data-toggle="collapse" data-target="#navbar" aria-expanded="false"
aria-controls="navbar">
+ <span class="sr-only">Toggle navigation</span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </button>
+ <a class="navbar-brand" href="/"><img id="logo_top"
src="/static/img/cordova-logo-newbrand.svg"/></a>
+ </div>
+ <div id="navbar" class="navbar-collapse collapse">
+ <div class="nav_bar_center">
+ <ul class="nav navbar-nav">
+ <li >
+ <a href="/docs/en/latest/">Documentation</a>
+ </li>
+ <li >
+ <a href="/plugins">Plugins</a>
+ </li>
+ <li class="active">
+ <a href="/blog" id="blog_button">Blog<span
class="badge" id="new_blog_count"></span></a>
+ </li>
+ <li >
+ <a href="/contribute">Contribute</a>
+ </li>
+ <li>
+ <a href="/#getstarted">Get Started</a>
+ </li>
+ <li>
+ <form class="navbar-form navbar-right"
id="header-search-form" role="search">
+ <div class="input-group">
+
+
+
+ <input id="header-search-field"
type="text" placeholder="Search '9.x' docs..." class="form-control hidden-xs"
autocomplete="off">
+ </div>
+ </form>
+ </li>
+ </ul>
+ </div>
+ </div><!--/.navbar-collapse -->
+ </div>
+ </nav>
+ <div id="_fixed_navbar_spacer" style="padding-top:50px"></div>
+</header>
+
+<div class="page container">
+ <div class="blog">
+ <h1 class="blogHeader">
+ Blog
+ <span class="rss">
+ <img src="/static/img/subscribe.png"><a href="/feed.xml">RSS Feed</a>
+ </span>
+</h1>
+
+<div class="post">
+ <header>
+ <div class="title">Cordova OSX 6.0.0 Released!</div>
+ <div class="author">By:
+
+ <a href="https://twitter.com/niklasmaerz">Niklas Merz</a>
+
+ </div>
+ <div class="date">15 Jun 2020</div>
+ </header>
+ <section>
+ <div>
+ <p>We are happy to announce that we have just released
<code>Cordova OSX 6.0.0</code>! This is one of Cordova's supported
platforms for building macOS desktop applications.</p>
+
+<ul>
+<li><a
href="https://www.npmjs.com/package/cordova-osx">[email protected]</a></li>
+</ul>
+
+<h2>Release Highlights</h2>
+
+<p>This version includes various dependency updates.</p>
+
+<p>We have raised the minimum required NodeJS version for this release to
10.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-osx/pull/103">GH-103</a>
breaking(npm): bump dependencies</li>
+<li><a href="https://github.com/apache/cordova-osx/pull/101">GH-101</a>
breaking: @cordova/eslint-config w/ applied fix</li>
+<li><a href="https://github.com/apache/cordova-osx/pull/102">GH-102</a> ci:
update xcode image to 11.5</li>
+<li><a href="https://github.com/apache/cordova-osx/pull/100">GH-100</a>
chore(npm) update npm audit issues</li>
+<li><a href="https://github.com/apache/cordova-osx/pull/97">GH-97</a>
breaking: bump cordova-common@^4.0.0</li>
+<li>(ci) drop nodejs <10 from Travis</li>
+<li><a href="https://github.com/apache/cordova-osx/pull/98">GH-98</a>
breaking: bump node support >=10.0.0</li>
+<li><a href="https://github.com/apache/cordova-osx/pull/95">GH-95</a>
breaking: bump package 6.0.0-dev</li>
+<li>chore(asf): update git notification settings</li>
+<li>Update CONTRIBUTING.md</li>
+<li><a href="https://github.com/apache/cordova-osx/pull/90">GH-90</a> chore:
update nyc dev dependency</li>
+<li>chore: add Node.js 12 to ci services</li>
+<li><a href="https://github.com/apache/cordova-osx/pull/88">GH-88</a> build:
report test coverage to codecov.io</li>
+<li>Add or update GitHub pull request and issue template</li>
+</ul>
+
+ </div>
+ </section>
+ <footer>
+ <div class="row">
+ <div class="col-sm-6">
+
+ <a
href="/news/2020/06/13/plugins-release.html">Previous</a>
+ <br>
+ <br>
+ <a class="title"
href="/news/2020/06/13/plugins-release.html">Splash Screen and InAppBrowser
plugin Released!</a>
+ <div class="date"> 13 Jun 2020 - By Niklas Merz </div>
+ <p class="content">
+ We are happy to announce that we have just released an
update...
+ </p>
+
+ </div>
+ <div class="col-sm-6">
+
+ <a
href="/announcements/2020/06/23/cordova-ios-6.1.0.html">Next</a>
+ <br>
+ <br>
+ <a class="title"
href="/announcements/2020/06/23/cordova-ios-6.1.0.html">Cordova iOS 6.1.0
Released!</a>
+ <div class="date"> 23 Jun 2020 - By Darryl Pogue </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 iOS...
+ </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&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 © 2012, 2013, 2015 The Apache Software Foundation, Licensed
under the <a target="_blank"
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.<br/>
+ Apache and the Apache feather logos are <a target="_blank"
href="http://www.apache.org/foundation/marks/list/">trademarks</a> of The
Apache Software Foundation.
+ <br/>
+ "Raleway" font used under license. For details see the <a
href="/attributions/">attributions page</a>.
+</p>
+
+ </div>
+</footer>
+
+
+ <script defer type="text/javascript" src="/static/js/index.js"></script>
+ <script defer type="text/javascript" src="/static/js/twitter.js"></script>
+
+
+
+
+
+
+
+
+<script type="text/javascript"
src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script>
+<script type="text/javascript">
+ docsearch({
+ apiKey: '0a916ab198bd93d031aa70611271e42e',
+ indexName: 'cordova',
+ inputSelector: '#header-search-field',
+ algoliaOptions: { 'facetFilters': ["version: 9.x", "language: en"] }
+ });
+</script>
+
+</body>
+</html>
Added: cordova/site/public/announcements/2020/06/23/cordova-ios-6.1.0.html
URL:
http://svn.apache.org/viewvc/cordova/site/public/announcements/2020/06/23/cordova-ios-6.1.0.html?rev=1879165&view=auto
==============================================================================
--- cordova/site/public/announcements/2020/06/23/cordova-ios-6.1.0.html (added)
+++ cordova/site/public/announcements/2020/06/23/cordova-ios-6.1.0.html Wed Jun
24 17:04:21 2020
@@ -0,0 +1,347 @@
+<!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 iOS 6.1.0! This is Cordova's official platform for
building iOS mobile applications.cordova-i...">
+
+ <title>
+
+
+ Cordova iOS 6.1.0 Released! - Apache Cordova
+
+
+ </title>
+
+ <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+
+
+
+
+
+ <link rel="canonical"
href="https://cordova.apache.org/announcements/2020/06/23/cordova-ios-6.1.0.html">
+
+ <!-- CSS -->
+ <link rel="stylesheet" type="text/css" href="/static/css/main.css">
+ <link rel="stylesheet" type="text/css" href="/static/css/lib/syntax.css">
+ <!-- Algolia Search CSS -->
+ <link rel="stylesheet"
href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css" />
+
+ <!-- Fonts -->
+ <!-- For attribution information, see www/attributions.html -->
+ <link
href='https://fonts.googleapis.com/css?family=Raleway:700,400,300,700italic,400italic,300italic'
rel='stylesheet' type='text/css'>
+
+ <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
queries -->
+ <!--[if lt IE 9]>
+ <script
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+ <script
src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+ <![endif]-->
+ <script type="text/javascript">
+ var disqus_developer = 1; // this would set it to developer mode
+ </script>
+
+ <!-- JS -->
+ <script defer type="text/javascript"
src="/static/js/lib/jquery-2.1.1.min.js"></script>
+ <script defer type="text/javascript"
src="/static/js/lib/bootstrap.min.js"></script>
+
+ <script>
+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new
Date();a=s.createElement(o),
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+ ga('create', 'UA-64283057-3', 'auto');
+ ga('send', 'pageview');
+</script>
+
+</head>
+
+<body>
+ <header>
+ <a class="scroll-point pt-top" name="top"></a>
+ <nav class="navbar navbar-inverse navbar-fixed-top">
+ <div class="container-fluid">
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle collapsed"
data-toggle="collapse" data-target="#navbar" aria-expanded="false"
aria-controls="navbar">
+ <span class="sr-only">Toggle navigation</span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </button>
+ <a class="navbar-brand" href="/"><img id="logo_top"
src="/static/img/cordova-logo-newbrand.svg"/></a>
+ </div>
+ <div id="navbar" class="navbar-collapse collapse">
+ <div class="nav_bar_center">
+ <ul class="nav navbar-nav">
+ <li >
+ <a href="/docs/en/latest/">Documentation</a>
+ </li>
+ <li >
+ <a href="/plugins">Plugins</a>
+ </li>
+ <li class="active">
+ <a href="/blog" id="blog_button">Blog<span
class="badge" id="new_blog_count"></span></a>
+ </li>
+ <li >
+ <a href="/contribute">Contribute</a>
+ </li>
+ <li>
+ <a href="/#getstarted">Get Started</a>
+ </li>
+ <li>
+ <form class="navbar-form navbar-right"
id="header-search-form" role="search">
+ <div class="input-group">
+
+
+
+ <input id="header-search-field"
type="text" placeholder="Search '9.x' docs..." class="form-control hidden-xs"
autocomplete="off">
+ </div>
+ </form>
+ </li>
+ </ul>
+ </div>
+ </div><!--/.navbar-collapse -->
+ </div>
+ </nav>
+ <div id="_fixed_navbar_spacer" style="padding-top:50px"></div>
+</header>
+
+<div class="page container">
+ <div class="blog">
+ <h1 class="blogHeader">
+ Blog
+ <span class="rss">
+ <img src="/static/img/subscribe.png"><a href="/feed.xml">RSS Feed</a>
+ </span>
+</h1>
+
+<div class="post">
+ <header>
+ <div class="title">Cordova iOS 6.1.0 Released!</div>
+ <div class="author">By:
+
+ <a href="https://twitter.com/dpogue">Darryl Pogue</a>
+
+ </div>
+ <div class="date">23 Jun 2020</div>
+ </header>
+ <section>
+ <div>
+ <p>We are happy to announce that we have just released
<code>Cordova iOS 6.1.0</code>! This is Cordova's official platform for
building iOS mobile applications.</p>
+
+<ul>
+<li><a
href="https://www.npmjs.com/package/cordova-ios">[email protected]</a></li>
+</ul>
+
+<p><strong>To upgrade:</strong></p>
+<div class="highlight"><pre><code class="language-bash"
data-lang="bash">cordova platform remove ios
+cordova platform add [email protected]
+</code></pre></div>
+<h2>Release Highlights</h2>
+
+<p>This release contains primarily fixes for issues with the 6.0.0 release.</p>
+
+<ul>
+<li><p><strong>Resolve CocoaPods publishing issues</strong> <em>(since
6.0.0)</em></p>
+
+<p>The Cordova iOS 6.0.0 release was unable to be published to CocoaPods due
to issues with the Pod spec. These have been addressed and Cordova iOS 6.1.0 is
available.</p></li>
+<li><p><strong>Fix landscape orientation defaults</strong> <em>(since
6.0.0)</em></p>
+
+<p>A change made in Cordova iOS 6.0.0 had the side effect of disabling
landscape orientation for any apps that didn't specify an
<code>Orientation</code> preference in <code>config.xml</code>. We've
reverted that change and new apps will match Xcode defaults (allowing both
portrait and landscape orientations).</p>
+
+<p>To ensure your app properly supports the orientations you want, we
encourage setting <a
href="https://cordova.apache.org/docs/en/latest/config_ref/index.html#preference">the
<code>Orientation</code> preference</a>.</p></li>
+<li><p><strong>Fix invisible SplashScreen bugs</strong> <em>(since
6.0.0)</em></p>
+
+<p>A bug in Cordova iOS 6.0.0 would cause the splashscreen to be invisible
unless a <code>BackgroundColor</code> preference was set in
<code>config.xml</code>. This was not the intended behaviour, and caused a lot
of confusion about not being able to interact with the webview behind the
splashscreen.</p>
+
+<p>In Cordova iOS 6.1.0, we've fixed the splashscreen so that it will
always have a background colour (defaulting to the system background colour)
and so that the launch storyboard image should remain visible.</p>
+
+<p>To customize the background colour of your app and its splashscreen, use <a
href="https://cordova.apache.org/docs/en/latest/config_ref/index.html#preference">the
<code>BackgroundColor</code> preference</a> in
<code>config.xml</code>.</p></li>
+<li><p><strong>Add support for dark mode splashscreens</strong> <em>(New
Feature)</em></p>
+
+<p>It is now possible to use optionally different splashscreen images when
your app is running in dark mode. You can configure these images in
<code>config.xml</code> with the <code>~dark</code> suffix (and
<code>~light</code> is also supported).</p>
+<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span
class="c"><!-- Default image to be used for all modes --></span>
+<span class="nt"><splash</span> <span class="na">src=</span><span
class="s">"res/screen/ios/Default@2x~universal~anyany.png"</span> <span
class="nt">/></span>
+
+<span class="c"><!-- Image to use specifically for dark mode devices
--></span>
+<span class="nt"><splash</span> <span class="na">src=</span><span
class="s">"res/screen/ios/Default@2x~universal~anyany~dark.png"</span> <span
class="nt">/></span>
+
+<span class="c"><!-- Image to use specifically for light mode devices
--></span>
+<span class="nt"><splash</span> <span class="na">src=</span><span
class="s">"res/screen/ios/Default@2x~universal~anyany~light.png"</span> <span
class="nt">/></span>
+</code></pre></div></li>
+<li><p><strong>Add preference for iPad desktop layout behaviour</strong>
<em>(New Feature)</em></p>
+
+<p>iPadOS 13 defaults to using a desktop layout in webviews rather than a
mobile layout. You can now control this behaviour in your apps with <a
href="https://cordova.apache.org/docs/en/latest/config_ref/index.html#preference">the
<code>PreferredContentMode</code> preference</a> in <code>config.xml</code>.
Valid options are <code>mobile</code> and <code>desktop</code>.</p></li>
+<li><p><strong>Add preference for webview window handling</strong> <em>(New
Feature)</em></p>
+
+<p>Historically, Cordova iOS has not supported the creation of new webview
windows with APIs like <code>window.open</code> or links with
<code>target="_blank"</code>. The default behaviour was inconsistent,
with some links opening externally in Safari and some links being unclickable.
There is now <a
href="https://cordova.apache.org/docs/en/latest/config_ref/index.html#preference">an
<code>AllowNewWindows</code> preference</a> in <code>config.xml</code> to
control the behaviour of new windows within the application.</p>
+
+<ul>
+<li>When <strong>false</strong> (the default behaviour), links that would open
a new window are instead opened in the same webview as if they had not
requested a new window.</li>
+<li>When <strong>true</strong>, links that would open a new window will create
a new webview overtop of the app. This new webview provides no controls, so you
must include a way to dismiss it with <code>window.close()</code>.</li>
+</ul>
+
+<p>Links that are outside the list of <a
href="https://cordova.apache.org/docs/en/latest/config_ref/index.html#allow-navigation"><code>allow-navigation</code></a>
URLs will continue to open in Safari.</p></li>
+</ul>
+
+<p>Please report any issues you find at <a
href="http://issues.cordova.io/">issues.cordova.io</a>!</p>
+
+<!--more-->
+
+<h2>Full Changelog</h2>
+
+<ul>
+<li><a href="https://github.com/apache/cordova-ios/pull/910">GH-910</a> Set
<code>$PROJECT_NAME</code> properly when installing plugins</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/885">GH-885</a>
Don't silently ignore creation of new windows</li>
+<li><a href="https://github.com/apache/cordova-ios/issues/899">GH-889</a>
Revert "(ios) Don't pre-fill orientation" (<a
href="https://github.com/apache/cordova-ios/pull/901">#901</a>)</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/902">GH-902</a> chore:
fix eslint failure</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/808">GH-808</a> Dark
mode splashscreen storyboard images</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/886">GH-886</a> Add
PreferredContentMode preference</li>
+<li><a href="https://github.com/apache/cordova-ios/issues/890">GH-890</a> Fix
SplashScreen issues & refactor BackgroundColor (<a
href="https://github.com/apache/cordova-ios/pull/896">#896</a>)</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/888">GH-888</a> fix:
author and tag podspec errors</li>
+<li><a href="https://github.com/apache/cordova-ios/pull/882">GH-882</a> fix:
Properly get version from <code>package.json</code></li>
+</ul>
+
+ </div>
+ </section>
+ <footer>
+ <div class="row">
+ <div class="col-sm-6">
+
+ <a
href="/announcements/2020/06/15/osx-release-6.0.0.html">Previous</a>
+ <br>
+ <br>
+ <a class="title"
href="/announcements/2020/06/15/osx-release-6.0.0.html">Cordova OSX 6.0.0
Released!</a>
+ <div class="date"> 15 Jun 2020 - By Niklas Merz </div>
+ <p class="content">
+ We are happy to announce that we have just released
Cordova OSX...
+ </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&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 © 2012, 2013, 2015 The Apache Software Foundation, Licensed
under the <a target="_blank"
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.<br/>
+ Apache and the Apache feather logos are <a target="_blank"
href="http://www.apache.org/foundation/marks/list/">trademarks</a> of The
Apache Software Foundation.
+ <br/>
+ "Raleway" font used under license. For details see the <a
href="/attributions/">attributions page</a>.
+</p>
+
+ </div>
+</footer>
+
+
+ <script defer type="text/javascript" src="/static/js/index.js"></script>
+ <script defer type="text/javascript" src="/static/js/twitter.js"></script>
+
+
+
+
+
+
+
+
+<script type="text/javascript"
src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script>
+<script type="text/javascript">
+ docsearch({
+ apiKey: '0a916ab198bd93d031aa70611271e42e',
+ indexName: 'cordova',
+ inputSelector: '#header-search-field',
+ algoliaOptions: { 'facetFilters': ["version: 9.x", "language: en"] }
+ });
+</script>
+
+</body>
+</html>
Modified: cordova/site/public/blog/index.html
URL:
http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1879165&r1=1879164&r2=1879165&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Wed Jun 24 17:04:21 2020
@@ -123,6 +123,123 @@
<li>
<header>
+ <div class="adorner" blogTime="Tue, 23 Jun 2020 00:00:00
+0000"></div>
+ <h2 class="title">
+ <a
href="/announcements/2020/06/23/cordova-ios-6.1.0.html">Cordova iOS 6.1.0
Released!</a>
+ </h2>
+ <div class="details">
+ <span class="date">23 Jun 2020</span>
+ - by
+ <span class="author">
+
+ <a href="https://twitter.com/dpogue">Darryl
Pogue</a>
+
+ </span>
+ <a class="comment"
href="/announcements/2020/06/23/cordova-ios-6.1.0.html#disqus_thread"></a>
+ </div>
+ </header>
+ <section class="post-excerpt">
+ <p><p>We are happy to announce that we have just released
<code>Cordova iOS 6.1.0</code>! This is Cordova's official platform for
building iOS mobile applications.</p>
+
+<ul>
+<li><a
href="https://www.npmjs.com/package/cordova-ios">[email protected]</a></li>
+</ul>
+
+<p><strong>To upgrade:</strong></p>
+<div class="highlight"><pre><code class="language-bash"
data-lang="bash">cordova platform remove ios
+cordova platform add [email protected]
+</code></pre></div>
+<h2>Release Highlights</h2>
+
+<p>This release contains primarily fixes for issues with the 6.0.0 release.</p>
+
+<ul>
+<li><p><strong>Resolve CocoaPods publishing issues</strong> <em>(since
6.0.0)</em></p>
+
+<p>The Cordova iOS 6.0.0 release was unable to be published to CocoaPods due
to issues with the Pod spec. These have been addressed and Cordova iOS 6.1.0 is
available.</p></li>
+<li><p><strong>Fix landscape orientation defaults</strong> <em>(since
6.0.0)</em></p>
+
+<p>A change made in Cordova iOS 6.0.0 had the side effect of disabling
landscape orientation for any apps that didn't specify an
<code>Orientation</code> preference in <code>config.xml</code>. We've
reverted that change and new apps will match Xcode defaults (allowing both
portrait and landscape orientations).</p>
+
+<p>To ensure your app properly supports the orientations you want, we
encourage setting <a
href="https://cordova.apache.org/docs/en/latest/config_ref/index.html#preference">the
<code>Orientation</code> preference</a>.</p></li>
+<li><p><strong>Fix invisible SplashScreen bugs</strong> <em>(since
6.0.0)</em></p>
+
+<p>A bug in Cordova iOS 6.0.0 would cause the splashscreen to be invisible
unless a <code>BackgroundColor</code> preference was set in
<code>config.xml</code>. This was not the intended behaviour, and caused a lot
of confusion about not being able to interact with the webview behind the
splashscreen.</p>
+
+<p>In Cordova iOS 6.1.0, we've fixed the splashscreen so that it will
always have a background colour (defaulting to the system background colour)
and so that the launch storyboard image should remain visible.</p>
+
+<p>To customize the background colour of your app and its splashscreen, use <a
href="https://cordova.apache.org/docs/en/latest/config_ref/index.html#preference">the
<code>BackgroundColor</code> preference</a> in
<code>config.xml</code>.</p></li>
+<li><p><strong>Add support for dark mode splashscreens</strong> <em>(New
Feature)</em></p>
+
+<p>It is now possible to use optionally different splashscreen images when
your app is running in dark mode. You can configure these images in
<code>config.xml</code> with the <code>~dark</code> suffix (and
<code>~light</code> is also supported).</p>
+<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span
class="c"><!-- Default image to be used for all modes --></span>
+<span class="nt"><splash</span> <span class="na">src=</span><span
class="s">"res/screen/ios/Default@2x~universal~anyany.png"</span> <span
class="nt">/></span>
+
+<span class="c"><!-- Image to use specifically for dark mode devices
--></span>
+<span class="nt"><splash</span> <span class="na">src=</span><span
class="s">"res/screen/ios/Default@2x~universal~anyany~dark.png"</span> <span
class="nt">/></span>
+
+<span class="c"><!-- Image to use specifically for light mode devices
--></span>
+<span class="nt"><splash</span> <span class="na">src=</span><span
class="s">"res/screen/ios/Default@2x~universal~anyany~light.png"</span> <span
class="nt">/></span>
+</code></pre></div></li>
+<li><p><strong>Add preference for iPad desktop layout behaviour</strong>
<em>(New Feature)</em></p>
+
+<p>iPadOS 13 defaults to using a desktop layout in webviews rather than a
mobile layout. You can now control this behaviour in your apps with <a
href="https://cordova.apache.org/docs/en/latest/config_ref/index.html#preference">the
<code>PreferredContentMode</code> preference</a> in <code>config.xml</code>.
Valid options are <code>mobile</code> and <code>desktop</code>.</p></li>
+<li><p><strong>Add preference for webview window handling</strong> <em>(New
Feature)</em></p>
+
+<p>Historically, Cordova iOS has not supported the creation of new webview
windows with APIs like <code>window.open</code> or links with
<code>target="_blank"</code>. The default behaviour was inconsistent,
with some links opening externally in Safari and some links being unclickable.
There is now <a
href="https://cordova.apache.org/docs/en/latest/config_ref/index.html#preference">an
<code>AllowNewWindows</code> preference</a> in <code>config.xml</code> to
control the behaviour of new windows within the application.</p>
+
+<ul>
+<li>When <strong>false</strong> (the default behaviour), links that would open
a new window are instead opened in the same webview as if they had not
requested a new window.</li>
+<li>When <strong>true</strong>, links that would open a new window will create
a new webview overtop of the app. This new webview provides no controls, so you
must include a way to dismiss it with <code>window.close()</code>.</li>
+</ul>
+
+<p>Links that are outside the list of <a
href="https://cordova.apache.org/docs/en/latest/config_ref/index.html#allow-navigation"><code>allow-navigation</code></a>
URLs will continue to open in Safari.</p></li>
+</ul>
+
+<p>Please report any issues you find at <a
href="http://issues.cordova.io/">issues.cordova.io</a>!</p>
+</p>
+ <div><a
href="/announcements/2020/06/23/cordova-ios-6.1.0.html">More...</a></div>
+ </section>
+ </li>
+
+ <li>
+ <header>
+ <div class="adorner" blogTime="Mon, 15 Jun 2020 00:00:00
+0000"></div>
+ <h2 class="title">
+ <a
href="/announcements/2020/06/15/osx-release-6.0.0.html">Cordova OSX 6.0.0
Released!</a>
+ </h2>
+ <div class="details">
+ <span class="date">15 Jun 2020</span>
+ - by
+ <span class="author">
+
+ <a
href="https://twitter.com/niklasmaerz">Niklas Merz</a>
+
+ </span>
+ <a class="comment"
href="/announcements/2020/06/15/osx-release-6.0.0.html#disqus_thread"></a>
+ </div>
+ </header>
+ <section class="post-excerpt">
+ <p><p>We are happy to announce that we have just released
<code>Cordova OSX 6.0.0</code>! This is one of Cordova's supported
platforms for building macOS desktop applications.</p>
+
+<ul>
+<li><a
href="https://www.npmjs.com/package/cordova-osx">[email protected]</a></li>
+</ul>
+
+<h2>Release Highlights</h2>
+
+<p>This version includes various dependency updates.</p>
+
+<p>We have raised the minimum required NodeJS version for this release to
10.x.</p>
+
+<p>Please report any issues you find at <a
href="http://issues.cordova.io/">issues.cordova.io</a>!</p>
+</p>
+ <div><a
href="/announcements/2020/06/15/osx-release-6.0.0.html">More...</a></div>
+ </section>
+ </li>
+
+ <li>
+ <header>
<div class="adorner" blogTime="Sat, 13 Jun 2020 00:00:00
+0000"></div>
<h2 class="title">
<a href="/news/2020/06/13/plugins-release.html">Splash
Screen and InAppBrowser plugin Released!</a>
@@ -9507,7 +9624,7 @@ window.twttr = (function(d, s, id) {
<script>
window.onload = function(){
setTimeout(function(){
- var lastPostTime = new Date("Sat, 13 Jun 2020 00:00:00
+0000").getTime();
+ var lastPostTime = new Date("Tue, 23 Jun 2020 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=1879165&r1=1879164&r2=1879165&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Wed Jun 24 17:04:21 2020
@@ -6,11 +6,151 @@
</description>
<link>https://cordova.apache.org/</link>
<atom:link href="https://cordova.apache.org/feed.xml" rel="self"
type="application/rss+xml"/>
- <pubDate>Tue, 23 Jun 2020 19:08:27 +0000</pubDate>
- <lastBuildDate>Tue, 23 Jun 2020 19:08:27 +0000</lastBuildDate>
+ <pubDate>Wed, 24 Jun 2020 16:44:39 +0000</pubDate>
+ <lastBuildDate>Wed, 24 Jun 2020 16:44:39 +0000</lastBuildDate>
<generator>Jekyll v2.5.3</generator>
<item>
+ <title>Cordova iOS 6.1.0 Released!</title>
+ <description><p>We are happy to announce that we have just
released <code>Cordova iOS 6.1.0</code>! This is Cordova&#39;s
official platform for building iOS mobile applications.</p>
+
+<ul>
+<li><a
href="https://www.npmjs.com/package/cordova-ios">[email protected]</a></li>
+</ul>
+
+<p><strong>To upgrade:</strong></p>
+<div class="highlight"><pre><code
class="language-bash" data-lang="bash">cordova platform
remove ios
+cordova platform add [email protected]
+</code></pre></div>
+<h2>Release Highlights</h2>
+
+<p>This release contains primarily fixes for issues with the 6.0.0
release.</p>
+
+<ul>
+<li><p><strong>Resolve CocoaPods publishing
issues</strong> <em>(since 6.0.0)</em></p>
+
+<p>The Cordova iOS 6.0.0 release was unable to be published to CocoaPods
due to issues with the Pod spec. These have been addressed and Cordova iOS
6.1.0 is available.</p></li>
+<li><p><strong>Fix landscape orientation
defaults</strong> <em>(since 6.0.0)</em></p>
+
+<p>A change made in Cordova iOS 6.0.0 had the side effect of disabling
landscape orientation for any apps that didn&#39;t specify an
<code>Orientation</code> preference in
<code>config.xml</code>. We&#39;ve reverted that change and new
apps will match Xcode defaults (allowing both portrait and landscape
orientations).</p>
+
+<p>To ensure your app properly supports the orientations you want, we
encourage setting <a
href="https://cordova.apache.org/docs/en/latest/config_ref/index.html#preference">the
<code>Orientation</code> preference</a>.</p></li>
+<li><p><strong>Fix invisible SplashScreen
bugs</strong> <em>(since 6.0.0)</em></p>
+
+<p>A bug in Cordova iOS 6.0.0 would cause the splashscreen to be
invisible unless a <code>BackgroundColor</code> preference was set
in <code>config.xml</code>. This was not the intended behaviour,
and caused a lot of confusion about not being able to interact with the webview
behind the splashscreen.</p>
+
+<p>In Cordova iOS 6.1.0, we&#39;ve fixed the splashscreen so that it
will always have a background colour (defaulting to the system background
colour) and so that the launch storyboard image should remain visible.</p>
+
+<p>To customize the background colour of your app and its splashscreen,
use <a
href="https://cordova.apache.org/docs/en/latest/config_ref/index.html#preference">the
<code>BackgroundColor</code> preference</a> in
<code>config.xml</code>.</p></li>
+<li><p><strong>Add support for dark mode
splashscreens</strong> <em>(New Feature)</em></p>
+
+<p>It is now possible to use optionally different splashscreen images
when your app is running in dark mode. You can configure these images in
<code>config.xml</code> with the <code>~dark</code>
suffix (and <code>~light</code> is also supported).</p>
+<div class="highlight"><pre><code
class="language-xml" data-lang="xml"><span
class="c">&lt;!-- Default image to be used for all modes
--&gt;</span>
+<span class="nt">&lt;splash</span> <span
class="na">src=</span><span
class="s">"res/screen/ios/Default@2x~universal~anyany.png"</span>
<span class="nt">/&gt;</span>
+
+<span class="c">&lt;!-- Image to use specifically for dark
mode devices --&gt;</span>
+<span class="nt">&lt;splash</span> <span
class="na">src=</span><span
class="s">"res/screen/ios/Default@2x~universal~anyany~dark.png"</span>
<span class="nt">/&gt;</span>
+
+<span class="c">&lt;!-- Image to use specifically for
light mode devices --&gt;</span>
+<span class="nt">&lt;splash</span> <span
class="na">src=</span><span
class="s">"res/screen/ios/Default@2x~universal~anyany~light.png"</span>
<span class="nt">/&gt;</span>
+</code></pre></div></li>
+<li><p><strong>Add preference for iPad desktop layout
behaviour</strong> <em>(New Feature)</em></p>
+
+<p>iPadOS 13 defaults to using a desktop layout in webviews rather than
a mobile layout. You can now control this behaviour in your apps with <a
href="https://cordova.apache.org/docs/en/latest/config_ref/index.html#preference">the
<code>PreferredContentMode</code> preference</a> in
<code>config.xml</code>. Valid options are
<code>mobile</code> and
<code>desktop</code>.</p></li>
+<li><p><strong>Add preference for webview window
handling</strong> <em>(New Feature)</em></p>
+
+<p>Historically, Cordova iOS has not supported the creation of new
webview windows with APIs like <code>window.open</code> or links
with <code>target=&quot;_blank&quot;</code>. The default
behaviour was inconsistent, with some links opening externally in Safari and
some links being unclickable. There is now <a
href="https://cordova.apache.org/docs/en/latest/config_ref/index.html#preference">an
<code>AllowNewWindows</code> preference</a> in
<code>config.xml</code> to control the behaviour of new windows
within the application.</p>
+
+<ul>
+<li>When <strong>false</strong> (the default behaviour),
links that would open a new window are instead opened in the same webview as if
they had not requested a new window.</li>
+<li>When <strong>true</strong>, links that would open a new
window will create a new webview overtop of the app. This new webview provides
no controls, so you must include a way to dismiss it with
<code>window.close()</code>.</li>
+</ul>
+
+<p>Links that are outside the list of <a
href="https://cordova.apache.org/docs/en/latest/config_ref/index.html#allow-navigation"><code>allow-navigation</code></a>
URLs will continue to open in Safari.</p></li>
+</ul>
+
+<p>Please report any issues you find at <a
href="http://issues.cordova.io/">issues.cordova.io</a>!</p>
+
+<!--more-->
+
+<h2>Full Changelog</h2>
+
+<ul>
+<li><a
href="https://github.com/apache/cordova-ios/pull/910">GH-910</a>
Set <code>$PROJECT_NAME</code> properly when installing
plugins</li>
+<li><a
href="https://github.com/apache/cordova-ios/pull/885">GH-885</a>
Don&#39;t silently ignore creation of new windows</li>
+<li><a
href="https://github.com/apache/cordova-ios/issues/899">GH-889</a>
Revert &quot;(ios) Don&#39;t pre-fill orientation&quot; (<a
href="https://github.com/apache/cordova-ios/pull/901">#901</a>)</li>
+<li><a
href="https://github.com/apache/cordova-ios/pull/902">GH-902</a>
chore: fix eslint failure</li>
+<li><a
href="https://github.com/apache/cordova-ios/pull/808">GH-808</a>
Dark mode splashscreen storyboard images</li>
+<li><a
href="https://github.com/apache/cordova-ios/pull/886">GH-886</a>
Add PreferredContentMode preference</li>
+<li><a
href="https://github.com/apache/cordova-ios/issues/890">GH-890</a>
Fix SplashScreen issues &amp; refactor BackgroundColor (<a
href="https://github.com/apache/cordova-ios/pull/896">#896</a>)</li>
+<li><a
href="https://github.com/apache/cordova-ios/pull/888">GH-888</a>
fix: author and tag podspec errors</li>
+<li><a
href="https://github.com/apache/cordova-ios/pull/882">GH-882</a>
fix: Properly get version from <code>package.json</code></li>
+</ul>
+</description>
+ <pubDate>Tue, 23 Jun 2020 00:00:00 +0000</pubDate>
+
<link>https://cordova.apache.org/announcements/2020/06/23/cordova-ios-6.1.0.html</link>
+ <guid
isPermaLink="true">https://cordova.apache.org/announcements/2020/06/23/cordova-ios-6.1.0.html</guid>
+
+ <category>news</category>
+
+ <category>releases</category>
+
+
+ <category>announcements</category>
+
+ </item>
+
+ <item>
+ <title>Cordova OSX 6.0.0 Released!</title>
+ <description><p>We are happy to announce that we have just
released <code>Cordova OSX 6.0.0</code>! This is one of
Cordova&#39;s supported platforms for building macOS desktop
applications.</p>
+
+<ul>
+<li><a
href="https://www.npmjs.com/package/cordova-osx">[email protected]</a></li>
+</ul>
+
+<h2>Release Highlights</h2>
+
+<p>This version includes various dependency updates.</p>
+
+<p>We have raised the minimum required NodeJS version for this release
to 10.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-osx/pull/103">GH-103</a>
breaking(npm): bump dependencies</li>
+<li><a
href="https://github.com/apache/cordova-osx/pull/101">GH-101</a>
breaking: @cordova/eslint-config w/ applied fix</li>
+<li><a
href="https://github.com/apache/cordova-osx/pull/102">GH-102</a>
ci: update xcode image to 11.5</li>
+<li><a
href="https://github.com/apache/cordova-osx/pull/100">GH-100</a>
chore(npm) update npm audit issues</li>
+<li><a
href="https://github.com/apache/cordova-osx/pull/97">GH-97</a>
breaking: bump cordova-common@^4.0.0</li>
+<li>(ci) drop nodejs &lt;10 from Travis</li>
+<li><a
href="https://github.com/apache/cordova-osx/pull/98">GH-98</a>
breaking: bump node support &gt;=10.0.0</li>
+<li><a
href="https://github.com/apache/cordova-osx/pull/95">GH-95</a>
breaking: bump package 6.0.0-dev</li>
+<li>chore(asf): update git notification settings</li>
+<li>Update CONTRIBUTING.md</li>
+<li><a
href="https://github.com/apache/cordova-osx/pull/90">GH-90</a>
chore: update nyc dev dependency</li>
+<li>chore: add Node.js 12 to ci services</li>
+<li><a
href="https://github.com/apache/cordova-osx/pull/88">GH-88</a>
build: report test coverage to codecov.io</li>
+<li>Add or update GitHub pull request and issue template</li>
+</ul>
+</description>
+ <pubDate>Mon, 15 Jun 2020 00:00:00 +0000</pubDate>
+
<link>https://cordova.apache.org/announcements/2020/06/15/osx-release-6.0.0.html</link>
+ <guid
isPermaLink="true">https://cordova.apache.org/announcements/2020/06/15/osx-release-6.0.0.html</guid>
+
+ <category>news</category>
+
+ <category>releases</category>
+
+
+ <category>announcements</category>
+
+ </item>
+
+ <item>
<title>Splash Screen and InAppBrowser plugin Released!</title>
<description><p>We are happy to announce that we have just
released an update to some plugins!</p>
@@ -831,82 +971,6 @@ cordova platform add [email protected]
<category>news</category>
- <category>releases</category>
-
-
- <category>announcements</category>
-
- </item>
-
- <item>
- <title>Cordova Node Xcode 2.1.0 Released!</title>
- <description><p>We are happy to announce that we have just
released an update to <code>cordova-node-xcode</code>! This is one
of the libraries used behind-the-scenes for parsing, editing, and writing
xcodeproj project files.</p>
-
-<ul>
-<li><a
href="https://www.npmjs.com/package/xcode">[email protected]</a></li>
-</ul>
-
-<h2>Release Highlights</h2>
-
-<p>Minor release with some external contributions</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>Support watch2 apps/extensions (<a
href="https://github.com/apache/cordova-node-xcode/pull/56">#56</a>)</li>
-<li>Update writeObjectsSections to match current Xcode format (<a
href="https://github.com/apache/cordova-node-xcode/pull/46">#46</a>)</li>
-</ul>
-</description>
- <pubDate>Tue, 24 Dec 2019 00:00:00 +0000</pubDate>
-
<link>https://cordova.apache.org/news/2019/12/24/xcode-release-2.1.0.html</link>
- <guid
isPermaLink="true">https://cordova.apache.org/news/2019/12/24/xcode-release-2.1.0.html</guid>
-
- <category>release</category>
-
- <category>tools</category>
-
-
- <category>news</category>
-
- </item>
-
- <item>
- <title>Cordova iOS 5.1.1 Released!</title>
- <description><p>We are happy to announce that we have just
released <code>Cordova iOS 5.1.1</code>! This is Cordova&#39;s
official platform for building iOS mobile applications.</p>
-
-<ul>
-<li><a
href="https://www.npmjs.com/package/cordova-ios">[email protected]</a></li>
-</ul>
-
-<h2>Release Highlights</h2>
-
-<p><strong>To upgrade:</strong></p>
-<div class="highlight"><pre><code
class="language-bash" data-lang="bash">cordova platform
remove ios
-cordova platform add [email protected]
-</code></pre></div>
-<p>The most notable fix in this patch release was to make the prepare
step to wait for the platform add step to finish. This resolved the bug that
was seen when setting the <code>WKWebViewOnly</code> flag before
adding the platform.</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-ios/pull/726">GH-726</a>
fix: make prepare wait for add to finish</li>
-<li><a
href="https://github.com/apache/cordova-ios/pull/728">GH-728</a>
chore: delete some useless characters</li>
-</ul>
-</description>
- <pubDate>Mon, 02 Dec 2019 00:00:00 +0000</pubDate>
-
<link>https://cordova.apache.org/announcements/2019/12/02/cordova-ios-release-5.1.1.html</link>
- <guid
isPermaLink="true">https://cordova.apache.org/announcements/2019/12/02/cordova-ios-release-5.1.1.html</guid>
-
- <category>news</category>
-
<category>releases</category>
Modified: cordova/site/public/news/2020/06/13/plugins-release.html
URL:
http://svn.apache.org/viewvc/cordova/site/public/news/2020/06/13/plugins-release.html?rev=1879165&r1=1879164&r2=1879165&view=diff
==============================================================================
--- cordova/site/public/news/2020/06/13/plugins-release.html (original)
+++ cordova/site/public/news/2020/06/13/plugins-release.html Wed Jun 24
17:04:21 2020
@@ -221,6 +221,26 @@
</div>
<div class="col-sm-6">
+ <a
href="/announcements/2020/06/15/osx-release-6.0.0.html">Next</a>
+ <br>
+ <br>
+ <a class="title"
href="/announcements/2020/06/15/osx-release-6.0.0.html">Cordova OSX 6.0.0
Released!</a>
+ <div class="date"> 15 Jun 2020 - By Niklas Merz </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 OSX...
+ </p>
+
</div>
</div>
</footer>
Modified: cordova/site/public/sitemap.xml
URL:
http://svn.apache.org/viewvc/cordova/site/public/sitemap.xml?rev=1879165&r1=1879164&r2=1879165&view=diff
==============================================================================
--- cordova/site/public/sitemap.xml (original)
+++ cordova/site/public/sitemap.xml Wed Jun 24 17:04:21 2020
@@ -4,6 +4,16 @@
<!-- posts -->
<url>
+
<loc>https://cordova.apache.org/announcements/2020/06/23/cordova-ios-6.1.0.html</loc>
+</url>
+
+
+<url>
+
<loc>https://cordova.apache.org/announcements/2020/06/15/osx-release-6.0.0.html</loc>
+</url>
+
+
+<url>
<loc>https://cordova.apache.org/news/2020/06/13/plugins-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=1879165&r1=1879164&r2=1879165&view=diff
==============================================================================
--- cordova/site/public/static/js/index.js (original)
+++ cordova/site/public/static/js/index.js Wed Jun 24 17:04:21 2020
@@ -77,6 +77,8 @@ function checkNotification() {
var dates = [];
if (lastVisit != "") {
+ dates.push('Tue, 23 Jun 2020 00:00:00 +0000');
+ dates.push('Mon, 15 Jun 2020 00:00:00 +0000');
dates.push('Sat, 13 Jun 2020 00:00:00 +0000');
dates.push('Mon, 01 Jun 2020 00:00:00 +0000');
dates.push('Mon, 01 Jun 2020 00:00:00 +0000');
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]