Repository: cordova-plugin-geolocation
Updated Branches:
  refs/heads/master dbbe86aaf -> bb8b4fbc0


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

Branch: refs/heads/master
Commit: b913653214f1e49ee817635394b7e9d2bd366387
Parents: dbbe86a
Author: Steve Gill <[email protected]>
Authored: Thu Sep 8 23:38:54 2016 -0700
Committer: Steve Gill <[email protected]>
Committed: Thu Sep 8 23:38:54 2016 -0700

----------------------------------------------------------------------
 RELEASENOTES.md  | 35 ++++++++++++++++++++++-------------
 package.json     |  2 +-
 plugin.xml       |  2 +-
 tests/plugin.xml |  2 +-
 4 files changed, 25 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/b9136532/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 8acb569..08be045 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,24 +20,33 @@
 -->
 # Release Notes
 
+### 2.3.0 (Sep 08, 2016)
+* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' 
entry to cordovaDependencies
+* Plugin uses `Android Log class` and not `Cordova LOG class`
+* Add badges for paramedic builds on Jenkins
+* Add pull request template.
+* Adding links to reference content and sample content to the top of the 
readme file
+* Update **iOS** geolocation plugin to avoid `THREAD WARNING: 
['Geolocation']`, operation occurs in new Thread
+* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front 
matter to README.md
+
 ### 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
+* [CB-10691](https://issues.apache.org/jira/browse/CB-10691) Check the context 
to avoid null errors
+* [CB-10636](https://issues.apache.org/jira/browse/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
+* [CB-10574](https://issues.apache.org/jira/browse/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**.
-* CB-10286 Don't skip automatic tests on **Android** devices
-* CB-10277 Error callback should be called w/ `PositionError` when location 
access is denied
-* CB-10285 Added tests for `PositionError` constants
-* CB-10278 geolocation `watchPosition` doesn't return `watchID` string
-* CB-8443 **Android** nothing happens if `GPS` is turned off
-* CB-10204 Fix `getCurrentPosition` options on **Android**
-* CB-7146 Remove built-in `WebView navigator.geolocation` manual tests
-* CB-2845 `PositionError` constants not attached to prototype as specified in 
W3C document
+* [CB-10319](https://issues.apache.org/jira/browse/CB-10319) **Android** 
Adding reflective helper methods for permission requests
+* [CB-8523](https://issues.apache.org/jira/browse/CB-8523) Fixed accuracy when 
`enableHighAccuracy: false` on **iOS**.
+* [CB-10286](https://issues.apache.org/jira/browse/CB-10286) Don't skip 
automatic tests on **Android** devices
+* [CB-10277](https://issues.apache.org/jira/browse/CB-10277) Error callback 
should be called w/ `PositionError` when location access is denied
+* [CB-10285](https://issues.apache.org/jira/browse/CB-10285) Added tests for 
`PositionError` constants
+* [CB-10278](https://issues.apache.org/jira/browse/CB-10278) geolocation 
`watchPosition` doesn't return `watchID` string
+* [CB-8443](https://issues.apache.org/jira/browse/CB-8443) **Android** nothing 
happens if `GPS` is turned off
+* [CB-10204](https://issues.apache.org/jira/browse/CB-10204) Fix 
`getCurrentPosition` options on **Android**
+* [CB-7146](https://issues.apache.org/jira/browse/CB-7146) Remove built-in 
`WebView navigator.geolocation` manual tests
+* [CB-2845](https://issues.apache.org/jira/browse/CB-2845) `PositionError` 
constants not attached to prototype as specified in W3C document
 
 ### 2.0.0 (Nov 18, 2015)
 * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated 
`RELEASENOTES` to be newest to oldest

http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/b9136532/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 9991be9..52bc8f6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-geolocation",
-  "version": "2.2.1-dev",
+  "version": "2.3.0",
   "description": "Cordova Geolocation Plugin",
   "cordova": {
     "id": "cordova-plugin-geolocation",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/b9136532/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index c312813..17de198 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.2.1-dev">
+      version="2.3.0">
 
     <name>Geolocation</name>
     <description>Cordova Geolocation Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/b9136532/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 0a5a009..ac6c656 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.2.1-dev">
+    version="2.3.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]

Reply via email to