com.chartboost.mediation.unity.adapter.vungle 5.0.2 → 5.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.checksum CHANGED
@@ -1 +1 @@
1
- be2fdf0f9f032c90ffac0804da2cd270
1
+ 69ff1631114adb8c871fa4ba1b451e02
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file using the standards as defined at [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0).
3
3
 
4
+ ### Version 5.0.4 *(2025-09-26)*
5
+ This version of the Vungle Adapter supports the following native SDK dependencies:
6
+ * Android: `com.chartboost:chartboost-mediation-adapter-vungle:5.7.5.+`
7
+ * iOS: `ChartboostMediationAdapterVungle: ~> 5.7.6.0`
8
+
9
+ ### Version 5.0.3 *(2025-06-02)*
10
+ This version of the Vungle Adapter supports the following native SDK dependencies:
11
+ * Android: `com.chartboost:chartboost-mediation-adapter-vungle:5.7.5.+`
12
+ * iOS: `ChartboostMediationAdapterVungle: ~> 5.7.5.0`
13
+
4
14
  ### Version 5.0.2 *(2025-06-02)*
5
15
  This version of the Vungle Adapter supports the following native SDK dependencies:
6
16
  * Android: `com.chartboost:chartboost-mediation-adapter-vungle:5.7.5.+`
@@ -2,7 +2,7 @@
2
2
  <package>
3
3
  <metadata>
4
4
  <id>Chartboost.CSharp.Mediation.Unity.Adapter.Vungle</id>
5
- <version>5.0.2</version>
5
+ <version>5.0.4</version>
6
6
  <title>Chartboost Mediation Adapter - Vungle</title>
7
7
  <description>The Chartboost Mediation Unity SDK Adapter for Vungle.</description>
8
8
  <authors>Chartboost</authors>
@@ -6,9 +6,9 @@
6
6
  </androidPackages>
7
7
  <iosPods>
8
8
  <!-- iOS Adapter -->
9
- <iosPod name="ChartboostMediationAdapterVungle" version="~> 5.7.4.0"/>
9
+ <iosPod name="ChartboostMediationAdapterVungle" version="~> 5.7.6.0"/>
10
10
 
11
11
  <!-- Partner iOS SDK-->
12
- <iosPod name="VungleAds" version="~> 7.4.0" addToAllTargets="true"/>
12
+ <iosPod name="VungleAds" version="~> 7.6.0" addToAllTargets="true"/>
13
13
  </iosPods>
14
14
  </dependencies>
package/README.md CHANGED
@@ -12,7 +12,7 @@ In order to add the Chartboost Mediation Unity SDK - Vungle Adapter to your proj
12
12
 
13
13
  ```json
14
14
  "dependencies": {
15
- "com.chartboost.mediation.unity.adapter.vungle": "5.0.2",
15
+ "com.chartboost.mediation.unity.adapter.vungle": "5.0.4",
16
16
  ...
17
17
  },
18
18
  "scopedRegistries": [
@@ -12,7 +12,7 @@ namespace Chartboost.Mediation.Vungle
12
12
  /// <summary>
13
13
  /// The partner adapter Unity version.
14
14
  /// </summary>
15
- public const string AdapterUnityVersion = "5.0.2";
15
+ public const string AdapterUnityVersion = "5.0.4";
16
16
 
17
17
  /// <inheritdoc cref="IPartnerAdapterConfiguration.AdapterNativeVersion"/>
18
18
  public static string AdapterNativeVersion => Instance.AdapterNativeVersion;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.chartboost.mediation.unity.adapter.vungle",
3
- "version": "5.0.2",
3
+ "version": "5.0.4",
4
4
  "displayName": "Chartboost Mediation Adapter - Vungle",
5
5
  "description": "The Chartboost Mediation Unity SDK Adapter for Vungle.",
6
6
  "unity": "2022.3",