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 0976F10510 for ; Thu, 5 Feb 2015 03:44:41 +0000 (UTC) Received: (qmail 23226 invoked by uid 500); 5 Feb 2015 01:58:01 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 23195 invoked by uid 500); 5 Feb 2015 01:58:01 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 23179 invoked by uid 99); 5 Feb 2015 01:58:01 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2015 01:58:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7B18DE03E8; Thu, 5 Feb 2015 01:58: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 Date: Thu, 05 Feb 2015 01:58:01 -0000 Message-Id: <03fa0766f32143b18fa003bd9c8be0d2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] cordova-plugin-dialogs git commit: CB-8429 Updated version and RELEASENOTES.md for release 0.3.0 Repository: cordova-plugin-dialogs Updated Branches: refs/heads/master e1e25ba5f -> d6e2d0932 Updated Tags: refs/tags/r0.3.0 [created] d12008f9c CB-8429 Updated version and RELEASENOTES.md for release 0.3.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/d12008f9 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/d12008f9 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/d12008f9 Branch: refs/heads/master Commit: d12008f9cd0c8ab6c76f8c14e1288cf01da0cb42 Parents: e1e25ba Author: Andrew Grieve Authored: Wed Feb 4 20:12:45 2015 -0500 Committer: Andrew Grieve Committed: Wed Feb 4 20:12:45 2015 -0500 ---------------------------------------------------------------------- RELEASENOTES.md | 5 +++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/d12008f9/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a9ca08c..a94676e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -110,3 +110,8 @@ * CB-7414 **BB10** Document callback parameter for `navigator.notification.alert` * CB-7700 cordova-plugin-dialogs documentation translation: cordova-plugin-dialogs * CB-7571 Bump version of nested plugin to match parent plugin + +### 0.3.0 (Feb 04, 2015) +* Correct way to specify Windows platform in config.xml +* CB-8351 ios: Use argumentForIndex rather than NSArray extension +* CB-7955 Add support "browser" platform http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/d12008f9/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index c51e99c..9f72f93 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="0.3.0"> Notification Cordova Notification Plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/d12008f9/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index cb2f740..f631732 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="0.2.12"> Cordova Notification Plugin Tests Apache 2.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org