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