Author: steven
Date: Thu Feb 28 14:42:49 2019
New Revision: 1854531

URL: http://svn.apache.org/viewvc?rev=1854531&view=rev
Log:
Updated docs

Modified:
    cordova/site/public/blog/index.html
    cordova/site/public/docs/en/dev/guide/appdev/hooks/index.html
    cordova/site/public/feed.xml
    cordova/site/public/news/2018/08/01/future-cordova-ios-webview.html

Modified: cordova/site/public/blog/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1854531&r1=1854530&r2=1854531&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Thu Feb 28 14:42:49 2019
@@ -1024,9 +1024,9 @@ cordova platform add browser@latest
 
 <p><img src="/static/img/blog/2018/arch-webview-engine.png" alt="Figure 1"></p>
 
-<h2>Cordova iOS 5 with WKWebView</h2>
+<h2>Future Cordova iOS with WKWebView</h2>
 
-<p>Starting with Cordova iOS version 5, which is a planned upcoming release, 
we will ship both webview plugins with the cordova-ios platform, to enable 
developers to test and transition users to the new WKWebView component. Cordova 
iOS 5 will ship with a bridge webview plugin that can switch usage of the 
webview plugin used at runtime. Previously, you could only choose which webview 
you would use at build time.</p>
+<p>Starting with a future Cordova iOS release, we will ship both webview 
plugins with the cordova-ios platform, to enable developers to test and 
transition users to the new WKWebView component. This future Cordova iOS 
version will ship with a bridge webview plugin that can switch usage of the 
webview plugin used at runtime. Previously, you could only choose which webview 
you would use at build time.</p>
 
 <p><img src="/static/img/blog/2018/bridge-webview-engine.png" alt="Figure 
2"></p>
 </p>

Modified: cordova/site/public/docs/en/dev/guide/appdev/hooks/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/guide/appdev/hooks/index.html?rev=1854531&r1=1854530&r2=1854531&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/guide/appdev/hooks/index.html (original)
+++ cordova/site/public/docs/en/dev/guide/appdev/hooks/index.html Thu Feb 28 
14:42:49 2019
@@ -2595,11 +2595,6 @@ be specific to only one plugin.</p>
             <th data-col="afterclean">after_clean</th>
         </tr>
         <tr>
-            <th data-col="prepackage">pre_package</td>
-            <td data-col="code">N/A</td>
-            <td data-col="description">Applicable to Windows 8 and Windows 
Phone only. This hook is deprecated.</td>
-        </tr>
-        <tr>
             <th data-col="beforepluginadd">before_plugin_add</th>
             <td data-col="code" rowspan="2"><code>cordova plugin 
add</code></td>
             <td rowspan="2" data-col="description">To be executed before and 
after adding a plugin.</td>
@@ -2659,9 +2654,9 @@ be specific to only one plugin.</p>
 <span class="nt">&lt;hook</span> <span class="na">type=</span><span 
class="s">"before_plugin_install"</span> <span class="na">src=</span><span 
class="s">"scripts/appBeforePluginInstall.js"</span> <span 
class="nt">/&gt;</span>
 
 <span class="nt">&lt;platform</span> <span class="na">name=</span><span 
class="s">"android"</span><span class="nt">&gt;</span>
-    <span class="nt">&lt;hook</span> <span class="na">type=</span><span 
class="s">"before_build"</span> <span class="na">src=</span><span 
class="s">"scripts/wp8/appAndroidBeforeBuild.bat"</span> <span 
class="nt">/&gt;</span>
-    <span class="nt">&lt;hook</span> <span class="na">type=</span><span 
class="s">"before_build"</span> <span class="na">src=</span><span 
class="s">"scripts/wp8/appAndroidBeforeBuild.js"</span> <span 
class="nt">/&gt;</span>
-    <span class="nt">&lt;hook</span> <span class="na">type=</span><span 
class="s">"before_plugin_install"</span> <span class="na">src=</span><span 
class="s">"scripts/wp8/appWP8BeforePluginInstall.js"</span> <span 
class="nt">/&gt;</span>
+    <span class="nt">&lt;hook</span> <span class="na">type=</span><span 
class="s">"before_build"</span> <span class="na">src=</span><span 
class="s">"scripts/android/appAndroidBeforeBuild.bat"</span> <span 
class="nt">/&gt;</span>
+    <span class="nt">&lt;hook</span> <span class="na">type=</span><span 
class="s">"before_build"</span> <span class="na">src=</span><span 
class="s">"scripts/android/appAndroidBeforeBuild.js"</span> <span 
class="nt">/&gt;</span>
+    <span class="nt">&lt;hook</span> <span class="na">type=</span><span 
class="s">"before_plugin_install"</span> <span class="na">src=</span><span 
class="s">"scripts/android/appAndroidBeforePluginInstall.js"</span> <span 
class="nt">/&gt;</span>
     ...
 <span class="nt">&lt;/platform&gt;</span>
 

