Skip to content

Commit

Permalink
Merge pull request #47 from adjust/v501
Browse files Browse the repository at this point in the history
Version 5.0.1
  • Loading branch information
uerceg authored Nov 5, 2024
2 parents 84c801d + 923d457 commit a5c4368
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 204 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### Version 5.0.1 (5th November 2024)
#### Fixed
- Added missing `unordered_map` imports to header files.

#### Native SDKs
- [[email protected]][ios_sdk_v5.0.1]
- [[email protected]][android_sdk_v5.0.1]

---

### Version 5.0.0 (2nd October 2024)

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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.37.0
5.0.1
1 change: 1 addition & 0 deletions dist/ADJConfig2dx.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#define _ADJUST_ADJCONFIG2DX_H_

#include <iostream>
#include <unordered_map>
#include <vector>
#include "AdjustAttribution2dx.h"
#include "AdjustEventFailure2dx.h"
Expand Down
2 changes: 1 addition & 1 deletion dist/AdjustConfig2dx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "AdjustProxy2dx.h"
#endif

const std::string AdjustSdkPrefix2dx = "cocos2d-x5.0.0";
const std::string AdjustSdkPrefix2dx = "cocos2d-x5.0.1";

void AdjustConfig2dx::initConfig(std::string appToken, std::string environment, bool allowSuppressLogLevel) {
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID)
Expand Down
1 change: 1 addition & 0 deletions dist/AdjustConfig2dx.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include "cocos2d.h"
#include <iostream>
#include <unordered_map>
#include <vector>
#include "AdjustAttribution2dx.h"
#include "AdjustEventFailure2dx.h"
Expand Down
200 changes: 0 additions & 200 deletions doc/migrate.md

This file was deleted.

Binary file modified ext/android/proxy/adjust-android.aar
Binary file not shown.
Binary file modified ext/android/proxy/adjust-test-library.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion ext/ios/sdk
Binary file modified libs/android/adjust-android.aar
Binary file not shown.
Binary file modified libs/ios/AdjustSdk.framework/Versions/A/AdjustSdk
Binary file not shown.
1 change: 1 addition & 0 deletions src/ADJConfig2dx.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#define _ADJUST_ADJCONFIG2DX_H_

#include <iostream>
#include <unordered_map>
#include <vector>
#include "AdjustAttribution2dx.h"
#include "AdjustEventFailure2dx.h"
Expand Down
2 changes: 1 addition & 1 deletion src/AdjustConfig2dx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "AdjustProxy2dx.h"
#endif

const std::string AdjustSdkPrefix2dx = "cocos2d-x5.0.0";
const std::string AdjustSdkPrefix2dx = "cocos2d-x5.0.1";

void AdjustConfig2dx::initConfig(std::string appToken, std::string environment, bool allowSuppressLogLevel) {
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID)
Expand Down
1 change: 1 addition & 0 deletions src/AdjustConfig2dx.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include "cocos2d.h"
#include <iostream>
#include <unordered_map>
#include <vector>
#include "AdjustAttribution2dx.h"
#include "AdjustEventFailure2dx.h"
Expand Down
Binary file modified test/libs/android/adjust-test-library.jar
Binary file not shown.
Binary file not shown.

0 comments on commit a5c4368

Please sign in to comment.