You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/09/25 00:02:41 UTC

svn commit: r1705173 - in /cordova/site: public/blog/index.html public/index.html public/news/2015/09/22/ public/news/2015/09/22/tools-release.html public/rss.xml www/_posts/2015-09-22-tools-release.md

Author: dblotsky
Date: Thu Sep 24 22:02:41 2015
New Revision: 1705173

URL: http://svn.apache.org/viewvc?rev=1705173&view=rev
Log:
Deploying regular site.

Added:
    cordova/site/public/news/2015/09/22/
    cordova/site/public/news/2015/09/22/tools-release.html
    cordova/site/www/_posts/2015-09-22-tools-release.md
Modified:
    cordova/site/public/blog/index.html
    cordova/site/public/index.html
    cordova/site/public/rss.xml

Modified: cordova/site/public/blog/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1705173&r1=1705172&r2=1705173&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Thu Sep 24 22:02:41 2015
@@ -57,6 +57,11 @@
 <ul class="posts">
   
     <li>
+    <span>22 Sep 2015</span> &raquo;
+    <a href="//cordova.apache.org/news/2015/09/22/tools-release.html">Tools Release 5.3.3</a>
+    </li>
+  
+    <li>
     <span>21 Sep 2015</span> &raquo;
     <a href="//cordova.apache.org/news/2015/09/21/file-transfer-release.html">cordova-plugin-file-transfer release: September 21, 2015</a>
     </li>

Modified: cordova/site/public/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1705173&r1=1705172&r2=1705173&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Thu Sep 24 22:02:41 2015
@@ -89,6 +89,36 @@
   <h2>News <a href="/rss.xml" style="font-size:12pt; margin-left:10px">Subscribe</a></h2>
   <ul class="posts">
     
+      <li><span>22 Sep 2015</span> &raquo; <a href="//cordova.apache.org/news/2015/09/22/tools-release.html">Tools Release 5.3.3</a>
+      
+<p>Cordova tools 5.3.3 has been released to properly support <a href="https://nodejs.org/en/blog/release/v4.0.0/">Node v4</a>.</p>
+
+<ul>
+<li><a href="https://www.npmjs.org/package/cordova">cordova@5.3.3</a></li>
+
+<li><a href="https://www.npmjs.org/package/cordova-lib">cordova-lib@5.3.3</a></li>
+
+<li><a href="https://www.npmjs.org/package/plugman">plugman@1.0.4</a></li>
+</ul>
+
+<p>If you are currently develop for the <strong>iOS</strong> platform and plan to use <strong>Node v4</strong>, we recommend you update to this release:</p>
+
+<ul>
+<li>
+<p>If you have <code>cordova</code> installed:</p>
+
+<pre><code>npm install -g cordova</code></pre>
+</li>
+
+<li>
+<p>If you have <code>plugman</code> installed:</p>
+
+<pre><code>npm install -g plugman</code></pre>
+</li>
+</ul>
+
+      <div style="padding-bottom:2em"><a href="//cordova.apache.org/news/2015/09/22/tools-release.html">Read More</a></div>
+    
       <li><span>21 Sep 2015</span> &raquo; <a href="//cordova.apache.org/news/2015/09/21/file-transfer-release.html">cordova-plugin-file-transfer release: September 21, 2015</a>
       
 <p>A medium security issue was discovered for cordova-plugin-file-transfer plugin. We are releasing version <code>1.3.0</code> of <code>cordova-plugin-file-transfer</code> to address this security issue. We recommend that all applications currently using an older version of this plugin to upgrade as soon as possible.</p>
@@ -140,20 +170,6 @@ cordova plugin add cordova-plugin-file-t
 
       <div style="padding-bottom:2em"><a href="//cordova.apache.org/news/2015/09/09/tools-release.html">Read More</a></div>
     
-      <li><span>08 Sep 2015</span> &raquo; <a href="//cordova.apache.org/news/2015/09/08/CPR-readonly.html">Cordova Plugins Registry becomes immutable</a>
-      
-<p>Starting today, <a href="http://plugins.cordova.io">plugins.cordova.io</a> has become immutable. Plugin authors are encouraged to move their plugins over to <a href="http://npmjs.org">npm</a> if they haven’t already. Plugin authors should checkout our guide to transition over to npm <a href="http://plugins.cordova.io/npm/authors.html">here</a>.</p>
-
-<p>Users can start searching for cordova plugins which have moved over to npm on our new <a href="http://plugins.cordova.io/npm/index.html">cordova npm search page</a>.</p>
-
-<p>Cordova CLI version 5.0.0 or higher is required to fetch plugins from npm. If you want to use the latest releases of plugins, please update your version of Cordova. Alternatively, older cli users can add plugins via git urls. Example:</p>
-
-<pre><code>cordova plugin add https://github.com/apache/cordova-plugin-camera.git</code></pre>
-
-<p>Make sure to checkout our previous blog post about <a href="http://cordova.apache.org/announcements/2015/04/21/plugins-release-and-move-to-npm.html">moving plugins to npm</a> if you missed it the first time around.</p>
-
-      <div style="padding-bottom:2em"><a href="//cordova.apache.org/news/2015/09/08/CPR-readonly.html">Read More</a></div>
-    
   </ul>
   
   <p>

