Skip to content

Commit

Permalink
Merge pull request #109 from adjust/v4114
Browse files Browse the repository at this point in the history
Version 4.11.4
  • Loading branch information
uerceg authored Sep 28, 2017
2 parents 6b3a60f + 4287564 commit b873ec6
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Assets/Adjust/Android/AdjustAndroid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace com.adjust.sdk {
#if UNITY_ANDROID
public class AdjustAndroid : IAdjust {
#region Fields
private const string sdkPrefix = "unity4.11.3";
private const string sdkPrefix = "unity4.11.4";

private static bool launchDeferredDeeplink = true;

Expand Down
2 changes: 1 addition & 1 deletion Assets/Adjust/Metro/AdjustMetro.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#endif
namespace com.adjust.sdk {
public class AdjustMetro : IAdjust {
private const string sdkPrefix = "unity4.11.3";
private const string sdkPrefix = "unity4.11.4";

public bool isEnabled() {
#if UNITY_WSA_10_0
Expand Down
2 changes: 1 addition & 1 deletion Assets/Adjust/WP8/AdjustWP8.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace com.adjust.sdk {
public class AdjustWP8 : IAdjust {
private const string sdkPrefix = "unity4.11.3";
private const string sdkPrefix = "unity4.11.4";

public bool isEnabled() {
return AdjustWP.IsEnabled();
Expand Down
2 changes: 1 addition & 1 deletion Assets/Adjust/iOS/Adjust.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Adjust.h
// Adjust
//
// V4.11.4
// V4.11.5
// Created by Christian Wellenbrock on 2012-07-23.
// Copyright (c) 2012-2014 adjust GmbH. All rights reserved.
//
Expand Down
Binary file modified Assets/Adjust/iOS/AdjustSdk.a
Binary file not shown.
2 changes: 1 addition & 1 deletion Assets/Adjust/iOS/AdjustiOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace com.adjust.sdk {
#if UNITY_IOS
public class AdjustiOS : IAdjust {
#region Fields
private const string sdkPrefix = "unity4.11.3";
private const string sdkPrefix = "unity4.11.4";
#endregion

#region External methods
Expand Down
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
### Version 4.11.4 (28th September 2017)
#### Added
- **[iOS]** Improved iOS 11 support.

#### Changed
- **[iOS]** Re-added support for Xcode 7.
- **[iOS]** Removed iOS connection validity checks.

---

### Version 4.11.3 (19th May 2017)
#### Added
- **[IOS][AND]** Added check if `sdk_click` package response contains attribution information.
- **[IOS][AND]** Added sending of attributable parameters with every `sdk_click` package.
- **[iOS][AND]** Added check if `sdk_click` package response contains attribution information.
- **[iOS][AND]** Added sending of attributable parameters with every `sdk_click` package.

#### Changed
- **[IOS][AND]** Replaced `assert` level logs with `warn` level.
- **[iOS][AND]** Replaced `assert` level logs with `warn` level.

---

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ These are the minimal steps required to integrate the Adjust SDK into your Unity

Download the latest version from our [releases page][releases]. In there you will find two Unity packages:

* **Adjust_v4.11.3_Unity_4.unitypackage** - Use this package if you are using **Unity IDE version 4**.
* **Adjust_v4.11.3_Unity_5.unitypackage** - Use this package if you are using **Unity IDE version 5**.
* **Adjust_v4.11.4_Unity_4.unitypackage** - Use this package if you are using **Unity IDE version 4**.
* **Adjust_v4.11.4_Unity_5.unitypackage** - Use this package if you are using **Unity IDE version 5**.

### <a id="sdk-add">Add the SDK to your project

Expand Down
2 changes: 1 addition & 1 deletion Scripts/Unity4Backup/Metro/AdjustMetro.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#endif
namespace com.adjust.sdk {
public class AdjustMetro : IAdjust {
private const string sdkPrefix = "unity4.11.3";
private const string sdkPrefix = "unity4.11.4";

public bool isEnabled() {
#if UNITY_WSA_10_0
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Unity4Backup/WP8/AdjustWP8.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace com.adjust.sdk {
public class AdjustWP8 : IAdjust {
private const string sdkPrefix = "unity4.11.3";
private const string sdkPrefix = "unity4.11.4";

public bool isEnabled() {
return AdjustWP.IsEnabled();
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.11.3
4.11.4
8 changes: 4 additions & 4 deletions doc/migrate.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Migrate your adjust SDK for Unity3d to 4.11.3 from 3.4.4
## Migrate your adjust SDK for Unity3d to 4.11.4 from 3.4.4

### Migration procedure

Expand All @@ -9,12 +9,12 @@ keeping in `Assets/Plugins` folder.

For migration purposes, we have prepared two Unity packages:

* `Adjust_v4.11.3_Unity_4.unitypackage` (for Unity 4 users)
* `Adjust_v4.11.3_Unity_5.unitypackage` (for Unity 5 users)
* `Adjust_v4.11.4_Unity_4.unitypackage` (for Unity 4 users)
* `Adjust_v4.11.4_Unity_5.unitypackage` (for Unity 5 users)

and the adjust SDK uninstall script written in Python (`adjust_uninstall.py`).

Migration to version 4.11.3 of our SDK requires the following steps:
Migration to version 4.11.4 of our SDK requires the following steps:

1. Copy the `adjust_uninstall.py` script to your root Unity project directory and run it. This script should
delete all adjust source files from the previous SDK version you had.
Expand Down
2 changes: 1 addition & 1 deletion ext/iOS/sdk
Submodule sdk updated 39 files
+2 −2 Adjust.podspec
+0 −24 Adjust.xcodeproj/project.pbxproj
+27 −65 Adjust/ADJActivityState.m
+0 −19 Adjust/ADJConnectionValidator.h
+0 −88 Adjust/ADJConnectionValidator.m
+2 −2 Adjust/ADJKeychain.h
+36 −40 Adjust/ADJKeychain.m
+0 −3 Adjust/ADJPackageBuilder.m
+0 −18 Adjust/ADJRequestHandler.m
+0 −2 Adjust/ADJResponseData.h
+0 −1 Adjust/ADJResponseData.m
+2 −28 Adjust/ADJUtil.m
+1 −1 Adjust/Adjust.h
+1 −3 AdjustBridge/WebViewJavascriptBridge/WKWebViewJavascriptBridge.m
+1 −1 AdjustBridge/adjust_config.js
+1 −1 AdjustTests/ADJPackageFields.m
+9 −0 CHANGELOG.md
+7 −3 README.md
+1 −1 VERSION
+27 −0 doc/english/batch.md
+1 −1 doc/english/migrate.md
+1 −1 doc/japanese/migrate_ja.md
+1 −1 doc/migrate.md
+0 −6 examples/AdjustExample-Swift/AdjustExample-Swift.xcodeproj/project.pbxproj
+0 −6 examples/AdjustExample-WebView/AdjustExample-WebView.xcodeproj/project.pbxproj
+5 −0 examples/AdjustExample-WebView/AdjustExample-WebView/Assets.xcassets/AppIcon.appiconset/Contents.json
+0 −12 examples/AdjustExample-iOS/AdjustExample-iOS.xcodeproj/project.pbxproj
+38 −48 examples/AdjustExample-iOS/AdjustExample-iOS/Base.lproj/Main.storyboard
+0 −17 examples/AdjustExample-iOS/AdjustExample-iOS/URLRequest.h
+0 −71 examples/AdjustExample-iOS/AdjustExample-iOS/URLRequest.m
+0 −35 examples/AdjustExample-iOS/AdjustExample-iOS/ViewControlleriOS.m
+0 −6 examples/AdjustExample-iWatch/AdjustExample-iWatch.xcodeproj/project.pbxproj
+0 −12 examples/AdjustExample-tvOS/AdjustExample-tvOS.xcodeproj/project.pbxproj
+7 −1 .../AdjustExample-tvOS/AdjustExample-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json
+12 −0 ...ple-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json
+31 −45 examples/AdjustExample-tvOS/AdjustExample-tvOS/Base.lproj/Main.storyboard
+0 −17 examples/AdjustExample-tvOS/AdjustExample-tvOS/URLRequest.h
+0 −71 examples/AdjustExample-tvOS/AdjustExample-tvOS/URLRequest.m
+0 −38 examples/AdjustExample-tvOS/AdjustExample-tvOS/ViewControllertvOS.m

0 comments on commit b873ec6

Please sign in to comment.