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:40 UTC

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

Repository: cordova-plugin-device-orientation
Updated Branches:
  refs/heads/master 2cc67b162 -> 671a20f70
Updated Tags:  refs/tags/r0.3.9 [created] a09ef3c4f


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


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

Branch: refs/heads/master
Commit: a09ef3c4ff052359f7a0ae366f7d18f667c3d9e2
Parents: 2cc67b1
Author: Marcel Kinard <cm...@gmail.com>
Authored: Wed Sep 17 15:27:40 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Wed Sep 17 15:27:40 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/a09ef3c4/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 7b284fb..27cc074 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -66,3 +66,17 @@
 * **FFOS** update compass.js
 * CB-7187 ios: Add explicit dependency on CoreLocation.framework
 * CB-7187 Delete unused #import of CDVShared.h
+
+### 0.3.9 (Sep 17, 2014)
+* CB-7471 cordova-plugin-device-orientation documentation translation: cordova-plugin-device-orientation
+* Fixed problem with watchCompass if pressed twice
+* CB-7086 Renamed dir, added nested plugin.xml
+* added documentation for manual tests
+* Fixed problem with watchCompass if pressed twice
+* CB-7086 Renamed dir, added nested plugin.xml
+* added documentation for manual tests
+* Updated docs for browser
+* Add support for the browser
+* CB-7249 cordova-plugin-device-orientation documentation translation
+* CB-6960 Added manual tests
+* CB-6960 Port compass tests to plugin-test-framework

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/a09ef3c4/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 0fff6df..7e868ab 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.9-dev">
+    version="0.3.9">
 
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/a09ef3c4/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index be078bd..9759d18 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.8-dev">
+    version="0.3.9">
     <name>Cordova Device Orientation 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-device-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/671a20f7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/671a20f7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/671a20f7

Branch: refs/heads/master
Commit: 671a20f709c7d3f24c2e74be1f41a27cc02ea685
Parents: a09ef3c
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-device-orientation/blob/671a20f7/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7e868ab..c4aee52 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.9">
+    version="0.3.10-dev">
 
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>