Skip to content

Commit

Permalink
Bump adapter versions in AdapterConfiguration classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vu Chau authored Jan 31, 2019
2 parents 8303cc4 + 936c471 commit c95ad42
Show file tree
Hide file tree
Showing 33 changed files with 56 additions and 23 deletions.
2 changes: 1 addition & 1 deletion AdColony/AdColonyAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ + (void)updateInitializationParameters:(NSDictionary *)parameters {
#pragma mark - MPAdapterConfiguration

- (NSString *)adapterVersion {
return @"3.3.5.1";
return @"3.3.5.3";
}

- (NSString *)biddingToken {
Expand Down
5 changes: 4 additions & 1 deletion AdColony/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
* 3.3.5.3
* Update Adapter Version in AdColonyAdapterConfiguration to accommodate podspec changes for Unity releases.

* 3.3.5.2
* Move source_files to the `Network` subspec.

Expand Down Expand Up @@ -36,4 +39,4 @@
* This version of the adapters has been certified with AdColony 3.3.0.

* Initial Commit
* Adapters moved from [mopub-iOS-sdk](https://github.com/mopub/mopub-ios-sdk) to [mopub-iOS-mediation](https://github.com/mopub/mopub-iOS-mediation/)
* Adapters moved from [mopub-iOS-sdk](https://github.com/mopub/mopub-ios-sdk) to [mopub-iOS-mediation](https://github.com/mopub/mopub-iOS-mediation/)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-AdColony-Adapters'
s.version = '3.3.5.2'
s.version = '3.3.5.3'
s.summary = 'AdColony Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Interstitial, Rewarded Video.\n
Expand Down
3 changes: 3 additions & 0 deletions AdMob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
* 7.37.0.3
* Update Adapter Version in GoogleAdMobAdapterConfiguration to accommodate podspec changes for Unity releases.

* 7.37.0.2
* Move source_files to the `Network` subspec.

Expand Down
2 changes: 1 addition & 1 deletion AdMob/GoogleAdMobAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ + (void)updateInitializationParameters:(NSDictionary *)parameters {
#pragma mark - MPAdapterConfiguration

- (NSString *)adapterVersion {
return @"7.37.0.1";
return @"7.37.0.3";
}

- (NSString *)biddingToken {
Expand Down
2 changes: 1 addition & 1 deletion AdMob/MoPub-AdMob-PodSpecs/MoPub-AdMob-Adapters.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-AdMob-Adapters'
s.version = '7.37.0.2'
s.version = '7.37.0.3'
s.summary = 'Google Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Banner, Interstitial, Rewarded Video, Native.\n
Expand Down
2 changes: 1 addition & 1 deletion AppLovin/AppLovinAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ + (void)setIsTestMode:(BOOL)isTestMode {
#pragma mark - MPAdapterConfiguration

- (NSString *)adapterVersion {
return @"6.1.4.1";
return @"6.1.4.3";
}

- (NSString *)biddingToken {
Expand Down
3 changes: 3 additions & 0 deletions AppLovin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
* 6.1.4.3
* Update Adapter Version in AppLovinAdapterConfiguration to accommodate podspec changes for Unity releases.

* 6.1.4.2
* Move source_files to the `Network` subspec.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-Applovin-Adapters'
s.version = '6.1.4.2'
s.version = '6.1.4.3'
s.summary = 'Applovin Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Banners, Interstitial, Rewarded Video and Native.\n
Expand Down
3 changes: 3 additions & 0 deletions Chartboost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
* 7.3.0.3
* Update Adapter Version in ChartboostAdapterConfiguration to accommodate podspec changes for Unity releases.

* 7.3.0.2
* Move source_files to the `Network` subspec.

Expand Down
2 changes: 1 addition & 1 deletion Chartboost/ChartboostAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ + (void)updateInitializationParameters:(NSDictionary *)parameters {
#pragma mark - MPAdapterConfiguration

- (NSString *)adapterVersion {
return @"7.3.0.1";
return @"7.3.0.3";
}

- (NSString *)biddingToken {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-Chartboost-Adapters'
s.version = '7.3.0.2'
s.version = '7.3.0.3'
s.summary = 'Chartboost Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Interstitial, Rewarded Video.\n
Expand Down
3 changes: 3 additions & 0 deletions FacebookAudienceNetwork/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
* 5.1.0.3
* Update Adapter Version in FacebookAdapterConfiguration to accommodate podspec changes for Unity releases.

* 5.1.0.2
* Move source_files to the `Network` subspec.

Expand Down
2 changes: 1 addition & 1 deletion FacebookAudienceNetwork/FacebookAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ + (void)setIsTestMode:(BOOL)isTestMode {
#pragma mark - MPAdapterConfiguration

- (NSString *)adapterVersion {
return @"5.1.0.1";
return @"5.1.0.3";
}

- (NSString *)biddingToken {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-FacebookAudienceNetwork-Adapters'
s.version = '5.1.0.2'
s.version = '5.1.0.3'
s.summary = 'Facebook Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Banners, Interstitial, Rewarded Video and Native.\n
Expand Down
3 changes: 3 additions & 0 deletions Flurry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
* 9.2.1.4
* Update the Adapter Version to accommodate podspec changes for Unity releases.

* 9.2.1.3
* Move source_files to the `Network` subspec.

Expand Down
2 changes: 1 addition & 1 deletion Flurry/FlurryMPConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#endif

#define FlurryMediationOrigin @"Flurry_Mopub_iOS"
#define FlurryAdapterVersion @"9.2.1.2"
#define FlurryAdapterVersion @"9.2.1.4"

@interface FlurryMPConfig : NSObject

Expand Down
2 changes: 1 addition & 1 deletion Flurry/MoPub-Flurry-PodSpecs/MoPub-Flurry-Adapters.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-Flurry-Adapters'
s.version = '9.2.1.3'
s.version = '9.2.1.4'
s.summary = 'Flurry Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Interstitial, Rewarded Video, Native.\n
Expand Down
3 changes: 3 additions & 0 deletions IronSource/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
* 6.8.0.0.3
* Update Adapter Version in IronsSourceAdapterConfiguration to accommodate podspec changes for Unity releases.

* 6.8.0.0.2
* Move source_files to the `Network` subspec.

Expand Down
2 changes: 1 addition & 1 deletion IronSource/IronSourceAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ @implementation IronSourceAdapterConfiguration
#pragma mark - MPAdapterConfiguration

- (NSString *)adapterVersion {
return @"6.8.0.0.1";
return @"6.8.0.0.3";
}

- (NSString *)biddingToken {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-IronSource-Adapters'
s.version = '6.8.0.0.2'
s.version = '6.8.0.0.3'
s.summary = 'IronSource Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Interstitial, Rewarded Video.\n
Expand Down
3 changes: 3 additions & 0 deletions OnebyAOL/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
* 6.8.1.3
* Update Adapter Version in MillennialAdapterConfiguration to accommodate podspec changes for Unity releases.

* 6.8.1.2
* Move source_files to the `Network` subspec.

Expand Down
2 changes: 1 addition & 1 deletion OnebyAOL/MillennialAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ + (void)updateInitializationParameters:(NSDictionary *)parameters {
}

- (NSString *)adapterVersion {
return @"6.8.1.1";
return @"6.8.1.3";
}

- (NSString *)biddingToken {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-OnebyAOL-Adapters'
s.version = '6.8.1.2'
s.version = '6.8.1.3'
s.summary = 'Aol Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Banner, Interstitial, Rewarded Video, Native.\n
Expand Down
3 changes: 3 additions & 0 deletions Tapjoy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
* 12.2.0.3
* Update Adapter Version in TapjoyAdapterConfiguration to accommodate podspec changes for Unity releases.

* 12.2.0.2
* Move source_files to the `Network` subspec.

Expand Down
2 changes: 1 addition & 1 deletion Tapjoy/MoPub-Tapjoy-PodSpecs/MoPub-TapJoy-Adapters.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-TapJoy-Adapters'
s.version = '12.2.0.2'
s.version = '12.2.0.3'
s.summary = 'TapJoy Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Interstitial, Rewarded Video.\n
Expand Down
2 changes: 1 addition & 1 deletion Tapjoy/TapjoyAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ + (void)updateInitializationParameters:(NSDictionary *)parameters {
#pragma mark - MPAdapterConfiguration

- (NSString *)adapterVersion {
return @"12.2.0.1";
return @"12.2.0.3";
}

- (NSString *)biddingToken {
Expand Down
3 changes: 3 additions & 0 deletions UnityAds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

## Changelog
* 3.0.0.3
* Update Adapter Version in UnityAdsAdapterConfiguration to accommodate podspec changes for Unity releases.

* 3.0.0.2
* Move source_files to the `Network` subspec.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-UnityAds-Adapters'
s.version = '3.0.0.2'
s.version = '3.0.0.3'
s.summary = 'Unity Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Interstitial, Rewarded Video.\n
Expand Down
2 changes: 1 addition & 1 deletion UnityAds/UnityAdsAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ + (void)updateInitializationParameters:(NSDictionary *)parameters {
#pragma mark - MPAdapterConfiguration

- (NSString *)adapterVersion {
return @"3.0.0.1";
return @"3.0.0.3";
}

- (NSString *)biddingToken {
Expand Down
3 changes: 3 additions & 0 deletions Vungle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
* 6.3.2.3
* Update adapter version in VungleAdapterConfiguration to accommodate podspec changes for Unity releases.

* 6.3.2.2
* Move source_files to the `Network` subspec.

Expand Down
2 changes: 1 addition & 1 deletion Vungle/MoPub-Vungle-PodSpecs/MoPub-Vungle-Adapters.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-Vungle-Adapters'
s.version = '6.3.2.2'
s.version = '6.3.2.3'
s.summary = 'Vungle Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Interstitial, Rewarded Video.\n
Expand Down
2 changes: 1 addition & 1 deletion Vungle/VungleAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ + (void)updateInitializationParameters:(NSDictionary *)parameters {
#pragma mark - MPAdapterConfiguration

- (NSString *)adapterVersion {
return @"6.3.2.1";
return @"6.3.2.3";
}

- (NSString *)biddingToken {
Expand Down

0 comments on commit c95ad42

Please sign in to comment.