Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 0ddd71b

Browse files
author
chrwend
committed
Update changelog
1 parent df55c58 commit 0ddd71b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## Changelog
22

3+
## Version 1.1.1
4+
5+
- [BUGFIX] Fixes an issue where the whole app's Application Support directory was accidentally excluded from backups.
6+
This SDK release explicitly includes the Application Support directory into backups. If you want to opt-out of this fix and keep the Application Directory's backup flag untouched, add the following to the code of your exported Xcode project:
7+
8+
```objectivec
9+
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"kBITExcludeApplicationSupportFromBackup"];
10+
```
11+
312
### 1.1.0
413
* [NEW] User Metrics (user and session tracking)
514
* [NEW] Trigger version update check explicitly

0 commit comments

Comments
 (0)