Skip to content

Commit 5b1edca

Browse files
authored
Merge pull request #82 from teads/develop
SDK v2.7.6
2 parents 1302659 + 6a3d869 commit 5b1edca

File tree

7 files changed

+8
-1
lines changed

7 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
v2.7.6
4+
- Fixes and improvements
5+
36
v2.7.5
47
- Improved reinjection in UIWebView
58
- Improved UX with deeplinks

TeadsSDK.podspec

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

33
s.name = "TeadsSDK"
4-
s.version = "2.7.5"
4+
s.version = "2.7.6"
55
s.summary = "Teads' iOS SDK"
66

77
s.description = <<-DESC
14 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
13 Bytes
Binary file not shown.

TeadsSDKDemo/TeadsSDK.framework/Versions/A/Headers/TeadsAd.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ typedef NS_ENUM(NSInteger, TeadsAdPlayerColorMode) {
5353
* Whether or not Teads Ad is playing
5454
*/
5555
@property (nonatomic, readonly) BOOL isPlaying;
56+
/**
57+
* Whether or not Teads Ad is in fullscreen
58+
*/
59+
@property (nonatomic, readonly) BOOL isFullscreen;
5660
/**
5761
* Whether or not Teads Ad player sound is active
5862
*/
72.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)