Skip to content

Commit 8de7989

Browse files
Merge branch '2540_release' of https://github.com/Countly/countly-sdk-flutter-bridge into 2540_release
2 parents 04899a9 + fce8c14 commit 8de7989

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 25.4.0
22
* ! Minor breaking change ! Removed Secure.ANDROID_ID on Android and UIDevice.currentDevice.identifierForVendor on iOS usages in device id generation. The SDKs now exclusively uses random UUIDs for device id generation.
3+
* ! Minor breaking change ! Server Configuration is now enabled by default. Changes made on SDK Manager > SDK Configuration on your server will affect SDK behavior directly.
34

45
* Extended server configuration capabilities of the SDK. It is now enabled by default and can be controlled directly from the server.
56
* Added a Content feature method "refreshContentZone" that does a manual refresh.

ios/Classes/CountlyiOS/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
## 25.4.0
22
* ! Minor breaking change ! Removed UIDevice.currentDevice.identifierForVendor usage in device id generation. The SDK now exclusively uses random UUIDs for device id generation.
3+
* ! Minor breaking change ! Server Configuration is now enabled by default. Changes made on SDK Manager > SDK Configuration on your server will affect SDK behavior directly.
34

45
* Added a Content feature method "refreshContentZone" that does a manual refresh.
56
* Extended server configuration capabilities of the SDK.
67
* Added a config parameter to provide server config in the initialization "sdkBehaviorSettings: NSString".
78

8-
* Deprecated the experimental configuration function enableServerConfiguration and it will do nothing. It is now enabled by default and can be controlled directly from the server.
9+
* Deprecated the experimental configuration function enableServerConfiguration and it will do nothing.
910

1011
## 25.1.2
1112
* Mitigated an issue where the safe area resolution was not correctly calculated for the content zone on certain iOS devices.

0 commit comments

Comments
 (0)