Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9EB7010BB4 for ; Wed, 15 Jan 2014 18:39:02 +0000 (UTC) Received: (qmail 64955 invoked by uid 500); 15 Jan 2014 18:39:02 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 64934 invoked by uid 500); 15 Jan 2014 18:39:02 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 64927 invoked by uid 99); 15 Jan 2014 18:39:02 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jan 2014 18:39:02 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id BA8428340D8; Wed, 15 Jan 2014 18:39:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Message-Id: <4a8623e439f04cab8fbd8c255ba08907@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: CB-5802 Updated version and RELEASENOTES.md for release 0.18.0 Date: Wed, 15 Jan 2014 18:39:01 +0000 (UTC) Updated Branches: refs/heads/master 865ad7c71 -> 840c31bb3 CB-5802 Updated version and RELEASENOTES.md for release 0.18.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/840c31bb Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/840c31bb Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/840c31bb Branch: refs/heads/master Commit: 840c31bb3dd656bf48ebf142f78e22a96fe4ccdb Parents: 865ad7c Author: Andrew Grieve Authored: Wed Jan 15 13:15:05 2014 -0500 Committer: Andrew Grieve Committed: Wed Jan 15 13:15:05 2014 -0500 ---------------------------------------------------------------------- RELEASENOTES.md | 30 +++++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 30 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/840c31bb/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a81f61f..6d6649d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,4 +1,32 @@ -# Changelog + +# Cordova-plugman Release Notes + +### 0.18.0 (Jan 15, 2014) +* CB-5770 plugman prepare.js script content wrapping no longer allows ending parens/braces to be commented out from end of line comment +* CB-4871 Reduced package size significantly. +* CB-5720 Allow on Android +* CB-5006 Add --searchpath option for local plugin search path +* CB-5701 Reference custom frameworks using relative paths +* CB-5495, CB=5568 Fix config.xml path for ios ## 0.17.0 (Dec 11, 2013) * CB-5579 Add support for --www param for install, uninstall, prepare commands. http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/840c31bb/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 3c07a09..2530543 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Andrew Lunny ", "name": "plugman", "description": "install/uninstall Cordova plugins", - "version": "0.17.0", + "version": "0.18.0", "repository": { "type": "git", "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"