diff --git a/CHANGELOG.md b/CHANGELOG.md index 81569ff..102e41f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ MapsIndoors iOS SDK v4 requires at least iOS 14 and Xcode 15. +### [4.3.13] 2024-05-14 + +#### Added +- Added Graphic Label support (Mapbox only) + +#### Fixed +- Bug where icons with a badge applied (either due to display rule badging or LiveData) would cause the icon to be flipped. +- Issue with LiveData not working on certain solutions. + ### [4.3.12] 2024-05-07 #### Fixed diff --git a/MapsIndoors.podspec b/MapsIndoors.podspec index 33564c0..f91e21e 100644 --- a/MapsIndoors.podspec +++ b/MapsIndoors.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MapsIndoors" - s.version = '4.3.12-alpha.2' + s.version = '4.3.13' s.summary = 'Library making the MapsIndoors experience available to your iOS users.' s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'." diff --git a/MapsIndoors.xcframework.zip b/MapsIndoors.xcframework.zip index 42f366c..3291a5c 100644 Binary files a/MapsIndoors.xcframework.zip and b/MapsIndoors.xcframework.zip differ diff --git a/MapsIndoorsCodable.podspec b/MapsIndoorsCodable.podspec index d4e03ea..9d9450d 100644 --- a/MapsIndoorsCodable.podspec +++ b/MapsIndoorsCodable.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MapsIndoorsCodable" - s.version = '4.3.12-alpha.2' + s.version = '4.3.13' s.summary = 'Library making the MapsIndoors experience available to your iOS users.' s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'." diff --git a/MapsIndoorsCodable.xcframework.zip b/MapsIndoorsCodable.xcframework.zip index 10a8ff4..a238fb4 100644 Binary files a/MapsIndoorsCodable.xcframework.zip and b/MapsIndoorsCodable.xcframework.zip differ diff --git a/MapsIndoorsCore.podspec b/MapsIndoorsCore.podspec index 85a4c29..9a1ba8b 100644 --- a/MapsIndoorsCore.podspec +++ b/MapsIndoorsCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MapsIndoorsCore" - s.version = '4.3.12-alpha.2' + s.version = '4.3.13' s.summary = 'Library making the MapsIndoors experience available to your iOS users.' s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'." diff --git a/MapsIndoorsCore.xcframework.zip b/MapsIndoorsCore.xcframework.zip index 4a00def..88429d6 100644 Binary files a/MapsIndoorsCore.xcframework.zip and b/MapsIndoorsCore.xcframework.zip differ diff --git a/MapsIndoorsGoogleMaps.podspec b/MapsIndoorsGoogleMaps.podspec index 87d7914..de81047 100644 --- a/MapsIndoorsGoogleMaps.podspec +++ b/MapsIndoorsGoogleMaps.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MapsIndoorsGoogleMaps" - s.version = '4.3.12-alpha.2' + s.version = '4.3.13' s.summary = 'Library making the MapsIndoors experience available to your iOS users.' s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'." diff --git a/MapsIndoorsGoogleMaps.xcframework.zip b/MapsIndoorsGoogleMaps.xcframework.zip index 4e91f1d..afcea07 100644 Binary files a/MapsIndoorsGoogleMaps.xcframework.zip and b/MapsIndoorsGoogleMaps.xcframework.zip differ diff --git a/MapsIndoorsMapbox.podspec b/MapsIndoorsMapbox.podspec index 59243ab..c39398c 100644 --- a/MapsIndoorsMapbox.podspec +++ b/MapsIndoorsMapbox.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MapsIndoorsMapbox" - s.version = '4.3.12-alpha.2' + s.version = '4.3.13' s.summary = 'Library making the MapsIndoors experience available to your iOS users.' s.description = "The MapsIndoors SDK enables you to integrate everything at your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Meanwhile, you are most welcome to check out the demo project using 'pod try MapsIndoors'." diff --git a/MapsIndoorsMapbox.xcframework.zip b/MapsIndoorsMapbox.xcframework.zip index da90b70..f6662ea 100644 Binary files a/MapsIndoorsMapbox.xcframework.zip and b/MapsIndoorsMapbox.xcframework.zip differ