UNPKG

3.94 kBMarkdownView Raw
1<!--
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance
9# with the License. You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing,
14# software distributed under the License is distributed on an
15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16# KIND, either express or implied. See the License for the
17# specific language governing permissions and limitations
18# under the License.
19#
20-->
21# Release Notes
22
23### 0.2.3 (Sept 25, 2013)
24* CB-4889 bumping&resetting version
25* [CB-4752] Incremented plugin version on dev branch.
26* CB-4889 renaming org.apache.cordova.core.battery-status to org.apache.cordova.battery-status
27
28### 0.2.4 (Oct 25, 2013)
29* CB-5128: added repo + issue tag to plugin.xml for battery status plugin
30* [CB-4915] Incremented plugin version on dev branch.
31
32### 0.2.5 (Dec 4, 2013)
33* 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
34* wp8 add support in level
35* add ubuntu platform
36* 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'
37
38### 0.2.6 (Jan 02, 2014)
39* CB-5658 Add doc/index.md for Battery Status.
40
41### 0.2.7 (Feb 05, 2014)
42* Add Tizen plugin.
43
44### 0.2.8 (Apr 17, 2014)
45* CB-6465: Add license headers to Tizen code
46* CB-6460: Update license headers
47* Add NOTICE file
48
49### 0.2.9 (Jun 05, 2014)
50* CB-6721 Test for batterycritical change before batterylow change
51* CB-5611 firefoxos: battery-status plugin support added
52* CB-4519, CB-4520 low+critical weren't firing when level went from 21->19, and were when level went 19->20
53* CB-6491 add CONTRIBUTING.md
54
55### 0.2.10 (Aug 06, 2014)
56* CB-6957 Ported Battery-status manual & automated
57* CB-6127 Updated translations for docs
58
59### 0.2.11 (Sep 17, 2014)
60* CB-7249 cordova-plugin-battery-status documentation translation: cordova-plugin-battery-status
61* CB-6724 re-add accidental removed of var keyword
62* CB-6957 renamed folder to tests + added nested plugin.xml
63* added documentation for manual tests
64* CB-6957 Style improvements on Manual tests
65
66### 0.2.12 (Dec 02, 2014)
67* CB-7976 Android: Use webView's context rather than Activity's context for intent receiver
68* CB-7700 cordova-plugin-battery-status documentation translation: cordova-plugin-battery-status
69* CB-7571 Bump version of nested plugin to match parent plugin
70
71### 1.0.0 (Apr 15, 2015)
72* CB-8746 gave plugin major version bump
73* CB-8808 Fixed tests to pass on Windows Phone 8.1
74* CB-8831 Adds extra check for available API on Windows
75* CB-8653 properly updated translated docs to use new id
76* CB-8683 changed plugin-id to pacakge-name
77* CB-8653 updated translated docs to use new id
78* Use TRAVIS_BUILD_DIR, install paramedic by npm
79* Doc correction, Use the apostrophe to show possession
80* Fix travis+paramedic pathing issue
81* add Android+FireOS warning to tell devs that prolonged use will drain the battery.
82* CB-7971 Add cordova-plugin-battery-status support for Windows Phone 8.1
83* CB-8659: ios: 4.0.x Compatibility: Remove use of initWithWebView method
84* added apache/travis badge - will not show until INFRA updates the github integration
85* add travis.yml for CI with paramedic
86* CB-8538 Added package.json file
87
88### 1.1.0 (Jun 17, 2015)
89* added missing license headers
90* CB-7953 Add cordova-plugin-battery-status support for browser platform
91* CB-9128 cordova-plugin-battery-status documentation translation: cordova-plugin-battery-status
92* attempt to fix npm issue