Repository: cordova-plugin-battery-status
Updated Branches:
  refs/heads/master 8f36b9542 -> 8545db70a


CB-10035 Updated RELEASENOTES to be newest to oldest


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/8545db70
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/8545db70
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/8545db70

Branch: refs/heads/master
Commit: 8545db70ad8b7d92e886ac358a9a6940d19c781b
Parents: 8f36b95
Author: Steve Gill <[email protected]>
Authored: Wed Nov 18 13:54:08 2015 -0800
Committer: Steve Gill <[email protected]>
Committed: Wed Nov 18 13:54:08 2015 -0800

----------------------------------------------------------------------
 RELEASENOTES.md | 104 +++++++++++++++++++++++++--------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/8545db70/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 20186ce..41913a6 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,53 +20,11 @@
 -->
 # Release Notes
 
-### 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
-
-### 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.
-
-### 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
-* wp8 add support in level
-* add ubuntu platform
-* 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.6 (Jan 02, 2014)
-* CB-5658 Add doc/index.md for Battery Status.
-
-### 0.2.7 (Feb 05, 2014)
-* Add Tizen plugin.
-
-### 0.2.8 (Apr 17, 2014)
-* CB-6465: Add license headers to Tizen code
-* CB-6460: Update license headers
-* Add NOTICE file
-
-### 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
-
-### 0.2.10 (Aug 06, 2014)
-* CB-6957 Ported Battery-status manual & automated
-* CB-6127 Updated translations for docs
-
-### 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
-* added documentation for manual tests
-* CB-6957 Style improvements on Manual tests
-
-### 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
+### 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
+* attempt to fix npm issue
 
 ### 1.0.0 (Apr 15, 2015)
 * CB-8746 gave plugin major version bump
@@ -85,8 +43,50 @@
 * add travis.yml for CI with paramedic
 * CB-8538 Added package.json file
 
-### 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
-* attempt to fix npm issue
+### 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
+
+### 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
+* added documentation for manual tests
+* 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
+
+### 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
+
+### 0.2.8 (Apr 17, 2014)
+* CB-6465: Add license headers to Tizen code
+* 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.
+
+### 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
+* wp8 add support in level
+* add ubuntu platform
+* 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.
+
+### 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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to