Skip to content

Commit

Permalink
chore(release): raise version to 4.0.1-OS7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgerardojacinto committed May 12, 2021
1 parent 71384bc commit 2a98ae0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

## 2021-04-23
- Fix: Fixed checkGooglePlayServicesAvailable method to show the user an error dialog when the error can be resolved (https://outsystemsrd.atlassian.net/browse/RMET-609)
## [4.0.1-OS7]
### Fixes
- 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)
- 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)
- Fixed error in iOS: Round up location value to max 15 digits after decimal point [RMET-522](https://outsystemsrd.atlassian.net/browse/RMET-522)

## [4.0.1-OS3]
### Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-geolocation",
"version": "4.0.1-OS6",
"version": "4.0.1-OS7",
"description": "Cordova Geolocation Plugin",
"cordova": {
"id": "cordova-plugin-geolocation",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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="4.0.1-OS6">
version="4.0.1-OS7">

<name>Geolocation</name>
<description>Cordova Geolocation Plugin</description>
Expand Down

0 comments on commit 2a98ae0

Please sign in to comment.