Repository: cordova-plugin-geolocation Updated Branches: refs/heads/master 551b40458 -> 5e5b19091 Updated Tags: refs/tags/r0.3.10 [created] 2288153f4
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/2288153f Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/2288153f Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/2288153f Branch: refs/heads/master Commit: 2288153f47e1dfc384b069a1fd9e39efb080a627 Parents: 551b404 Author: Marcel Kinard <[email protected]> Authored: Wed Sep 17 15:27:41 2014 -0400 Committer: Marcel Kinard <[email protected]> Committed: Wed Sep 17 15:27:41 2014 -0400 ---------------------------------------------------------------------- RELEASENOTES.md | 15 +++++++++++++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/2288153f/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9995f1a..9a45d75 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -76,3 +76,18 @@ * CB-6127 Updated translations for docs * ios: Changed distanceFilter from none to 5 meters, prevents it from spamming the callback even though nothing changed. + +### 0.3.10 (Sep 17, 2014) +* 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-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 +* added documentation for manual tests +* CB-7146 Added manual tests +* Removed js-module for tests from plugin.xml +* Changing cdvtest format to use module exports +* register tests using new style +* Convert tests to new style http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/2288153f/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 8a9b90b..6af89c4 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.10-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/2288153f/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 6fe2d02..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.8-dev"> + version="0.3.10"> <name>Cordova Geolocation Plugin Tests</name> <license>Apache 2.0</license>
