You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/09/17 21:38:05 UTC

[1/2] git commit: CB-7571 Updated version and RELEASENOTES.md for release 0.2.11

Repository: cordova-plugin-battery-status
Updated Branches:
  refs/heads/master 4e7319d65 -> 50206e243
Updated Tags:  refs/tags/r0.2.11 [created] c80ffae72


CB-7571 Updated version and RELEASENOTES.md for release 0.2.11


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

Branch: refs/heads/master
Commit: c80ffae72fd1c3ad1b2dada96be79abb7dad8d49
Parents: 4e7319d
Author: Marcel Kinard <cm...@gmail.com>
Authored: Wed Sep 17 15:27:39 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Wed Sep 17 15:27:39 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/c80ffae7/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 4d311d9..0e16b05 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -55,3 +55,10 @@
 ### 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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/c80ffae7/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 324384e..676813f 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.11-dev">
+      version="0.2.11">
     <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/c80ffae7/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 0016358..35f1f88 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.10-dev">
+    version="0.2.11">
     <name>Cordova Battery Plugin Tests</name>
     <license>Apache 2.0</license>
 


[2/2] git commit: CB-7571 Incremented plugin version.

Posted by ma...@apache.org.
CB-7571 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/50206e24
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/50206e24
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/50206e24

Branch: refs/heads/master
Commit: 50206e243dfe16cf2f53df39f2d194b0e4af256e
Parents: c80ffae
Author: Marcel Kinard <cm...@gmail.com>
Authored: Wed Sep 17 15:35:01 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Wed Sep 17 15:35:01 2014 -0400

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/50206e24/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 676813f..bb4e123 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.11">
+      version="0.2.12-dev">
     <name>Battery</name>
     <description>Cordova Battery Plugin</description>
     <license>Apache 2.0</license>