Skip to content

Commit 84caa3d

Browse files
authored
Merge pull request #668 from Iterable/MOB-6674-Prepare-for-6.4.15
[MOB - 6674] - Prepare for 6.4.15
2 parents 641881c + fd60fa9 commit 84caa3d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ config.dataRegion = IterableDataRegion.EU;
2222
[IterableAPI initializeWithApiKey:@"<YOUR_API_KEY>" launchOptions:launchOptions config:config];
2323
```
2424
25+
### Fixed
26+
- Offline Mode is now off by default. Offline mode components will only load when the `offlineMode` configuration for RequestHandler is set to true.
27+
28+
### Changed
29+
- Offline mode configuration now persists throughout the current app session. Changes will take effect from the next app session.
30+
2531
## 6.4.14
2632
### Added
2733
- Success and Failure handlers can now be passed to following functions:

0 commit comments

Comments
 (0)