You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/07/25 14:11:12 UTC

cordova-plugins git commit: Incremented cordova-labs-wkwebview-engine-localhost plugin version to 0.5.0 because of cordova-ios version requirement change to 4.1.0

Repository: cordova-plugins
Updated Branches:
  refs/heads/master 0770392d9 -> 41fd4e3f2


Incremented cordova-labs-wkwebview-engine-localhost plugin version to 0.5.0 because of cordova-ios version requirement change to 4.1.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugins/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugins/commit/41fd4e3f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugins/tree/41fd4e3f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugins/diff/41fd4e3f

Branch: refs/heads/master
Commit: 41fd4e3f2844556baf95e5e364465afc4423d9d4
Parents: 0770392
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Mon Jul 25 22:11:12 2016 +0800
Committer: Shazron Abdullah <sh...@gmail.com>
Committed: Mon Jul 25 22:11:12 2016 +0800

----------------------------------------------------------------------
 wkwebview-engine-localhost/README.md  | 2 +-
 wkwebview-engine-localhost/plugin.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/41fd4e3f/wkwebview-engine-localhost/README.md
----------------------------------------------------------------------
diff --git a/wkwebview-engine-localhost/README.md b/wkwebview-engine-localhost/README.md
index 2893b88..77b5ce9 100644
--- a/wkwebview-engine-localhost/README.md
+++ b/wkwebview-engine-localhost/README.md
@@ -5,7 +5,7 @@ This plugin uses the:
 - [cordova-plugin-wkwebview-engine](https://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine.git) plugin
 - [cordova-labs-local-webserver](https://git-wip-us.apache.org/repos/asf/cordova-plugins.git#master:local-webserver) plugin
 
-This plugin requires at least version 4.0.1 `cordova-ios`.
+This plugin requires at least version 4.1.0 `cordova-ios`.
 
 To try this:
 

http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/41fd4e3f/wkwebview-engine-localhost/plugin.xml
----------------------------------------------------------------------
diff --git a/wkwebview-engine-localhost/plugin.xml b/wkwebview-engine-localhost/plugin.xml
index 9bad595..6003793 100644
--- a/wkwebview-engine-localhost/plugin.xml
+++ b/wkwebview-engine-localhost/plugin.xml
@@ -4,7 +4,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-labs-wkwebview-engine-localhost"
-    version="0.4.0">
+    version="0.5.0">
     <name>Cordova WKWebView Engine with http server (localhost) support</name>
     <description>Cordova WKWebView Engine with HTTP Server Plugin</description>
     <license>Apache 2.0</license>
@@ -12,7 +12,7 @@
     <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugins.git</repo>
 
 	<engines>
-        <engine name="cordova-ios" version=">=4.0.1" />
+        <engine name="cordova-ios" version=">=4.1.0" />
         <engine name="apple-ios" version=">=8.0" />
 	</engines>
 


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