Modified: cordova/site/public/feed.xml
URL: 
http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1810045&r1=1810044&r2=1810045&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Thu Sep 28 21:54:09 2017
@@ -6,11 +6,117 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Fri, 22 Sep 2017 14:29:41 -0700</pubDate>
-    <lastBuildDate>Fri, 22 Sep 2017 14:29:41 -0700</lastBuildDate>
+    <pubDate>Thu, 28 Sep 2017 14:05:18 -0700</pubDate>
+    <lastBuildDate>Thu, 28 Sep 2017 14:05:18 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
+        <title>Cordova Android 6.3.0 Released!</title>
+        <description>&lt;p&gt;We are happy to announce that 
&lt;code&gt;Cordova Android 6.3.0&lt;/code&gt; has been released! &lt;/p&gt;
+
+&lt;p&gt;This release now targets the latest Android API level of API 26 and 
has fixed issues related to the &lt;strong&gt;Android SDK Tools 
26.0.2&lt;/strong&gt; release. &lt;strong&gt;Google&lt;/strong&gt; changed how 
the Android emulator was executed, causing errors when deploying to the 
emulator. &lt;/p&gt;
+
+&lt;p&gt;This release contains the integration of 
&lt;code&gt;cordova-plugin-compat&lt;/code&gt;, so please remove that plugin 
from projects once you update to this version of 
&lt;code&gt;cordova-android&lt;/code&gt;.&lt;/p&gt;
+
+&lt;p&gt;To upgrade:&lt;/p&gt;
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-&quot; data-lang=&quot;&quot;&gt;npm install -g cordova
+cd my_project
+cordova platform update [email protected]
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+&lt;p&gt;To add it explicitly:&lt;/p&gt;
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-&quot; data-lang=&quot;&quot;&gt;cordova platform add 
[email protected]
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+&lt;!--more--&gt;
+
+&lt;h2&gt;What&amp;#39;s new in Android&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6936&quot;&gt;CB-6936&lt;/a&gt;
 fix crash when calling methods on a destroyed webview&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12981&quot;&gt;CB-12981&lt;/a&gt;
 handle SDK 26.0.2 slightly different AVD list output for 
&lt;strong&gt;Android&lt;/strong&gt; 8+ AVDs. Would cause &amp;quot;cannot read 
property replace of undefined&amp;quot; errors when trying to deploy an 
&lt;strong&gt;Android&lt;/strong&gt; 8 emulator.&lt;/li&gt;
+&lt;li&gt;Updated maven repo to include most recent lib versions&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13177&quot;&gt;CB-13177&lt;/a&gt;
 Updating to API Level 26&lt;/li&gt;
+&lt;li&gt;Revert &lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12015&quot;&gt;CB-12015&lt;/a&gt;
 initial-scale values less than 1.0 are ignored on 
&lt;strong&gt;Android&lt;/strong&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12730&quot;&gt;CB-12730&lt;/a&gt;
 The Cordova Compatibility Plugin is now integrated into 
&lt;code&gt;cordova-android&lt;/code&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12453&quot;&gt;CB-12453&lt;/a&gt;
 Remove unnecessary double quotes from .bat files which are the causes of crash 
if project path contains spaces&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13031&quot;&gt;CB-13031&lt;/a&gt;
 Fix bug with case-sensitivity of 
&lt;strong&gt;Android&lt;/strong&gt;-packageName&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-10916&quot;&gt;CB-10916&lt;/a&gt;
 Support display name for &lt;strong&gt;Android&lt;/strong&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12423&quot;&gt;CB-12423&lt;/a&gt;
 make explicit JDK 1.8 or greater is needed in the 
&lt;code&gt;README&lt;/code&gt;, we require 1.8 for compilation, but do not 
have 1.8 Java features yet&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12605&quot;&gt;CB-12605&lt;/a&gt;
 In &lt;strong&gt;Windows&lt;/strong&gt; get 
&lt;strong&gt;Android&lt;/strong&gt; studio path from the registry&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12617&quot;&gt;CB-12617&lt;/a&gt;
 : removed node0.x support for platforms and added engineStrict&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Wed, 27 Sep 2017 00:00:00 -0700</pubDate>
