diff --git a/CHANGELOG.md b/CHANGELOG.md index 629311c..561ad1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,20 @@ ### iOS Version Requirements[​](https://docs.mapsindoors.com/changelogs/ios#ios-version-requirements) -MapsIndoors iOS SDK v4 requires at least iOS 13 and Xcode 14. An upcoming release will change the minimum supported iOS version to 14. +MapsIndoors iOS SDK v4 requires at least iOS 14 and Xcode 15. + +### [4.3.10] 2024-04-30 + +#### Added +- Added `MPCameraViewFitMode.none` option to have the camera not change position, rotation and zoom when rendering a new route. + +#### Fixed +- Invalid keys in Privacy Manifest. +- When using Selective Venue Loading, too much data about buildings would be loaded. Now only the data for buildings in the selected venues is loaded. +- A number of potential crashes removed. + +#### Changed +- Updated to Google Maps 8.4.0 which in turn raises the minimum required iOS version to iOS 14. ### [4.3.9] 2024-04-17 diff --git a/MapsIndoors.xcframework.zip b/MapsIndoors.xcframework.zip index 20a66ea..ff6d09e 100644 Binary files a/MapsIndoors.xcframework.zip and b/MapsIndoors.xcframework.zip differ diff --git a/MapsIndoorsCodable.xcframework.zip b/MapsIndoorsCodable.xcframework.zip index b35c830..9b5f524 100644 Binary files a/MapsIndoorsCodable.xcframework.zip and b/MapsIndoorsCodable.xcframework.zip differ diff --git a/MapsIndoorsCore.xcframework.zip b/MapsIndoorsCore.xcframework.zip index ebce19e..203c806 100644 Binary files a/MapsIndoorsCore.xcframework.zip and b/MapsIndoorsCore.xcframework.zip differ diff --git a/MapsIndoorsGoogleMaps.xcframework.zip b/MapsIndoorsGoogleMaps.xcframework.zip index e010a4a..9d6f4e0 100644 Binary files a/MapsIndoorsGoogleMaps.xcframework.zip and b/MapsIndoorsGoogleMaps.xcframework.zip differ diff --git a/MapsIndoorsMapbox.xcframework.zip b/MapsIndoorsMapbox.xcframework.zip index ea6a8c9..6f686dd 100644 Binary files a/MapsIndoorsMapbox.xcframework.zip and b/MapsIndoorsMapbox.xcframework.zip differ