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 BCEF0116E4 for ; Wed, 17 Sep 2014 19:38:36 +0000 (UTC) Received: (qmail 91626 invoked by uid 500); 17 Sep 2014 19:38:36 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 91569 invoked by uid 500); 17 Sep 2014 19:38:36 -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 91509 invoked by uid 99); 17 Sep 2014 19:38:36 -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, 17 Sep 2014 19:38:36 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 22AA3A19225; Wed, 17 Sep 2014 19:38:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: marcelk@apache.org To: commits@cordova.apache.org Date: Wed, 17 Sep 2014 19:38:35 -0000 Message-Id: <4b1ee978587d4af08d6d074d22f88a49@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: CB-7571 Updated version and RELEASENOTES.md for release 0.2.10 Repository: cordova-plugin-device-motion Updated Branches: refs/heads/master a65e1953b -> 3083f2c3a Updated Tags: refs/tags/r0.2.10 [created] 213aea947 CB-7571 Updated version and RELEASENOTES.md for release 0.2.10 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/213aea94 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/213aea94 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/213aea94 Branch: refs/heads/master Commit: 213aea947f46b24067d5aeda4c04ba3d8524289f Parents: a65e195 Author: Marcel Kinard Authored: Wed Sep 17 15:27:40 2014 -0400 Committer: Marcel Kinard Committed: Wed Sep 17 15:27:40 2014 -0400 ---------------------------------------------------------------------- RELEASENOTES.md | 17 +++++++++++++++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/213aea94/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f7e72bf..4d24b7b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -75,3 +75,20 @@ * FFOS added to supported platforms + +### 0.2.10 (Sep 17, 2014) +* CB-7471 cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion +* Updated doc for browser +* Added support for the browser +* CB-7249 cordova-plugin-device-motion documentation translation +* [CB-7313] minor tweak to documentation of watchAcceleration function parameters +* CB-7160 move to tests dir, add nested plugin.xml +* Removed js-module for tests from plugin.xml +* CB-7160 added manual tests +* added documentation for manual tests +* Removed js-module for tests from plugin.xml +* CB-7160 added manual tests +* Changing cdvtest format to use module exports +* register tests using new style +* update +* Feature Branch: First attempt at new-style-tests http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/213aea94/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 8b75dba..ac592d5 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="0.2.10"> Device Motion Cordova Device Motion Plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/213aea94/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index bcdbc88..abb6dcf 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="0.2.10"> Cordova Device Motion Plugin Tests Apache 2.0