Repository: cordova-plugin-device-orientation Updated Branches: refs/heads/dev b3ae1f8d9 -> b02b21774 Updated Tags: refs/tags/r0.3.6 [created] b02b21774
CB-6452 Updated version and RELEASENOTES.md for release 0.3.6 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/b02b2177 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/b02b2177 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/b02b2177 Branch: refs/heads/dev Commit: b02b21774adbf4880c99e4a9d114f29a44fe418c Parents: b3ae1f8 Author: Ian Clelland <[email protected]> Authored: Thu Apr 17 10:53:20 2014 -0400 Committer: Ian Clelland <[email protected]> Committed: Thu Apr 17 10:53:20 2014 -0400 ---------------------------------------------------------------------- RELEASENOTES.md | 7 +++++++ plugin.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/b02b2177/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index bbc8970..77b29bd 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -49,3 +49,10 @@ * [ubuntu] add missing files * Add support for Tizen. * FFOS info added + +### 0.3.6 (Apr 17, 2014) +* CB-6381: [WP8] unexpected error object +* CB-6422: [windows8] use cordova/exec/proxy +* CB-6460: Update license headers +* CB-6465: Add license headers to Tizen code +* Add NOTICE file http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/b02b2177/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index f42293b..d62ddff 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.6-dev"> + version="0.3.6"> <name>Device Orientation</name> <description>Cordova Device Orientation Plugin</description>
