Skip to content

Commit

Permalink
Merge pull request #29 from adjust/v4140
Browse files Browse the repository at this point in the history
Version 4.14.0
  • Loading branch information
uerceg authored Jul 9, 2018
2 parents 894c454 + b239d00 commit 64b4af6
Show file tree
Hide file tree
Showing 118 changed files with 1,358 additions and 5,263 deletions.
14 changes: 5 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
[submodule "ext/Android/sdk"]
path = ext/Android/sdk
url = [email protected]:adjust/android_sdk.git
branch = master
[submodule "ext/iOS/sdk"]
path = ext/iOS/sdk
[submodule "ext/ios/sdk"]
path = ext/ios/sdk
url = [email protected]:adjust/ios_sdk.git
branch = master
[submodule "ext/Windows/sdk"]
path = ext/Windows/sdk
url = [email protected]:adjust/windows_sdk.git
[submodule "ext/android/sdk"]
path = ext/android/sdk
url = [email protected]:adjust/android_sdk.git
branch = master
Binary file removed Android/adjust-android.jar
Binary file not shown.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### Version 4.14.0 (9th July 2018)
#### Added
- Added deep link caching in case `appWillOpenUrl` method is called before SDK is initialised.

#### Changed
- Removed support for Windows platform.
- Updated the way how iOS native bridge handles push tokens from React Native interface - they are now being passed directly as strings to native iOS SDK.
- Merged different platform `README` files into one.

#### Native SDKs
- [[email protected]][ios_sdk_v4.14.1]
- [[email protected]][android_sdk_v4.14.0]

---

### Version 4.13.0 (22nd May 2018)
#### Added
- Added `gdprForgetMe` method to `Adjust2dx` interface to enable possibility for user to be forgotten in accordance with GDPR law.
Expand Down Expand Up @@ -234,6 +249,7 @@
[ios_sdk_v4.12.1]: https://github.com/adjust/ios_sdk/tree/v4.12.1
[ios_sdk_v4.12.3]: https://github.com/adjust/ios_sdk/tree/v4.12.3
[ios_sdk_v4.13.0]: https://github.com/adjust/ios_sdk/tree/v4.13.0
[ios_sdk_v4.14.1]: https://github.com/adjust/ios_sdk/tree/v4.14.1

[android_sdk_v4.0.8]: https://github.com/adjust/android_sdk/tree/v4.0.8
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0
Expand All @@ -248,5 +264,6 @@
[android_sdk_v4.12.2]: https://github.com/adjust/android_sdk/tree/v4.12.2
[android_sdk_v4.12.4]: https://github.com/adjust/android_sdk/tree/v4.12.4
[android_sdk_v4.13.0]: https://github.com/adjust/android_sdk/tree/v4.13.0
[android_sdk_v4.14.0]: https://github.com/adjust/android_sdk/tree/v4.14.0

[windows_sdk_v4.0.3]: https://github.com/adjust/windows_sdk/tree/v4.0.3
936 changes: 924 additions & 12 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.13.0
4.14.0
40 changes: 0 additions & 40 deletions Windows/AdjustUAP10WinRT/AdjustUAP10WinRT.sln

This file was deleted.

157 changes: 0 additions & 157 deletions Windows/AdjustUAP10WinRT/AdjustUAP10WinRT/AdjustUAP10WinRT.csproj

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

60 changes: 0 additions & 60 deletions Windows/AdjustUAP10WinRT/AdjustUAP10WinRT/WRTAdjust.cs

This file was deleted.

25 changes: 0 additions & 25 deletions Windows/AdjustUAP10WinRT/AdjustUAP10WinRT/WRTAdjustAttribution.cs

This file was deleted.

Loading

0 comments on commit 64b4af6

Please sign in to comment.