Repository: cordova-plugin-whitelist Updated Branches: refs/heads/master 71785fd5a -> c2541d37a
CB-10194 info tag prints for ios when not applicable Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/commit/c2541d37 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/tree/c2541d37 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/diff/c2541d37 Branch: refs/heads/master Commit: c2541d37a37dee4d7b4e6120118ce108b307002e Parents: 71785fd Author: Carlos Santana <[email protected]> Authored: Sat Dec 12 09:23:08 2015 -0500 Committer: Carlos Santana <[email protected]> Committed: Sat Dec 12 09:23:08 2015 -0500 ---------------------------------------------------------------------- package.json | 2 +- plugin.xml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/c2541d37/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 0c4dec4..0d7f92f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "engines": [ { "name": "cordova-android", - "version": ">=4.0.0-dev" + "version": ">=4.0.0" } ], "author": "Apache Software Foundation", http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/c2541d37/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 34c9cd2..03a78bb 100644 --- a/plugin.xml +++ b/plugin.xml @@ -27,7 +27,7 @@ <keywords>cordova,whitelist,policy</keywords> <engines> - <engine name="cordova-android" version=">=4.0.0-dev" /> + <engine name="cordova-android" version=">=4.0.0" /> </engines> <platform name="android"> @@ -43,10 +43,11 @@ <js-module src="whitelist.js" name="whitelist"> <runs /> </js-module> + <info> + This plugin is only applicable for versions of cordova-android greater than 4.0. If you have a previous platform version, you do *not* need this plugin since the whitelist will be built in. + </info> </platform> - <info> -This plugin is only applicable for versions of cordova-android greater than 4.0. If you have a previous platform version, you do *not* need this plugin since the whitelist will be built in. - </info> + </plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