+        
<link>https://cordova.apache.org/announcements/2017/09/27/android-release.html</link>
+        <guid 
isPermaLink="true">https://cordova.apache.org/announcements/2017/09/27/android-release.html</guid>
+        
+        <category>news</category>
+        
+        <category>releases</category>
+        
+        
+        <category>announcements</category>
+        
+      </item>
+    
+      <item>
+        <title>Cordova iOS 4.5.1</title>
+        <description>&lt;p&gt;We are happy to announce a minor version of 
&lt;code&gt;Cordova iOS 4.5.1&lt;/code&gt; has been released!&lt;/p&gt;
+
+&lt;p&gt;This version provides updates for the latest iOS 11 and Xcode 9. You 
can now create builds for this new version and properly deploy to either the 
emulator or device.&lt;/p&gt;
+
+&lt;p&gt;Things to note:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;For iPhone X&amp;#39;s new screen size, you must use Launch 
Storyboards to take full advantage of it&lt;/li&gt;
+&lt;li&gt;Current Splash Screen images will result in letterboxing&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;Apple has also made some changes that could effect your current apps, 
specifically around the viewport. Here are a few resources that could help with 
your transition to iOS 11:&lt;/p&gt;
+
+&lt;ol&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://webkit.org/blog/7929/designing-websites-for-iphone-x/&quot;&gt;Designing
 Websites for iPhone X&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://ayogo.com/blog/ios11-viewport/&quot;&gt;Understanding the 
WebView Viewport in iOS 11&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;http://stephenradford.me/removing-the-white-bars-in-safari-on-iphone-x/&quot;&gt;Removing
 the White Bars in Safari on iPhone X&lt;/a&gt;&lt;/li&gt;
