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:10:06 UTC

[1/2] cordova-plugin-device-orientation git commit: CB-8110 Updated version and RELEASENOTES.md for release 0.3.10

Repository: cordova-plugin-device-orientation
Updated Branches:
  refs/heads/master 41cdaeabd -> 20d1a14ee
Updated Tags:  refs/tags/r0.3.10 [created] eef90c565


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


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/eef90c56
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/eef90c56
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/eef90c56

Branch: refs/heads/master
Commit: eef90c56591daf94f7ea7264f378c80d7def093f
Parents: 41cdaea
Author: Steve Gill <st...@gmail.com>
Authored: Tue Dec 2 16:07:02 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Dec 2 16:07:02 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-device-orientation/blob/eef90c56/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 27cc074..c94de1a 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -80,3 +80,8 @@
 * CB-7249 cordova-plugin-device-orientation documentation translation
 * CB-6960 Added manual tests
 * CB-6960 Port compass tests to plugin-test-framework
+
+### 0.3.10 (Dec 02, 2014)
+* CB-7977 Mention `deviceready` in plugin docs
+* CB-7700 cordova-plugin-device-orientation documentation translation: cordova-plugin-device-orientation
+* CB-7571 Bump version of nested plugin to match parent plugin

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/eef90c56/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index c4aee52..5d89c79 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.device-orientation"
-    version="0.3.10-dev">
+    version="0.3.10">
 
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/eef90c56/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 46d4659..bab25dc 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.device-orientation.tests"
-    version="0.3.10-dev">
+    version="0.3.10">
     <name>Cordova Device Orientation 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-device-orientation 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-device-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/20d1a14e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/20d1a14e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/20d1a14e

Branch: refs/heads/master
Commit: 20d1a14ee3d6bf966e687380ef009472d93d71c9
Parents: eef90c5
Author: Steve Gill <st...@gmail.com>
Authored: Tue Dec 2 16:08:50 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Dec 2 16:08:50 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-device-orientation/blob/20d1a14e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5d89c79..a988600 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.device-orientation"
-    version="0.3.10">
+    version="0.3.11-dev">
 
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/20d1a14e/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index bab25dc..3ff5e3f 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.device-orientation.tests"
-    version="0.3.10">
+    version="0.3.11-dev">
     <name>Cordova Device Orientation 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