You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2012/11/06 22:03:02 UTC

[1/6] git commit: bump to 0.1.10. Whitelist support added across platforms. Bumped pluginstall dependency to version 0.5.3.

Updated Branches:
  refs/heads/cordova-client 9f338e195 -> a0217d602


bump to 0.1.10. Whitelist support added across platforms. Bumped pluginstall dependency to version 0.5.3.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/commit/a0217d60
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/tree/a0217d60
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/diff/a0217d60

Branch: refs/heads/cordova-client
Commit: a0217d602954b22382634171dc024a81910f4b3d
Parents: bc4ad3f
Author: Fil Maj <ma...@gmail.com>
Authored: Tue Nov 6 13:02:43 2012 -0800
Committer: Fil Maj <ma...@gmail.com>
Committed: Tue Nov 6 13:02:43 2012 -0800

----------------------------------------------------------------------
 README.md    |    1 +
 package.json |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/blob/a0217d60/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 8bc440d..b36f46d 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,7 @@ This file is what you should be editing to modify your application's metadata. A
 
 - The user-facing name can be modified via the contents of the `<name>` element.
 - The package name (AKA bundle identifier or application id) can be modified via the `id` attribute from the top-level `<widget>` element.
+- The whitelist can be modified using the `<access>` elements. Make sure the `origin` attribute of your `<access>` element points to a valid URL (you can use `*` as wildcard). For more information on the whitelisting syntax, see the [docs.phonegap.com](http://docs.phonegap.com/en/2.2.0/guide_whitelist_index.md.html#Domain%20Whitelist%20Guide).
 
 # Hooks
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/blob/a0217d60/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 6c16b97..eea63b4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "0.1.9",
+  "version": "0.1.10",
   "preferGlobal": "true",
   "description": "Cordova client tool",
   "main": "cordova",
@@ -23,7 +23,7 @@
   "dependencies": {
     "colors":">=0.6.0",
     "elementtree":"0.1.3",
-    "pluginstall":"git://github.com/imhotep/pluginstall.git#0.5.2",
+    "pluginstall":"git://github.com/imhotep/pluginstall.git#0.5.3",
     "plist":"git://github.com/filmaj/node-plist.git",
     "xcode":"0.5.1",
     "express":"3.0",