Skip to content

Commit

Permalink
Release 5.11.11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helium-service committed Oct 30, 2024
1 parent 887f224 commit 94ea2da
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
33 changes: 32 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
## Changelog
# Changelog

Note the first digit of every adapter version corresponds to the major version of the Chartboost Mediation SDK compatible with that adapter.
Adapters are compatible with any Chartboost Mediation SDK version within that major version.

All official releases can be found on this repository's [releases page](https://github.com/ChartBoost/chartboost-mediation-ios-adapter-admob/releases).

## Table of Contents
- [Mediation 5](#mediation-5)
- [Mediation 4](#mediation-4)

## Mediation 5

### 5.11.11.0.0
- This version of the adapter has been certified with Google-Mobile-Ads-SDK 11.11.0.

### 5.11.10.0.0
- This version of the adapter has been certified with Google-Mobile-Ads-SDK 11.10.0.

Expand All @@ -12,6 +23,9 @@ Adapters are compatible with any Chartboost Mediation SDK version within that ma
### 5.11.8.0.0
- This version of the adapter has been certified with Google-Mobile-Ads-SDK 11.8.0.

### 5.11.7.0.0
- This version of the adapter has been certified with Google-Mobile-Ads-SDK 11.7.0.

### 5.11.6.0.0
- This version of the adapter has been certified with Google-Mobile-Ads-SDK 11.6.0.
- Google-Mobile-Ads-SDK 11.6.0 now depends on MarketplaceKit and requires XCode 15.3 or above.
Expand All @@ -21,6 +35,23 @@ Adapters are compatible with any Chartboost Mediation SDK version within that ma
- This version of the adapter has been certified with ChartboostMediationSDK 5.0.0.
- This version of the adapter has been certified with Google-Mobile-Ads-SDK 11.5.0.

## Mediation 4

### 4.11.10.0.0
- This version of the adapter has been certified with Google-Mobile-Ads-SDK 11.1.0.

### 4.11.9.0.0
- This version of the adapter has been certified with Google-Mobile-Ads-SDK 11.9.0.

### 4.11.8.0.0
- This version of the adapter has been certified with Google-Mobile-Ads-SDK 11.8.0.

### 4.11.7.0.0
- This version of the adapter has been certified with Google-Mobile-Ads-SDK 11.7.0.

### 4.11.6.0.0
- This version of the adapter has been certified with Google-Mobile-Ads-SDK 11.6.0.

### 4.11.5.0.0
- This version of the adapter has been certified with Google-Mobile-Ads-SDK 11.5.0.

Expand Down
4 changes: 2 additions & 2 deletions ChartboostMediationAdapterAdMob.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'ChartboostMediationAdapterAdMob'
spec.version = '5.11.10.0.0'
spec.version = '5.11.11.0.0'
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
spec.homepage = 'https://github.com/ChartBoost/chartboost-mediation-ios-adapter-admob'
spec.authors = { 'Chartboost' => 'https://www.chartboost.com/' }
Expand All @@ -24,7 +24,7 @@ Pod::Spec.new do |spec|
spec.dependency 'ChartboostMediationSDK', '~> 5.0'

# Partner network SDK and version that this adapter is certified to work with.
spec.dependency 'Google-Mobile-Ads-SDK', '~> 11.10.0'
spec.dependency 'Google-Mobile-Ads-SDK', '~> 11.11.0'

# The partner network SDK is a static framework which requires the static_framework option.
spec.static_framework = true
Expand Down
2 changes: 1 addition & 1 deletion Source/AdMobAdapterConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import GoogleMobileAds
/// last digit is the adapter's build version, and intermediate digits are the partner SDK's version.
/// Format: `<Chartboost Mediation major version>.<Partner major version>.<Partner minor version>.<Partner patch version>.
/// <Partner build version>.<Adapter build version>` where `.<Partner build version>` is optional.
@objc public static let adapterVersion = "5.11.10.0.0"
@objc public static let adapterVersion = "5.11.11.0.0"

/// The partner's unique identifier.
@objc public static let partnerID = "admob"
Expand Down

0 comments on commit 94ea2da

Please sign in to comment.