Skip to content

Commit

Permalink
Merge pull request #510 from Iterable/MOB-3583-version-6.3.4
Browse files Browse the repository at this point in the history
[MOB-3583] version 6.3.4
  • Loading branch information
roninopf committed Oct 21, 2021
2 parents 19bf43a + 17a542b commit 9e80d5d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 6.3.4
#### Fixed
- When syncing in-app queues, new messages that already have `read` set to `true` will not spawn an `InAppDelivery` event
- Fixed the alignment of the no messages title on the inbox empty state

#### Changed
- Wrapped various app extension unsafe classes for Xcode 13 compatibility

#### Added
- Added ability to not show the unread count badge

## 6.3.3
#### Changed
- CocoaPods targets adding this SDK do not require `use_frameworks!` anymore
Expand Down
2 changes: 1 addition & 1 deletion Iterable-iOS-AppExtensions.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Iterable-iOS-AppExtensions"
s.module_name = "IterableAppExtensions"
s.version = "6.3.3"
s.version = "6.3.4"
s.summary = "App Extensions for Iterable SDK"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Iterable-iOS-SDK.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Iterable-iOS-SDK"
s.module_name = "IterableSDK"
s.version = "6.3.3"
s.version = "6.3.4"
s.summary = "Iterable's official SDK for iOS"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion swift-sdk/IterableAPI.swift
Expand Up @@ -8,7 +8,7 @@ import UIKit
@objcMembers
public final class IterableAPI: NSObject {
/// The current SDK version
public static let sdkVersion = "6.3.3"
public static let sdkVersion = "6.3.4"

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

0 comments on commit 9e80d5d

Please sign in to comment.