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 A44431870A for ; Thu, 18 Jun 2015 00:37:58 +0000 (UTC) Received: (qmail 67223 invoked by uid 500); 18 Jun 2015 00:37:58 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 67187 invoked by uid 500); 18 Jun 2015 00:37:58 -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 67170 invoked by uid 99); 18 Jun 2015 00:37:58 -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, 18 Jun 2015 00:37:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6FC7DE0009; Thu, 18 Jun 2015 00:37:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Thu, 18 Jun 2015 00:37:58 -0000 Message-Id: <59d55f1148074261aae2fc8ef27edc28@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/3] cordova-plugin-dialogs git commit: CB-9192 Updated version and RELEASENOTES.md for release 1.1.1 Repository: cordova-plugin-dialogs Updated Branches: refs/heads/master 4e1c93111 -> e2674c798 CB-9192 Updated version and RELEASENOTES.md for release 1.1.1 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/c28b4dfa Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/c28b4dfa Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/c28b4dfa Branch: refs/heads/master Commit: c28b4dfaefd56ce55b4615b39436ecbfebbdfaa3 Parents: 4e1c931 Author: Steve Gill Authored: Wed Jun 17 12:36:03 2015 -0700 Committer: Steve Gill Committed: Wed Jun 17 12:36:03 2015 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 4 ++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/c28b4dfa/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index afa19a8..7957154 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -133,3 +133,7 @@ ### 1.1.0 (May 06, 2015) * CB-8928: Removed direct call to `toStaticHTML`, only call it if we are sure it's present. This closes #52 * CB-7734 - `navigator.notification.alert` or `navigator.notification.confirm` seem have a "many words" issue. (closes #39) + +### 1.1.1 (Jun 17, 2015) +* CB-9128 cordova-plugin-dialogs documentation translation: cordova-plugin-dialogs +* fix npm md http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/c28b4dfa/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 3b68dc4..ac20a0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-dialogs", - "version": "1.1.1-dev", + "version": "1.1.1", "description": "Cordova Notification Plugin", "cordova": { "id": "cordova-plugin-dialogs", http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/c28b4dfa/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index e6b4c5d..6d6235f 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="1.1.1"> Notification Cordova Notification Plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/c28b4dfa/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 35fcdf7..f021ddd 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="1.1.1"> 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