Skip to content

Commit

Permalink
Release 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mobile-ads-github committed Sep 24, 2024
1 parent 6283ad2 commit c4310f3
Show file tree
Hide file tree
Showing 36 changed files with 217 additions and 46 deletions.
77 changes: 76 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,77 @@
# This .gitignore file should be placed at the root of your Unity project directory
#
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
#
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Uu]ser[Ss]ettings/

# MemoryCaptures can get excessive in size.
# They also could contain extremely sensitive data
/[Mm]emoryCaptures/

# Recordings can get excessive in size
/[Rr]ecordings/

# Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools*

# Autogenerated Jetbrains Rider plugin
/[Aa]ssets/Plugins/Editor/JetBrains*

# Visual Studio cache directory
.vs/
# Visual Studio Code cache directory
.vscode/

# Gradle cache directory
.gradle/
# IntelliJ directory
.idea/

# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db

# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta

# Unity3D generated file on crash reports
sysinfo.txt

# Builds
*.apk
*.aab
*.app

# Crashlytics generated file
crashlytics-build.properties

# Packed Addressables
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*

# Temporary auto-generated Android Assets
/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/*

.DS_Store
.idea/
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## Version 7.5.0

#### Added

* Debug Panel support for iOS.

#### Updated

* Supported Android Yandex Mobile Ads SDK version 7.5.0
* Supported iOS YandexMobileAds version 7.5.1
* Supported iOS DivKit version 30.16.0

## Version 7.4.0

#### Updated
Expand Down
35 changes: 17 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,24 +74,23 @@ Third-party networks can be connected to Yandex Mobile Ads Mediation by several

| Package | Description |
|--------------------------------------|------------------------------------------------------------------------------|
| yandex-mobileads-lite-7.4.0 | Main Yandex Mobile Ads package distributed for use with [Google resolver] |
| yandex-mobileads-mediation-7.4.0 | Main Mobile Ads Mediation package distributed for use with [Google resolver] |
| mobileads-adcolony-mediation-7.4.0 | AdColony mediation |
| mobileads-google-mediation-7.4.0 | Admob mediation |
| mobileads-applovin-mediation-7.4.0 | AppLovin mediation (Supported only by android) |
| mobileads-chartboost-mediation-7.4.0 | Chartboost mediation (Supported only by android) |
| mobileads-bigoads-mediation-7.4.0 | BigoAds mediation (Supported only by android) |
| mobileads-inmobi-mediation-7.4.0 | Inmobi mediation |
| mobileads-ironsource-mediation-7.4.0 | IronSource mediation |
| mobileads-mintegral-mediation-7.4.0 | Mintegral mediation |
| mobileads-mytarget-mediation-7.4.0 | MyTarget mediation |
| mobileads-pangle-mediation-7.4.0 | Pangle mediation (Supported only by android) |
| mobileads-startapp-mediation-7.4.0 | StartApp mediation (Supported only by android) |
| mobileads-tapjoy-mediation-7.4.0 | Tapjoy mediation (Supported only by android) |
| mobileads-unityads-mediation-7.4.0 | UnityAds mediation |
| mobileads-vungle-mediation-7.4.0 | Vungle mediation |
| admob-mobileads-mediation-7.4.0 | Third-party mediation with AdMob |
| ironsource-mobileads-mediation-7.4.0 | Third-party mediation with IronSource |
| yandex-mobileads-lite-7.5.0 | Main Yandex Mobile Ads package distributed for use with [Google resolver] |
| yandex-mobileads-mediation-7.5.0 | Main Mobile Ads Mediation package distributed for use with [Google resolver] |
| mobileads-google-mediation-7.5.0 | Admob mediation |
| mobileads-applovin-mediation-7.5.0 | AppLovin mediation (Supported only by android) |
| mobileads-chartboost-mediation-7.5.0 | Chartboost mediation (Supported only by android) |
| mobileads-bigoads-mediation-7.5.0 | BigoAds mediation (Supported only by android) |
| mobileads-inmobi-mediation-7.5.0 | Inmobi mediation |
| mobileads-ironsource-mediation-7.5.0 | IronSource mediation |
| mobileads-mintegral-mediation-7.5.0 | Mintegral mediation |
| mobileads-mytarget-mediation-7.5.0 | MyTarget mediation |
| mobileads-pangle-mediation-7.5.0 | Pangle mediation (Supported only by android) |
| mobileads-startapp-mediation-7.5.0 | StartApp mediation (Supported only by android) |
| mobileads-tapjoy-mediation-7.5.0 | Tapjoy mediation (Supported only by android) |
| mobileads-unityads-mediation-7.5.0 | UnityAds mediation |
| mobileads-vungle-mediation-7.5.0 | Vungle mediation |
| admob-mobileads-mediation-7.5.0 | Third-party mediation with AdMob |
| ironsource-mobileads-mediation-7.5.0 | Third-party mediation with IronSource |

[Google resolver]: https://github.com/googlesamples/unity-jar-resolver

Expand Down
8 changes: 8 additions & 0 deletions mobileads-mediation-unity-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## Version 7.5.0

#### Updated

* Supported Android com.yandex.android:mobileads-mediation version 7.5.0.0
* Supported iOS YandexMobileAds version 7.5.1
* Removed AdColony iOS SDK

## Version 7.4.0

#### Updated
Expand Down
Binary file not shown.
6 changes: 6 additions & 0 deletions mobileads-mediation/applovin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## Version 7.5.0

#### Updated

* Supported Android AppLovin adapter version 12.6.0.2

## Version 7.4.0

#### Updated
Expand Down
Binary file not shown.
6 changes: 6 additions & 0 deletions mobileads-mediation/bigoads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## Version 7.5.0

#### Updated

* Supported Android BigoAds adapter version 4.9.0.1

## Version 7.4.0

#### Updated
Expand Down
Binary file not shown.
7 changes: 7 additions & 0 deletions mobileads-mediation/chartboost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## Version 7.5.0

#### Updated

* Supported Android Chartboost adapter version 9.3.1.10
* Supported iOS Chartboost adapter version 9.7.0.12

## Version 7.4.0

#### Updated
Expand Down
Binary file not shown.
11 changes: 8 additions & 3 deletions mobileads-mediation/google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# Change Log

## Version 7.5.0

#### Updated

* Supported Android Yandex Mobile Ads SDK version 7.5.0
* Supported Android AdMob adapter version 23.2.0.0
* Supported iOS AdMob adapter version 11.7.0.3

## Version 7.4.0

#### Updated

* Supported Android Yandex Mobile Ads SDK version 7.4.0
* Supported Android AdMob adapter version 23.0.0.4
* Supported iOS Yandex Mobile Ads SDK version 7.4.0
* Supported iOS AdMob adapter version 11.7.0.0

## Version 7.3.0
Expand All @@ -15,7 +22,6 @@

* Supported Android Yandex Mobile Ads SDK version 7.3.0
* Supported Android AdMob adapter version 23.0.0.3
* Supported iOS Yandex Mobile Ads SDK version 7.3.0
* Supported iOS AdMob adapter version 11.3.0.5

## Version 7.2.0
Expand All @@ -24,7 +30,6 @@

* Supported Android Yandex Mobile Ads SDK version 7.2.0
* Supported Android AdMob adapter version 23.0.0.2
* Supported iOS Yandex Mobile Ads SDK version 7.2.0
* Supported iOS AdMob adapter version 11.3.0.2

## Version 7.1.0
Expand Down
Binary file not shown.
6 changes: 6 additions & 0 deletions mobileads-mediation/inmobi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## Version 7.5.0

#### Updated

* Supported Android InMobi adapter version 10.7.5.1

## Version 7.4.0

#### Updated
Expand Down
Binary file not shown.
7 changes: 7 additions & 0 deletions mobileads-mediation/ironsource/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## Version 7.5.0

#### Updated

* Supported Android IronSource adapter version 8.3.0.0
* Supported iOS IronSource adapter version 8.3.0.2

## Version 7.4.0

#### Updated
Expand Down
Binary file not shown.
7 changes: 7 additions & 0 deletions mobileads-mediation/mintegral/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## Version 7.5.0

#### Updated

* Supported Android Mintegral adapter version 16.8.21.1
* Supported iOS Mintegral adapter version 7.6.9.3

## Version 7.4.0

#### Updated
Expand Down
Binary file not shown.
7 changes: 7 additions & 0 deletions mobileads-mediation/mytarget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## Version 7.5.0

#### Updated

* Supported Android MyTarget adapter version 5.22.1.1
* Supported iOS MyTarget adapter version 5.21.7.2

## Version 7.4.0

#### Updated
Expand Down
Binary file not shown.
6 changes: 6 additions & 0 deletions mobileads-mediation/pangle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## Version 7.5.0

#### Updated

* Supported Android Pangle adapter version 6.1.0.9.1

## Version 7.4.0

#### Updated
Expand Down
Binary file not shown.
6 changes: 6 additions & 0 deletions mobileads-mediation/startapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## Version 7.5.0

#### Updated

* Supported Android StartApp adapter version 5.0.2.2

## Version 7.4.0

#### Updated
Expand Down
Binary file not shown.
6 changes: 6 additions & 0 deletions mobileads-mediation/tapjoy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## Version 7.5.0

#### Updated

* Supported Android Tapjoy adapter version 13.4.1.5

## Version 7.4.0

#### Updated
Expand Down
Binary file not shown.
7 changes: 7 additions & 0 deletions mobileads-mediation/unityads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## Version 7.5.0

#### Updated

* Supported Android UnityAds adapter version 4.12.2.1
* Supported iOS UnityAds adapter version 4.12.2.3

## Version 7.4.0

#### Updated
Expand Down
Binary file not shown.
7 changes: 7 additions & 0 deletions mobileads-mediation/vungle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## Version 7.5.0

#### Updated

* Supported Android Vungle adapter version 7.1.0.6
* Supported iOS VungleYandexMobileAdsAdapters version 7.4.1.1

## Version 7.4.0

#### Updated
Expand Down
Binary file not shown.
Binary file not shown.
20 changes: 9 additions & 11 deletions third-party-networks-mediation/admob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# Change Log

## Version 7.5.0

#### Updated

* Supported Android Yandex Mobile Ads SDK version 7.5.0
* Supported Android AdMob version 7.5.0.0
* Supported iOS AdMob adapter version 7.5.1.0

## Version 7.4.0

#### Updated

* Supported Android Yandex Mobile Ads SDK version 7.4.0
* Supported Android AdMob adapter version 7.4.0.0
* Supported iOS Yandex Mobile Ads SDK version 7.4.0
* Supported Android AdMob version 7.4.0.0
* Supported iOS AdMob adapter version 7.4.0.0

## Version 7.3.0
Expand All @@ -23,7 +30,6 @@

* Supported Android Yandex Mobile Ads SDK version 7.2.0
* Supported Android AdMob version 7.2.0.0
* Supported iOS Yandex Mobile Ads SDK version 7.2.0
* Supported iOS AdMob adapter version 7.2.0.0

## Version 7.1.0
Expand All @@ -41,7 +47,6 @@

* Supported Android Yandex Mobile Ads SDK version 7.0.1
* Supported Android AdMob version 7.0.1.0
* Supported iOS Yandex Mobile Ads SDK version 7.0.1
* Supported iOS AdMob adapter version 7.0.1.0

## Version 7.0.0
Expand All @@ -59,7 +64,6 @@

* Supported Android Yandex Mobile Ads SDK version 6.4.0
* Supported Android AdMob version 6.4.0.0
* Supported iOS Yandex Mobile Ads SDK version 6.4.0
* Supported iOS AdMob adapter version 6.4.0.0

## Version 6.3.0
Expand All @@ -78,12 +82,6 @@
* Supported iOS Yandex Mobile Ads SDK version 6.1.0
* Supported iOS AdMob adapter version 6.1.0.0

## Version 6.0.1

#### Updated

* Supported Android AdMob adapter version 6.0.1.0

## Version 6.0.0

#### Updated
Expand Down
Binary file not shown.
Loading

0 comments on commit c4310f3

Please sign in to comment.