Added: cordova/site/public/news/2015/09/22/tools-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2015/09/22/tools-release.html?rev=1705173&view=auto
==============================================================================
--- cordova/site/public/news/2015/09/22/tools-release.html (added)
+++ cordova/site/public/news/2015/09/22/tools-release.html Thu Sep 24 22:02:41 2015
@@ -0,0 +1,199 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <link rel="SHORTCUT ICON" href="//cordova.apache.org/favicon.ico"/>
+    <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" />
+    <!-- Original Jekyll
+    <meta name="viewport" content="width=device-width">
+    -->
+    <title>Tools Release 5.3.3</title>
+    <!-- syntax highlighting CSS -->
+    <link rel="stylesheet" href="//cordova.apache.org/css/syntax.css">
+    <!-- Custom CSS -->
+    <link rel="stylesheet" href="//cordova.apache.org/css/main.css">
+
+    <!-- Cordova CSS -->
+    <link rel="stylesheet" type="text/css" href="//cordova.apache.org/css/master.css">
+    <script src="//cordova.apache.org/js/smooth.pack.js" type="text/javascript"></script>
+</head>
+
+<body>
+    <a class="scroll-point pt-top" name="top">
+</a>
+<div id="header">
+    <div class="wrap">
+        <a class="logo" href="//cordova.apache.org/#top"></a>
+        <div class="menu">
+            <a href="//cordova.apache.org/#about">About</a>
+            <a href="//cordova.apache.org/#news">News</a>
+            <a href="http://cordova.apache.org/docs/en/5.0.0/">Documentation</a>
+            <a href="http://plugins.cordova.io/">Plugins</a>
+            <a href="//cordova.apache.org/#links">Quick Links</a>
+            <a href="//cordova.apache.org/#contribute">Contribute</a>
+            <a href="//cordova.apache.org/#mailing-list">Mailing List</a>
+        </div>
+        <form class="menu-dropdown">
+            <select onchange="location = this.options[this.selectedIndex].value;">
+                <option value="//cordova.apache.org/#about">About</option>
+                <option value="//cordova.apache.org/#news">News</option>
+                <option value="http://cordova.apache.org/docs/en/5.0.0/">Documentation</option>
+                <option value="http://plugins.cordova.io/">Plugins</option>
+                <option value="//cordova.apache.org/#links">Quick Links</option>
+                <option value="//cordova.apache.org/#contribute">Contribute</option>
+                <option value="//cordova.apache.org/#mailing-list">Mailing List</option>
+            </select>
+        </form>
+    </div>
+    <div class="shadow"></div>
+</div> <!-- /header -->
+<div class="header-placeholder"></div>
+
+    <div class="site">
+    <h2>Tools Release 5.3.3</h2>
+    <div class="meta">Posted by: <a href="https://twitter.com/sgrebnov">Sergey Grebnov</a></div>
+    <p class="meta">22 Sep 2015</p>
+    <div class="post">
+    
+<p>Cordova tools 5.3.3 has been released to properly support <a href="https://nodejs.org/en/blog/release/v4.0.0/">Node v4</a>.</p>
+
+<ul>
+<li><a href="https://www.npmjs.org/package/cordova">cordova@5.3.3</a></li>
+
+<li><a href="https://www.npmjs.org/package/cordova-lib">cordova-lib@5.3.3</a></li>
+
+<li><a href="https://www.npmjs.org/package/plugman">plugman@1.0.4</a></li>
+</ul>
+
+<p>If you are currently develop for the <strong>iOS</strong> platform and plan to use <strong>Node v4</strong>, we recommend you update to this release:</p>
+
+<ul>
+<li>
+<p>If you have <code>cordova</code> installed:</p>
+
+<pre><code>npm install -g cordova</code></pre>
+</li>
+
+<li>
+<p>If you have <code>plugman</code> installed:</p>
+
+<pre><code>npm install -g plugman</code></pre>
+</li>
+</ul>
+<!--more-->
+<h2 id="pinned_platform_versions_for_cordova_cli_533">Pinned Platform Versions for <strong>Cordova CLI 5.3.3</strong></h2>
+
+<ul>
+<li>Cordova Amazon-FireOS: ~3.6.3</li>
+
+<li>Cordova Android: ~4.1.0 (4.1.1)</li>
+
+<li>Cordova BlackBerry10: ~3.8.0</li>
+
+<li>Cordova Browser: ~4.0.0</li>
+
+<li>Cordova FirefoxOS: ~3.6.3</li>
+
+<li>Cordova iOS: ~3.9.0 (3.9.1)</li>
+
+<li>Cordova Ubuntu: ~4.0.0</li>
+
+<li>Cordova Windows: ~4.1.0</li>
+
+<li>Cordova WP8: ~3.8.1</li>
+
+<li>Cordova Webos: ~3.7.0</li>
+</ul>
+
+    </div>
+</div>
+
+    <a class="scroll-point" name="links"></a>
+<hr/>
+
+<div class="wrap quick-links-pane">
+    <h2 class="icon icon-quick-links">Quick Links</h2>
+    <br/>
+    <ul class="quick-links-header">
+        <li>General</li>
+        <li>Development</li>
+        <li class="last">Apache Software Foundation</li>
+    </ul>
+    <div class="clear"></div>
+</div>
+
+<div class="grid">
+    <div class="wrap">
+        <div class="list-container">
+            <ul class="list quick-links">
+                <li class="corner"></li>
+                <li><a href="//cordova.apache.org/index.html#about">About Cordova<span></span></a></li>
+
+                
+                <li><a href="http://projects.apache.org/projects/cordova.html">Apache Project Page<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License<span></span></a></li>
+                
+
+                <li><a href="//cordova.apache.org/artwork.html">Artwork<span></span></a></li>
+            </ul>
+
+            <ul class="list quick-links">
+                <li class="corner"></li>
+                <li><a href="//cordova.apache.org/index.html#download">Download<span></span></a></li>
+                <li><a href="http://cordova.apache.org/docs/en/5.0.0/">Documentation<span></span></a></li>
+
+                
+                <li><a href="https://git-wip-us.apache.org/repos/asf">Source Code<span></span></a></li>
+                
+                <li><a href="https://issues.apache.org/jira/browse/CB">Issue Tracker<span></span></a></li>
+                
+                <li><a href="http://wiki.apache.org/cordova/">Wiki<span></span></a></li>
+                
+
+                <li><a href="//cordova.apache.org/index.html#mailing-list">Mailing List<span></span></a></li>
+
+                <li><a href="http://stackoverflow.com/tags/cordova">Support<span></span></a></li>
+            </ul>
+
+            <ul class="list quick-links last">
+                <li class="corner"></li>
+                
+                <li><a href="http://www.apache.org/">About ASF<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/security/">Security<span></span></a></li>
+                
+            </ul>
+
+            <div class="clear"></div>
+        </div>
+    </div>
+</div>
+
+    <hr/>
+<div id="footer">
+    <p>Copyright © 2012, 2013 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
+    Apache and the Apache feather logos are <a href="http://www.apache.org/foundation/marks/list/">trademarks</a> of The Apache Software Foundation.
+    </p>
+    <a class="closing" href="#top"></a>
+</div>
+
+    <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>
+
+</body>
+</html>

