You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2017/08/11 21:11:44 UTC

[1/3] cordova-plugin-compat git commit: :wrench: bump version number to 1.2.0-dev

Repository: cordova-plugin-compat
Updated Branches:
  refs/heads/master 7135866e9 -> 7c6449ead


:wrench: bump version number to 1.2.0-dev


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/commit/f0c96440
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/tree/f0c96440
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/diff/f0c96440

Branch: refs/heads/master
Commit: f0c96440d80c0c1f9928a6826cce1287d94b6a7e
Parents: 7135866
Author: Simon MacDonald <si...@gmail.com>
Authored: Fri Aug 11 11:09:36 2017 -0400
Committer: Simon MacDonald <si...@gmail.com>
Committed: Fri Aug 11 11:09:36 2017 -0400

----------------------------------------------------------------------
 package.json | 2 +-
 plugin.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/blob/f0c96440/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 1ee0924..94b4b69 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
     "name": "cordova-plugin-compat",
     "description": "This repo is for remaining backwards compatible with previous versions of Cordova.",
-    "version": "1.1.1-dev",
+    "version": "1.2.0-dev",
     "homepage": "http://github.com/apache/cordova-plugin-compat#readme",
     "repository": {
         "type": "git",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/blob/f0c96440/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 531bc5f..4e895c2 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 
 <plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
            id="cordova-plugin-compat"
-      version="1.1.1-dev">
+      version="1.2.0-dev">
     <name>Compat</name>
     <description>Cordova Compatibility Plugin</description>
     <license>Apache 2.0</license>


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


[3/3] cordova-plugin-compat git commit: CB-12730: Compat - INTEGRATE

Posted by ma...@apache.org.
CB-12730: Compat - INTEGRATE

 This closes #3


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/commit/7c6449ea
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/tree/7c6449ea
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/diff/7c6449ea

Branch: refs/heads/master
Commit: 7c6449ead1b00d6f1b1fc455e0755de781806b48
Parents: 1ffe839
Author: Simon MacDonald <si...@gmail.com>
Authored: Fri Aug 11 16:46:38 2017 -0400
Committer: Simon MacDonald <si...@gmail.com>
Committed: Fri Aug 11 17:05:09 2017 -0400

----------------------------------------------------------------------
 package.json | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/blob/7c6449ea/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index b83ad52..17720f8 100644
--- a/package.json
+++ b/package.json
@@ -22,15 +22,15 @@
         "cordova-android"
     ],
     "engines": {
-      "cordovaDependencies": {
-        "<1.2.0": {
-          "cordova": ">=5.0.0"
-        },
-        "1.2.0": {
-          "cordova": ">=5.0.0",
-          "cordova-android": "<6.3.0"
+        "cordovaDependencies": {
+            "<1.2.0": {
+                "cordova": ">=5.0.0"
+            },
+            ">=1.2.0": {
+                "cordova": ">=5.0.0",
+                "cordova-android": "<6.3.0"
+            }
         }
-      }
     },
     "author": "Apache Software Foundation",
     "license": "Apache-2.0"


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


[2/3] cordova-plugin-compat git commit: :penguin::wrench: Prevent plugin from installing with cordova-android >= 6.3.0

Posted by ma...@apache.org.
:penguin::wrench: Prevent plugin from installing with cordova-android >= 6.3.0

The code used in this plugin has been merged into cordova-android 6.3.0 so the
plugin should not be installed in projects usign 6.3.0 or later.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/commit/1ffe8394
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/tree/1ffe8394
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/diff/1ffe8394

Branch: refs/heads/master
Commit: 1ffe8394e4598925af945e9fb14a4389cca8a4f3
Parents: f0c9644
Author: Simon MacDonald <si...@gmail.com>
Authored: Fri Aug 11 11:10:43 2017 -0400
Committer: Simon MacDonald <si...@gmail.com>
Committed: Fri Aug 11 11:10:49 2017 -0400

----------------------------------------------------------------------
 package.json | 15 ++++++++++-----
 plugin.xml   |  5 +++++
 2 files changed, 15 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/blob/1ffe8394/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 94b4b69..b83ad52 100644
--- a/package.json
+++ b/package.json
@@ -21,12 +21,17 @@
         "ecosystem:phonegap",
         "cordova-android"
     ],
-    "engines": [
-        {
-            "name": "cordova",
-            "version": ">=5.0.0"
+    "engines": {
+      "cordovaDependencies": {
+        "<1.2.0": {
+          "cordova": ">=5.0.0"
+        },
+        "1.2.0": {
+          "cordova": ">=5.0.0",
+          "cordova-android": "<6.3.0"
         }
-    ],
+      }
+    },
     "author": "Apache Software Foundation",
     "license": "Apache-2.0"
 }

http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/blob/1ffe8394/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 4e895c2..28e1b73 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -28,6 +28,11 @@
     <keywords>cordova,compat</keywords>
     <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-compat.git</repo>
 
+    <engines>
+      <engine name="cordova" version=">=5.0.0"/>
+      <engine name="cordova-android" version="<6.3.0"/>
+    </engines>
+
     <!-- android -->
     <platform name="android">
       <source-file src="src/android/PermissionHelper.java" target-dir="src/org/apache/cordova" />


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