cordova-plugin-geolocation
Advanced tools
Comparing version 0.3.8 to 0.3.9
{ | ||
"name": "cordova-plugin-geolocation", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "Cordova Geolocation Plugin", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -71,1 +71,8 @@ <!-- | ||
* call FxOS's getCurrentProxy added | ||
### 0.3.9 (Aug 06, 2014) | ||
* **FFOS** update GeolocationProxy.js | ||
* CB-7187 ios: Add explicit dependency on CoreLocation.framework | ||
* CB-7187 Delete unused #import of CDVShared.h | ||
* CB-6127 Updated translations for docs | ||
* ios: Changed distanceFilter from none to 5 meters, prevents it from spamming the callback even though nothing changed. |
@@ -64,2 +64,2 @@ /* | ||
require("cordova/firefoxos/commandProxy").add("Geolocation", module.exports); | ||
require("cordova/exec/proxy").add("Geolocation", module.exports); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
202674
34