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/12/03 01:10:22 UTC

[1/2] cordova-plugin-geolocation git commit: CB-8110 Updated version and RELEASENOTES.md for release 0.3.11

Repository: cordova-plugin-geolocation
Updated Branches:
  refs/heads/master 5c63a069b -> 56620f9e8
Updated Tags:  refs/tags/r0.3.11 [created] 0db6fd995


CB-8110 Updated version and RELEASENOTES.md for release 0.3.11


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

Branch: refs/heads/master
Commit: 0db6fd9952e0bdd00a5d821575180d152231856d
Parents: 5c63a06
Author: Steve Gill <st...@gmail.com>
Authored: Tue Dec 2 16:07:02 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Dec 2 16:07:02 2014 -0800

----------------------------------------------------------------------
 RELEASENOTES.md  | 7 +++++++
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/0db6fd99/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 8a5e198..b9193a2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -93,3 +93,10 @@
 * Convert tests to new style
 * Removed amazon-fireos code for geolocation.
 * CB-7571 Bump version of nested plugin to match parent plugin
+
+### 0.3.11 (Dec 02, 2014)
+* Do not stop updating location when the error is `kCLErrorLocationUnknown`
+* CB-8094 Pended auto tests for **Windows** Store since they require user interaction
+* CB-8085 Fix geolocation plugin on **Windows**
+* CB-7977 Mention `deviceready` in plugin docs
+* CB-7700 cordova-plugin-geolocation documentation translation: cordova-plugin-geolocation

http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/0db6fd99/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 425bf01..f2a6030 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,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.11-dev">
+      version="0.3.11">
 
     <name>Geolocation</name>
     <description>Cordova Geolocation Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/0db6fd99/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index d11fbd3..130da52 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.geolocation.tests"
-    version="0.3.11-dev">
+    version="0.3.11">
     <name>Cordova Geolocation Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] cordova-plugin-geolocation git commit: CB-8110 Incremented plugin version.

Posted by st...@apache.org.
CB-8110 Incremented plugin version.


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

Branch: refs/heads/master
Commit: 56620f9e8aa22574bd4b0422643a883d336a34ea
Parents: 0db6fd9
Author: Steve Gill <st...@gmail.com>
Authored: Tue Dec 2 16:08:50 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Dec 2 16:08:50 2014 -0800

----------------------------------------------------------------------
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/56620f9e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index f2a6030..6d13271 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,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.11">
+      version="0.3.12-dev">
 
     <name>Geolocation</name>
     <description>Cordova Geolocation Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/56620f9e/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 130da52..e803459 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.geolocation.tests"
-    version="0.3.11">
+    version="0.3.12-dev">
     <name>Cordova Geolocation Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org