Modified: cordova/site/public/rss.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/rss.xml?rev=1705173&r1=1705172&r2=1705173&view=diff
==============================================================================
--- cordova/site/public/rss.xml (original)
+++ cordova/site/public/rss.xml Thu Sep 24 22:02:41 2015
@@ -5,8 +5,8 @@
         <description>Apache Cordova - Apache Cordova is a set of device APIs that allow a web mobile app developer to access native device function from JavaScript.</description>
         <atom:link href="http://cordova.apache.org/rss.xml" rel="self" type="application/rss+xml" />
         <link>http://cordova.apache.org/rss.xml</link>
-        <lastBuildDate>Tue, 22 Sep 2015 13:06:18 -0700</lastBuildDate>
-        <pubDate>Tue, 22 Sep 2015 13:06:18 -0700</pubDate>
+        <lastBuildDate>Thu, 24 Sep 2015 15:01:49 -0700</lastBuildDate>
+        <pubDate>Thu, 24 Sep 2015 15:01:49 -0700</pubDate>
         <ttl>1800</ttl>
         <image>
             <url>http://cordova.apache.org</url>
@@ -19,6 +19,64 @@
 
 
         <item>
+                <title>Tools Release 5.3.3</title>
+                <description>
+&lt;p&gt;Cordova tools 5.3.3 has been released to properly support &lt;a href=&quot;https://nodejs.org/en/blog/release/v4.0.0/&quot;&gt;Node v4&lt;/a&gt;.&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova&quot;&gt;cordova@5.3.3&lt;/a&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/cordova-lib&quot;&gt;cordova-lib@5.3.3&lt;/a&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://www.npmjs.org/package/plugman&quot;&gt;plugman@1.0.4&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;If you are currently develop for the &lt;strong&gt;iOS&lt;/strong&gt; platform and plan to use &lt;strong&gt;Node v4&lt;/strong&gt;, we recommend you update to this release:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;
+&lt;p&gt;If you have &lt;code&gt;cordova&lt;/code&gt; installed:&lt;/p&gt;
+
+&lt;pre&gt;&lt;code&gt;npm install -g cordova&lt;/code&gt;&lt;/pre&gt;
+&lt;/li&gt;
+
+&lt;li&gt;
+&lt;p&gt;If you have &lt;code&gt;plugman&lt;/code&gt; installed:&lt;/p&gt;
+
+&lt;pre&gt;&lt;code&gt;npm install -g plugman&lt;/code&gt;&lt;/pre&gt;
+&lt;/li&gt;
+&lt;/ul&gt;
+&lt;!--more--&gt;
+&lt;h2 id=&quot;pinned_platform_versions_for_cordova_cli_533&quot;&gt;Pinned Platform Versions for &lt;strong&gt;Cordova CLI 5.3.3&lt;/strong&gt;&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Cordova Amazon-FireOS: ~3.6.3&lt;/li&gt;
+
+&lt;li&gt;Cordova Android: ~4.1.0 (4.1.1)&lt;/li&gt;
+
+&lt;li&gt;Cordova BlackBerry10: ~3.8.0&lt;/li&gt;
+
+&lt;li&gt;Cordova Browser: ~4.0.0&lt;/li&gt;
+
+&lt;li&gt;Cordova FirefoxOS: ~3.6.3&lt;/li&gt;
+
+&lt;li&gt;Cordova iOS: ~3.9.0 (3.9.1)&lt;/li&gt;
+
+&lt;li&gt;Cordova Ubuntu: ~4.0.0&lt;/li&gt;
+
+&lt;li&gt;Cordova Windows: ~4.1.0&lt;/li&gt;
+
+&lt;li&gt;Cordova WP8: ~3.8.1&lt;/li&gt;
+
+&lt;li&gt;Cordova Webos: ~3.7.0&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+                <link>http://cordova.apache.org/news/2015/09/22/tools-release.html</link>
+                <guid>http://cordova.apache.org/news/2015/09/22/tools-release</guid>
+                <pubDate>Tue, 22 Sep 2015</pubDate>
+        </item>
+
+        <item>
                 <title>cordova-plugin-file-transfer release: September 21, 2015</title>
                 <description>
 &lt;p&gt;A medium security issue was discovered for cordova-plugin-file-transfer plugin. We are releasing version &lt;code&gt;1.3.0&lt;/code&gt; of &lt;code&gt;cordova-plugin-file-transfer&lt;/code&gt; to address this security issue. We recommend that all applications currently using an older version of this plugin to upgrade as soon as possible.&lt;/p&gt;

