Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit c574e90

Browse files
committed
Prepare for 5.0.1
1 parent 606ac0f commit c574e90

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

Artifacts/include/Iterable-iOS-SDK/IterableAPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ typedef void (^OnFailureHandler)(NSString *reason, NSData *_Nullable data);
479479
480480
@abstract displays a iOS system style notification with one button
481481
482-
@param title the NSDictionary containing the dialog options
482+
@param title the title of the dialog
483483
@param body the notification message body
484484
@param button the text of the left button
485485
@param callbackBlock the callback to send after a button on the notification is clicked

Artifacts/libIterable-iOS-SDK.a

-504 Bytes
Binary file not shown.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1515
#### Fixed
1616
- nothing yet
1717

18+
## [5.0.1](https://github.com/Iterable/iterable-ios-sdk/releases/tag/5.0.1)
19+
20+
#### Fixed
21+
- Fixed `spawnInAppNotification` to not block the current thread when creating the in-app notification
22+
1823
## [5.0.0](https://github.com/Iterable/iterable-ios-sdk/releases/tag/5.0.0)
1924
#### Added
2025
- Added support for push action buttons

IterableAppExtensions.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "IterableAppExtensions"
19-
s.version = "5.0.0"
19+
s.version = "5.0.1"
2020
s.summary = "App Extensions for Iterable SDK"
2121

2222
s.description = <<-DESC

IterableSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "IterableSDK"
19-
s.version = "5.0.0"
19+
s.version = "5.0.1"
2020
s.summary = "Iterable's official SDK for iOS"
2121

2222
s.description = <<-DESC

0 commit comments

Comments
 (0)