Skip to content

Commit

Permalink
Update SDK to v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Jul 6, 2023
1 parent 1977b15 commit c176a5e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## CHANGELOG

## [1.11.0]

### Added
- Support Poll in short videos
- Support Questions in short videos
- Support SKU playlist. Add `skuPlaylist` in `VideoFeedContentSource`

### Fixed
- Mute Button Parity Issues
- Number on the Un-read chat messages in live stream doesn't display properly
- User is not able to edit username on the live stream videos

## [1.10.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion FireworkVideo.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "FireworkVideo"
spec.version = "1.10.0"
spec.version = "1.11.0"
spec.summary = "FireworkVideoSDK"
spec.homepage = "https://github.com/loopsocial/firework_ios_sdk"
spec.license = { :text => "Copyright 2021 Loop Now Technologies, Inc.", :type => "Copyright" }
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ let package = Package(
],
targets: [
.binaryTarget(name: "FireworkVideo",
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.10.0/FireworkVideo-v1.10.0.xcframework.zip",
checksum: "70c24611dc81461bf67cd483f7197b65c2634d63d2a30cddebbc8915b614528b"),
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.11.0/FireworkVideo-v1.11.0.xcframework.zip",
checksum: "1049969318813e7534e6e60f412782f07ba91dc843236f04d754f01f8cfea2d5"),
.target(name: "FireworkMultiHostStreaming",
dependencies: [
"FireworkVideo",
Expand Down

0 comments on commit c176a5e

Please sign in to comment.