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/09/27 00:25:12 UTC

[9/9] git commit: [CB-4915] Updated version and RELEASENOTES.md for release 0.3.1

[CB-4915] Updated version and RELEASENOTES.md for release 0.3.1


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

Branch: refs/heads/master
Commit: 1870cd96e18b6ba20adf4d8afe0f8576c35a8dba
Parents: 4aa198a
Author: Steven Gill <st...@gmail.com>
Authored: Wed Sep 25 17:18:25 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Sep 25 17:18:25 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/1870cd96/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 8139846..e7fb4ed 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -23,3 +23,11 @@
 
 ### 0.3.0 (Sept 5, 2013)
 * [CB-3687] Added blackberry10 support
+
+### 0.3.1 (Sept 25, 2013)
+* CB-4889 renaming id
+* CB-4889 renaming core in CompassProxy
+* [CB-4900] Windows 8 Compass plugin have extra define breaks plugin loading
+* [windows8] commandProxy was moved
+* Rename CHANGELOG.md -> RELEASENOTES.md
+* [CB-4752] Incremented plugin version on dev branch.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/1870cd96/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 6c178cd..f82b98c 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.1-dev">
+    version="0.3.1">
 
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>