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 <[email protected]> Authored: Wed Sep 17 15:27:40 2014 -0400 Committer: Marcel Kinard <[email protected]> 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>
