Skip to content

Commit 765ca49

Browse files
committed
Closes #67
1 parent bb83264 commit 765ca49

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 3.5.1 (2023-03-07)
2+
- closes #67
3+
14
# 3.5.0 (2023-01-12)
25
- remove cordova-plugin-add-swift-support
36
- (iOS) request location authorization if not set using `CLLocationManager`'s `requestWhenInUseAuthorization` function

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-nativegeocoder",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"description": "Cordova plugin for native forward and reverse geocoding",
55
"cordova": {
66
"id": "cordova-plugin-nativegeocoder",

plugin.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<plugin id="cordova-plugin-nativegeocoder" version="3.5.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<plugin id="cordova-plugin-nativegeocoder" version="3.5.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
33
<name>NativeGeocoder</name>
44
<description>Cordova plugin for native forward and reverse geocoding</description>
55
<license>MIT</license>
@@ -26,10 +26,11 @@
2626
</platform>
2727

2828
<!-- ios -->
29-
<platform name="ios">
29+
<platform name="ios">
3030
<preference name="LOCATION_WHEN_IN_USE_DESCRIPTION" default="Use geocoder service" />
3131

3232
<config-file parent="/*" target="config.xml">
33+
<preference name="SwiftVersion" value="5" />
3334
<feature name="NativeGeocoder">
3435
<param name="ios-package" value="NativeGeocoder" />
3536
</feature>

0 commit comments

Comments
 (0)