Added: cordova/site/www/_posts/2015-09-22-tools-release.md
URL: http://svn.apache.org/viewvc/cordova/site/www/_posts/2015-09-22-tools-release.md?rev=1705173&view=auto
==============================================================================
--- cordova/site/www/_posts/2015-09-22-tools-release.md (added)
+++ cordova/site/www/_posts/2015-09-22-tools-release.md Thu Sep 24 22:02:41 2015
@@ -0,0 +1,38 @@
+---
+layout: post
+author:
+    name: Sergey Grebnov
+    url: https://twitter.com/sgrebnov
+title:  "Tools Release 5.3.3"
+categories: news
+tags: release tools
+---
+Cordova tools 5.3.3 has been released to properly support [Node v4](https://nodejs.org/en/blog/release/v4.0.0/).
+
+* [cordova@5.3.3](https://www.npmjs.org/package/cordova)
+* [cordova-lib@5.3.3](https://www.npmjs.org/package/cordova-lib)
+* [plugman@1.0.4](https://www.npmjs.org/package/plugman)
+
+If you are currently develop for the **iOS** platform and plan to use **Node v4**, we recommend you update to this release:
+
+  * If you have `cordova` installed:
+
+        npm install -g cordova
+
+  * If you have `plugman` installed:
+
+        npm install -g plugman
+
+<!--more-->
+## Pinned Platform Versions for **Cordova CLI 5.3.3**
+
+* Cordova Amazon-FireOS: ~3.6.3
+* Cordova Android: ~4.1.0 (4.1.1)
+* Cordova BlackBerry10: ~3.8.0
+* Cordova Browser: ~4.0.0
+* Cordova FirefoxOS: ~3.6.3
+* Cordova iOS: ~3.9.0 (3.9.1)
+* Cordova Ubuntu: ~4.0.0
+* Cordova Windows: ~4.1.0
+* Cordova WP8: ~3.8.1
+* Cordova Webos: ~3.7.0



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