Repository: cordova-plugin-geolocation Updated Branches: refs/heads/master 8ada4de9f -> 221e9d059 Updated Tags: refs/tags/r0.3.10 [created] 543afdf88
CB-7571 Updated version and RELEASENOTES.md for release 0.3.10 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/543afdf8 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/543afdf8 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/543afdf8 Branch: refs/heads/master Commit: 543afdf88a201131eb8f3109f4c135d6a671f513 Parents: 8ada4de Author: Marcel Kinard <[email protected]> Authored: Wed Sep 17 23:35:12 2014 -0400 Committer: Marcel Kinard <[email protected]> Committed: Wed Sep 17 23:35:12 2014 -0400 ---------------------------------------------------------------------- RELEASENOTES.md | 4 +++- plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/543afdf8/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9a45d75..8a5e198 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -81,7 +81,7 @@ * CB-7556 iOS: Clearing all Watches does not stop Location Services * CB-7158 Fix geolocation for ios 8 * Revert CB-6911 partially (keeping Info.plist key installation for iOS 8) -* CB-6911 - Geolocation fails in iOS 8 +* CB-6911 Geolocation fails in iOS 8 * CB-5114 Windows 8.1 - Use a new proxy as old geolocation methods is deprecated * CB-5114 Append Windows 8.1 into plugin.xml + Optimize Windows 8 Geolocation proxy * Renamed test dir, added nested plugin.xml @@ -91,3 +91,5 @@ * Changing cdvtest format to use module exports * register tests using new style * Convert tests to new style +* Removed amazon-fireos code for geolocation. +* CB-7571 Bump version of nested plugin to match parent plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/543afdf8/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 425bf01..456260f 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.10"> <name>Geolocation</name> <description>Cordova Geolocation Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/543afdf8/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index d11fbd3..bf9cad9 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.10"> <name>Cordova Geolocation Plugin Tests</name> <license>Apache 2.0</license>
