Skip to content

Commit 9f1b6d5

Browse files
committed
Patch version: 5.0.7
1 parent 4c5a174 commit 9f1b6d5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# CHANGELOG
2+
## 5.0.7
3+
- (Android) bugfix: Unable to geocode destination address to coordinates: Index 0 out of range [0..0) error
4+
- Resolves [#281](https://github.com/dpa99c/phonegap-launch-navigator/issues/281)
5+
- Merged from [#283](https://github.com/dpa99c/phonegap-launch-navigator/pull/283)
6+
27
## 5.0.6
38
- (iOS) Fix enum naming collision
49
- Resolves [#258](https://github.com/dpa99c/phonegap-launch-navigator/issues/258)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.0.6",
2+
"version": "5.0.7",
33
"name": "uk.co.workingedge.phonegap.plugin.launchnavigator",
44
"cordova_name": "Launch Navigator",
55
"description": "Cordova/Phonegap plugin to navigate to a destination using native navigation apps on Android, iOS, and Windows",

Diff for: plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns="http://apache.org/cordova/ns/plugins/1.0"
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
id="uk.co.workingedge.phonegap.plugin.launchnavigator"
6-
version="5.0.6">
6+
version="5.0.7">
77

88
<name>Launch Navigator</name>
99
<description>Cordova/Phonegap plugin to navigate to a destination using native navigation apps on Android, iOS, and Windows</description>

0 commit comments

Comments
 (0)