diff options
author | Julian Rex <julian.rex@mapbox.com> | 2019-07-30 15:31:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-30 15:31:05 -0400 |
commit | dbf061321f6b65cd43eb57f23e75def5641b9968 (patch) | |
tree | 0775274ccc215083eafd39becb684eaaa703b149 | |
parent | e3c60ef623c629f1b2b8e3524b5e15b50dcbe658 (diff) | |
download | qtlocation-mapboxgl-dbf061321f6b65cd43eb57f23e75def5641b9968.tar.gz |
[ios] Update Podspecs and changelog for 4.11.2 release (#15258)ios-v4.11.2
-rw-r--r-- | platform/ios/CHANGELOG.md | 5 | ||||
-rw-r--r-- | platform/ios/Mapbox-iOS-SDK-snapshot-dynamic.podspec | 2 | ||||
-rw-r--r-- | platform/ios/Mapbox-iOS-SDK-stripped.podspec | 2 | ||||
-rw-r--r-- | platform/ios/Mapbox-iOS-SDK.podspec | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index 77b0f095aa..f144bfce41 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -2,6 +2,11 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started. +## 4.11.2 - July 30, 2019 + +* Fixed a map update bug caused by the render tiles and the render passes becoming unsynchronized. ([#15092](https://github.com/mapbox/mapbox-gl-native/pull/15092)) +* Fixed a custom geometry source bug caused by using the outdated tiles after style update. ([#15112](https://github.com/mapbox/mapbox-gl-native/pull/15112)) + ## 4.11.1 - July 18, 2019 * Fixed a bug in telemetry collection. ([#15161](https://github.com/mapbox/mapbox-gl-native/pull/15161)) diff --git a/platform/ios/Mapbox-iOS-SDK-snapshot-dynamic.podspec b/platform/ios/Mapbox-iOS-SDK-snapshot-dynamic.podspec index b4255338ad..7cd9d2413d 100644 --- a/platform/ios/Mapbox-iOS-SDK-snapshot-dynamic.podspec +++ b/platform/ios/Mapbox-iOS-SDK-snapshot-dynamic.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |m| - version = '4.11.1' + version = '4.11.2' m.name = 'Mapbox-iOS-SDK-snapshot-dynamic' m.version = "#{version}-snapshot" diff --git a/platform/ios/Mapbox-iOS-SDK-stripped.podspec b/platform/ios/Mapbox-iOS-SDK-stripped.podspec index 0eeb6ca401..99b4f5f84d 100644 --- a/platform/ios/Mapbox-iOS-SDK-stripped.podspec +++ b/platform/ios/Mapbox-iOS-SDK-stripped.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |m| - version = '4.11.1' + version = '4.11.2' m.name = 'Mapbox-iOS-SDK-stripped' m.version = "#{version}-stripped" diff --git a/platform/ios/Mapbox-iOS-SDK.podspec b/platform/ios/Mapbox-iOS-SDK.podspec index 5c96e57e16..ac6ce3cfaf 100644 --- a/platform/ios/Mapbox-iOS-SDK.podspec +++ b/platform/ios/Mapbox-iOS-SDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |m| - version = '4.11.1' + version = '4.11.2' m.name = 'Mapbox-iOS-SDK' m.version = version |