Skip to content

Commit

Permalink
Merge pull request #161 from adjust/v4300
Browse files Browse the repository at this point in the history
Version 4.30.0
  • Loading branch information
uerceg authored May 24, 2022
2 parents 813b555 + 8b68bde commit 335f550
Show file tree
Hide file tree
Showing 402 changed files with 11,341 additions and 12,781 deletions.
9 changes: 0 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,6 @@ build/
.jira-url
atlassian-ide-plugin.xml

# exceptions
!*adjust-android.jar

# Cordova example app
sample/plugins/*
sample/platforms/*

!sample/plugins/fetch.json
!sample/platforms/platforms.json
temp_plugin/
example-cordova/node_modules
example-cordova/platforms
Expand Down
5 changes: 3 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[submodule "ext/ios/sdk"]
path = ext/ios/sdk
url = https://github.com/adjust/ios_sdk.git
branch = master
[submodule "ext/android/sdk"]
path = ext/android/sdk
url = https://github.com/adjust/android_sdk.git
branch = master
[submodule "ext/scripts"]
path = ext/scripts
url = https://github.com/adjust/sdk_scripts.git
4 changes: 1 addition & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
# Adjust SDK repository
doc/
ext/
scripts/
example-cordova/
example-ionic/
example-ionic-capacitor/
ionic-native/
test/
plugins/
plugins/
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
### Version 4.30.0 (24th May 2022)

#### Added
- Added ability to mark your app as COPPA compliant. You can enable this setting by calling `setCoppaCompliantEnabled` method of `AdjustConfig` instance with boolean parameter `true`.
- Added ability to mark your Android app as app for the kids in accordance to Google Play Families policies. You can enable this setting by calling `setPlayStoreKidsAppEnabled` method of `AdjustConfig` instance with boolean parameter `true`.
- Added `checkForNewAttStatus` method to `Adjust` API to allow iOS apps to instruct to SDK to check if `att_status` might have changed in the meantime.
- Added support for Unity ad revenue tracking.
- Added support for Helium Chartboost ad revenue tracking.
- Added support for Generic ad revenue tracking.

#### Changed
- Started using CocoaPods to pull native Adjust iOS SDK dependency.
- Started using Maven to pull native Adjust Android SDK dependency.

#### Native SDKs
- [iOS@v4.30.0][ios_sdk_v4.30.0]
- [Android@v4.30.1][android_sdk_v4.30.1]

---

### Version 4.29.1 (23rd September 2021)
#### Added
- Added support for `Admost` ad revenue source.
Expand Down Expand Up @@ -563,6 +583,7 @@
[ios_sdk_v4.28.0]: https://github.com/adjust/ios_sdk/tree/v4.28.0
[ios_sdk_v4.29.4]: https://github.com/adjust/ios_sdk/tree/v4.29.4
[ios_sdk_v4.29.6]: https://github.com/adjust/ios_sdk/tree/v4.29.6
[ios_sdk_v4.30.0]: https://github.com/adjust/ios_sdk/tree/v4.30.0

[android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0
Expand Down Expand Up @@ -591,3 +612,5 @@
[android_sdk_v4.27.0]: https://github.com/adjust/android_sdk/tree/v4.27.0
[android_sdk_v4.28.4]: https://github.com/adjust/android_sdk/tree/v4.28.4
[android_sdk_v4.28.5]: https://github.com/adjust/android_sdk/tree/v4.28.5
[android_sdk_v4.30.1]: https://github.com/adjust/android_sdk/tree/v4.30.1

143 changes: 64 additions & 79 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.29.1
4.30.0
2 changes: 1 addition & 1 deletion doc/migrate.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Migrate your Adjust SDK for Cordova to 4.29.1 from 3.4.1
## Migrate your Adjust SDK for Cordova to 4.30.0 from 3.4.1

### Migration procedure

Expand Down
Loading

0 comments on commit 335f550

Please sign in to comment.