Skip to content

Commit

Permalink
Version 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lowip committed Sep 1, 2022
1 parent baf59bc commit 4009f82
Show file tree
Hide file tree
Showing 35 changed files with 2,148 additions and 60 deletions.
6 changes: 3 additions & 3 deletions BrazeKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BrazeKit'
s.version = '5.3.0'
s.version = '5.3.1'
s.summary = 'Braze Main SDK library providing support for analytics and push notifications.'

s.homepage = 'https://braze.com'
Expand All @@ -9,8 +9,8 @@ Pod::Spec.new do |s|
s.authors = 'Braze, Inc.'

s.source = {
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.3.0/BrazeKit-CocoaPods.zip',
:sha256 => 'a82f9b804e718ee0b75d02cba7c247351e430f1cdfecfa833b8d71d37c054d56'
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.3.1/BrazeKit-CocoaPods.zip',
:sha256 => '9d3960472642d7e35cf1ac64d043a83c93dc873538f79407548eb6e46fc71b2b'
}

s.swift_version = '5.0'
Expand Down
8 changes: 4 additions & 4 deletions BrazeLocation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BrazeLocation'
s.version = '5.3.0'
s.version = '5.3.1'
s.summary = 'Braze location library providing support for location analytics and geofence monitoring.'

s.homepage = 'https://braze.com'
Expand All @@ -9,8 +9,8 @@ Pod::Spec.new do |s|
s.authors = 'Braze, Inc.'

s.source = {
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.3.0/BrazeLocation-CocoaPods.zip',
:sha256 => '81b11c20caa024cf648abd45c2780ce45d837f843028ff7dc7aa88258ac151b5'
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.3.1/BrazeLocation-CocoaPods.zip',
:sha256 => 'ba0e5001dfa55c18e96a95fafe17fbf6b996e368eb0c6ed0c417de319b2b7d60'
}

s.swift_version = '5.0'
Expand All @@ -21,5 +21,5 @@ Pod::Spec.new do |s|

# Depends on BrazeKit because BrazeKit includes the internal _BrazeLocationClient symbols required
# for linking against BrazeLocation.
s.dependency 'BrazeKit', '5.3.0'
s.dependency 'BrazeKit', '5.3.1'
end
6 changes: 3 additions & 3 deletions BrazeNotificationService.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BrazeNotificationService'
s.version = '5.3.0'
s.version = '5.3.1'
s.summary = 'Braze notification service extension library providing support for Rich Push notifications.'

s.homepage = 'https://braze.com'
Expand All @@ -9,8 +9,8 @@ Pod::Spec.new do |s|
s.authors = 'Braze, Inc.'

s.source = {
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.3.0/BrazeNotificationService-CocoaPods.zip',
:sha256 => '04f18d05e0d4142f09f6d5386103388a8ee04598ca826fb66a423c40adfb8329'
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.3.1/BrazeNotificationService-CocoaPods.zip',
:sha256 => '373f4d84f6f1f0b82b19061f5fa525c82b1d50321f68348f206bed5016d647b8'
}

s.swift_version = '5.0'
Expand Down
6 changes: 3 additions & 3 deletions BrazePushStory.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BrazePushStory'
s.version = '5.3.0'
s.version = '5.3.1'
s.summary = 'Braze notification content extension library providing support for Push Stories.'

s.homepage = 'https://braze.com'
Expand All @@ -9,8 +9,8 @@ Pod::Spec.new do |s|
s.authors = 'Braze, Inc.'

s.source = {
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.3.0/BrazePushStory-CocoaPods.zip',
:sha256 => '1dc9537d3739ab75db4c4299c5c71b11aafe71ee4a23b0200a7660c6f10c2910'
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.3.1/BrazePushStory-CocoaPods.zip',
:sha256 => '8db3628e06363f75729088fbe7e5ce0948ae5509d6fd799c825805936b829107'
}

s.swift_version = '5.0'
Expand Down
6 changes: 3 additions & 3 deletions BrazeUI.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'BrazeUI'
s.version = '5.3.0'
s.version = '5.3.1'
s.summary = 'Braze-provided user interface library for In-App Messages.'

s.homepage = 'https://braze.com'
s.documentation_url = 'https://braze-inc.github.io/braze-swift-sdk/documentation/brazeui/'
s.license = { :type => 'Commercial' }
s.authors = 'Braze, Inc.'

s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '5.3.0' }
s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '5.3.1' }

s.swift_version = '5.0'
s.ios.deployment_target = '11.0'
Expand All @@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/BrazeUI/**/*.swift'
s.resource_bundles = { 'BrazeUI' => 'Sources/BrazeUI/Resources/**/*' }

s.dependency 'BrazeKit', '5.3.0'
s.dependency 'BrazeKit', '5.3.1'
end
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 5.3.1

##### Fixed

- Fixes an HTML in-app message issue where clicking a link in an iFrame would launch a separate webview and close the message, instead of redirecting within the iFrame.
- Fixes the rounding of In-App Message modal view top corners.
- Fixes the display of modals and full screen in-app messages on iPads in landscape mode.

##### Added

- Adds two Example schemes:
- InAppMessage-Custom-UI:
- Demonstrates how to implement your own custom In-App Message UI.
- Available on iOS and tvOS.
- ContentCards-Custom-UI:
- Demonstrates how to implement your own custom Content Card UI.
- Available on iOS and tvOS.
- Adds [`Braze.InAppMessage.ClickAction.uri`](https://braze-inc.github.io/braze-swift-sdk/documentation/brazekit/braze/inappmessage/clickaction/uri) for direct access.
- Adds [`Braze.ContentCard.ClickAction.uri`](https://braze-inc.github.io/braze-swift-sdk/documentation/brazekit/braze/contentcard/clickaction/uri/) for direct access.
- Adds [`Braze.deviceId(queue:completion:)`](https://braze-inc.github.io/braze-swift-sdk/documentation/brazekit/brazekit/braze/deviceid(queue:completion:)) to retrieve the device identifier used by Braze.

## 5.3.0

##### Added
Expand Down
Loading

0 comments on commit 4009f82

Please sign in to comment.