You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/12/03 01:09:47 UTC

[1/2] cordova-plugin-battery-status git commit: CB-8110 Updated version and RELEASENOTES.md for release 0.2.12

Repository: cordova-plugin-battery-status
Updated Branches:
  refs/heads/master 9f477a136 -> 5d4a3e5fb
Updated Tags:  refs/tags/r0.2.12 [created] ec59ef11a


CB-8110 Updated version and RELEASENOTES.md for release 0.2.12


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

Branch: refs/heads/master
Commit: ec59ef11a57df6e21dc10f1e6c81395dc58bf181
Parents: 9f477a1
Author: Steve Gill <st...@gmail.com>
Authored: Tue Dec 2 16:07:01 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Dec 2 16:07:01 2014 -0800

----------------------------------------------------------------------
 RELEASENOTES.md  | 5 +++++
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/ec59ef11/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 0e16b05..3b916b2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -62,3 +62,8 @@
 * 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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/ec59ef11/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index bb4e123..58fe67b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
       id="org.apache.cordova.battery-status"
-      version="0.2.12-dev">
+      version="0.2.12">
     <name>Battery</name>
     <description>Cordova Battery Plugin</description>
     <license>Apache 2.0</license>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/ec59ef11/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 796dc6f..071949b 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.battery-status.tests"
-    version="0.2.12-dev">
+    version="0.2.12">
     <name>Cordova Battery Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] cordova-plugin-battery-status git commit: CB-8110 Incremented plugin version.

Posted by st...@apache.org.
CB-8110 Incremented plugin version.


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

Branch: refs/heads/master
Commit: 5d4a3e5fb7aa4d8ab836684110b61bf46808ea7e
Parents: ec59ef1
Author: Steve Gill <st...@gmail.com>
Authored: Tue Dec 2 16:08:49 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Dec 2 16:08:49 2014 -0800

----------------------------------------------------------------------
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/5d4a3e5f/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 58fe67b..63e72f4 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
       id="org.apache.cordova.battery-status"
-      version="0.2.12">
+      version="0.2.13-dev">
     <name>Battery</name>
     <description>Cordova Battery Plugin</description>
     <license>Apache 2.0</license>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/5d4a3e5f/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 071949b..61f825f 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.battery-status.tests"
-    version="0.2.12">
+    version="0.2.13-dev">
     <name>Cordova Battery Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org