cordova-plugin-geolocation
Advanced tools
Comparing version 0.3.7 to 0.3.8
@@ -52,12 +52,2 @@ <!--- | ||
### Firefox OS Quirks | ||
Create __www/manifest.webapp__ as described in | ||
[Manifest Docs](https://developer.mozilla.org/en-US/Apps/Developing/Manifest). | ||
Add permisions: | ||
"permissions": { | ||
"geolocation": { "description": "Used to position the map to your current position" } | ||
} | ||
## Supported Platforms | ||
@@ -64,0 +54,0 @@ |
{ | ||
"name": "cordova-plugin-geolocation", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "Cordova Geolocation Plugin", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -62,1 +62,10 @@ <!-- | ||
* Add NOTICE file | ||
### 0.3.8 (Jun 05, 2014) | ||
* CB-6127 Spanish and French Translations added. Github close #14 | ||
* CB-6804 Add license | ||
* CB-5416 - Adding support for auto-managing permissions | ||
* CB-6491 add CONTRIBUTING.md | ||
* pass by only coords | ||
* proper implementation for firefoxos | ||
* call FxOS's getCurrentProxy added |
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
186824
33