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 2013/12/05 01:57:12 UTC

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

Updated Branches:
  refs/heads/dev 21ba8a90a -> 3ee13261c


[CB-5565] Updated version and RELEASENOTES.md for release 0.3.3


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

Branch: refs/heads/dev
Commit: 1280a6726094278c996eba6681d7cae99e3b157c
Parents: 21ba8a9
Author: Steven Gill <st...@gmail.com>
Authored: Wed Dec 4 15:16:30 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Dec 4 15:16:30 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/1280a672/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index d35d3a1..ce84f66 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -36,3 +36,7 @@
 * orientation plugin
 * CB-5128: added repo + issue tag to plugin.xml for device orientation plugin
 * [CB-4915] Incremented plugin version on dev branch.
+
+### 0.3.3 (Dec 4, 2013)
+* add ubuntu platform
+* 1. Added amazon-fireos platform. 2. Change to use amazon-fireos as a platform if user agent string contains 'cordova-amazon-fireos'.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/1280a672/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 0ff5804..1ff6d68 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.3-dev">
+    version="0.3.3">
 
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>


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

Posted by st...@apache.org.
[CB-5565] 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/3ee13261
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/3ee13261
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/3ee13261

Branch: refs/heads/dev
Commit: 3ee13261c56b78adba102eb749bc5dd3e4b0009e
Parents: 1280a67
Author: Steven Gill <st...@gmail.com>
Authored: Wed Dec 4 15:32:03 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Dec 4 15:32:03 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/3ee13261/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 1ff6d68..f4ef6c0 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.3">
+    version="0.3.4-dev">
 
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>