You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2021/02/09 07:24:31 UTC

[cordova-plugin-inappbrowser] branch master updated: chore: bump engines requirements (#823)

This is an automated email from the ASF dual-hosted git repository.

niklasmerz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-inappbrowser.git


The following commit(s) were added to refs/heads/master by this push:
     new 0786260  chore: bump engines requirements (#823)
0786260 is described below

commit 07862603eb619451914a7f79dad9d72226de48c1
Author: jcesarmobile <jc...@gmail.com>
AuthorDate: Tue Feb 9 08:24:17 2021 +0100

    chore: bump engines requirements (#823)
    
    * chore: bump engines requirements
    
    * bump cordova-ios to >=6.0.0
---
 package.json | 5 +++++
 plugin.xml   | 5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 3d3a4ef..a5ce28c 100644
--- a/package.json
+++ b/package.json
@@ -42,6 +42,11 @@
         "cordova-ios": ">=4.0.0"
       },
       "5.0.0": {
+        "cordova-android": ">=9.0.0",
+        "cordova-ios": ">=6.0.0",
+        "cordova": ">=9.0.0"
+      },
+      "6.0.0": {
         "cordova": ">100"
       }
     }
diff --git a/plugin.xml b/plugin.xml
index 32c19ff..62e5fc6 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -30,8 +30,9 @@
     <issue>https://github.com/apache/cordova-plugin-inappbrowser/issues</issue>
 
     <engines>
-      <engine name="cordova" version=">=3.1.0" /><!-- Needs cordova/urlutil -->
-      <engine name="cordova-ios" version=">=4.0.0" />
+        <engine name="cordova" version=">=9.0.0"/>
+        <engine name="cordova-android" version=">=9.0.0" />
+        <engine name="cordova-ios" version=">=6.0.0" />
     </engines>
 
     <!-- android -->


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