Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 7fd429d

Browse files
committed
[ios] Prepare ios-v5.2.0 release
1 parent 0c4654b commit 7fd429d

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

platform/ios/CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.
44

5-
## 5.2.0
5+
## 5.2.0 - July 24, 2019
66

77
### Networking
88

@@ -50,10 +50,26 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
5050
* `-[MGLMapView showAnnotations:edgePadding:animated:completionHandler:]`
5151
* `-[MGLMapView selectAnnotation:animated:completionHandler:]`
5252
* Deprecated variants of the above methods without completion handlers. ([#14959](https://github.com/mapbox/mapbox-gl-native/pull/14959))
53-
* Added `MGLMapView.compassView.visibility` and `MGLOrnamentVisibility` to allow configuration of compass visibility behavior. ([#15055](https://github.com/mapbox/mapbox-gl-native/pull/15055))
53+
* Added `MGLMapView.compassView.compassVisibility` and `MGLOrnamentVisibility` to allow configuration of compass visibility behavior. ([#15055](https://github.com/mapbox/mapbox-gl-native/pull/15055))
5454
* Fixed a crash during network access. ([#15113](https://github.com/mapbox/mapbox-gl-native/pull/15113))
5555
* Updated "map ID" to the more accurate term "tileset ID" in documentation; updated "style's Map ID" to the more accurate term "style URL". ([#15116](https://github.com/mapbox/mapbox-gl-native/pull/15116))
5656

57+
## 4.10.1 - July 19, 2019
58+
59+
* Fixed a bug in telemetry collection. ([#15077](https://github.com/mapbox/mapbox-gl-native/pull/15077))
60+
61+
## 4.11.1 - July 19, 2019
62+
63+
* Fixed a bug in telemetry collection. ([#15077](https://github.com/mapbox/mapbox-gl-native/pull/15077))
64+
65+
## 5.0.1 - July 18, 2019
66+
67+
* Fixed a bug in telemetry collection. ([#15077](https://github.com/mapbox/mapbox-gl-native/pull/15077))
68+
69+
## 5.1.1 - July 18, 2019
70+
71+
* Fixed a bug in telemetry collection. ([#15077](https://github.com/mapbox/mapbox-gl-native/pull/15077))
72+
5773
## 5.1.0 - June 19, 2019
5874

5975
### Styles and rendering

platform/ios/Mapbox-iOS-SDK-snapshot-dynamic.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
version = '5.2.0-beta.1'
3+
version = '5.2.0'
44

55
m.name = 'Mapbox-iOS-SDK-snapshot-dynamic'
66
m.version = "#{version}-snapshot"

platform/ios/Mapbox-iOS-SDK-stripped.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
version = '5.2.0-beta.1'
3+
version = '5.2.0'
44

55
m.name = 'Mapbox-iOS-SDK-stripped'
66
m.version = "#{version}-stripped"

platform/ios/Mapbox-iOS-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
version = '5.2.0-beta.1'
3+
version = '5.2.0'
44

55
m.name = 'Mapbox-iOS-SDK'
66
m.version = version

0 commit comments

Comments
 (0)