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/08/07 04:25:54 UTC

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

Repository: cordova-plugin-device-orientation
Updated Branches:
  refs/heads/master fa9b7f8d6 -> fd69a87bd
Updated Tags:  refs/tags/r0.3.8 [created] fc8b28414


CB-7244 Updated version and RELEASENOTES.md for release 0.3.8


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

Branch: refs/heads/master
Commit: fc8b28414f1688348c7485c2998ccf1eb376ea9d
Parents: fa9b7f8
Author: Steven Gill <st...@gmail.com>
Authored: Wed Aug 6 18:58:21 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 6 18:58:21 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/fc8b2841/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 01ec605..7b284fb 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -61,3 +61,8 @@
 * CB-6799 Add license
 * windows8. makes getHeading callback spec compliant
 * CB-6491 add CONTRIBUTING.md
+
+### 0.3.8 (Aug 06, 2014)
+* **FFOS** update compass.js
+* CB-7187 ios: Add explicit dependency on CoreLocation.framework
+* CB-7187 Delete unused #import of CDVShared.h

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


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

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

Branch: refs/heads/master
Commit: fd69a87bdd4c631146af42cf4c2d0da9c9bf4908
Parents: fc8b284
Author: Steven Gill <st...@gmail.com>
Authored: Wed Aug 6 19:24:26 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 6 19:24:26 2014 -0700

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


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