Skip to content

Commit

Permalink
[MOB - 6674] - Prepare for 6.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
“Akshay committed Aug 3, 2023
1 parent 641881c commit fd60fa9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -22,6 +22,12 @@ config.dataRegion = IterableDataRegion.EU;
[IterableAPI initializeWithApiKey:@"<YOUR_API_KEY>" launchOptions:launchOptions config:config];
```
### Fixed
- Offline Mode is now off by default. Offline mode components will only load when the `offlineMode` configuration for RequestHandler is set to true.
### Changed
- Offline mode configuration now persists throughout the current app session. Changes will take effect from the next app session.
## 6.4.14
### Added
- Success and Failure handlers can now be passed to following functions:
Expand Down

0 comments on commit fd60fa9

Please sign in to comment.