com.chartboost.mediation.unity.adapter.mintegral 5.1.0 → 5.1.1

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
- ce3fa7d00d473aeade4dbea488203946
1
+ 2960c447887cf5ac89ddd3c1515de58c
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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.1.1 *(2026-04-06)*
5
+ This version of the Mintegral Adapter supports the following native SDK dependencies:
6
+ * Android: `com.chartboost:chartboost-mediation-adapter-mintegral:5.16.8.+`
7
+ * iOS: `ChartboostMediationAdapterMintegral: ~> 5.8.1.0`
8
+
4
9
  ### Version 5.1.0 *(2025-11-10)*
5
10
  This version of the Mintegral Adapter supports the following native SDK dependencies:
6
11
  * Android: `com.chartboost:chartboost-mediation-adapter-mintegral:5.16.8.+`
@@ -1,23 +1,23 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <package>
3
- <metadata>
4
- <id>Chartboost.CSharp.Mediation.Unity.Adapter.Mintegral</id>
5
- <version>5.1.0</version>
6
- <title>Chartboost Mediation Adapter - Mintegral</title>
7
- <description>The Chartboost Mediation Unity SDK Adapter for Mintegral.</description>
8
- <authors>Chartboost</authors>
9
- <owners>Chartboost</owners>
10
- <license type="file">LICENSE.md</license>
11
- <readme>README.md</readme>
12
- <projectUrl>https://www.chartboost.com/products/mediation/</projectUrl>
13
- <copyright>Copyright 2024</copyright>
14
- <tags>Chartboost, Ads, Mediation, Unity, Adapter, Mintegral, cs</tags>
15
- <repository type="git" url="https://github.com/ChartBoost/chartboost-mediation-unity-adapter-mintegral.git"/>
16
- <dependencies>
17
- <dependency id="Chartboost.CSharp.Mediation.Unity" version="5.0.0" />
18
- <dependency id="Chartboost.CSharp.Threading.Unity" version="1.0.1" />
19
- <dependency id="Chartboost.CSharp.Utilities.Unity" version="1.0.1" />
20
- <dependency id="Chartboost.CSharp.Logging.Unity" version="1.0.0" />
21
- </dependencies>
22
- </metadata>
23
- </package>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <package>
3
+ <metadata>
4
+ <id>Chartboost.CSharp.Mediation.Unity.Adapter.Mintegral</id>
5
+ <version>5.1.1</version>
6
+ <title>Chartboost Mediation Adapter - Mintegral</title>
7
+ <description>The Chartboost Mediation Unity SDK Adapter for Mintegral.</description>
8
+ <authors>Chartboost</authors>
9
+ <owners>Chartboost</owners>
10
+ <license type="file">LICENSE.md</license>
11
+ <readme>README.md</readme>
12
+ <projectUrl>https://www.chartboost.com</projectUrl>
13
+ <copyright>Copyright 2024</copyright>
14
+ <tags>Chartboost, Mediation, Adapter, Unity, Mintegral</tags>
15
+ <repository type="git" url="https://github.com/ChartBoost/chartboost-mediation-unity-adapter-mintegral.git"/>
16
+ <dependencies>
17
+ <dependency id="Chartboost.CSharp.Mediation.Unity" version="5.0.0" />
18
+ <dependency id="Chartboost.CSharp.Threading.Unity" version="1.0.1" />
19
+ <dependency id="Chartboost.CSharp.Utilities.Unity" version="1.0.1" />
20
+ <dependency id="Chartboost.CSharp.Logging.Unity" version="1.0.0" />
21
+ </dependencies>
22
+ </metadata>
23
+ </package>
@@ -11,9 +11,9 @@
11
11
  </androidPackages>
12
12
  <iosPods>
13
13
  <!-- iOS Adapter -->
14
- <iosPod name="ChartboostMediationAdapterMintegral" version="~> 5.8.0.0"/>
14
+ <iosPod name="ChartboostMediationAdapterMintegral" version="~> 5.8.1.0"/>
15
15
 
16
16
  <!-- Partner iOS SDK-->
17
- <iosPod name="MintegralAdSDK" version="~> 8.0.0" addToAllTargets="false"/>
17
+ <iosPod name="MintegralAdSDK" version="~> 8.1.0" addToAllTargets="false"/>
18
18
  </iosPods>
19
19
  </dependencies>
package/README.md CHANGED
@@ -12,7 +12,7 @@ In order to add the Chartboost Mediation Unity SDK - Mintegral Adapter to your p
12
12
 
