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 D322A188C0 for ; Thu, 19 Nov 2015 06:15:10 +0000 (UTC) Received: (qmail 50997 invoked by uid 500); 19 Nov 2015 06:15:10 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 50861 invoked by uid 500); 19 Nov 2015 06:15:10 -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 50845 invoked by uid 99); 19 Nov 2015 06:15:10 -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, 19 Nov 2015 06:15:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 84A90E1799; Thu, 19 Nov 2015 06:15:10 +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, 19 Nov 2015 06:15:11 -0000 Message-Id: <8dee56ec3cf64946a795eb3d37012925@git.apache.org> In-Reply-To: <05cd8214276d4fe4bd918b0bbc5053e5@git.apache.org> References: <05cd8214276d4fe4bd918b0bbc5053e5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] cordova-plugin-battery-status git commit: CB-10035 linked issues in RELEASENOTES.md CB-10035 linked issues in RELEASENOTES.md Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/commit/946f15f5 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/946f15f5 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/946f15f5 Branch: refs/heads/master Commit: 946f15f5beba7f6cb0a213b961eeb6c627e93d13 Parents: 917c70e Author: Steve Gill Authored: Wed Nov 18 22:11:41 2015 -0800 Committer: Steve Gill Committed: Wed Nov 18 22:11:41 2015 -0800 ---------------------------------------------------------------------- RELEASENOTES.md | 66 ++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/946f15f5/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1041f32..e0f53b2 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -21,64 +21,64 @@ # Release Notes ### 1.1.1 (Nov 18, 2015) -* CB-10035 Updated `RELEASENOTES` to be newest to oldest +* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest * Fixing contribute link. ### 1.1.0 (Jun 17, 2015) * added missing license headers -* CB-7953 Add cordova-plugin-battery-status support for browser platform -* CB-9128 cordova-plugin-battery-status documentation translation: cordova-plugin-battery-status +* [CB-7953](https://issues.apache.org/jira/browse/CB-7953) Add cordova-plugin-battery-status support for browser platform +* [CB-9128](https://issues.apache.org/jira/browse/CB-9128) cordova-plugin-battery-status documentation translation: cordova-plugin-battery-status * attempt to fix npm issue ### 1.0.0 (Apr 15, 2015) -* CB-8746 gave plugin major version bump -* CB-8808 Fixed tests to pass on Windows Phone 8.1 -* CB-8831 Adds extra check for available API on Windows -* CB-8653 properly updated translated docs to use new id -* CB-8683 changed plugin-id to pacakge-name -* CB-8653 updated translated docs to use new id +* [CB-8746](https://issues.apache.org/jira/browse/CB-8746) gave plugin major version bump +* [CB-8808](https://issues.apache.org/jira/browse/CB-8808) Fixed tests to pass on Windows Phone 8.1 +* [CB-8831](https://issues.apache.org/jira/browse/CB-8831) Adds extra check for available API on Windows +* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) properly updated translated docs to use new id +* [CB-8683](https://issues.apache.org/jira/browse/CB-8683) changed plugin-id to pacakge-name +* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) updated translated docs to use new id * Use TRAVIS_BUILD_DIR, install paramedic by npm * Doc correction, Use the apostrophe to show possession * Fix travis+paramedic pathing issue * add Android+FireOS warning to tell devs that prolonged use will drain the battery. -* CB-7971 Add cordova-plugin-battery-status support for Windows Phone 8.1 -* CB-8659: ios: 4.0.x Compatibility: Remove use of initWithWebView method +* [CB-7971](https://issues.apache.org/jira/browse/CB-7971) Add cordova-plugin-battery-status support for Windows Phone 8.1 +* [CB-8659](https://issues.apache.org/jira/browse/CB-8659): ios: 4.0.x Compatibility: Remove use of initWithWebView method * added apache/travis badge - will not show until INFRA updates the github integration * add travis.yml for CI with paramedic -* CB-8538 Added package.json file +* [CB-8538](https://issues.apache.org/jira/browse/CB-8538) Added package.json file ### 0.2.12 (Dec 02, 2014) -* CB-7976 Android: Use webView's context rather than Activity's context for intent receiver -* CB-7700 cordova-plugin-battery-status documentation translation: cordova-plugin-battery-status -* CB-7571 Bump version of nested plugin to match parent plugin +* [CB-7976](https://issues.apache.org/jira/browse/CB-7976) Android: Use webView's context rather than Activity's context for intent receiver +* [CB-7700](https://issues.apache.org/jira/browse/CB-7700) cordova-plugin-battery-status documentation translation: cordova-plugin-battery-status +* [CB-7571](https://issues.apache.org/jira/browse/CB-7571) Bump version of nested plugin to match parent plugin ### 0.2.11 (Sep 17, 2014) -* CB-7249 cordova-plugin-battery-status documentation translation: cordova-plugin-battery-status -* CB-6724 re-add accidental removed of var keyword -* CB-6957 renamed folder to tests + added nested plugin.xml +* [CB-7249](https://issues.apache.org/jira/browse/CB-7249) cordova-plugin-battery-status documentation translation: cordova-plugin-battery-status +* [CB-6724](https://issues.apache.org/jira/browse/CB-6724) re-add accidental removed of var keyword +* [CB-6957](https://issues.apache.org/jira/browse/CB-6957) renamed folder to tests + added nested plugin.xml * added documentation for manual tests -* CB-6957 Style improvements on Manual tests +* [CB-6957](https://issues.apache.org/jira/browse/CB-6957) Style improvements on Manual tests ### 0.2.10 (Aug 06, 2014) -* CB-6957 Ported Battery-status manual & automated -* CB-6127 Updated translations for docs +* [CB-6957](https://issues.apache.org/jira/browse/CB-6957) Ported Battery-status manual & automated +* [CB-6127](https://issues.apache.org/jira/browse/CB-6127) Updated translations for docs ### 0.2.9 (Jun 05, 2014) -* CB-6721 Test for batterycritical change before batterylow change -* CB-5611 firefoxos: battery-status plugin support added -* CB-4519, CB-4520 low+critical weren't firing when level went from 21->19, and were when level went 19->20 -* CB-6491 add CONTRIBUTING.md +* [CB-6721](https://issues.apache.org/jira/browse/CB-6721) Test for batterycritical change before batterylow change +* [CB-5611](https://issues.apache.org/jira/browse/CB-5611) firefoxos: battery-status plugin support added +* [CB-4519](https://issues.apache.org/jira/browse/CB-4519), [CB-4520](https://issues.apache.org/jira/browse/CB-4520) low+critical weren't firing when level went from 21->19, and were when level went 19->20 +* [CB-6491](https://issues.apache.org/jira/browse/CB-6491) add CONTRIBUTING.md ### 0.2.8 (Apr 17, 2014) -* CB-6465: Add license headers to Tizen code -* CB-6460: Update license headers +* [CB-6465](https://issues.apache.org/jira/browse/CB-6465): Add license headers to Tizen code +* [CB-6460](https://issues.apache.org/jira/browse/CB-6460): Update license headers * Add NOTICE file ### 0.2.7 (Feb 05, 2014) * Add Tizen plugin. ### 0.2.6 (Jan 02, 2014) -* CB-5658 Add doc/index.md for Battery Status. +* [CB-5658](https://issues.apache.org/jira/browse/CB-5658) Add doc/index.md for Battery Status. ### 0.2.5 (Dec 4, 2013) * Merged WP8 support for level, but #def'd it out so the same code runs on wp7. Updated docs to reflect WP8 support for battery level, and low+critical events @@ -87,10 +87,10 @@ * 1. Updated platform name amazon->amazon-fireos. Deleted src files. 2. Change to use amazon-fireos as the platform if user agent string contains 'cordova-amazon-fireos' ### 0.2.4 (Oct 25, 2013) -* CB-5128: added repo + issue tag to plugin.xml for battery status plugin -* [CB-4915] Incremented plugin version on dev branch. +* [CB-5128](https://issues.apache.org/jira/browse/CB-5128): added repo + issue tag to plugin.xml for battery status plugin +* [CB-4915](https://issues.apache.org/jira/browse/CB-4915) Incremented plugin version on dev branch. ### 0.2.3 (Sept 25, 2013) -* CB-4889 bumping&resetting version -* [CB-4752] Incremented plugin version on dev branch. -* CB-4889 renaming org.apache.cordova.core.battery-status to org.apache.cordova.battery-status +* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) bumping&resetting version +* [CB-4752](https://issues.apache.org/jira/browse/CB-4752) Incremented plugin version on dev branch. +* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) renaming org.apache.cordova.core.battery-status to org.apache.cordova.battery-status --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org