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/12/05 01:58:24 UTC

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

Updated Branches:
  refs/heads/dev e05dae68c -> 8a9d917a1


[CB-5565] Updated version and RELEASENOTES.md for release 0.3.4


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

Branch: refs/heads/dev
Commit: d11e00592b9e43baa7322c9d3f25d53b68ab2151
Parents: e05dae6
Author: Steven Gill <st...@gmail.com>
Authored: Wed Dec 4 15:16:30 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Dec 4 15:16:30 2013 -0800

----------------------------------------------------------------------
 RELEASENOTES.md | 13 ++++++++++++-
 plugin.xml      |  2 +-
 2 files changed, 13 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/d11e0059/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index f1ca2c6..47f613b 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -28,6 +28,17 @@
 * [BlackBerry10] removed uneeded permission tags in plugin.xml
 * CB-4889 renaming org.apache.cordova.core.geolocation to org.apache.cordova.geolocation
 
- ### 0.3.3 (Oct 28, 2013)
+### 0.3.3 (Oct 28, 2013)
 * CB-5128: add repo + issue tag to plugin.xml for geolocation plugin
 * [CB-4915] Incremented plugin version on dev branch.
+
+### 0.3.4 (Dec 4, 2013)
+* Append proxy to platform definition in plugin.xml
+* Append windows 8 Geolocation proxy
+* Code clean-up for android src.
+* Updated amazon-fireos platform + reverting some of the fixes in android code.
+* Added amazon-fireos platform + some of the fixes in android code.
+* CB-5334 [BlackBerry10] Use command proxy
+* call FxOS's getCurrentProxy added
+* pass by only coords
+* proper implementation for firefoxos

http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/d11e0059/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5486c4c..a2d7c03 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.4-dev">
+      version="0.3.4">
 
     <name>Geolocation</name>
     <description>Cordova Geolocation Plugin</description>


[2/2] git commit: [CB-5565] Incremented plugin version on dev branch.

Posted by st...@apache.org.
[CB-5565] Incremented plugin version on dev branch.


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

Branch: refs/heads/dev
Commit: 8a9d917a16d8f14fce22ef45de88810bda2065a3
Parents: d11e005
Author: Steven Gill <st...@gmail.com>
Authored: Wed Dec 4 15:32:03 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Dec 4 15:32:03 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/8a9d917a/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a2d7c03..5eb1125 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.4">
+      version="0.3.5-dev">
 
     <name>Geolocation</name>
     <description>Cordova Geolocation Plugin</description>