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

svn commit: r1704724 - in /cordova/site: public/index.html public/news/2015/09/21/file-transfer-release.html public/rss.xml www/_posts/2015-09-21-file-transfer-release.md

Author: steven
Date: Tue Sep 22 20:49:39 2015
New Revision: 1704724

URL: http://svn.apache.org/viewvc?rev=1704724&view=rev
Log:
fixed spelling mistake

Modified:
    cordova/site/public/index.html
    cordova/site/public/news/2015/09/21/file-transfer-release.html
    cordova/site/public/rss.xml
    cordova/site/www/_posts/2015-09-21-file-transfer-release.md

Modified: cordova/site/public/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1704724&r1=1704723&r2=1704724&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Tue Sep 22 20:49:39 2015
@@ -91,11 +91,11 @@
     
       <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-transer</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>
+<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>
 <hr />
 <p>You can update the plugin by removing it, and then re-adding it.</p>
 
-<p>E.g. To update your file-transer plugin:</p>
+<p>E.g. To update your file-transfer plugin:</p>
 
 <pre><code>cordova plugin rm cordova-plugin-file-transfer --save
 cordova plugin add cordova-plugin-file-transfer --save</code></pre>

Modified: cordova/site/public/news/2015/09/21/file-transfer-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2015/09/21/file-transfer-release.html?rev=1704724&r1=1704723&r2=1704724&view=diff
==============================================================================
--- cordova/site/public/news/2015/09/21/file-transfer-release.html (original)
+++ cordova/site/public/news/2015/09/21/file-transfer-release.html Tue Sep 22 20:49:39 2015
@@ -58,11 +58,11 @@
     <p class="meta">21 Sep 2015</p>
     <div class="post">
     
-<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-transer</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>
+<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>
 <hr />
 <p>You can update the plugin by removing it, and then re-adding it.</p>
 
-<p>E.g. To update your file-transer plugin:</p>
+<p>E.g. To update your file-transfer plugin:</p>
 
 <pre><code>cordova plugin rm cordova-plugin-file-transfer --save
 cordova plugin add cordova-plugin-file-transfer --save</code></pre>

Modified: cordova/site/public/rss.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/rss.xml?rev=1704724&r1=1704723&r2=1704724&view=diff
==============================================================================
--- cordova/site/public/rss.xml (original)
+++ cordova/site/public/rss.xml Tue Sep 22 20:49:39 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>Mon, 21 Sep 2015 16:58:58 -0700</lastBuildDate>
-        <pubDate>Mon, 21 Sep 2015 16:58:58 -0700</pubDate>
+        <lastBuildDate>Tue, 22 Sep 2015 13:06:18 -0700</lastBuildDate>
+        <pubDate>Tue, 22 Sep 2015 13:06:18 -0700</pubDate>
         <ttl>1800</ttl>
         <image>
             <url>http://cordova.apache.org</url>
@@ -21,11 +21,11 @@
         <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-transer&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;
+&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;
 &lt;hr /&gt;
 &lt;p&gt;You can update the plugin by removing it, and then re-adding it.&lt;/p&gt;
 
-&lt;p&gt;E.g. To update your file-transer plugin:&lt;/p&gt;
+&lt;p&gt;E.g. To update your file-transfer plugin:&lt;/p&gt;
 
 &lt;pre&gt;&lt;code&gt;cordova plugin rm cordova-plugin-file-transfer --save
 cordova plugin add cordova-plugin-file-transfer --save&lt;/code&gt;&lt;/pre&gt;

Modified: cordova/site/www/_posts/2015-09-21-file-transfer-release.md
URL: http://svn.apache.org/viewvc/cordova/site/www/_posts/2015-09-21-file-transfer-release.md?rev=1704724&r1=1704723&r2=1704724&view=diff
==============================================================================
--- cordova/site/www/_posts/2015-09-21-file-transfer-release.md (original)
+++ cordova/site/www/_posts/2015-09-21-file-transfer-release.md Tue Sep 22 20:49:39 2015
@@ -8,12 +8,12 @@ categories: news
 tags: release plugins
 ---
 
-A medium security issue was discovered for cordova-plugin-file-transfer plugin. We are releasing version `1.3.0` of `cordova-plugin-file-transer` to address this security issue. We recommend that all applications currently using an older version of this plugin to upgrade as soon as possible. 
+A medium security issue was discovered for cordova-plugin-file-transfer plugin. We are releasing version `1.3.0` of `cordova-plugin-file-transfer` to address this security issue. We recommend that all applications currently using an older version of this plugin to upgrade as soon as possible. 
 
 ----
 You can update the plugin by removing it, and then re-adding it.
 
- E.g. To update your file-transer plugin:
+ E.g. To update your file-transfer plugin:
 
     cordova plugin rm cordova-plugin-file-transfer --save
     cordova plugin add cordova-plugin-file-transfer --save



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