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 CD9051106B for ; Thu, 7 Aug 2014 02:26:37 +0000 (UTC) Received: (qmail 57946 invoked by uid 500); 7 Aug 2014 02:26:37 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 57919 invoked by uid 500); 7 Aug 2014 02:26:37 -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 57905 invoked by uid 99); 7 Aug 2014 02:26:37 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2014 02:26:37 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 73E939C1B64; Thu, 7 Aug 2014 02:26:37 +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, 07 Aug 2014 02:26:37 -0000 Message-Id: <66ddd188072544c5a739d50e0fdd2951@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: CB-7244 Updated version and RELEASENOTES.md for release 0.3.10 Repository: cordova-plugin-vibration Updated Branches: refs/heads/master b49489aa3 -> 90c6e5f2e Updated Tags: refs/tags/r0.3.10 [created] 4a4dc85a3 CB-7244 Updated version and RELEASENOTES.md for release 0.3.10 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/commit/4a4dc85a Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/4a4dc85a Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/4a4dc85a Branch: refs/heads/master Commit: 4a4dc85a35e865fb974533e253639dca53060744 Parents: b49489a Author: Steven Gill Authored: Wed Aug 6 18:58:25 2014 -0700 Committer: Steven Gill Committed: Wed Aug 6 18:58:25 2014 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 5 +++++ plugin.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/4a4dc85a/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 6bd00f0..886b937 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -67,3 +67,8 @@ * Implemented vibrateWithPattern (for android) and adapted documentation. * CB-6811 Add license to CONTRIBUTING.md * CB-6491 add CONTRIBUTING.md + +### 0.3.10 (Aug 06, 2014) +* ubuntu: Implemented vibrateWithPattern/cancelVibration +* **FFOS** update VibrationProxy.js +* CB-6127 Updated translations for docs http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/4a4dc85a/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 32c805e..5981274 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="0.3.10"> Vibration Cordova Vibration Plugin