13
13
  ```json
14
14
  "dependencies": {
15
- "com.chartboost.mediation.unity.adapter.mintegral": "5.1.0",
15
+ "com.chartboost.mediation.unity.adapter.mintegral": "5.1.1",
16
16
  ...
17
17
  },
18
18
  "scopedRegistries": [
@@ -12,7 +12,7 @@ namespace Chartboost.Mediation.Mintegral
12
12
  /// <summary>
13
13
  /// The partner adapter Unity version.
14
14
  /// </summary>
15
- public const string AdapterUnityVersion = "5.1.0";
15
+ public const string AdapterUnityVersion = "5.1.1";
16
16
 
17
17
  /// <inheritdoc cref="IPartnerAdapterConfiguration.AdapterNativeVersion"/>
18
18
  public static string AdapterNativeVersion => Instance.AdapterNativeVersion;
package/package.json CHANGED
@@ -1,31 +1,39 @@
1
- {
2
- "name": "com.chartboost.mediation.unity.adapter.mintegral",
3
- "version": "5.1.0",
4
- "displayName": "Chartboost Mediation Adapter - Mintegral",
5
- "description": "The Chartboost Mediation Unity SDK Adapter for Mintegral.",
6
- "unity": "2022.3",
7
- "documentationUrl": "https://docs.chartboost.com/en/mediation/integrate/unity/get-started/",
8
- "changelogUrl": "https://docs.chartboost.com/en/mediation/integrate/unity/changelog/",
9
- "licensesUrl": "https://docs.chartboost.com/en/legal/",
10
- "dependencies": {
11
- "com.chartboost.mediation" : "5.0.0",
12
- "com.chartboost.unity.threading": "1.0.1",
13
- "com.chartboost.unity.utilities": "1.0.1",
14
- "com.chartboost.unity.logging": "1.0.0"
15
- },
16
- "keywords": ["Chartboost", "Mediation", "Adapter", "Unity", "Mintegral"],
17
- "author": {
18
- "name": "Chartboost",
19
- "email": "sales@chartboost.com",
20
- "url": "https://www.chartboost.com/products/mediation/"
21
- },
22
- "repository": {
23
- "type": "git",
24
- "url": "https://github.com/ChartBoost/chartboost-mediation-unity-adapter-mintegral.git"
25
- },
26
- "bugs": {
27
- "url": "https://github.com/ChartBoost/chartboost-mediation-unity-adapter-mintegral/issues",
28
- "email": "helium-service@chartboost.com"
29
- },
30
- "hideInEditor": false
31
- }
1
+ {
2
+ "name": "com.chartboost.mediation.unity.adapter.mintegral",
3
+ "version": "5.1.1",
4
+ "license": "MIT",
5
+ "displayName": "Chartboost Mediation Adapter - Mintegral",
6
+ "description": "The Chartboost Mediation Unity SDK Adapter for Mintegral.",
7
+ "unity": "2022.3",
8
+ "documentationUrl": "https://docs.chartboost.com/en/mediation/integrate/unity/get-started/",
9
+ "changelogUrl": "https://github.com/ChartBoost/chartboost-mediation-unity-adapter-mintegral/blob/main/CHANGELOG.md",
10
+ "licensesUrl": "https://docs.chartboost.com/en/legal/",
11
+ "dependencies": {
12
+ "com.chartboost.mediation": "5.0.0",
13
+ "com.chartboost.unity.threading": "1.0.1",
14
+ "com.chartboost.unity.utilities": "1.0.1",
15
+ "com.chartboost.unity.logging": "1.0.0"
16
+ },
17
+ "keywords": [
18
+ "Chartboost",
19
+ "Mediation",
20
+ "Adapter",
21
+ "Unity",
22
+ "Mintegral"
23
+ ],
24
+ "homepage": "https://chartboost.com",
25
+ "author": {
26
+ "name": "Chartboost",
27
+ "email": "sales@chartboost.com",
28
+ "url": "https://www.chartboost.com/products/mediation/"
29
+ },
30
+ "repository": {
31
+ "type": "git",
32
+ "url": "git+https://github.com/ChartBoost/chartboost-mediation-unity-adapter-mintegral.git"
33
+ },
34
+ "bugs": {
35
+ "url": "https://github.com/ChartBoost/chartboost-mediation-unity-adapter-mintegral/issues",
36
+ "email": "helium-service@chartboost.com"
37
+ },
38
+ "hideInEditor": false
39
+ }