Modified: cordova/site/public/feed.xml
URL: 
http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1854531&r1=1854530&r2=1854531&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Thu Feb 28 14:42:49 2019
@@ -6,8 +6,8 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Thu, 28 Feb 2019 06:42:34 +0000</pubDate>
-    <lastBuildDate>Thu, 28 Feb 2019 06:42:34 +0000</lastBuildDate>
+    <pubDate>Thu, 28 Feb 2019 14:24:31 +0000</pubDate>
+    <lastBuildDate>Thu, 28 Feb 2019 14:24:31 +0000</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>

Modified: cordova/site/public/news/2018/08/01/future-cordova-ios-webview.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/news/2018/08/01/future-cordova-ios-webview.html?rev=1854531&r1=1854530&r2=1854531&view=diff
==============================================================================
--- cordova/site/public/news/2018/08/01/future-cordova-ios-webview.html 
(original)
+++ cordova/site/public/news/2018/08/01/future-cordova-ios-webview.html Thu Feb 
28 14:42:49 2019
@@ -139,9 +139,9 @@
 
 <p><img src="/static/img/blog/2018/arch-webview-engine.png" alt="Figure 1"></p>
 
-<h2>Cordova iOS 5 with WKWebView</h2>
+<h2>Future Cordova iOS with WKWebView</h2>
 
-<p>Starting with Cordova iOS version 5, which is a planned upcoming release, 
we will ship both webview plugins with the cordova-ios platform, to enable 
developers to test and transition users to the new WKWebView component. Cordova 
iOS 5 will ship with a bridge webview plugin that can switch usage of the 
webview plugin used at runtime. Previously, you could only choose which webview 
you would use at build time.</p>
+<p>Starting with a future Cordova iOS release, we will ship both webview 
plugins with the cordova-ios platform, to enable developers to test and 
transition users to the new WKWebView component. This future Cordova iOS 
version will ship with a bridge webview plugin that can switch usage of the 
webview plugin used at runtime. Previously, you could only choose which webview 
you would use at build time.</p>
 
 <p><img src="/static/img/blog/2018/bridge-webview-engine.png" alt="Figure 
2"></p>
 
@@ -158,8 +158,8 @@
 <table><thead>
 <tr>
 <th>Cordova iOS 4 &gt;&gt;&gt;</th>
-<th>Cordova iOS 5 &gt;&gt;&gt;</th>
-<th>Cordova iOS Future Release</th>
+<th>Future Cordova iOS &gt;&gt;&gt;</th>
+<th>&quot;More Future&quot; Cordova iOS</th>
 </tr>
 </thead><tbody>
 <tr>
@@ -209,6 +209,10 @@ here: <a href="https://s.apache.org/QfsF
 
 <p>Hopefully with more testing, and filing of bug reports with Apple for 
missing features, the WKWebView can be a full replacement for Cordova users.</p>
 
+<hr>
+
+<p><strong>UPDATE 2019-02-16</strong>: This blog post has been updated to 
remove references to these changes going to be included in Cordova iOS 5, as <a 
href="https://cordova.apache.org/announcements/2019/02/09/cordova-ios-release-5.0.0.html";>Cordova
 iOS 5 was released</a> without them and the planned implementation has been 
moved to a future release of Cordova iOS.</p>
+
         </div>
     </section>
     <footer>



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

Reply via email to