Skip to content

Commit c5d224e

Browse files
authored
Merge pull request #141 from adjust/v500
Version 5.0.0
2 parents ae24621 + 9bb0c3b commit c5d224e

File tree

70 files changed

+2116
-2868
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+2116
-2868
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### Version 5.0.0 (30th August 2024)
2+
3+
We're excited to release our major new SDK version (v5). Among many internal improvements, our spoofing protection solution is now included out of the box, reinforcing our commitment to accurate, actionable, and fraud-free data.
4+
5+
To try out SDK v5 in your app, you can follow our new v4 to v5 [migration guide](https://dev.adjust.com/en/sdk/flutter/migration/v4-to-v5).
6+
7+
If you are a current Adjust client and have questions about SDK v5, please email [sdk-v5@adjust.com](mailto:sdk-v5@adjust.com).
8+
9+
In case you were using beta version of the SDK v5, please switch to the official v5 release.
10+
11+
#### Native SDKs
12+
- [iOS@v5.0.0][ios_sdk_v5.0.0]
13+
- [Android@v5.0.0][android_sdk_v5.0.0]
14+
15+
---
16+
117
### Version 4.38.2 (10th July 2024)
218
#### Fixed
319
- Fixed occasional crashes when processing resolved deep links.
@@ -451,6 +467,7 @@
451467
[ios_sdk_v4.38.0]: https://github.com/adjust/ios_sdk/tree/v4.38.0
452468
[ios_sdk_v4.38.2]: https://github.com/adjust/ios_sdk/tree/v4.38.2
453469
[ios_sdk_v4.38.4]: https://github.com/adjust/ios_sdk/tree/v4.38.4
470+
[ios_sdk_v5.0.0]: https://github.com/adjust/ios_sdk/tree/v5.0.0
454471

455472
[android_sdk_v4.17.0]: https://github.com/adjust/android_sdk/tree/v4.17.0
456473
[android_sdk_v4.18.0]: https://github.com/adjust/android_sdk/tree/v4.18.0
@@ -474,4 +491,5 @@
474491
[android_sdk_v4.38.0]: https://github.com/adjust/android_sdk/tree/v4.38.0
475492
[android_sdk_v4.38.1]: https://github.com/adjust/android_sdk/tree/v4.38.1
476493
[android_sdk_v4.38.3]: https://github.com/adjust/android_sdk/tree/v4.38.3
477-
[android_sdk_v4.38.5]: https://github.com/adjust/android_sdk/tree/v4.38.5
494+
[android_sdk_v4.38.5]: https://github.com/adjust/android_sdk/tree/v4.38.5
495+
[android_sdk_v5.0.0]: https://github.com/adjust/android_sdk/tree/v5.0.0

LICENSE

+17-15
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2012-2021 Adjust GmbH
3+
Copyright (c) 2018-Present Adjust GmbH, http://www.adjust.com
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy of
6-
this software and associated documentation files (the "Software"), to deal in
7-
the Software without restriction, including without limitation the rights to
8-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9-
the Software, and to permit persons to whom the Software is furnished to do so,
10-
subject to the following conditions:
5+
Permission is hereby granted, free of charge, to any person obtaining
6+
a copy of this software and associated documentation files (the
7+
"Software"), to deal in the Software without restriction, including
8+
without limitation the rights to use, copy, modify, merge, publish,
9+
distribute, sublicense, and/or sell copies of the Software, and to
10+
permit persons to whom the Software is furnished to do so, subject to
11+
the following conditions:
1112

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
13+
The above copyright notice and this permission notice shall be
14+
included in all copies or substantial portions of the Software.
1415

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)