Skip to content

Commit a5c4368

Browse files
authored
Merge pull request #47 from adjust/v501
Version 5.0.1
2 parents 84c801d + 923d457 commit a5c4368

File tree

17 files changed

+18
-204
lines changed

17 files changed

+18
-204
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### Version 5.0.1 (5th November 2024)
2+
#### Fixed
3+
- Added missing `unordered_map` imports to header files.
4+
5+
#### Native SDKs
6+
- [[email protected]][ios_sdk_v5.0.1]
7+
- [[email protected]][android_sdk_v5.0.1]
8+
9+
---
10+
111
### Version 5.0.0 (2nd October 2024)
212

313
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.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.37.0
1+
5.0.1

dist/ADJConfig2dx.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#define _ADJUST_ADJCONFIG2DX_H_
1111

1212
#include <iostream>
13+
#include <unordered_map>
1314
#include <vector>
1415
#include "AdjustAttribution2dx.h"
1516
#include "AdjustEventFailure2dx.h"

dist/AdjustConfig2dx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "AdjustProxy2dx.h"
1313
#endif
1414

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

1717
void AdjustConfig2dx::initConfig(std::string appToken, std::string environment, bool allowSuppressLogLevel) {
1818
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID)

dist/AdjustConfig2dx.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#include "cocos2d.h"
1313
#include <iostream>
14+
#include <unordered_map>
1415
#include <vector>
1516
#include "AdjustAttribution2dx.h"
1617
#include "AdjustEventFailure2dx.h"

doc/migrate.md

Lines changed: 0 additions & 200 deletions
This file was deleted.

ext/android/proxy/adjust-android.aar

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)