File tree Expand file tree Collapse file tree 13 files changed +28
-18
lines changed Expand file tree Collapse file tree 13 files changed +28
-18
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace com.adjust.sdk {
88#if UNITY_ANDROID
99 public class AdjustAndroid : IAdjust {
1010 #region Fields
11- private const string sdkPrefix = "unity4.11.3 " ;
11+ private const string sdkPrefix = "unity4.11.4 " ;
1212
1313 private static bool launchDeferredDeeplink = true ;
1414
Original file line number Diff line number Diff line change 1111#endif
1212namespace com . adjust . sdk {
1313 public class AdjustMetro : IAdjust {
14- private const string sdkPrefix = "unity4.11.3 " ;
14+ private const string sdkPrefix = "unity4.11.4 " ;
1515
1616 public bool isEnabled ( ) {
1717#if UNITY_WSA_10_0
Original file line number Diff line number Diff line change 88
99namespace com . adjust . sdk {
1010 public class AdjustWP8 : IAdjust {
11- private const string sdkPrefix = "unity4.11.3 " ;
11+ private const string sdkPrefix = "unity4.11.4 " ;
1212
1313 public bool isEnabled ( ) {
1414 return AdjustWP . IsEnabled ( ) ;
Original file line number Diff line number Diff line change 22// Adjust.h
33// Adjust
44//
5- // V4.11.4
5+ // V4.11.5
66// Created by Christian Wellenbrock on 2012-07-23.
77// Copyright (c) 2012-2014 adjust GmbH. All rights reserved.
88//
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace com.adjust.sdk {
88#if UNITY_IOS
99 public class AdjustiOS : IAdjust {
1010 #region Fields
11- private const string sdkPrefix = "unity4.11.3 " ;
11+ private const string sdkPrefix = "unity4.11.4 " ;
1212 #endregion
1313
1414 #region External methods
Original file line number Diff line number Diff line change 1+ ### Version 4.11.4 (28th September 2017)
2+ #### Added
3+ - ** [ iOS] ** Improved iOS 11 support.
4+
5+ #### Changed
6+ - ** [ iOS] ** Re-added support for Xcode 7.
7+ - ** [ iOS] ** Removed iOS connection validity checks.
8+
9+ ---
10+
111### Version 4.11.3 (19th May 2017)
212#### Added
3- - ** [ IOS ] [ AND ] ** Added check if ` sdk_click ` package response contains attribution information.
4- - ** [ IOS ] [ AND ] ** Added sending of attributable parameters with every ` sdk_click ` package.
13+ - ** [ iOS ] [ AND ] ** Added check if ` sdk_click ` package response contains attribution information.
14+ - ** [ iOS ] [ AND ] ** Added sending of attributable parameters with every ` sdk_click ` package.
515
616#### Changed
7- - ** [ IOS ] [ AND ] ** Replaced ` assert ` level logs with ` warn ` level.
17+ - ** [ iOS ] [ AND ] ** Replaced ` assert ` level logs with ` warn ` level.
818
919---
1020
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ These are the minimal steps required to integrate the Adjust SDK into your Unity
5656
5757Download the latest version from our [ releases page] [ releases ] . In there you will find two Unity packages:
5858
59- * ** Adjust_v4.11.3_Unity_4 .unitypackage** - Use this package if you are using ** Unity IDE version 4** .
60- * ** Adjust_v4.11.3_Unity_5 .unitypackage** - Use this package if you are using ** Unity IDE version 5** .
59+ * ** Adjust_v4.11.4_Unity_4 .unitypackage** - Use this package if you are using ** Unity IDE version 4** .
60+ * ** Adjust_v4.11.4_Unity_5 .unitypackage** - Use this package if you are using ** Unity IDE version 5** .
6161
6262### <a id =" sdk-add " >Add the SDK to your project
6363
Original file line number Diff line number Diff line change 1111#endif
1212namespace com . adjust . sdk {
1313 public class AdjustMetro : IAdjust {
14- private const string sdkPrefix = "unity4.11.3 " ;
14+ private const string sdkPrefix = "unity4.11.4 " ;
1515
1616 public bool isEnabled ( ) {
1717#if UNITY_WSA_10_0
Original file line number Diff line number Diff line change 88
99namespace com . adjust . sdk {
1010 public class AdjustWP8 : IAdjust {
11- private const string sdkPrefix = "unity4.11.3 " ;
11+ private const string sdkPrefix = "unity4.11.4 " ;
1212
1313 public bool isEnabled ( ) {
1414 return AdjustWP . IsEnabled ( ) ;
You can’t perform that action at this time.
0 commit comments