Skip to content

Latest commit

 

History

History
103 lines (83 loc) · 9.22 KB

CHANGELOG.md

File metadata and controls

103 lines (83 loc) · 9.22 KB

3.1.0

  • DIA-4326 Unity SDK is bumped to v7.10.1 Android & v7.7.1 iOS native SDK
  • Programmatic rejectAll feature added #67
  • DIA-4030 Added new message languages: Hebrew, Indonesian, Korean, Macedonian, Malay, Tagalog #69
  • UI tests for Unity SDK: ProgramaticRejectAllfor GDPR, CCPA, USNAT, AcceptRejectAllUsnatInPM, ProgramaticCustomConsentGDPR & deleteCustomConsentGDPR, MessageLanguage
  • Disable custom mainTemplate.gradle file

3.0.0

2.3.5

  • Unity SDK brought to v7.8.5 Android & v7.6.10 iOS native SDK #65

2.3.4

  • Unity SDK brought up to v7.8.4 of Native Android SDK #62 which fixes the following:
  • DIA-4112 Fixed: Links to vendors' privacy policy pages now working on Android devices

2.3.3

  • Unity SDK brought up to v7.8.3 of Native Android SDK #58 which fixes the following:
  • DIA-4087 Fixed: Empty consent when GDPR/CCPA applies is false
  • Also, in Unity SDK version 2.3.3, due to Java version upgrade as well as Gradle upgrade to version 7.5 in native Android SDK 7.8.2 (which is a dependency of Unity SDK), CMP SDK is now supported on Unity version 2022.3 and higher. However, we are able to build with Gradle v7.2 which is built-in in Unity 2022.3, so using Gradle 7.5 is not required.
  • Please also note that in order to build a project you need to use a custom template for Gradle, please refer to "Plugins\Android\mainTemplate.gradle", lines 41-43.
  • Various minor improvements.

2.3.2

2.3.1

  • DIA-3844 Destroy CMPiOSListenerHelper GameObject in Dispose() call and re-initialize it in CMP.Initialize() call if needed. Also, ClearAllData() method for IOS clears cached value in c# #53

2.3.0

2.2.2

  • DIA-3628, DIA-3629 Implemented GCM company for IOS and Android #41, #43
  • DIA-3350 Unity SDK brought to v7.7.1 Android & v.7.6.3 iOS #44, #42
  • DIA-2585 Implemented cutomConsentTo (for iOS and Android) / deleteCustomConsent (for Android) features #42
  • Miscellaneous fixes

2.2.1

2.2.0

  • DIA-3263 Update of the Native Android SDK to 7.6.0 (fix of no internet connection issue on Android) #30
  • DIA-2815 Implemented new swift bridge for IOS #21
  • DIA-3045 Remove TextMeshPro asset #22
  • DIA-2586 Implemented ClearAllData() feature for Android, iOS #24
  • DIA-2584 Implemented cutomConsentTo (for iOS and Android) / deleteCustomConsent (for iOS) features #26, #34
  • Improve Android logging experience: introduce CmpAndroidLoggerProxy C#-native implementation of logger derived from native com.sourcepoint.cmplibrary.exception.Logger interface #33
  • Get rid of System.Threading.Tasks.Extensions.dll, Microsoft.Bcl.AsyncInterfaces.dll, System.Buffers.dll, System.Memory.dll, System.Numerics.Vectors.dll, System.Runtime.CompilerServices.Unsafe.dll, System.Text.Encodings.Web.dll which were used by System.Text.Json.dll
  • Newtonsoft JSON parsing: safety measures and improvements!
  • CCPA campaign added to the PrivacySettings.cs script for the Example App

2.1.7

  • DIA-3263 DIA-3263 Fix internet connection issue #32
  • Added native support for v7.6.0 Android

2.1.6

2.1.5

2.1.4

  • DIA-2808 DIA-2808 Implemented JSON parsing with Newtonsoft for Android #20

2.1.3

  • Fixed onConsentReady - onSpFinished race condition for android

2.1.2

  • Miscellaneous fixes
  • Improve logging system and error handling
  • Enabling improved logging in onSpFinished

2.1.1

2.1.0

  • DIA-2691 Added customActionId support #14
  • DIA-2686 Update projPath definition in OnPostProcessBuild script #13
  • DIA-2582 Update README with GetSpConsent() description #12

2.0.0 (Aug, 18, 2023)

  • Added native support for v7 for v7.2.7 Android & v.7.3.0 iOS
  • DIA-2551, DIA-2552 Unity SDK brought to v7.2.7 Android & v.7.3.0 iOS #9
  • DIA-2473 Optimisation of code for UPM #4, #5
  • DIA-2026 Update / Improve Unity SDK #3
  • Set consent ui prensentation style to over fullscreen
  • Update README

1.0.0 (Jul, 26, 2023)

Added native support for native v6 both Android and iOS