Skip to content

Commit

Permalink
Merge pull request #260 from AppsFlyerSDK/releases/6.x.x/6.15.x/6.15.…
Browse files Browse the repository at this point in the history
…11-rc1

Releases/6.x.x/6.15.x/6.15.11 rc1
  • Loading branch information
noa-kogonia authored Sep 3, 2024
2 parents 3f55615 + 8dfe6e2 commit 2b44fc2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.15.11
Release date: *2024-09-03*
- Cordova >> Fix chartboost adrevenue enum typo in ios side

## 6.15.1
Release date: *2024-09-02*

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"name": "cordova-plugin-appsflyer-sdk",

"version": "6.15.1",
"version": "6.15.11",

"description": "Cordova AppsFlyer SDK Plugin",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ private boolean logAdRevenue(JSONArray args) {
for(MediationNetwork mediationNetworkEnum: MediationNetwork.values()){
if(mediationNetworkEnum.getValue().equals(mediationNetwork)){
mediationNetworkEnumVal = mediationNetworkEnum;
continue;
break;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/ios/AppsFlyerPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ - (AppsFlyerAdRevenueMediationNetworkType)getEnumValueFromString:(NSString *)med
@"Topon": @(AppsFlyerAdRevenueMediationNetworkTypeTopon),
@"Tradplus": @(AppsFlyerAdRevenueMediationNetworkTypeTradplus),
@"Yandex": @(AppsFlyerAdRevenueMediationNetworkTypeYandex),
@"Saturchartboostday": @(AppsFlyerAdRevenueMediationNetworkTypeChartBoost),
@"chartboost": @(AppsFlyerAdRevenueMediationNetworkTypeChartBoost),
@"Unity": @(AppsFlyerAdRevenueMediationNetworkTypeUnity),
@"toponpte": @(AppsFlyerAdRevenueMediationNetworkTypeToponPte),
@"customMediation": @(AppsFlyerAdRevenueMediationNetworkTypeCustom),
Expand Down

0 comments on commit 2b44fc2

Please sign in to comment.