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
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
2017-09-06 frankus, weeebox v4.0.5
2
+
----------------------------------
3
+
Version 4.0.5 fixes an error where a background task expiration handler was not called correctly, which could result in a crash. It also adds an experimental feature where passing `nil` for the view controller parameter of the `engage` method will present interactions in a new window.
4
+
1
5
2017-08-28 frankus, weeebox v4.0.4
2
6
----------------------------------
3
7
Version 4.0.4 fixes a potential crash when exiting the app. It also fixes saving person name and email when they are supplied in message center, and improves accessibility for surveys.
Copy file name to clipboardexpand all lines: docs/APIChanges.md
+4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
This document tracks changes to the API between versions.
2
2
3
+
#4.0.5
4
+
5
+
* Passing `nil` for the view controller parameter of the `engage` method will now open interactions in a new window. The `delegate` property of the `Apptentive` singleton will no longer be asked for a view controller to present interactions from.
0 commit comments