You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sg...@apache.org on 2016/09/08 09:02:17 UTC

cordova-plugin-splashscreen git commit: CB-11795 Add 'protective' entry to cordovaDependencies

Repository: cordova-plugin-splashscreen
Updated Branches:
  refs/heads/master 66f7ee34d -> ac39b04b6


CB-11795 Add 'protective' entry to cordovaDependencies

The entry is required to protect end-users from fetching edge versions of the plugin by incompatible version of cordova. This also assumes that we will not introduce any regressions in compatibility w/ cordova in minor and patch releases. On every major release we will need to add similar entry with _next_ major version.

 This closes #113


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

Branch: refs/heads/master
Commit: ac39b04b6f05bb1b7743383a5b6678260bddcda9
Parents: 66f7ee3
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Wed Aug 31 17:41:02 2016 +0300
Committer: sgrebnov <se...@gmail.com>
Committed: Thu Sep 8 12:01:36 2016 +0300

----------------------------------------------------------------------
 package.json | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/ac39b04b/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 729ab82..08836dc 100644
--- a/package.json
+++ b/package.json
@@ -46,6 +46,9 @@
       "4.0.0": {
         "cordova-android": ">=3.6.0",
         "cordova-windows": ">=4.4.0"
+      },
+      "5.0.0": {
+        "cordova": ">100"
       }
     }
   },


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