Updated Branches:
  refs/heads/master f57dbd3d5 -> dcc6fe2c7

[CB-4750] Updated version and changelog for 0.11.0


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

Branch: refs/heads/master
Commit: dcc6fe2c7bc4a84df8f1d095458ec86010442845
Parents: f57dbd3
Author: Braden Shepherdson <[email protected]>
Authored: Thu Sep 5 15:26:26 2013 -0400
Committer: Braden Shepherdson <[email protected]>
Committed: Thu Sep 5 15:26:26 2013 -0400

----------------------------------------------------------------------
 CHANGELOG.md | 17 +++++++++++++++++
 package.json |  4 ++--
 2 files changed, 19 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/dcc6fe2c/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..1d94527
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,17 @@
+# Changelog
+
+## 0.11.0
+
+### Features
+
+- Windows phone support
+- Track download counts from the plugin registry 
[CB-4492](https://issues.apache.org/jira/browse/CB-4492)
+- Plugin URLs can now be specified with a hash giving a git ref and 
subdirectory, as in `https://github.com/foo/bar.git#gitref:sub/dir`. Both parts 
are optional: `.../bar.git#gitref` and `.../bar.git#:sub/dir` both work. 
[CB-4622](https://issues.apache.org/jira/browse/CB-4622)
+- Engine data is now stored in the registry, and Plugman will not install 
plugins your Cordova version cannot support. 
[CB-4494](https://issues.apache.org/jira/browse/CB-4494)
+- `<lib-file>` tags are now allowed on Android. 
[CB-4430](https://issues.apache.org/jira/browse/CB-4430)
+
+### Bugfixes
+
+- `plugin rm` now doesn't choke when a file is already deleted
+- Fixed some trouble with filesystem paths vs. web paths; improves Windows 
host support.
+- Projects beginning with `x`, `y`, and `z` now work. 
[CB-4502](https://issues.apache.org/jira/browse/CB-4502)

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/dcc6fe2c/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 6ce1ef5..0e31cdf 100644
--- a/package.json
+++ b/package.json
@@ -2,8 +2,8 @@
   "author": "Andrew Lunny <[email protected]>",
   "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "0.10.1",
-"repository": {
+  "version": "0.11.0",
+  "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
   },

Reply via email to