Skip to content

Commit

Permalink
Update SDK to v1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Feb 11, 2025
1 parent 1f47b3f commit e7641e2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@

## CHANGELOG

## [1.28.0]

### Added

- Display countdown timer based on business portal configuration.
- Support private messages for replay.
- Add `FireworkVideoSDK.externalAdTrackingEnabled` to support disabling VAST tracking to external ad servers.
- Support link interaction in livestream.
- Hide interactions before users enter active livestream.

## [1.27.7]

### Fixed
Expand Down Expand Up @@ -50,10 +60,6 @@
- Support horizontal short videos.
- Add `horizontalLayout` property in `VideoPlayerContentConfiguration`.

### Fixed

- Optimize livestream codes.

## [1.26.4]

### Fixed
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.27.7"
spec.version = "1.28.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 @@ -15,7 +15,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "FireworkVideo",
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.27.7/FireworkVideo-v1.27.7.xcframework.zip",
checksum: "23bb5a072d77552e3be98394058318ea8de63094bbeb0b5e21900eb8e8c7fa6c")
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.28.0/FireworkVideo-v1.28.0.xcframework.zip",
checksum: "75a2f2acd1a20e12311fcf4e7d39b95214e7c913bd43892529752ef18dd42bc0")
]
)

0 comments on commit e7641e2

Please sign in to comment.