Repository: cordova-plugin-geolocation
Updated Branches:
  refs/heads/master d57488717 -> 57eb4dc55


CB-10035 Updated version and RELEASENOTES.md for release 2.0.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/92315305
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/92315305
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/92315305

Branch: refs/heads/master
Commit: 9231530543024dc027e2550a452d14b37edc6cc7
Parents: d574887
Author: Steve Gill <stevengil...@gmail.com>
Authored: Wed Nov 18 19:45:05 2015 -0800
Committer: Steve Gill <stevengil...@gmail.com>
Committed: Wed Nov 18 19:45:05 2015 -0800

----------------------------------------------------------------------
 RELEASENOTES.md  | 11 +++++++++++
 package.json     |  2 +-
 plugin.xml       |  2 +-
 tests/plugin.xml |  2 +-
 4 files changed, 14 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/92315305/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 03f83fd..b2dc94c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,17 @@
 -->
 # Release Notes
 
+### 2.0.0 (Nov 18, 2015)
+* CB-10035 Updated `RELEASENOTES` to be newest to oldest
+* CB-9907 Handle **iOS** tests that fail when ios simulator does not have a 
location
+* CB-8826 Check for `NSLocationWhenInUseUsageDescription` first
+* CB-9105: Fixing `JS` errors in the shim
+* Added support for new permissions model for **Android 6.0** aka 
**Marshmallow**
+* Expect `lastPosition` to have a `timestamp` that is already in `msecs`
+* CB-4596 Date objects are supposed to be `DOMTimeStamp`
+* Fixing contribute link.
+* CB-9355 Fix Geolocation plugin start watch fail related to unset 
`MovementThreshold` on **Windows 10**
+
 ### 1.0.1 (Jun 17, 2015)
 * CB-9128 cordova-plugin-geolocation documentation translation: 
cordova-plugin-geolocation
 * fix npm md issue

http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/92315305/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 554bbda..7ad1055 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-geolocation",
-  "version": "1.0.2-dev",
+  "version": "2.0.0",
   "description": "Cordova Geolocation Plugin",
   "cordova": {
     "id": "cordova-plugin-geolocation",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/92315305/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index d770a3b..9e57866 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="1.0.2-dev">
+      version="2.0.0">
 
     <name>Geolocation</name>
     <description>Cordova Geolocation Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/92315305/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 03f8950..0f38ccc 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="1.0.2-dev">
+    version="2.0.0">
     <name>Cordova Geolocation Plugin Tests</name>
     <license>Apache 2.0</license>
 


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

Reply via email to