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/02/11 00:22:46 UTC

[11/11] git commit: CB-5980 Updated version and RELEASENOTES.md for release 0.3.6

CB-5980 Updated version and RELEASENOTES.md for release 0.3.6


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/commit/7393e84b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/7393e84b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/7393e84b

Branch: refs/heads/master
Commit: 7393e84b319fe3dd65d047f23b1051b1067e6b3b
Parents: f5a26eb
Author: Steven Gill <st...@gmail.com>
Authored: Wed Feb 5 17:53:59 2014 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Feb 5 17:53:59 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/7393e84b/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 5965a48..0154fa3 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -47,3 +47,8 @@
 * CB-5658 Add doc/index.md for Geolocation plugin
 * windows8: adds missing reference to PositionError (w/o it the app crashes)
 * Removing incorrectly added closing comments for wp7 platform in plugin.xml
+
+### 0.3.6 (Feb 05, 2014)
+* add ubuntu platform support
+* CB-5326 adding FFOS permission and updating supported platforms
+* CB-5729 [BlackBerry10] Update GeolocationProxy to return collapsed object

http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/7393e84b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5a58561..50b9920 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,7 +4,7 @@
 xmlns:rim="http://www.blackberry.com/ns/widgets"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="org.apache.cordova.geolocation"
-      version="0.3.6-dev">
+      version="0.3.6">
 
     <name>Geolocation</name>
     <description>Cordova Geolocation Plugin</description>