You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'master' into feature/MOB-10951-add-mobile-framework-infi
* master:
[MOB-10605] prepares version 6.5.9 release (#885)
[MOB-9446] Enhance push notification state tracking in SDKs (#881)
[MOB-9233] Fix tests for json only in app messages (#883)
Copy file name to clipboardexpand all lines: CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
### Added
8
8
- Added `mobileFrameworkInfo` configuration option to `IterableConfig` to identify the mobile framework (Flutter, React Native, or Native) being used with the SDK.
9
9
10
+
## [6.5.9]
11
+
### Added
12
+
- Support for JSON-only in-app messages, JSON-only messages are now handled by the onNewInApp handler and consumed after retrieval
13
+
- Enhanced notification state tracking to align with system notification permissions changes
14
+
15
+
### Changed
16
+
- reorganized files and updated documentation url in podspec
17
+
10
18
## [6.5.8]
11
19
### Fixed
12
20
- Fixed incorrect tracking of pushOpen for push notifications with Wake App enabled. Tracking now happens only when users tap to open the app.
0 commit comments