Skip to content

Commit 2a98ae0

Browse files
1 parent 71384bc commit 2a98ae0

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
## 2021-04-27
9-
- Fix: Fixed requestLocationUpdatesIfSettingsSatisfied method to show the user a dialog to enable location or change location settings (https://outsystemsrd.atlassian.net/browse/RMET-608)
108

11-
## 2021-04-23
12-
- Fix: Fixed checkGooglePlayServicesAvailable method to show the user an error dialog when the error can be resolved (https://outsystemsrd.atlassian.net/browse/RMET-609)
9+
## [4.0.1-OS7]
10+
### Fixes
11+
- Fixed requestLocationUpdatesIfSettingsSatisfied method to show the user a dialog to enable location or change location settings [RMET-608](https://outsystemsrd.atlassian.net/browse/RMET-608)
12+
- Fixed checkGooglePlayServicesAvailable method to show the user an error dialog when the error can be resolved [RMET-609](https://outsystemsrd.atlassian.net/browse/RMET-609)
13+
- Fixed error in iOS: Round up location value to max 15 digits after decimal point [RMET-522](https://outsystemsrd.atlassian.net/browse/RMET-522)
1314

1415
## [4.0.1-OS3]
1516
### Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-geolocation",
3-
"version": "4.0.1-OS6",
3+
"version": "4.0.1-OS7",
44
"description": "Cordova Geolocation Plugin",
55
"cordova": {
66
"id": "cordova-plugin-geolocation",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
xmlns:rim="http://www.blackberry.com/ns/widgets"
2323
xmlns:android="http://schemas.android.com/apk/res/android"
2424
id="cordova-plugin-geolocation"
25-
version="4.0.1-OS6">
25+
version="4.0.1-OS7">
2626

2727
<name>Geolocation</name>
2828
<description>Cordova Geolocation Plugin</description>

0 commit comments

Comments
 (0)