Repository: cordova-plugin-geolocation Updated Branches: refs/heads/master 9c299af0b -> 72ec7bc64
Updated version and RELEASENOTES.md for release 2.2.0 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/936c9435 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/936c9435 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/936c9435 Branch: refs/heads/master Commit: 936c9435aa1e64cb89010717adaec2dad270572f Parents: 9c299af Author: Steve Gill <[email protected]> Authored: Fri Apr 15 13:08:27 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Apr 15 13:08:27 2016 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 7 +++++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/936c9435/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d291197..8acb569 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,13 @@ --> # Release Notes +### 2.2.0 (Apr 15, 2016) +* Replace `PermissionHelper.java` with `cordova-plugin-compat` +* CB-10691 Check the context to avoid null errors +* CB-10636 Add `JSHint` for plugins +* Using a fallback epsilon in case `Number.EPSILON` is not defined. +* CB-10574 MobileSpec can't get results for **WP8.1** Builds + ### 2.1.0 (Jan 15, 2016) * CB-10319 **Android** Adding reflective helper methods for permission requests * CB-8523 Fixed accuracy when `enableHighAccuracy: false` on **iOS**. http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/936c9435/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 984899d..5b3fc1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-geolocation", - "version": "2.1.1-dev", + "version": "2.2.0", "description": "Cordova Geolocation Plugin", "cordova": { "id": "cordova-plugin-geolocation", http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/936c9435/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index dce8caf..58caf5d 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="cordova-plugin-geolocation" - version="2.1.1-dev"> + version="2.2.0"> <name>Geolocation</name> <description>Cordova Geolocation Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/936c9435/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 255a939..cd5ff94 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="cordova-plugin-geolocation-tests" - version="2.1.1-dev"> + version="2.2.0"> <name>Cordova Geolocation Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
