File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 3.5.1 (2023-03-07)
2
+ - closes #67
3
+
1
4
# 3.5.0 (2023-01-12)
2
5
- remove cordova-plugin-add-swift-support
3
6
- (iOS) request location authorization if not set using ` CLLocationManager ` 's ` requestWhenInUseAuthorization ` function
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-nativegeocoder" ,
3
- "version" : " 3.5.0 " ,
3
+ "version" : " 3.5.1 " ,
4
4
"description" : " Cordova plugin for native forward and reverse geocoding" ,
5
5
"cordova" : {
6
6
"id" : " cordova-plugin-nativegeocoder" ,
Original file line number Diff line number Diff line change 1
1
<?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" >
3
3
<name >NativeGeocoder</name >
4
4
<description >Cordova plugin for native forward and reverse geocoding</description >
5
5
<license >MIT</license >
26
26
</platform >
27
27
28
28
<!-- ios -->
29
- <platform name =" ios" >
29
+ <platform name =" ios" >
30
30
<preference name =" LOCATION_WHEN_IN_USE_DESCRIPTION" default =" Use geocoder service" />
31
31
32
32
<config-file parent =" /*" target =" config.xml" >
33
+ <preference name =" SwiftVersion" value =" 5" />
33
34
<feature name =" NativeGeocoder" >
34
35
<param name =" ios-package" value =" NativeGeocoder" />
35
36
</feature >
You can’t perform that action at this time.
0 commit comments