Skip to content

Commit 1ebe23a

Browse files
MOB-11819: Prepare for Release 6.5.13 (#930)
Co-authored-by: joaodordio <[email protected]> Co-authored-by: Joao Dordio <[email protected]>
1 parent ddd4d01 commit 1ebe23a

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
5-
65
## [Unreleased]
7-
- Adding section for unreleased changes
6+
7+
## [6.5.13]
8+
- Fixed in-app messages displaying in wrong window when using Stage Manager or multi-window scenarios on iPad.
9+
- Fixed redirect handling issue with deep links that was preventing proper URL following.
10+
- Improved action runner logic to properly validate allowed protocols before processing URL actions, ensuring better security and reliability.
811

912
## [6.5.12]
1013
- Made `IterableDataRegion` an `@objc` class for better Objective-C compatibility.

Iterable-iOS-AppExtensions.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Iterable-iOS-AppExtensions"
33
s.module_name = "IterableAppExtensions"
4-
s.version = "6.5.12"
4+
s.version = "6.5.13"
55
s.summary = "App Extensions for Iterable SDK"
66

77
s.description = <<-DESC

Iterable-iOS-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Iterable-iOS-SDK"
33
s.module_name = "IterableSDK"
4-
s.version = "6.5.12"
4+
s.version = "6.5.13"
55
s.summary = "Iterable's official SDK for iOS"
66

77
s.description = <<-DESC

swift-sdk/SDK/IterableAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import UIKit
77

88
@objcMembers public final class IterableAPI: NSObject {
99
/// The current SDK version
10-
public static let sdkVersion = "6.5.12"
10+
public static let sdkVersion = "6.5.13"
1111

1212
/// The email of the logged in user that this IterableAPI is using
1313
public static var email: String? {

0 commit comments

Comments
 (0)