Author: ian
Date: Wed Jul  9 12:33:34 2014
New Revision: 1609132

URL: http://svn.apache.org/r1609132
Log:
CB-7040 Publish missing generated files for plugin release blog post

Added:
    cordova/site/public/news/2014/07/
    cordova/site/public/news/2014/07/08/
    cordova/site/public/news/2014/07/08/plugins-release.html

Added: cordova/site/public/news/2014/07/08/plugins-release.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/news/2014/07/08/plugins-release.html?rev=1609132&view=auto
==============================================================================
--- cordova/site/public/news/2014/07/08/plugins-release.html (added)
+++ cordova/site/public/news/2014/07/08/plugins-release.html Wed Jul  9 
12:33:34 2014
@@ -0,0 +1,218 @@
+<!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>Plugins Release: July 8, 2014</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>
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-94271-30']);
+      _gaq.push(['_trackPageview']);
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+    </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/3.5.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/3.5.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>Plugins Release: July 8, 2014</h2>
+    <div class="meta">Posted by: <a href="https://twitter.com/iclelland";>Ian 
Clelland</a></div>
+    <p class="meta">08 Jul 2014</p>
+    <div class="post">
+    
+<p>The following plugins were updated today:</p>
+
+<ul>
+<li>cordova-plugin-contacts: 0.2.11</li>
+
+<li>cordova-plugin-network-information: 0.2.10</li>
+</ul>
+
+<p>Notable changes include:</p>
+
+<ul>
+<li>The network-information plugin no longer crashes immediately if no network 
is available</li>
+
+<li><code>navigator.contacts.pickContact</code> API has been added for 
<strong>Android</strong>, <strong>iOS</strong>, <strong>Windows Phone 
8</strong> and <strong>Windows 8</strong> platforms</li>
+
+<li><code>navigator.contacts.find</code> API on <strong>Android</strong>, 
<strong>iOS</strong> and <strong>Windows Phone 8</strong> now supports 
<code>desiredFields</code> which specifies contact fields to be returned</li>
+
+<li>Contacts on <strong>Firefox OS</strong> no longer requires manual change 
of the application permissions</li>
+</ul>
+
+<p>The plugins have been updated on our registry at <a 
href="http://plugins.cordova.io/";>plugins.cordova.io</a>.</p>
+<hr />
+<p>You can update any plugin by removing it, and then re-adding it. E.g. To 
update your contacts plugin:</p>
+
+<pre><code>cordova plugin rm org.apache.cordova.contacts
+cordova plugin add org.apache.cordova.contacts</code></pre>
+
+<p>Other changes include: <!--more--></p>
+
+<p><code>[email protected]</code></p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-5416";>CB-5416</a> Adding 
support for auto-managing permissions</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6682";>CB-6682</a> Move 
<strong>Windows 8</strong> command proxy into its missing platform tag</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-5698";>CB-5698</a> 
<strong>iOS</strong> Check to see if <code>photoData</code> exists before 
using</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-7003";>CB-7003</a> 
<strong>Android</strong> Make <code>pickContact</code> pick correct contact on 
Android 4.3 and 4.4.3</li>
+
+<li>Remove deprecated symbols for <strong>iOS</strong> &lt; 6</li>
+
+<li><strong>Windows Phone 8</strong> now populates contact photos</li>
+
+<li>Add <code>pickContact</code> functionality to Cordova contacts plugin</li>
+
+<li>Add <code>ContactError</code> codes to <code>index.md</code> doc</li>
+
+<li>Docs typo: <code>navigator.contacts.length</code> -&gt; 
<code>contacts.length</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6127";>CB-6127</a> 
Spanish and French Translations added</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6797";>CB-6797</a> Add 
license</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-6491";>CB-6491</a> Add 
CONTRIBUTING.md</li>
+</ul>
+
+<p><code>[email protected]</code></p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-6907";>CB-6907</a>: 
<strong>Android</strong> Don’t crash on startup if no networks available</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/3.5.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>
+
+
+</body>
+</html>


Reply via email to