+&lt;/ol&gt;
+
+&lt;p&gt;We are also aware that there are specific issues related to the 
Status Bar plugin. The team is working to resolve these for the next release of 
the plugin.&lt;/p&gt;
+
+&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; When updating 
&lt;strong&gt;iOS&lt;/strong&gt;, make sure to save your plugins as current 
unsaved plugins may not be reinstalled otherwise. Run the following command in 
your project to save your currently installed plugins into 
&lt;code&gt;config.xml&lt;/code&gt;:&lt;/p&gt;
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-&quot; data-lang=&quot;&quot;&gt;cordova plugin save
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+&lt;p&gt;To upgrade:&lt;/p&gt;
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-&quot; data-lang=&quot;&quot;&gt;npm install -g cordova
+cd my_project
+cordova platform rm ios
+cordova platform add [email protected]
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+&lt;p&gt;To add it explicitly:&lt;/p&gt;
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-&quot; data-lang=&quot;&quot;&gt;cordova platform add 
[email protected]
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+&lt;!--more--&gt;
+
+&lt;h2&gt;What&amp;#39;s new in iOS&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13310&quot;&gt;CB-13310&lt;/a&gt;
 Updated checked-in node_modules&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13191&quot;&gt;CB-13191&lt;/a&gt;
 (ios) Support marketing icon (#337)&lt;/li&gt;
+&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12888&quot;&gt;CB-12888&lt;/a&gt;
 - cordova emulate &lt;strong&gt;iOS&lt;/strong&gt; doesn&amp;#39;t work in 
&lt;strong&gt;iOS&lt;/strong&gt; 11&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Mon, 25 Sep 2017 00:00:00 -0700</pubDate>
+        
<link>https://cordova.apache.org/announcements/2017/09/25/ios-release.html</link>
+        <guid 
isPermaLink="true">https://cordova.apache.org/announcements/2017/09/25/ios-release.html</guid>
+        
+        <category>news</category>
+        
+        <category>releases</category>
+        
+        
+        <category>announcements</category>
+        
+      </item>
+    
+      <item>
         <title>Plugins Release</title>
         <description>&lt;p&gt;The following plugins were updated today because 
they are being deprecated:&lt;/p&gt;
 
@@ -788,126 +894,5 @@ cordova plugin add cordova-plugin-camera
         
       </item>
     
-      <item>
-        <title>Cordova Android 6.2.2 Released!</title>
-        <description>&lt;p&gt;We are happy to announce that 
&lt;code&gt;Cordova Android 6.2.2&lt;/code&gt; has been released! This patch 
release adds support for &lt;code&gt;android sdk tools 26.0.1&lt;/code&gt;. We 
strongly recommend upgrading to this version if you are using the latest 
&lt;strong&gt;Android sdk tools&lt;/strong&gt;. Older versions of 
&lt;strong&gt;Cordova-Android&lt;/strong&gt; do not work with the latest 
&lt;strong&gt;Android sdk tools&lt;/strong&gt;!&lt;/p&gt;
-
-&lt;p&gt;To upgrade:&lt;/p&gt;
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-&quot; data-lang=&quot;&quot;&gt;npm install -g cordova
-cd my_project
-cordova platform update [email protected]
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-&lt;p&gt;To add it explicitly:&lt;/p&gt;
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-&quot; data-lang=&quot;&quot;&gt;cordova platform add 
[email protected]
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-&lt;p&gt;This release will have to be explicitly added until the upcoming 
&lt;code&gt;cordova@7&lt;/code&gt; release, where it will be pinned as the 
default android platform.&lt;/p&gt;
-
-&lt;!--more--&gt;
-
-&lt;h2&gt;What&amp;#39;s new in Android&lt;/h2&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12697&quot;&gt;CB-12697&lt;/a&gt;
 Updated checked-in &lt;code&gt;node_modules&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12640&quot;&gt;CB-12640&lt;/a&gt;
 better handling of unrecognized commands on 
&lt;strong&gt;windows&lt;/strong&gt;.&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12640&quot;&gt;CB-12640&lt;/a&gt;
 flipped avd parsing logic so that it always tries to use 
&lt;code&gt;avdmanager&lt;/code&gt; to retrieve avds first, then falls back to 
&lt;code&gt;android&lt;/code&gt; command if &lt;code&gt;avdmanager&lt;/code&gt; 
cannot be found.&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12640&quot;&gt;CB-12640&lt;/a&gt;
 support for &lt;code&gt;android sdk tools 26.0.1&lt;/code&gt;.&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-        <pubDate>Fri, 28 Apr 2017 00:00:00 -0700</pubDate>
-        
<link>https://cordova.apache.org/announcements/2017/04/28/android-release.html</link>
-        <guid 
isPermaLink="true">https://cordova.apache.org/announcements/2017/04/28/android-release.html</guid>
-        
-        <category>news</category>
-        
-        <category>releases</category>
-        
-        
-        <category>announcements</category>
-        
-      </item>
-    
-      <item>
-        <title>Cordova iOS 4.4.0</title>
-        <description>&lt;p&gt;We are happy to announce a minor version of 
&lt;code&gt;Cordova iOS 4.4.0&lt;/code&gt; has been released!&lt;/p&gt;
-
-&lt;p&gt;Three new features were added:&lt;/p&gt;
-
-&lt;ol&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://cordova.apache.org/docs/en/latest/config_ref/index.html#resource-file&quot;&gt;&amp;lt;resource-file&amp;gt;&lt;/a&gt;
 tag support in config.xml&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://cordova.apache.org/docs/en/latest/guide/platforms/ios/webview.html&quot;&gt;Carthage
 support&lt;/a&gt;&lt;/li&gt;
-&lt;li&gt;Dynamic framework support through the &lt;a 
href=&quot;https://cordova.apache.org/docs/en/dev/plugin_ref/spec.html#framework&quot;&gt;&amp;quot;embed&amp;quot;
 attribute&lt;/a&gt; of the &amp;lt;framework&amp;gt; tag in plugin.xml (needs 
[email protected], which is coming soon)&lt;/li&gt;
-&lt;/ol&gt;
-
-&lt;p&gt;Other notable issues:&lt;/p&gt;
-
-&lt;ol&gt;
-&lt;li&gt;Fixed build error on Xcode 8.3.2&lt;/li&gt;
-&lt;li&gt;Removed iOS 8 Support (only iOS 9 and greater supported 
now)&lt;/li&gt;
-&lt;li&gt;Removed node.js 0.x support&lt;/li&gt;
-&lt;/ol&gt;
-
-&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
-
-&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; When updating 
&lt;strong&gt;iOS&lt;/strong&gt;, make sure to save your plugins as current 
unsaved plugins may not be reinstalled otherwise. Run the following command in 
your project to save your currently installed plugins into 
&lt;code&gt;config.xml&lt;/code&gt;:&lt;/p&gt;
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-&quot; data-lang=&quot;&quot;&gt;cordova plugin save
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-&lt;p&gt;To upgrade:&lt;/p&gt;
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-&quot; data-lang=&quot;&quot;&gt;npm install -g cordova
-cd my_project
-cordova platform rm ios
-cordova platform add [email protected]
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-&lt;p&gt;To add it explicitly:&lt;/p&gt;
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-&quot; data-lang=&quot;&quot;&gt;cordova platform add 
[email protected]
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-&lt;!--more--&gt;
-
-&lt;h2&gt;What&amp;#39;s new in iOS&lt;/h2&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12009&quot;&gt;CB-12009&lt;/a&gt;
 - &lt;resource-file&gt; target attribute ignored on iOS when installing a 
Cordova plugin&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12673&quot;&gt;CB-12673&lt;/a&gt;
 - ios platform does not build on Xcode 8.3.2&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12665&quot;&gt;CB-12665&lt;/a&gt;
 - removing engineStrict as it is no longer supported&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-8980&quot;&gt;CB-8980&lt;/a&gt;
 - Adding resource-file element to config.xml for iOS&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11895&quot;&gt;CB-11895&lt;/a&gt;
 - openURL: is deprecated on iOS 10&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-10026&quot;&gt;CB-10026&lt;/a&gt;
 - Fix warnings in Objective-C tests&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12617&quot;&gt;CB-12617&lt;/a&gt;
 - added engine strict for users with older node versions&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11233&quot;&gt;CB-11233&lt;/a&gt;
 - Support installing frameworks into &amp;quot;Embedded Binaries&amp;quot; 
section of the Xcode project&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12577&quot;&gt;CB-12577&lt;/a&gt;
 - Fix module import warnings when using Cordova.framework (Carthage)&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12571&quot;&gt;CB-12571&lt;/a&gt;
 - Podfile gets overwritten and some dependencies disappear.&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12050&quot;&gt;CB-12050&lt;/a&gt;
 - ios: Create shared scheme for framework target, for Carthage 
support&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12384&quot;&gt;CB-12384&lt;/a&gt;
 - ios: Add Cocoa Touch Framework target for CordovaLib functionality&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12309&quot;&gt;CB-12309&lt;/a&gt;
 - Missing CLI help for --developmentTeam&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12405&quot;&gt;CB-12405&lt;/a&gt;
 - .ipa is uncompressed in preparation for &amp;#39;run&amp;#39; command during 
a &amp;#39;build&amp;#39;, resulting in slow builds&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12523&quot;&gt;CB-12523&lt;/a&gt;
 - Remove iOS 8 support&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12522&quot;&gt;CB-12522&lt;/a&gt;
 - Remove node 0.x support in CI&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12377&quot;&gt;CB-12377&lt;/a&gt;
 - Fix bug with updating platform&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12473&quot;&gt;CB-12473&lt;/a&gt;
 - Delete the correct build output folder&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12402&quot;&gt;CB-12402&lt;/a&gt;
 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12206&quot;&gt;CB-12206&lt;/a&gt;
 - Properly encode app name to generate XML files&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12388&quot;&gt;CB-12388&lt;/a&gt;
 - Fix memory leak due to strong reference&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12287&quot;&gt;CB-12287&lt;/a&gt;
 - Remove hardcoded sim build destination&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12018&quot;&gt;CB-12018&lt;/a&gt;
 - updated pkg.json with jasmine changes to work with jasmine instead of 
jasmine-node and rebased off of master branch.&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12018&quot;&gt;CB-12018&lt;/a&gt;
 - updated tests to function with jasmine instead of jasmine-node&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12341&quot;&gt;CB-12341&lt;/a&gt;
 - Possible crash in [CDVUserAgentUtil releaseLock:]&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12247&quot;&gt;CB-12247&lt;/a&gt;
 - Symlinking resource files leads to inability to install app on iOS 
10&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-6274&quot;&gt;CB-6274&lt;/a&gt;
 - Added support for BackgroundColor preference&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-12098&quot;&gt;CB-12098&lt;/a&gt;
 - Update supportedInterfaceOrientations return type (removed spaces)&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-11810&quot;&gt;CB-11810&lt;/a&gt;
 - (ios) fix unable to load index page from frameworkpath&lt;/li&gt;
-&lt;li&gt;Removed no-longer-working and generally-unused 
&lt;code&gt;diagnose_project&lt;/code&gt; script&lt;/li&gt;
-&lt;/ul&gt;
-</description>
-        <pubDate>Wed, 26 Apr 2017 00:00:00 -0700</pubDate>
-        
<link>https://cordova.apache.org/announcements/2017/04/26/ios-release.html</link>
-        <guid 
isPermaLink="true">https://cordova.apache.org/announcements/2017/04/26/ios-release.html</guid>
-        
-        <category>news</category>
-        
-        <category>releases</category>
-        
-        
-        <category>announcements</category>
-        
-      </item>
-    
   </channel>
 </rss>

Modified: cordova/site/public/news/2017/09/22/plugins-release.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/news/2017/09/22/plugins-release.html?rev=1810045&r1=1810044&r2=1810045&view=diff
==============================================================================
--- cordova/site/public/news/2017/09/22/plugins-release.html (original)
+++ cordova/site/public/news/2017/09/22/plugins-release.html Thu Sep 28 
21:54:09 2017
@@ -224,6 +224,26 @@ cordova plugin add cordova-plugin-camera
             </div>
             <div class="col-sm-6">
                 
+                    <a 
href="/announcements/2017/09/25/ios-release.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" 
href="/announcements/2017/09/25/ios-release.html">Cordova iOS 4.5.1</a>
+                    <div class="date"> 25 Sep 2017 - By Suraj Pindoria </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 a minor version of Cordova 
iOS 4.5.1...
+                    </p>
+                
             </div>
         </div>
     </footer>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to