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/02/11 00:21:42 UTC

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

Updated Branches:
  refs/heads/dev f8116c650 -> 7f9f4ed82


CB-5980 Updated version and RELEASENOTES.md for release 0.3.5


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/06b6df74
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/06b6df74
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/06b6df74

Branch: refs/heads/dev
Commit: 06b6df742cc48d592232ca00b69d7f3c6188cdba
Parents: f8116c6
Author: Steven Gill <st...@gmail.com>
Authored: Wed Feb 5 17:53:58 2014 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Feb 5 17:53:58 2014 -0800

----------------------------------------------------------------------
 RELEASENOTES.md | 6 ++++++
 plugin.xml      | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/06b6df74/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 8ca24bf..bbc8970 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -43,3 +43,9 @@
 
 ### 0.3.4 (Jan 02, 2014)
 * CB-5658 Add doc/index.md for Compass plugin
+
+### 0.3.5 (Feb 05, 2014)
+* [ubuntu] request sensors permission
+* [ubuntu] add missing files
+* Add support for Tizen.
+* FFOS info added

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/06b6df74/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index cb8a85e..36ca07b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,7 +3,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.5-dev">
+    version="0.3.5">
 
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>


[2/2] git commit: CB-5980 Incremented plugin version on dev branch.

Posted by st...@apache.org.
CB-5980 Incremented plugin version on dev branch.


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

Branch: refs/heads/dev
Commit: 7f9f4ed82d4598a8e66076be8708fb2d6b23c8cd
Parents: 06b6df7
Author: Steven Gill <st...@gmail.com>
Authored: Wed Feb 5 18:13:30 2014 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Feb 5 18:13:30 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/7f9f4ed8/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 36ca07b..5a51f54 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,7 +3,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.5">
+    version="0.3.6-dev">
 
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>