Skip to content

Commit

Permalink
Release 4.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) committed Sep 21, 2020
1 parent c66b615 commit 58d8068
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Teads - iOS MoPub Mediation Adapter

### v4.7.8
_2020-09-21_
- Update version to match Teads SDK

### v4.7.7
_2020-09-09_
- Update version to match TeadsSDK
Expand Down
2 changes: 1 addition & 1 deletion MoPub-Teads-Adapters.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'MoPub-Teads-Adapters'
s.version = '4.7.7'
s.version = '4.7.8'
s.summary = "MoPub Adapter for Teads' iOS SDK"
s.module_name = 'TeadsMoPubAdapter'
s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you want to display Teads ads in your iOS application through MoPub mediation
- ![Platform: iOS 10+](https://img.shields.io/badge/Platform-iOS%2010%2B-blue.svg?style=flat)
- ![Xcode: 11.0+](https://img.shields.io/badge/Xcode-11.0+-blue.svg?style=flat)
- ![MoPub SDK: 5.13+](https://img.shields.io/badge/MoPub%20SDK-5.13+-blue.svg?style=flat)
- ![Teads SDK: 4.7.7+](https://img.shields.io/badge/Teads%20SDK-4.7.7+-blue.svg?style=flat)
- ![Teads SDK: 4.7.8+](https://img.shields.io/badge/Teads%20SDK-4.7.8+-blue.svg?style=flat)

## Features

Expand Down
1 change: 0 additions & 1 deletion TeadsMoPubAdapter/MPAdapterTeadsBanner.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ import TeadsSDK

private func updateRatio(_ ratio: CGFloat) {
if let width = currentBanner?.superview?.frame.width ?? currentBanner?.frame.width {
delegate?.inlineAdAdapterWillExpand(self)
currentBanner?.frame = CGRect(origin: CGPoint.zero, size: CGSize(width: width, height: width / ratio))
}
}
Expand Down

0 comments on commit 58d8068

Please sign in to comment.